Integrate mainline
[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 ____________________________________________________________________________
35 [  8268] By: jhi                                   on 2000/12/30  17:18:40
36         Log: Add a test for Unicode split //.  The #8267 was the cure.
37      Branch: perl
38            ! t/op/split.t
39 ____________________________________________________________________________
40 [  8267] By: jhi                                   on 2000/12/30  17:14:19
41         Log: Subject: more UTF8 test suites and an UTF8 patch
42              From: Inaba Hiroto <inaba@st.rim.or.jp>
43              Date: Sat, 30 Dec 2000 14:27:10 +0900
44              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
45              
46              Just the patch part for now, and the pragma renamed
47              as unicode::distinct.
48      Branch: perl
49            + lib/unicode/distinct.pm
50            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
51            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
52            ! regcomp.h regexec.c sv.c toke.c utf8.c
53 ____________________________________________________________________________
54 [  8266] By: nick                                  on 2000/12/30  16:40:49
55         Log: Integrate mainline
56      Branch: perlio
57           +> lib/Pod/Text/Overstrike.pm
58           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
59           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
60           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
61           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
62           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
63 ____________________________________________________________________________
64 [  8265] By: jhi                                   on 2000/12/30  07:28:55
65         Log: The sv_catsv() fix, take two.
66      Branch: perl
67            ! sv.c t/op/join.t
68 ____________________________________________________________________________
69 [  8264] By: jhi                                   on 2000/12/30  06:19:18
70         Log: Undo all the join-related changes since #8248: relevant
71              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
72              The new sv_catsv() doesn't fly so it must go back to
73              the drawing board.
74      Branch: perl
75            ! sv.c t/op/join.t t/pragma/utf8.t
76 ____________________________________________________________________________
77 [  8263] By: jhi                                   on 2000/12/30  01:08:32
78         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
79      Branch: perl
80            ! sv.c
81 ____________________________________________________________________________
82 [  8262] By: jhi                                   on 2000/12/30  00:45:14
83         Log: Retract #8261.
84      Branch: perl
85            ! hv.c util.c
86 ____________________________________________________________________________
87 [  8261] By: jhi                                   on 2000/12/30  00:38:32
88         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
89      Branch: perl
90            ! hv.c util.c
91 ____________________________________________________________________________
92 [  8260] By: jhi                                   on 2000/12/29  22:51:33
93         Log: (Retracted by #8264)  More fixing for #8251.
94      Branch: perl
95            ! sv.c
96 ____________________________________________________________________________
97 [  8259] By: jhi                                   on 2000/12/29  18:27:30
98         Log: Subject: podlators 1.06 released
99              From: Russ Allbery <rra@stanford.edu>
100              Date: 25 Dec 2000 05:09:30 -0800
101              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
102      Branch: perl
103            + lib/Pod/Text/Overstrike.pm
104            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
105            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
106 ____________________________________________________________________________
107 [  8258] By: jhi                                   on 2000/12/29  18:20:45
108         Log: Make the large file tests more robust/talkative as suggested by
109              
110              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
111              From: andreas.koenig@anima.de (Andreas J. Koenig)
112              Date: 29 Dec 2000 14:23:01 +0100
113              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
114      Branch: perl
115            ! t/lib/syslfs.t t/op/lfs.t
116 ____________________________________________________________________________
117 [  8257] By: jhi                                   on 2000/12/29  17:48:04
118         Log: Further VMS piping fixes from Charles Lane:
119              
120              In summary, error messages produced when a subprocess terminated
121              abnormally were being sent not just to the parent process, but to
122              grandparents, because of default values for error output that were
123              not completely overridden when the subprocess was started.
124              
125              This patch fixes this behavior by defining user-mode (i.e., temporary
126              for the duration of the program) logical names for SYS$OUTPUT and
127              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
128              changes to make it so that the user-mode logicals are the ones that
129              control where Perl's error messages go if it terminates abnormally.
130              
131              I also added some gratuitous fixes to the indentation of braces in
132              the piping code.  It just looked ugly, before.
133      Branch: perl
134            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
135 ____________________________________________________________________________
136 [  8256] By: jhi                                   on 2000/12/29  17:45:12
137         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
138              From: "Casey R. Tweten" <crt@kiski.net>
139              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
140              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
141              
142              Tests for for #8240.
143      Branch: perl
144            ! t/pragma/constant.t
145 ____________________________________________________________________________
146 [  8255] By: jhi                                   on 2000/12/29  17:43:07
147         Log: Subject: Re: [PATCH] Interesting syntax idea
148              From: Simon Cozens <simon@cozens.net>
149              Date: Fri, 29 Dec 2000 14:34:04 +0000
150              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
151              
152              Tests for #8254.
153      Branch: perl
154            ! t/pragma/sub_lval.t
155 ____________________________________________________________________________
156 [  8254] By: jhi                                   on 2000/12/29  17:42:11
157         Log: Subject: [PATCH] Interesting syntax idea
158              From: Simon Cozens <simon@cozens.net>
159              Date: Wed, 27 Dec 2000 05:08:57 +0000
160              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
161              
162              Make opens + bareword assigns do typeglob assigns.
163      Branch: perl
164            ! op.c
165 ____________________________________________________________________________
166 [  8253] By: jhi                                   on 2000/12/29  17:36:45
167         Log: Output the (apparent) version of gcc, as suggested by
168              
169              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
170              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
171              Date: 26 Dec 2000 04:29:17 -0500
172              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
173              
174              (The patch as such didn't any more apply as the misparsing had
175              already been addressed in #6474.)  Also change the wording about
176              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
177      Branch: perl
178            ! hints/dec_osf.sh
179 ____________________________________________________________________________
180 [  8252] By: nick                                  on 2000/12/29  12:14:31
181         Log: Integrate mainline
182      Branch: perlio
183           !> (integrate 27 files)
184 ____________________________________________________________________________
185 [  8251] By: jhi                                   on 2000/12/29  08:45:46
186         Log: (Retracted by #8264)
187              
188              (Fixed by #8260.)
189              
190              sv_catsv() needs one more byte space than seems reasonable.
191              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
192              Curiouser and curiouser.
193      Branch: perl
194            ! sv.c
195 ____________________________________________________________________________
196 [  8250] By: jhi                                   on 2000/12/29  07:57:52
197         Log: More split // UTF-8 tests.
198      Branch: perl
199            ! t/pragma/utf8.t
200 ____________________________________________________________________________
201 [  8249] By: jhi                                   on 2000/12/29  07:54:51
202         Log: (Retracted by #8264)  More join() testing which was good because
203              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
204      Branch: perl
205            ! pp.c t/op/join.t utf8.c utf8.h
206 ____________________________________________________________________________
207 [  8248] By: jhi                                   on 2000/12/29  07:08:32
208         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
209              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
210              that the only cases to care about are byte+byte and byte+character.
211              
212              TODO: See how well pp_concat() could be implemented in terms
213              of sv_catsv().
214      Branch: perl
215            ! doop.c sv.c t/op/join.t utf8.h
216 ____________________________________________________________________________
217 [  8247] By: jhi                                   on 2000/12/29  06:35:23
218         Log: Signedness nit.
219      Branch: perl
220            ! pp_hot.c
221 ____________________________________________________________________________
222 [  8246] By: jhi                                   on 2000/12/29  01:23:31
223         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
224              From: Lupe Christoph <lupe@lupe-christoph.de>
225              Date: Thu, 28 Dec 2000 23:00:00 +0100
226              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
227              
228              Suggest rsync --delete --dry-run.
229      Branch: perl
230            ! pod/perlhack.pod
231 ____________________________________________________________________________
232 [  8245] By: jhi                                   on 2000/12/28  23:57:05
233         Log: The maxiters upper limit sanity check (guarding against
234              non-progress) assumed bytes instead of characters in s///
235              and split().
236      Branch: perl
237            ! pp.c pp_hot.c
238 ____________________________________________________________________________
239 [  8244] By: jhi                                   on 2000/12/28  23:34:08
240         Log: Make some panic messages a bit more logical.
241      Branch: perl
242            ! doop.c pod/perldiag.pod pp.c pp_hot.c
243 ____________________________________________________________________________
244 [  8243] By: jhi                                   on 2000/12/28  22:59:16
245         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
246              From: Simon Cozens <simon@cozens.net>
247              Date: Wed, 27 Dec 2000 02:30:03 +0000
248              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
249      Branch: perl
250            ! pp.c t/pragma/sub_lval.t
251 ____________________________________________________________________________
252 [  8242] By: jhi                                   on 2000/12/28  22:56:53
253         Log: Subject: [PATCH blead] Fix B::Terse indentation
254              From: Daniel Chetlin <daniel@chetlin.com>
255              Date: Wed, 27 Dec 2000 06:43:30 -0800
256              Message-ID: <20001227064329.B9573@darkstar>
257      Branch: perl
258            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
259 ____________________________________________________________________________
260 [  8241] By: jhi                                   on 2000/12/28  22:48:59
261         Log: The latter patch from the
262              
263              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
264              From: Peter Prymmer <pvhp@forte.com> 
265              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
266              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
267              
268              (the former patch from the above should have been
269              taken care of by Nick I-S)
270      Branch: perl
271            ! win32/Makefile
272 ____________________________________________________________________________
273 [  8240] By: jhi                                   on 2000/12/28  22:45:22
274         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
275              From: "Casey R. Tweten" <crt@kiski.net>
276              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
277              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
278      Branch: perl
279            ! lib/constant.pm
280 ____________________________________________________________________________
281 [  8239] By: jhi                                   on 2000/12/28  22:37:45
282         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
283              From: Simon Cozens <simon@cozens.net>
284              Date: Wed, 27 Dec 2000 14:12:44 +0000
285              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
286      Branch: perl
287            ! t/op/method.t t/op/sort.t toke.c
288 ____________________________________________________________________________
289 [  8238] By: jhi                                   on 2000/12/28  22:30:32
290         Log: Subject: [PATCH perl@8229] Call.pm
291              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
292              Date: Mon, 25 Dec 2000 10:47:15 -0000
293              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
294      Branch: perl
295            ! ext/Filter/Util/Call/Call.pm
296 ____________________________________________________________________________
297 [  8237] By: jhi                                   on 2000/12/28  22:19:21
298         Log: Subject: [PATCH blead] Fix problem with `&' prototype
299              From: Daniel Chetlin <daniel@chetlin.com>
300              Date: Wed, 27 Dec 2000 15:55:32 -0800
301              Message-ID: <20001227155532.D9573@darkstar>
302      Branch: perl
303            ! op.c t/comp/proto.t
304 ____________________________________________________________________________
305 [  8236] By: jhi                                   on 2000/12/28  22:09:25
306         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
307              From: Daniel Chetlin <daniel@chetlin.com>
308              Date: Sun, 24 Dec 2000 04:09:49 -0800
309              Message-ID: <20001224040949.B3090@darkstar>
310      Branch: perl
311            ! gv.c mg.c t/op/attrs.t
312 ____________________________________________________________________________
313 [  8235] By: jhi                                   on 2000/12/28  22:07:11
314         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
315              From: Jan Dubois <jand@ActiveState.com>
316              Date: Tue, 26 Dec 2000 20:57:31 -0800
317              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
318      Branch: perl
319            ! win32/win32.c
320 ____________________________________________________________________________
321 [  8234] By: jhi                                   on 2000/12/28  21:52:42
322         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
323              From: Simon Cozens <simon@cozens.net>
324              Date: Thu, 28 Dec 2000 20:33:13 +0000
325              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
326      Branch: perl
327            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
328 ____________________________________________________________________________
329 [  8233] By: jhi                                   on 2000/12/28  19:40:49
330         Log: Integrate perlio.
331      Branch: perl
332           !> ext/Encode/Makefile.PL ext/Encode/compile
333 ____________________________________________________________________________
334 [  8232] By: nick                                  on 2000/12/23  16:06:00
335         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
336              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
337      Branch: perlio
338            ! ext/Encode/Makefile.PL
339 ____________________________________________________________________________
340 [  8231] By: nick                                  on 2000/12/23  14:30:34
341         Log: "Compiled" encode build cleanup
342              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
343              - .c files do not export sub-tables
344      Branch: perlio
345            ! ext/Encode/Makefile.PL ext/Encode/compile
346 ____________________________________________________________________________
347 [  8230] By: nick                                  on 2000/12/23  12:50:37
348         Log: Integrate mainline
349      Branch: perlio
350           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
351           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
352           !> pod/perl5004delta.pod pod/perl5005delta.pod
353           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
354           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
355           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
356           !> pod/perlsub.pod
357 ____________________________________________________________________________
358 [  8229] By: jhi                                   on 2000/12/22  15:32:12
359         Log: Integrate perlio.
360      Branch: perl
361           +> win32/distclean.bat
362           !> MANIFEST t/io/utf8.t
363 ____________________________________________________________________________
364 [  8228] By: jhi                                   on 2000/12/22  15:29:40
365         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
366              From: Robin Barker <rmb1@cise.npl.co.uk>
367              Date: Fri, 22 Dec 2000 12:17:38 GMT
368              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
369      Branch: perl
370            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
371            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
372            ! pod/perl5004delta.pod pod/perl5005delta.pod
373            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
374            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
375            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
376            ! pod/perlsub.pod
377 ____________________________________________________________________________
378 [  8227] By: jhi                                   on 2000/12/22  15:24:28
379         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
380              From: "John L. Allen" <allen@grumman.com>
381              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
382              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
383              
384              Document APPLLIB_EXP.
385      Branch: perl
386            ! INSTALL
387 ____________________________________________________________________________
388 [  8226] By: nick                                  on 2000/12/21  22:11:50
389         Log: Handy script for when one forgets to "dmake clean" 
390      Branch: perlio
391            + win32/distclean.bat
392            ! MANIFEST
393 ____________________________________________________________________________
394 [  8225] By: nick                                  on 2000/12/21  21:54:04
395         Log: CRLF platform issue with io/utf8 fix.
396      Branch: perlio
397            ! t/io/utf8.t
398 ____________________________________________________________________________
399 [  8224] By: nick                                  on 2000/12/21  21:02:20
400         Log: Integrate mainline
401      Branch: perlio
402           !> Changes Configure Makefile.SH Porting/Glossary
403           !> Porting/config.sh Porting/config_H configure.com
404           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
405           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
406           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
407           !> win32/config.bc win32/config.gc win32/config.vc
408 ____________________________________________________________________________
409 [  8223] By: jhi                                   on 2000/12/21  17:09:16
410         Log: Update Changes.
411      Branch: perl
412            ! Changes patchlevel.h
413 ____________________________________________________________________________
414 [  8222] By: jhi                                   on 2000/12/21  16:24:01
415         Log: Metaconfig unit changes for #8221.
416      Branch: metaconfig/U/perl
417           +> issymlink.U
418            - testsyml.U
419            ! Mksymlinks.U
420 ____________________________________________________________________________
421 [  8221] By: jhi                                   on 2000/12/21  16:23:48
422         Log: Rename testsyml to issymlink.
423      Branch: perl
424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
425            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
426            ! win32/config.vc
427 ____________________________________________________________________________
428 [  8220] By: jhi                                   on 2000/12/21  15:47:26
429         Log: Robustness support for #8218 (symlink forest) since the GNU
430              tools seem to be overly picky about symlinkage depths.
431      Branch: perl
432            ! Makefile.SH t/io/fs.t
433 ____________________________________________________________________________
434 [  8219] By: jhi                                   on 2000/12/21  15:38:27
435         Log: Metaconfig changes for #8218.
436      Branch: metaconfig
437            ! U/modified/Oldconfig.U
438      Branch: metaconfig/U/perl
439            + Mksymlinks.U
440            ! testsyml.U
441 ____________________________________________________________________________
442 [  8218] By: jhi                                   on 2000/12/21  15:37:57
443         Log: Add Configure option -Dmksymlinks which will create a symlink
444              forest if the current/build differs from the source directory.
445              TODO: mkdir -p is not portable.
446      Branch: perl
447            ! Configure
448 ____________________________________________________________________________
449 [  8217] By: jhi                                   on 2000/12/21  14:39:12
450         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
451              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
452              Date: Thu, 21 Dec 2000 09:38:18 GMT
453              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
454              
455              The ofs became an SV.
456      Branch: perl
457            ! ext/Thread/Thread.xs
458 ____________________________________________________________________________
459 [  8216] By: jhi                                   on 2000/12/21  05:40:21
460         Log: The polymorphism seems to have fixed 20000517.001.
461      Branch: perl
462            ! t/pragma/utf8.t
463 ____________________________________________________________________________
464 [  8215] By: jhi                                   on 2000/12/21  04:44:52
465         Log: read() documentation tweak for 20001121.004.
466      Branch: perl
467            ! pod/perlfunc.pod
468 ____________________________________________________________________________
469 [  8214] By: jhi                                   on 2000/12/21  03:54:11
470         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
471      Branch: perl
472            ! pp_sys.c t/op/misc.t
473 ____________________________________________________________________________
474 [  8213] By: jhi                                   on 2000/12/21  00:28:10
475         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
476              From: Peter Prymmer <pvhp@forte.com>
477              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
478              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
479      Branch: perl
480            ! configure.com
481 ____________________________________________________________________________
482 [  8212] By: jhi                                   on 2000/12/21  00:26:21
483         Log: Edit edit edit.
484      Branch: perl
485            ! pod/perlfaq3.pod
486 ____________________________________________________________________________
487 [  8211] By: jhi                                   on 2000/12/20  18:52:46
488         Log: Update Changes.
489      Branch: perl
490            ! Changes patchlevel.h
491 ____________________________________________________________________________
492 [  8210] By: jhi                                   on 2000/12/20  18:34:47
493         Log: Yet another editor edit.
494      Branch: perl
495            ! pod/perlfaq3.pod
496 ____________________________________________________________________________
497 [  8209] By: jhi                                   on 2000/12/20  15:33:28
498         Log: More Win32 Perling.
499      Branch: perl
500            ! pod/perlfaq3.pod
501 ____________________________________________________________________________
502 [  8208] By: jhi                                   on 2000/12/20  15:07:46
503         Log: More Win32 editor/IDE/shell hints.
504      Branch: perl
505            ! pod/perlfaq3.pod
506 ____________________________________________________________________________
507 [  8207] By: jhi                                   on 2000/12/20  03:54:08
508         Log: Subject: [PATCH] obscure timing knowledge
509              From: Nicholas Clark <nick@ccl4.org>
510              Date: Tue, 19 Dec 2000 19:22:31 +0000
511              Message-ID: <20001219192231.F2827@plum.flirble.org>
512      Branch: perl
513            ! sv.c
514 ____________________________________________________________________________
515 [  8206] By: jhi                                   on 2000/12/20  03:45:57
516         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
517              From: Spider Boardman <spider@leggy.zk3.dec.com>
518              Date: Tue, 19 Dec 2000 21:30:16 -0500
519              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
520      Branch: perl
521            ! sv.c
522 ____________________________________________________________________________
523 [  8205] By: jhi                                   on 2000/12/19  23:02:01
524         Log: Update Changes.
525      Branch: perl
526            ! Changes patchlevel.h
527 ____________________________________________________________________________
528 [  8204] By: jhi                                   on 2000/12/19  22:58:18
529         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
530              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
531              on editors and diffing/patching.
532      Branch: perl
533            ! t/op/utf8decode.t
534 ____________________________________________________________________________
535 [  8203] By: nick                                  on 2000/12/19  21:36:16
536         Log: Integrate mainline (forgot my own change...)
537      Branch: perlio
538           !> ext/Encode/compile
539 ____________________________________________________________________________
540 [  8202] By: nick                                  on 2000/12/19  21:34:42
541         Log: Integrate mainline.
542      Branch: perlio
543           !> (integrate 61 files)
544 ____________________________________________________________________________
545 [  8201] By: nick                                  on 2000/12/19  21:34:06
546         Log: Avoid looking for File::Glob when we don't need it.
547      Branch: perl
548            ! ext/Encode/compile
549 ____________________________________________________________________________
550 [  8200] By: jhi                                   on 2000/12/19  18:35:49
551         Log: Update Changes.
552      Branch: perl
553            ! Changes patchlevel.h
554 ____________________________________________________________________________
555 [  8199] By: jhi                                   on 2000/12/19  18:35:07
556         Log: Microperl tweaks.
557      Branch: perl
558            ! sv.c uconfig.h uconfig.sh
559 ____________________________________________________________________________
560 [  8198] By: jhi                                   on 2000/12/19  18:29:59
561         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
562      Branch: perl
563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
564            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
565 ____________________________________________________________________________
566 [  8197] By: jhi                                   on 2000/12/19  17:55:29
567         Log: In VMS embedded perls couldn't access the statically built Socket,
568              from Charles Lane.
569      Branch: perl
570            ! configure.com
571 ____________________________________________________________________________
572 [  8196] By: jhi                                   on 2000/12/19  17:49:50
573         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
574              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
575              Date: Sun, 17 Dec 2000 19:11:44 -0000
576              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
577      Branch: perl
578            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
579            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
580 ____________________________________________________________________________
581 [  8195] By: jhi                                   on 2000/12/19  17:47:53
582         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
583              From: Jonathan Stowe <gellyfish@gellyfish.com>
584              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
585              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
586      Branch: perl
587            ! utils/h2xs.PL
588 ____________________________________________________________________________
589 [  8194] By: jhi                                   on 2000/12/19  17:46:28
590         Log: Subject: Re: useless use of void context work-around
591              From: andreas.koenig@anima.de (Andreas J. Koenig)
592              Date: 16 Dec 2000 15:13:36 +0100
593              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
594              
595              Document (comment) the q(di ds ig) trick in the code.
596      Branch: perl
597            ! op.c
598 ____________________________________________________________________________
599 [  8193] By: jhi                                   on 2000/12/19  17:10:57
600         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
601              From: "Mark J. Reed" <mreed@strange.turner.com>
602              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
603              Message-Id: <200012160222.VAA13986@strange.turner.com>
604      Branch: perl
605            ! ext/Sys/Syslog/Syslog.pm
606 ____________________________________________________________________________
607 [  8192] By: jhi                                   on 2000/12/19  17:07:45
608         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
609              From: Nicholas Clark <nick@ccl4.org>
610              Date: Sat, 16 Dec 2000 19:03:13 +0000
611              Message-ID: <20001216190313.D68304@plum.flirble.org>
612      Branch: perl
613            ! t/op/64bitint.t
614 ____________________________________________________________________________
615 [  8191] By: jhi                                   on 2000/12/19  17:06:13
616         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
617              From: Dominic Dunlop <domo@computer.org>
618              Date: Mon, 18 Dec 2000 12:00:15 +0100
619              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
620              
621              This patchlet is needed in order that perl can be statically linked.  
622      Branch: perl
623            ! regexec.c
624 ____________________________________________________________________________
625 [  8190] By: jhi                                   on 2000/12/19  17:03:08
626         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
627              From: "Craig A. Berry" <craig.berry@psinetcs.com>
628              Date: Sun, 17 Dec 2000 00:18:35 -0600
629              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
630      Branch: perl
631            ! perlio.h vms/gen_shrfls.pl
632 ____________________________________________________________________________
633 [  8189] By: jhi                                   on 2000/12/19  16:20:28
634         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
635              From: Prymmer/Kahn <pvhp@best.com>
636              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
637              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
638              
639              A better version of #8188.
640      Branch: perl
641            ! pod/perlfaq3.pod
642 ____________________________________________________________________________
643 [  8188] By: jhi                                   on 2000/12/19  15:57:06
644         Log: (Replaced by #8189)
645              
646              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
647              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
648              From: Prymmer/Kahn <pvhp@best.com>
649              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
650              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
651              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
652              Date: Mon, 18 Dec 2000 11:10:45 -0500
653              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
654      Branch: perl
655            ! pod/perlfaq3.pod
656 ____________________________________________________________________________
657 [  8187] By: jhi                                   on 2000/12/19  15:54:19
658         Log: Email address fix for Anton Berezin.
659      Branch: perl
660            ! AUTHORS
661 ____________________________________________________________________________
662 [  8186] By: jhi                                   on 2000/12/19  15:38:54
663         Log: Subject: [PATCH perl@8102] cygwin port
664              From: "Eric Fifer" <efifer@dircon.co.uk> 
665              Date: Thu, 14 Dec 2000 13:41:29 -0000
666              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
667              
668              When compiling modules the data item that is being imported
669              from libperl.dll needs to be tagged as imported/shared data:
670              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
671      Branch: perl
672            ! perliol.h
673 ____________________________________________________________________________
674 [  8185] By: jhi                                   on 2000/12/19  14:53:24
675         Log: Regen uconfig.h and uconfig.sh.
676      Branch: perl
677            ! uconfig.h uconfig.sh
678 ____________________________________________________________________________
679 [  8184] By: jhi                                   on 2000/12/18  20:43:49
680         Log: Comments work so much better when they are closed.
681      Branch: perl
682            ! regcomp.c
683 ____________________________________________________________________________
684 [  8183] By: jhi                                   on 2000/12/18  18:04:02
685         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
686              Fixes the bug 20001218.016.
687      Branch: perl
688            ! regcomp.c
689 ____________________________________________________________________________
690 [  8182] By: gsar                                  on 2000/12/18  09:53:47
691         Log: delete spurious files
692      Branch: maint-5.6/perl
693            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
694            - vos/config.h vos/config_h.SH_orig
695 ____________________________________________________________________________
696 [  8181] By: gsar                                  on 2000/12/18  09:46:08
697         Log: regen perltoc
698      Branch: maint-5.6/perl
699            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
700 ____________________________________________________________________________
701 [  8180] By: gsar                                  on 2000/12/18  09:20:27
702         Log: integrate changes#7924..7926,7946,7952 from mainline
703      Branch: maint-5.6/perl
704           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
705           !> lib/File/stat.pm t/lib/class-struct.t
706 ____________________________________________________________________________
707 [  8179] By: gsar                                  on 2000/12/18  08:55:54
708         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
709              7918,7919,7988,8907 from mainline (various)
710      Branch: maint-5.6/perl
711           +> t/lib/class-struct.t
712           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
713           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
714           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
715 ____________________________________________________________________________
716 [  8178] By: gsar                                  on 2000/12/18  08:16:30
717         Log: avoid redefinition warnings on windows due to sys/socket.h getting
718              #included before win32.h
719      Branch: maint-5.6/perl
720            ! win32/include/sys/socket.h
721 ____________________________________________________________________________
722 [  8177] By: gsar                                  on 2000/12/18  05:24:04
723         Log: make regen_headers; fix POSIX.xs problems; remove outdated
724              code from sys/socket.h that makes build fail now
725      Branch: maint-5.6/perl
726            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
727            ! pod/perlapi.pod
728           !> win32/include/sys/socket.h
729 ____________________________________________________________________________
730 [  8176] By: gsar                                  on 2000/12/18  05:20:17
731         Log: update Changes
732      Branch: maint-5.6/perl
733            ! Changes patchlevel.h
734 ____________________________________________________________________________
735 [  8175] By: gsar                                  on 2000/12/18  04:57:48
736         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
737              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
738              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
739              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
740              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
741              7823,7825,7838
742      Branch: maint-5.6/perl
743           +> lib/File/Spec/Epoc.pm
744           !> (integrate 88 files)
745 ____________________________________________________________________________
746 [  8174] By: gsar                                  on 2000/12/18  03:53:09
747         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
748              7625..7629,7631..7634,7637,7639,7642 from mainline
749      Branch: maint-5.6/perl
750           +> README.solaris
751           !> (integrate 26 files)
752 ____________________________________________________________________________
753 [  8173] By: gsar                                  on 2000/12/18  03:37:02
754         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
755              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
756              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
757              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
758      Branch: maint-5.6/perl
759           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
760            - MAINTAIN
761           !> (integrate 111 files)
762 ____________________________________________________________________________
763 [  8172] By: jhi                                   on 2000/12/18  02:49:27
764         Log: Regen pods.
765      Branch: perl
766            ! pod/perlmodlib.pod pod/perltoc.pod
767 ____________________________________________________________________________
768 [  8171] By: gsar                                  on 2000/12/18  02:49:24
769         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
770              7465..7471 from mainline
771              
772              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
773              in platforms that strictly require all the symbols being present
774              at link time.
775              
776              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
777              
778              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
779              
780              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
781              
782              Subject: [PATCH] todo
783              
784              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
785              
786              Use $sort, $uniq (and $tr) consistently as wondered
787              by Nicholas Clark.
788              
789              Too enthusiastic editing in #7460.
790              
791              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
792              
793              Upgrade to CPAN 1.58_55.
794              Subject: CPAN.pm status
795              
796              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
797              
798              Make target reordering to avoid pointless re-makes.
799              Subject: Re: Total re-make of 'make okfile' after 7451 ?
800              
801              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
802              
803              Subject: DOC PATCH 5.6.0
804              
805              Add the repository doc by Malcolm, Sarathy, and by Simon,
806              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
807      Branch: maint-5.6/perl
808           +> Porting/repository.pod
809           !> Configure MANIFEST Makefile.SH README.dos README.os2
810           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
811           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
812           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
813 ____________________________________________________________________________
814 [  8169] By: gsar                                  on 2000/12/18  02:33:34
815         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
816              7435..7441,7445 from mainline
817              
818              Make the UTF-8 decoding stricter and more verbose when
819              malformation happens.  This involved adding an argument
820              to utf8_to_uv_chk(), which involved changing its prototype,
821              and prefer STRLEN over I32 for the UTF-8 length, which as
822              a domino effect necessitated changing the prototypes of
823              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
824              The stricter UTF-8 decoding checking uses Markus Kuhn's
825              UTF-8 Decode Stress Tester from
826              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
827              
828              Run vms/vms_yfix.pl, should have done that after changing
829              perly.c in #7382.
830              
831              Subject: [PATCH 5.7.0] static linking with uninstalled perl
832              
833              (Replaced by #7440.)
834              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
835              
836              Fix the bug ID 20001024.005, the bug introduced by #7416.
837              
838              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
839              
840              Fix the bug reported in
841              From: andreas.koenig@anima.de (Andreas J. Koenig)
842              Also make is_utf8_char() stricter.
843              
844              Missed the header file changes from #7425.
845              
846              Check if stdio supports tweaking lval and cnt simultaneously.
847              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
848              
849              Stratus VOS updates from Paul Green.
850              
851              Podify README.epoc and README.vos.
852              
853              Add targets to Makefile.SH, most importantly
854              'regen_all' which also remembers to update vms/perly*.
855              
856              Subject: Minor update to find2perl, for portability
857              
858              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
859              
860              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
861              
862              Rename UTF8LEN() to be UNISKIP(), too confusing to have
863              UTF8LEN() and UTF8SKIP(). 
864              
865              Allow poking holes at the UTF-8 decoding strictness.
866              
867              Continue the internal UTF-8 API tweaking.
868              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
869              used much more than the simpler API, now called utf8_to_uv_simple().
870              Still not quite happy with API, too much partial duplication
871              of functionality.
872              
873              A new version of making the syslog test more robust.
874              (Replaces #7421.)
875              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
876              
877              buildtoc target tweaks.
878              
879              Integrate with vmsperl #7430 by Charles Bailey:
880              
881              Cleanup from prior patch (Charles Lane?):
882              - improve handling of MFDs in Basename and Path
883              - default to no xsubpp line # munging when building debug images
884      Branch: maint-5.6/perl
885           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
886           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
887           !> (integrate 67 files)
888 ____________________________________________________________________________
889 [  8168] By: gsar                                  on 2000/12/18  02:05:49
890         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
891              
892              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
893              From: Martin Husemann <martin@duskware.de>
894              
895              Subject: [PATCH 5.7.0] restore match data on backtracing
896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
897      Branch: maint-5.6/perl
898           !> regcomp.c regexec.c t/op/re_tests
899 ____________________________________________________________________________
900 [  8167] By: gsar                                  on 2000/12/18  01:55:22
901         Log: integrate changes#7858,7986 from mainline
902              
903              C<foreach my $x ...> in pseudo-fork()ed process may diddle
904              parent's memory; fix it by keeping track of the actual pad
905              offset rather than a raw pointer (this change is probably also
906              relevant to non-ithreads case to avoid fallout from reallocs of
907              the pad array, but is currently only enabled for the ithreads
908              case in the interests of minimal disruption to existing "well
909              tested" code)
910              
911              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
912              due to the notorious GetFileType() bug in Windows 9x, which fstat()
913              tickles)
914      Branch: maint-5.6/perl
915           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
916           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
917           !> win32/win32.c win32/win32.h win32/win32sck.c
918 ____________________________________________________________________________
919 [  8166] By: gsar                                  on 2000/12/18  01:52:59
920         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
921              from mainline (xsubpp and ExtUtils::LibList fixups, various
922              other small items)
923      Branch: maint-5.6/perl
924           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
925           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
926           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
927           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
928           !> win32/bin/search.pl
929 ____________________________________________________________________________
930 [  8165] By: gsar                                  on 2000/12/18  01:28:45
931         Log: integrate changes#7533,7563,7611,7623 from mainline (various
932              malloc.c embellishments)
933      Branch: maint-5.6/perl
934           !> malloc.c pod/perldiag.pod
935 ____________________________________________________________________________
936 [  8164] By: gsar                                  on 2000/12/18  01:23:33
937         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
938              fixups)
939      Branch: maint-5.6/perl
940           !> utils/h2xs.PL
941 ____________________________________________________________________________
942 [  8163] By: gsar                                  on 2000/12/18  01:17:50
943         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
944              fixups)
945      Branch: maint-5.6/perl
946           !> Makefile.SH utils/perlbug.PL
947 ____________________________________________________________________________
948 [  8162] By: gsar                                  on 2000/12/18  00:25:43
949         Log: always export Perl_deb() (it is required by re.xs whether
950              Perl is built with or without -DDEBUGGING)
951      Branch: maint-5.6/perl
952            ! makedef.pl
953 ____________________________________________________________________________
954 [  8161] By: gsar                                  on 2000/12/18  00:23:38
955         Log: integrate change#7414 from mainline
956              
957              Undo the basename() part of #7412 since the lib/basename
958              tests would need upgrading too.
959              
960              squelch two tests in tr.t that rely on tr/// paranoia change
961              that's not in 5.6.x
962      Branch: maint-5.6/perl
963            ! t/op/tr.t
964           !> lib/File/Basename.pm
965 ____________________________________________________________________________
966 [  8160] By: gsar                                  on 2000/12/18  00:05:30
967         Log: missing change in previous integrate
968      Branch: maint-5.6/perl
969           !> README.aix
970 ____________________________________________________________________________
971 [  8159] By: gsar                                  on 2000/12/18  00:03:38
972         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
973              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
974              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
975              7410..7413 from mainline
976      Branch: maint-5.6/perl
977           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
978           +> t/lib/tie-splice.t
979            - lib/unicode/Is/DCinital.pl
980           !> (integrate 112 files)
981 ____________________________________________________________________________
982 [  8158] By: jhi                                   on 2000/12/17  23:04:24
983         Log: Subject: [PATCHES] RE: perl@8150 
984              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
985              Date: Sun, 17 Dec 2000 21:46:39 +0100
986              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
987              
988              Neither cygwin has a getpwuid() one can trust on.
989      Branch: perl
990            ! t/lib/glob-basic.t
991 ____________________________________________________________________________
992 [  8157] By: jhi                                   on 2000/12/17  23:01:54
993         Log: More MAN.PODS => {} fixes.
994      Branch: perl
995            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
996            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
997            ! os2/OS2/REXX/Makefile.PL
998 ____________________________________________________________________________
999 [  8156] By: gsar                                  on 2000/12/17  22:49:13
1000         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
1001              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
1002              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
1003              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
1004              7201,7204 from mainline
1005      Branch: maint-5.6/perl
1006           !> (integrate 121 files)
1007 ____________________________________________________________________________
1008 [  8155] By: jhi                                   on 2000/12/17  22:30:58
1009         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
1010              From: "Craig A. Berry" <craigberry@mac.com>
1011              Date: Sun, 17 Dec 2000 13:09:28 -0600
1012              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
1013              
1014              MAN.PODS => ' ' is naughty.
1015      Branch: perl
1016            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
1017 ____________________________________________________________________________
1018 [  8154] By: nick                                  on 2000/12/17  22:07:13
1019         Log: MULTIPLICITY nit.
1020      Branch: perl
1021            ! mg.c
1022 ____________________________________________________________________________
1023 [  8153] By: gsar                                  on 2000/12/17  21:23:05
1024         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
1025              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
1026              from mainline
1027              
1028              Document the SvIOK_.*UV().
1029              
1030              Update Unicode todo list.
1031              
1032              Guard against bad string->int conversion for quads.
1033              
1034              Subject: small apidoc fix
1035              
1036              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
1037              
1038              Subject: [PATCH] Tied filehandle documentation
1039              
1040              Subject: [PATCH] Modernize Opcode.pm documentation
1041              
1042              Make Data::Dumper (non-XS) to work with changed semantics of ref().
1043              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
1044              [applied even though said semantics didn't change in 5.6.x]
1045              
1046              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
1047              
1048              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
1049              
1050              Fix the URL, but the server is still missing in action.
1051              Subject: [ID 20000905.002] perlfaq1.pod URL error
1052              
1053              Subject: [ID 20000903.001] \w in utf8-strings
1054              
1055              Fix the ccversion detection for 5.1 and beyond.
1056              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1057              
1058              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
1059              
1060              Subject: [ID 20000904.008] Tiny fix for perldiag
1061              
1062              Subject: Re: [ID 20000906.004] segfault with bad perl statement
1063              
1064              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1065              
1066              Subject: [ID 20000908.002] perlipc documentation bug.
1067              
1068              Subject: [PATCH lib/Benchmark.pm]
1069              
1070              Re-allow vec() for characters > 255.
1071              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
1072              
1073              Do away with memory models cruft.  Sorry, PDP users.
1074              
1075              Continue #7041.
1076              
1077              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
1078              
1079              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
1080              
1081              Upgrade to CPAN 1.57_65, from Andreas König.
1082              
1083              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
1084              by Russ Allbery.
1085              
1086              Silence t/pod/*.t about alternate quote-mappings now implemented
1087              by Pod::Text, from Brad Appleton.
1088              
1089              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
1090              Subject: borland C++ win32.c tweak
1091              
1092              C<@a = @b = split(...)> optimization coredumps under ithreads
1093              (missed a spot when fixing up op_pmreplroot hack for ithreads)
1094              
1095              Document the SvUTF8*().
1096              
1097              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
1098              
1099              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
1100              
1101              Do in VMS as the #7054 does.
1102              
1103              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
1104              
1105              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
1106              
1107              Subject: [patch: perl@7045] vms updates
1108              
1109              Test for the #7049.
1110              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
1111              
1112              Break up the myconfig lines a bit.
1113              Subject: perlbug/perl -V output format
1114              
1115              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
1116              
1117              The #7054 truncated Configure badly.
1118              
1119              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
1120              initialization in all the threads on Windows
1121              
1122              Allow for whitespace between "#" and "line" in cpp output.
1123              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
1124              
1125              Remove vestiges of tr//CU.
1126              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1127              
1128              The return value of setlocale must be copied away.
1129              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
1130              
1131              Allow chop() and chomp() to be overridden.
1132              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
1133              
1134              Hints optimization.
1135              Subject: Minor nit
1136              
1137              Subject: [PATCH] de-wall t/README
1138              
1139              Subject: Re: Two advertising clauses need to be removed
1140      Branch: maint-5.6/perl
1141           !> (integrate 75 files)
1142 ____________________________________________________________________________
1143 [  8152] By: gsar                                  on 2000/12/17  20:30:11
1144         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
1145              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
1146              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
1147              
1148              Don't attach -ld to the archname if pointless.
1149              
1150              Document UNTIE in a very minimalistic way.
1151              
1152              POSIX doesn't report long double values under -Duselongdouble
1153              when the long doubles are "real" (bigger than doubles).
1154              
1155              More author updates.
1156              
1157              Try to deduce NV_MAX.  Really should be Configure fodder.
1158              
1159              :: not allowed in pathnames, change to .
1160              Subject: [PATCH perl@6938] cygwin port
1161              
1162              Forget about NV_MAX (#6951).  Various floating point tweaks,
1163              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
1164              
1165              Move the Solaris 7 scan to use64bitall, make the
1166              failure to find 64-bot sparc libc to mention the
1167              possibility of being in an intel, from Lupe and Alan.
1168              
1169              Regen perltoc.
1170              
1171              AUTHORS tweaks, from Peter Prymmer.
1172              
1173              More address tweaking.
1174              
1175              Small tweaks all over.
1176              
1177              File::Temp patches from Andreas König,
1178              
1179              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
1180              
1181              Subject: CPAN.pm beta 1.57_57 for the core
1182              
1183              Part of the solution.
1184              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
1185              
1186              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
1187              
1188              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1189              
1190              Add the overload warnings to perldiag.
1191              
1192              Drop unused argument.
1193              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
1194              
1195              Subject: Nit in Configure (bleadperl@6961)
1196              
1197              Update to PodParser 1.18, from Brad Appleton.
1198              
1199              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
1200              
1201              Subject: [PATCH: 6948] add SCNfldbl to configure.com
1202              
1203              Document UNTIE. Also tweak implementation to suppress the 'inner references'
1204              warning when UNTIE exists and instead pass the cound of extra references to
1205              the UNTIE method.
1206              
1207              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
1208              so that case-ignoring systems like DCL can tell them from
1209              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
1210              
1211              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1212              
1213              Feature ordering tweak.
1214              
1215              Regen perltoc.
1216              
1217              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
1218              
1219              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
1220              
1221              Subject: http:// in L<>
1222              
1223              Detypo.
1224              
1225              change#6791 accidentally clobbered change#6710, put it back
1226              
1227              Only the first line, thank you very much.
1228              
1229              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
1230              plus rework the http: spots as suggested by Tom Christiansen,
1231              plus regen perltoc.
1232              
1233              Undo part of change 6489 which looks like a bulk edit which
1234              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
1235              The supressing of main:: on return from select() is undesirable.
1236              
1237              Apparently avoiding the swapping is too costly.
1238              
1239              Various Configure nits by Philip Newton,
1240              plus the ebcdic one by me.
1241              
1242              Make certain cc is set before trying to run it.
1243              
1244              If overloaded %{} etc. return the object do not loop.
1245              Thus  sub deref { $_[0] } functions if object is wanted type.
1246              
1247              Update perlhist.
1248              
1249              More %{} and other deref special casing - do not pass to 'nomethod'.
1250      Branch: maint-5.6/perl
1251           !> (integrate 59 files)
1252 ____________________________________________________________________________
1253 [  8151] By: gsar                                  on 2000/12/17  19:14:38
1254         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
1255              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
1256              
1257              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
1258              
1259              Make the epsilon to be relative, not absolute.
1260              
1261              Put back the flags dump as reasoned in
1262              Subject: Re: [PATCH] Glob dumping
1263              
1264              Introduce ccname to keep track of what compiler kind of we have.
1265              
1266              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
1267              
1268              Put back the slice accidentally removed by #6907.
1269              
1270              Reset archname and archname64 always, forcing them be
1271              recomputed at each Configure run, make Configure and
1272              the hints files agree on the naming of largefiles variables.
1273              
1274              Don't say "Perl 5.0 source kit".
1275              
1276              Subject: [PATCH] fix misc cast warnings
1277              
1278              Subject: typos in pods
1279              
1280              NVs not necessarily doubles, as pointed out by Yitzchak.
1281              
1282              Subject: [PATCH 6889] add a few ldbl formats to configure.com
1283              
1284              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
1285              
1286              Better options for rsync.
1287              
1288              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
1289              
1290              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
1291              
1292              Subject: [PATCH] Re: UNTIE method 
1293              
1294              A better fix for the Socket building problem from Craig Berry.
1295              
1296              Retract the dummy test, skip the security tests (instead of failing),
1297              explain what the warnings mean.
1298              
1299              Heap decorruption.
1300              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
1301              
1302              Update to Unicode 3.0.1.
1303              
1304              Missed one Unicode file.
1305              
1306              Subject: Re: typos in pods
1307              
1308              The #6929 was too skimpy.
1309              
1310              sscanf() may be the only way to read long doubles from strings.
1311              
1312              Reveal Borland's isnan.
1313              Subject: build with BC++ tweak
1314              
1315              Issue useful diagnostic on unknown pod commands.
1316              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
1317              
1318              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
1319              
1320              Clarify the third case of ftmp-security warnings.
1321              
1322              Make -Dusemorebits find long doubles in Solaris.
1323              
1324              Wrap the test in eval.
1325      Branch: maint-5.6/perl
1326           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
1327           +> lib/unicode/PropList.txt lib/unicode/README.perl
1328           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
1329           +> lib/unicode/Unicode.301 vms/vmspipe.com
1330            - lib/unicode/Props.txt lib/unicode/UCD300.html
1331            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
1332           !> (integrate 305 files)
1333 ____________________________________________________________________________
1334 [  8150] By: jhi                                   on 2000/12/17  18:47:57
1335         Log: Uncheckedin generated files.
1336      Branch: perl
1337            ! global.sym perlapi.c pod/perlapi.pod
1338 ____________________________________________________________________________
1339 [  8149] By: jhi                                   on 2000/12/17  18:41:22
1340         Log: Update Changes.
1341      Branch: perl
1342            ! Changes patchlevel.h
1343 ____________________________________________________________________________
1344 [  8148] By: jhi                                   on 2000/12/17  18:39:16
1345         Log: Subject: [PATCH] Fcntl constants speedup
1346              From: Nicholas Clark <nick@ccl4.org>
1347              Date: Sun, 17 Dec 2000 16:29:24 +0000
1348              Message-ID: <20001217162924.E97668@plum.flirble.org>
1349              
1350              Use IVs for the Fcntl constants instead of NVs.
1351      Branch: perl
1352            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
1353 ____________________________________________________________________________
1354 [  8147] By: jhi                                   on 2000/12/17  18:33:41
1355         Log: Add test for #8145 (binmode() warning), add warning for
1356              ioctl() and sockpair(), document them. (fileno() cannot
1357              be tripwired with the same kind of warning because
1358              'defined fileno($foo)' seems to be an idiom.)
1359      Branch: perl
1360            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
1361 ____________________________________________________________________________
1362 [  8146] By: gsar                                  on 2000/12/17  18:09:08
1363         Log: update Changes
1364      Branch: maint-5.6/perl
1365            ! Changes
1366 ____________________________________________________________________________
1367 [  8145] By: jhi                                   on 2000/12/17  17:39:35
1368         Log: Subject: [PATCH] Re: The long awaited feature ...
1369              From: Simon Cozens <simon@cozens.net>
1370              Date: Sun, 17 Dec 2000 12:31:56 +0000
1371              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
1372              
1373              Add a warning to binmode() about using bad filehandles
1374              (can happen e.g. if someone forgets the filehandle argument)
1375      Branch: perl
1376            ! pp_sys.c
1377 ____________________________________________________________________________
1378 [  8144] By: jhi                                   on 2000/12/17  17:33:48
1379         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
1380              From: Jonathan Stowe <gellyfish@gellyfish.com>
1381              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
1382              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
1383      Branch: perl
1384            ! lib/Net/Ping.pm
1385 ____________________________________________________________________________
1386 [  8143] By: jhi                                   on 2000/12/17  05:31:37
1387         Log: Polymorphic regexps.
1388              
1389              Fixes at least the bugs 20001028.003 (both of them...) and
1390              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
1391              also to be fixed by now, probably already before this patch.
1392      Branch: perl
1393            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
1394            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
1395            ! t/op/utf8decode.t t/pragma/utf8.t
1396 ____________________________________________________________________________
1397 [  8142] By: jhi                                   on 2000/12/16  17:16:05
1398         Log: Subject: [patch perl@8102] dos/djgpp update
1399              From: Laszlo Molnar <ml1050@freemail.hu>
1400              Date: Sat, 16 Dec 2000 01:40:52 +0100
1401              Message-ID: <20001216014052.A335@freemail.hu>
1402      Branch: perl
1403            ! djgpp/config.over t/base/commonsense.t
1404 ____________________________________________________________________________
1405 [  8141] By: jhi                                   on 2000/12/16  17:09:27
1406         Log: Few uncheckedin files.
1407      Branch: perl
1408            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
1409 ____________________________________________________________________________
1410 [  8140] By: nick                                  on 2000/12/15  22:14:31
1411         Log: Integrate mainline
1412      Branch: perlio
1413           !> (integrate 53 files)
1414 ____________________________________________________________________________
1415 [  8139] By: jhi                                   on 2000/12/15  19:49:49
1416         Log: One more IVUV tweak from Nicholas Clark.
1417      Branch: perl
1418            ! sv.c
1419 ____________________________________________________________________________
1420 [  8138] By: jhi                                   on 2000/12/15  19:17:06
1421         Log: Return of the IVUV-preservation, now seems to be happy even
1422              in Digital UNIX (the broken strtoul brokenness detection
1423              seems to have been the fly in the ointment).
1424      Branch: perl
1425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1426            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
1427            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
1428            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
1429            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1430            ! vos/config.ga.h win32/config.bc win32/config.gc
1431            ! win32/config.vc
1432 ____________________________________________________________________________
1433 [  8137] By: jhi                                   on 2000/12/15  18:12:14
1434         Log: Metaconfig unit change for #8136.
1435      Branch: metaconfig
1436            ! U/modified/d_strtoul.U
1437      Branch: metaconfig/U/perl
1438            ! d_strtoull.U d_strtouq.U
1439 ____________________________________________________________________________
1440 [  8136] By: jhi                                   on 2000/12/15  18:11:35
1441         Log: I don't think it's sensible or portable to test the strtou*
1442              on /^-/ strings.
1443      Branch: perl
1444            ! Configure
1445 ____________________________________________________________________________
1446 [  8135] By: jhi                                   on 2000/12/15  17:18:49
1447         Log: Metaconfig unit change for #8134.
1448      Branch: metaconfig
1449            ! U/modified/d_strtoul.U
1450 ____________________________________________________________________________
1451 [  8134] By: jhi                                   on 2000/12/15  17:14:13
1452         Log: If longsize is 8 we don't need a LL suffix for integer constants.
1453      Branch: perl
1454            ! Configure config_h.SH
1455 ____________________________________________________________________________
1456 [  8133] By: jhi                                   on 2000/12/15  16:00:23
1457         Log: Update Changes.
1458      Branch: perl
1459            ! Changes patchlevel.h
1460 ____________________________________________________________________________
1461 [  8132] By: jhi                                   on 2000/12/15  15:44:16
1462         Log: Some compilers get huffy if you do not cast a const pointer
1463              to a non-const when assigning.
1464      Branch: perl
1465            ! gv.c
1466 ____________________________________________________________________________
1467 [  8131] By: jhi                                   on 2000/12/15  15:38:30
1468         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
1469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1470              Date: Fri, 15 Dec 2000 05:26:57 -0500
1471              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
1472      Branch: perl
1473            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
1474            ! t/pragma/overload.t
1475 ____________________________________________________________________________
1476 [  8130] By: jhi                                   on 2000/12/15  15:36:08
1477         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
1478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1479              Date: Thu, 14 Dec 2000 22:02:43 -0500
1480              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
1481      Branch: perl
1482            ! gv.c perl.h
1483 ____________________________________________________________________________
1484 [  8129] By: jhi                                   on 2000/12/15  15:34:16
1485         Log: Subject: PATCH: h2xs nit
1486              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1487              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
1488              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
1489              
1490              Add a template README.
1491      Branch: perl
1492            ! utils/h2xs.PL
1493 ____________________________________________________________________________
1494 [  8128] By: jhi                                   on 2000/12/15  15:32:22
1495         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
1496      Branch: perl
1497            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
1498 ____________________________________________________________________________
1499 [  8127] By: jhi                                   on 2000/12/15  15:19:34
1500         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
1501              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1502              Date:     Thu, 14 Dec 2000 20:04:42 EST
1503              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
1504      Branch: perl
1505            ! ext/Opcode/Opcode.xs
1506 ____________________________________________________________________________
1507 [  8126] By: jhi                                   on 2000/12/15  15:17:49
1508         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
1509              From: Peter Prymmer <pvhp@forte.com>
1510              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
1511              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
1512      Branch: perl
1513            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
1514            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
1515            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
1516 ____________________________________________________________________________
1517 [  8125] By: jhi                                   on 2000/12/15  15:11:05
1518         Log: This seems to be a stage sane and stable enough to checkin.
1519              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
1520      Branch: perl
1521            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
1522            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
1523            ! t/op/cmp.t t/op/numconvert.t
1524 ____________________________________________________________________________
1525 [  8124] By: jhi                                   on 2000/12/15  04:20:26
1526         Log: Something is really wonky.
1527      Branch: perl
1528            ! sv.c
1529 ____________________________________________________________________________
1530 [  8123] By: jhi                                   on 2000/12/15  04:00:50
1531         Log: Fixes for the IV UV patches to compile in Digital UNIX.
1532      Branch: perl
1533            ! sv.c
1534 ____________________________________________________________________________
1535 [  8122] By: jhi                                   on 2000/12/15  02:53:40
1536         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
1537              From: "Craig A. Berry" <craigberry@mac.com>
1538              Date: Thu, 14 Dec 2000 19:10:49 -0600
1539              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
1540      Branch: perl
1541            ! vms/vms.c
1542 ____________________________________________________________________________
1543 [  8121] By: jhi                                   on 2000/12/15  02:50:00
1544         Log: Metaconfig changes for #8120.
1545      Branch: metaconfig
1546            + U/modified/d_strtoul.U
1547      Branch: metaconfig/U/perl
1548            ! d_strtoull.U d_strtouq.U
1549 ____________________________________________________________________________
1550 [  8120] By: jhi                                   on 2000/12/15  02:49:42
1551         Log: From: Nicholas Clark <nick@ccl4.org> 
1552              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
1553              Date: Thu, 14 Dec 2000 18:38:57 +0000
1554              Message-ID: <20001214183857.B97909@plum.flirble.org>
1555      Branch: perl
1556            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1557            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
1558            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1559            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1560            ! win32/config.gc win32/config.vc
1561 ____________________________________________________________________________
1562 [  8119] By: jhi                                   on 2000/12/14  23:40:58
1563         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
1564              From: Nicholas Clark <nick@ccl4.org>
1565              Date: Wed, 13 Dec 2000 20:08:50 +0000
1566              Message-ID: <20001213200849.B71166@plum.flirble.org>
1567      Branch: perl
1568            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
1569            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
1570 ____________________________________________________________________________
1571 [  8118] By: jhi                                   on 2000/12/14  22:46:26
1572         Log: Integrate perlio.
1573      Branch: perl
1574           !> MANIFEST ext/Encode/compile makedef.pl
1575 ____________________________________________________________________________
1576 [  8117] By: nick                                  on 2000/12/14  22:38:53
1577         Log: Win32 tweaks to get Encode to build
1578              - temp hack to makedef.pl till PerlIO is properly "exported".
1579              - MSVC dislikes  
1580              static encpage_t foo[];
1581              so make 'em extern for now.
1582      Branch: perlio
1583            ! ext/Encode/compile makedef.pl
1584 ____________________________________________________________________________
1585 [  8116] By: nick                                  on 2000/12/14  22:00:53
1586         Log: Document the new files
1587      Branch: perlio
1588            ! MANIFEST
1589 ____________________________________________________________________________
1590 [  8115] By: jhi                                   on 2000/12/14  21:58:01
1591         Log: MANIFEST new files of #8114.
1592      Branch: perl
1593            ! MANIFEST
1594 ____________________________________________________________________________
1595 [  8114] By: jhi                                   on 2000/12/14  21:50:49
1596         Log: Integrate perlio.
1597      Branch: perl
1598           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
1599           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1600           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
1601           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
1602           !> ext/Encode/Makefile.PL
1603 ____________________________________________________________________________
1604 [  8113] By: jhi                                   on 2000/12/14  21:48:49
1605         Log: The documentation part of the
1606              
1607              Subject: [ID 20001214.002] Net::Ping patch
1608              From: Jonathan Stowe <gellyfish@gellyfish.com>
1609              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
1610              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
1611              since the #7529 had already addressed the same problem.
1612      Branch: perl
1613            ! lib/Net/Ping.pm
1614 ____________________________________________________________________________
1615 [  8112] By: jhi                                   on 2000/12/14  21:42:57
1616         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
1617              From: Dominic Dunlop <domo@computer.org>
1618              Date: Tue, 12 Dec 2000 10:47:10 +0100
1619              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
1620              
1621              Document how elusive subroutines can be.
1622      Branch: perl
1623            ! pod/perlfunc.pod
1624 ____________________________________________________________________________
1625 [  8111] By: jhi                                   on 2000/12/14  21:38:05
1626         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
1627              From: Dominic Dunlop <domo@computer.org>
1628              Date: Thu, 14 Dec 2000 10:13:51 +0100
1629              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
1630      Branch: perl
1631            ! ext/POSIX/POSIX.pod
1632 ____________________________________________________________________________
1633 [  8110] By: jhi                                   on 2000/12/14  21:36:32
1634         Log: Subject: [patch] perlfaq7
1635              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
1636              Date: Thu, 14 Dec 2000 15:31:07 +0100
1637              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
1638      Branch: perl
1639            ! pod/perlfaq7.pod
1640 ____________________________________________________________________________
1641 [  8109] By: jhi                                   on 2000/12/14  21:29:20
1642         Log: Subject: [8104] Encode
1643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1644              Date: Thu, 14 Dec 2000 14:49:34 +0100
1645              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
1646              
1647              Type casting for nervous compilers.
1648      Branch: perl
1649            ! ext/Encode/Encode.xs
1650 ____________________________________________________________________________
1651 [  8108] By: jhi                                   on 2000/12/14  21:26:17
1652         Log: Subject: [8104] DB_File
1653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1654              Date: Thu, 14 Dec 2000 14:49:35 +0100
1655              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
1656              
1657              Type definition incorrect for DB 2.7.7.  Not known when it
1658              changed, so only changed it for a known revision.
1659      Branch: perl
1660            ! ext/DB_File/DB_File.xs
1661 ____________________________________________________________________________
1662 [  8107] By: jhi                                   on 2000/12/14  21:23:41
1663         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
1664              From: Peter Prymmer <pvhp@forte.com>
1665              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
1666              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
1667              
1668              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
1669      Branch: perl
1670            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
1671            ! ext/Encode/Encode/posix-bc.enc
1672 ____________________________________________________________________________
1673 [  8106] By: nick                                  on 2000/12/14  20:36:13
1674         Log: "Cold" build correction to Encode's Makefile.PL
1675      Branch: perlio
1676            ! ext/Encode/Makefile.PL
1677 ____________________________________________________________________________
1678 [  8105] By: nick                                  on 2000/12/14  20:09:37
1679         Log: "Compiled" encodings.
1680              Correct replacement character in EBCDIC .enc files
1681              Add 0x7F to ASCII repertoire.
1682      Branch: perlio
1683            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1684            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
1685            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
1686            ! ext/Encode/Makefile.PL ext/Encode/compile
1687            ! ext/Encode/encengine.c ext/Encode/encode.h
1688 ____________________________________________________________________________
1689 [  8104] By: nick                                  on 2000/12/14  00:38:20
1690         Log: Integrate mainline
1691      Branch: perlio
1692           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
1693           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
1694           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
1695           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
1696           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
1697           !> t/lib/db-hash.t t/lib/db-recno.t
1698 ____________________________________________________________________________
1699 [  8103] By: nick                                  on 2000/12/13  23:16:13
1700         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
1701              so far and so it does not get lost.
1702      Branch: perlio
1703            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
1704 ____________________________________________________________________________
1705 [  8102] By: jhi                                   on 2000/12/13  17:14:22
1706         Log: Update Changes.
1707      Branch: perl
1708            ! Changes patchlevel.h
1709 ____________________________________________________________________________
1710 [  8101] By: jhi                                   on 2000/12/13  16:53:41
1711         Log: Move the proto of start_glob() to a better place; regen api files.
1712      Branch: perl
1713            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
1714 ____________________________________________________________________________
1715 [  8100] By: jhi                                   on 2000/12/13  16:47:11
1716         Log: Metaconfig change for #8099.
1717      Branch: metaconfig
1718            ! U/modified/Head.U
1719 ____________________________________________________________________________
1720 [  8099] By: jhi                                   on 2000/12/13  16:46:48
1721         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
1722              From: Andy Dougherty <doughera@lafayette.edu>
1723              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
1724              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
1725      Branch: perl
1726            ! Configure
1727 ____________________________________________________________________________
1728 [  8098] By: jhi                                   on 2000/12/13  16:39:02
1729         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
1730              From: rspier@pobox.com (Robert Spier)
1731              Date: Tue, 12 Dec 2000 21:12:39 -0500
1732              Message-ID: <14902.56087.678086.725773@rls.cx>
1733              
1734              fastgetcwd is defined using a glob alias on a $^O dependent basis -
1735              and there was no default assignment or perl subroutine.
1736      Branch: perl
1737            ! lib/Cwd.pm
1738 ____________________________________________________________________________
1739 [  8097] By: jhi                                   on 2000/12/13  16:16:01
1740         Log: Subject: [PATCH] move startglob out of pp_hot.c
1741              From: Nicholas Clark <nick@ccl4.org>
1742              Date: Mon, 11 Dec 2000 23:16:39 +0000
1743              Message-ID: <20001211231638.A55550@plum.flirble.org>
1744      Branch: perl
1745            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
1746 ____________________________________________________________________________
1747 [  8096] By: jhi                                   on 2000/12/13  15:26:23
1748         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
1749              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
1750              Date: Wed, 13 Dec 2000 14:01:37 +0100
1751              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
1752              
1753              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
1754              in turn requires libpthread in libswanted.
1755      Branch: perl
1756            ! hints/hpux.sh
1757 ____________________________________________________________________________
1758 [  8095] By: jhi                                   on 2000/12/12  19:51:05
1759         Log: The integration wars continue.
1760      Branch: perl
1761           !> sv.c
1762 ____________________________________________________________________________
1763 [  8094] By: jhi                                   on 2000/12/12  19:48:26
1764         Log: Subject: [PATCH perl@8070] DB_File-1.74  
1765              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
1766              Date: Mon, 11 Dec 2000 23:07:17 -0000
1767              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
1768      Branch: perl
1769            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1770            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
1771            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
1772            ! t/lib/db-recno.t
1773 ____________________________________________________________________________
1774 [  8093] By: nick                                  on 2000/12/12  19:42:13
1775         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
1776      Branch: perlio
1777            ! sv.c
1778           !> lib/File/DosGlob.pm
1779 ____________________________________________________________________________
1780 [  8092] By: jhi                                   on 2000/12/12  19:28:11
1781         Log: Integrate perlio.
1782      Branch: perl
1783           !> sv.c
1784 ____________________________________________________________________________
1785 [  8091] By: nick                                  on 2000/12/12  18:49:45
1786         Log: Fix for Tk, and upgrading shared SVs.
1787      Branch: perlio
1788            ! sv.c
1789 ____________________________________________________________________________
1790 [  8090] By: jhi                                   on 2000/12/12  16:48:59
1791         Log: Subject: [PATCH] Re: Breadperl & Tk
1792              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1793              Date: Tue, 12 Dec 2000 14:48:27 GMT
1794              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
1795      Branch: perl
1796            ! sv.c
1797 ____________________________________________________________________________
1798 [  8089] By: jhi                                   on 2000/12/12  03:37:19
1799         Log: Subject: DosGlob.pm diff for bash style brace expansion.
1800              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
1801              Date: Fri, 8 Dec 2000 10:45:30 -0600
1802              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
1803      Branch: perl
1804            ! lib/File/DosGlob.pm
1805 ____________________________________________________________________________
1806 [  8088] By: nick                                  on 2000/12/11  23:59:59
1807         Log: Integrate mainline
1808      Branch: perlio
1809           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
1810           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
1811           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
1812           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
1813           !> t/op/local.t t/pragma/warn/toke toke.c
1814 ____________________________________________________________________________
1815 [  8087] By: jhi                                   on 2000/12/11  23:20:23
1816         Log: Integrate perlio.
1817      Branch: perl
1818           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
1819 ____________________________________________________________________________
1820 [  8086] By: jhi                                   on 2000/12/11  22:50:59
1821         Log: Tune further the OS detection of CGI.
1822      Branch: perl
1823            ! lib/CGI.pm
1824 ____________________________________________________________________________
1825 [  8085] By: nick                                  on 2000/12/11  22:50:46
1826         Log: Finish 1st pass of "encoding" layer e.g. :
1827              open($fh,"<encoding(iso8859-7)",$greek) || die;
1828      Branch: perlio
1829            ! ext/Encode/Encode.xs perlio.c perliol.h
1830 ____________________________________________________________________________
1831 [  8084] By: jhi                                   on 2000/12/11  22:32:06
1832         Log: Revert the -f ambiguousity patch, seems to cause
1833              too much hassle (the interpret -Q as a function
1834              where Q is not a known filetest part is left in).
1835      Branch: perl
1836            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
1837            ! toke.c
1838 ____________________________________________________________________________
1839 [  8083] By: jhi                                   on 2000/12/11  22:27:23
1840         Log: (accidentally empty check-in)
1841      Branch: perl
1842            ! lib/File/DosGlob.pm
1843 ____________________________________________________________________________
1844 [  8082] By: nick                                  on 2000/12/11  19:09:51
1845         Log: Restore mmap function (broken by tweaks to shared buffer
1846              layer for encode(xxxx)).
1847      Branch: perlio
1848            ! perlio.c
1849 ____________________________________________________________________________
1850 [  8081] By: jhi                                   on 2000/12/11  18:29:13
1851         Log: Subject: Re: The long awaited feature ...
1852              From: Simon Cozens <simon@cozens.net>
1853              Date: Mon, 11 Dec 2000 15:54:24 +0000
1854              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
1855              
1856              More io/utf8 tests.
1857      Branch: perl
1858            ! t/io/utf8.t
1859 ____________________________________________________________________________
1860 [  8080] By: jhi                                   on 2000/12/11  18:19:36
1861         Log: Subject: PATCH MakeMaker manpage clarification
1862              From: andreas.koenig@anima.de (Andreas J. Koenig)
1863              Date: 10 Dec 2000 20:46:13 +0100
1864              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
1865      Branch: perl
1866            ! lib/ExtUtils/MakeMaker.pm
1867 ____________________________________________________________________________
1868 [  8079] By: jhi                                   on 2000/12/11  15:35:07
1869         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
1870              From: Simon Cozens <simon@cozens.net>
1871              Date: Sun, 10 Dec 2000 19:06:19 +0000
1872              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
1873      Branch: perl
1874            ! ext/B/B/Deparse.pm t/lib/b.t
1875 ____________________________________________________________________________
1876 [  8078] By: jhi                                   on 2000/12/11  15:09:11
1877         Log: Subject: [PATCH] docs on NaN
1878              From: Nicholas Clark <nick@ccl4.org>
1879              Date: Mon, 11 Dec 2000 01:48:38 +0000
1880              Message-ID: <20001211014838.B99205@plum.flirble.org>
1881      Branch: perl
1882            ! pod/perlop.pod
1883 ____________________________________________________________________________
1884 [  8077] By: jhi                                   on 2000/12/11  15:02:21
1885         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
1886              From: Simon Cozens <simon@cozens.net>
1887              Date: Mon, 11 Dec 2000 01:21:45 +0000
1888              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
1889      Branch: perl
1890            ! pp.c pp_hot.c scope.c t/op/local.t
1891 ____________________________________________________________________________
1892 [  8076] By: nick                                  on 2000/12/10  20:43:32
1893         Log: Not merge worthy...
1894              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
1895              syntax is modelled on attributes.
1896              Untested fix for io/utf8 on Win32 etc.
1897              Very clumsy start to the encode layer.
1898      Branch: perlio
1899            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
1900 ____________________________________________________________________________
1901 [  8075] By: jhi                                   on 2000/12/10  18:39:33
1902         Log: Darwin is not Windows.
1903      Branch: perl
1904            ! lib/CGI.pm
1905 ____________________________________________________________________________
1906 [  8074] By: jhi                                   on 2000/12/10  18:31:27
1907         Log: Subject: Ambiguous -%c() resolved as a file test
1908              From: "Paul Marquess" <Paul.Marquess@openwave.com>
1909              Date: Sun, 10 Dec 2000 15:35:07 -0000
1910              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
1911      Branch: perl
1912            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
1913 ____________________________________________________________________________
1914 [  8073] By: jhi                                   on 2000/12/10  18:16:29
1915         Log: Subject: PATCH installperl misinformed 
1916              From: andreas.koenig@anima.de (Andreas J. Koenig)
1917              Date: 10 Dec 2000 13:01:32 +0100 
1918              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
1919      Branch: perl
1920            ! installperl
1921 ____________________________________________________________________________
1922 [  8072] By: jhi                                   on 2000/12/10  18:07:55
1923         Log: The walkoptree confusion rages; walkoptree() seems to be coming
1924              from B.xs, while walkoptree_slow() comes from B.pm.
1925      Branch: perl
1926            ! ext/B/B.pm
1927 ____________________________________________________________________________
1928 [  8071] By: nick                                  on 2000/12/10  11:45:47
1929         Log: Integrate mainline
1930      Branch: perlio
1931           +> t/base/commonsense.t
1932           !> (integrate 37 files)
1933 ____________________________________________________________________________
1934 [  8070] By: jhi                                   on 2000/12/10  04:46:21
1935         Log: Update Changes.
1936      Branch: perl
1937            ! Changes patchlevel.h
1938 ____________________________________________________________________________
1939 [  8069] By: jhi                                   on 2000/12/10  04:39:19
1940         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
1941              From: andreas.koenig@anima.de (Andreas J. Koenig)
1942              Date: 09 Dec 2000 17:14:25 +0100
1943              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
1944      Branch: perl
1945            + t/base/commonsense.t
1946            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
1947 ____________________________________________________________________________
1948 [  8068] By: jhi                                   on 2000/12/10  04:17:36
1949         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
1950              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1951              Date: Sat, 9 Dec 2000 16:47:22 -0000
1952              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
1953      Branch: perl
1954            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
1955            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
1956            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
1957            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
1958            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
1959            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1960            ! t/lib/sdbm.t
1961 ____________________________________________________________________________
1962 [  8067] By: jhi                                   on 2000/12/10  03:52:02
1963         Log: Test case for #8066.
1964      Branch: perl
1965            ! t/op/misc.t
1966 ____________________________________________________________________________
1967 [  8066] By: jhi                                   on 2000/12/10  03:50:30
1968         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
1969              From: Simon Cozens <simon@cozens.net>
1970              Date: Sun, 10 Dec 2000 00:55:37 +0000
1971              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
1972      Branch: perl
1973            ! pp_sys.c
1974 ____________________________________________________________________________
1975 [  8065] By: jhi                                   on 2000/12/10  03:44:52
1976         Log: Test case for #8064.
1977      Branch: perl
1978            ! t/comp/proto.t
1979 ____________________________________________________________________________
1980 [  8064] By: jhi                                   on 2000/12/10  03:42:32
1981         Log: Subject: Re: prototype of substr
1982              From: Simon Cozens <simon@cozens.net>
1983              Date: Sun, 10 Dec 2000 00:13:33 +0000
1984              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
1985              
1986              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
1987      Branch: perl
1988            ! pp.c
1989 ____________________________________________________________________________
1990 [  8063] By: jhi                                   on 2000/12/10  03:39:42
1991         Log: Subject: [PATCH] perlguts.pod
1992              From: Simon Cozens <simon@cozens.net>
1993              Date: Sun, 10 Dec 2000 00:06:47 +0000
1994              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
1995              
1996              Documentation of the different types of ops,
1997              plus the functions in dump.c
1998      Branch: perl
1999            ! pod/perlguts.pod
2000 ____________________________________________________________________________
2001 [  8062] By: jhi                                   on 2000/12/10  03:30:04
2002         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
2003              From: Nicholas Clark <nick@talking.bollo.cx>
2004              Date: Sat, 09 Dec 2000 18:57:25 +0000
2005              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
2006              
2007              Be more robust in weird hostname setups.
2008      Branch: perl
2009            ! t/lib/net-hostent.t
2010 ____________________________________________________________________________
2011 [  8061] By: jhi                                   on 2000/12/10  03:28:21
2012         Log: Pacify fussy compiler. 
2013      Branch: perl
2014            ! pp_sys.c
2015 ____________________________________________________________________________
2016 [  8060] By: jhi                                   on 2000/12/10  02:52:46
2017         Log: Integrate perlio.
2018      Branch: perl
2019           !> pp_sys.c t/io/utf8.t
2020 ____________________________________________________________________________
2021 [  8059] By: nick                                  on 2000/12/09  23:40:14
2022         Log: read/sysread/recv should now be utf8 aware.
2023              Basic test for utf8 read.
2024      Branch: perlio
2025            ! pp_sys.c t/io/utf8.t
2026 ____________________________________________________________________________
2027 [  8058] By: jhi                                   on 2000/12/09  21:56:02
2028         Log: Integrate perlio.
2029      Branch: perl
2030           +> t/io/utf8.t
2031           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
2032 ____________________________________________________________________________
2033 [  8057] By: jhi                                   on 2000/12/09  21:53:35
2034         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
2035              From: Inaba Hiroto <inaba@st.rim.or.jp>
2036              Date: Sun, 10 Dec 2000 05:53:21 +0900
2037              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
2038              
2039              Tests for #8056.
2040      Branch: perl
2041            ! t/op/each.t
2042 ____________________________________________________________________________
2043 [  8056] By: jhi                                   on 2000/12/09  21:51:16
2044         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
2045              From: Inaba Hiroto <inaba@st.rim.or.jp>
2046              Date: Sat, 09 Dec 2000 18:02:00 +0900
2047              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
2048              
2049              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
2050      Branch: perl
2051            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
2052 ____________________________________________________________________________
2053 [  8055] By: nick                                  on 2000/12/09  20:11:48
2054         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
2055              than raw PerlIO_write() - does not seem to break any tests.
2056      Branch: perlio
2057            ! pp_sys.c
2058 ____________________________________________________________________________
2059 [  8054] By: nick                                  on 2000/12/09  19:47:30
2060         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
2061              (sysread, recv and write i.e. formats still to do...)
2062              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
2063              open($fh,">:utf8","name")
2064              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
2065              so no extra overhead is involved.
2066              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
2067              to a non-utf8 stream.
2068              Add initial io/utf8.t
2069              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
2070              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
2071              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
2072      Branch: perlio
2073            + t/io/utf8.t
2074            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
2075 ____________________________________________________________________________
2076 [  8053] By: nick                                  on 2000/12/09  19:26:37
2077         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
2078              was only testing this_utf8.
2079      Branch: perlio
2080            ! toke.c
2081 ____________________________________________________________________________
2082 [  8052] By: nick                                  on 2000/12/09  19:09:41
2083         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
2084              i.e. the output string has one, but don't mess with source assumption.
2085      Branch: perlio
2086            ! toke.c
2087 ____________________________________________________________________________
2088 [  8051] By: jhi                                   on 2000/12/09  16:55:17
2089         Log: Integrate perlio.
2090      Branch: perl
2091           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
2092           !> sv.c thrdvar.h util.c
2093 ____________________________________________________________________________
2094 [  8050] By: jhi                                   on 2000/12/09  16:48:07
2095         Log: Nits noticed by Peter Prymmer.
2096      Branch: perl
2097            ! lib/ExtUtils/MM_VMS.pm
2098 ____________________________________________________________________________
2099 [  8049] By: nick                                  on 2000/12/09  13:49:40
2100         Log: UTF8 output prework.
2101              - Store $\ and $, as SVs so they can have SvUTF8 flag
2102              - use do_print() rather than raw PerlIO_write() to print them.
2103      Branch: perlio
2104            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
2105            ! thrdvar.h util.c
2106 ____________________________________________________________________________
2107 [  8048] By: nick                                  on 2000/12/09  12:30:43
2108         Log: Integrate mainline.
2109      Branch: perlio
2110           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
2111           +> t/op/reverse.t
2112           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
2113           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2114           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
2115           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
2116           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
2117           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
2118 ____________________________________________________________________________
2119 [  8047] By: jhi                                   on 2000/12/09  00:23:27
2120         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
2121              From: Michael G Schwern <schwern@pobox.com>
2122              Date: Fri, 8 Dec 2000 14:43:04 -0600
2123      Branch: perl
2124            ! lib/ExtUtils/MM_VMS.pm
2125 ____________________________________________________________________________
2126 [  8046] By: jhi                                   on 2000/12/08  23:10:27
2127         Log: A missed check-in.
2128      Branch: perl
2129            ! lib/ExtUtils/Manifest.pm
2130 ____________________________________________________________________________
2131 [  8045] By: jhi                                   on 2000/12/08  21:57:12
2132         Log: (null check-in)
2133      Branch: perl
2134            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
2135 ____________________________________________________________________________
2136 [  8044] By: jhi                                   on 2000/12/08  21:11:06
2137         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
2138              at the final draft stage.
2139      Branch: perl
2140            + ext/Encode/Encode/iso8859-16.enc
2141            ! MANIFEST
2142 ____________________________________________________________________________
2143 [  8043] By: jhi                                   on 2000/12/08  16:39:04
2144         Log: Update Changes.
2145      Branch: perl
2146            ! Changes patchlevel.h
2147 ____________________________________________________________________________
2148 [  8042] By: jhi                                   on 2000/12/08  16:33:39
2149         Log: Do not return the Unicode replacement character if UTF-8
2150              decoding goes awry, it should be up to the caller to decide.
2151      Branch: perl
2152            ! pod/perlapi.pod utf8.c
2153 ____________________________________________________________________________
2154 [  8041] By: jhi                                   on 2000/12/08  16:22:28
2155         Log: metaconfig maintenance.
2156      Branch: metaconfig
2157            ! U/modified/stdchar.U
2158      Branch: metaconfig/U/perl
2159            + testsyml.U
2160 ____________________________________________________________________________
2161 [  8040] By: jhi                                   on 2000/12/08  16:03:08
2162         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
2163              From: sthoenna@efn.org
2164              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
2165              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
2166      Branch: perl
2167            ! Changes lib/ExtUtils/MM_OS2.pm
2168 ____________________________________________________________________________
2169 [  8039] By: jhi                                   on 2000/12/08  15:57:11
2170         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
2171              From: Simon Cozens <simon@cozens.net>
2172              Date: Fri, 8 Dec 2000 13:33:31 +0000
2173              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
2174              
2175              (The pp_hot part needed a rewrite.)
2176      Branch: perl
2177            ! doop.c pp_hot.c utf8.c
2178 ____________________________________________________________________________
2179 [  8038] By: jhi                                   on 2000/12/08  15:25:08
2180         Log: Subject: djSP
2181              From: Michael Stevens <michael@etla.org>
2182              Date: Wed, 6 Dec 2000 23:24:01 +0000
2183              Message-ID: <20001206232400.A21381@firedrake.org>
2184              
2185              Plus a note from Nick Ing-Simmons.
2186      Branch: perl
2187            ! pp.h
2188 ____________________________________________________________________________
2189 [  8037] By: jhi                                   on 2000/12/08  15:18:35
2190         Log: Filetype is text.
2191      Branch: perl
2192            ! t/op/utf8decode.t
2193 ____________________________________________________________________________
2194 [  8036] By: jhi                                   on 2000/12/08  03:31:27
2195         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2196              From: Andy Dougherty <doughera@lafayette.edu>
2197              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
2198              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
2199              
2200              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2201              From: Andy Dougherty <doughera@lafayette.edu>
2202              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
2203              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
2204      Branch: perl
2205            + ext/POSIX/hints/svr4.pl
2206            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
2207 ____________________________________________________________________________
2208 [  8035] By: jhi                                   on 2000/12/08  03:26:01
2209         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
2210              From: Andy Dougherty <doughera@lafayette.edu>
2211              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
2212              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
2213      Branch: perl
2214            ! t/README t/base/term.t
2215 ____________________________________________________________________________
2216 [  8034] By: jhi                                   on 2000/12/08  03:21:59
2217         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
2218              From: mjd@plover.com  
2219              Date: 7 Dec 2000 21:04:20 -0000
2220              Message-ID: <20001207210420.22282.qmail@plover.com>
2221              
2222              Plus -z doc.
2223      Branch: perl
2224            ! pod/perlfunc.pod
2225 ____________________________________________________________________________
2226 [  8033] By: jhi                                   on 2000/12/08  03:19:03
2227         Log: Use the UTF8 macros a bit.  They can't be used with abandon
2228              everywhere because we do generate illegal UTF-8 in some situations.
2229              This is of course naughty.
2230      Branch: perl
2231            ! pod/perlapi.pod utf8.c utf8.h
2232 ____________________________________________________________________________
2233 [  8032] By: jhi                                   on 2000/12/08  03:00:09
2234         Log: Out of sync?
2235      Branch: perl
2236            ! t/pragma/warn/utf8
2237 ____________________________________________________________________________
2238 [  8031] By: jhi                                   on 2000/12/08  02:22:39
2239         Log: Cnt spl.
2240      Branch: perl
2241            ! MANIFEST
2242 ____________________________________________________________________________
2243 [  8030] By: jhi                                   on 2000/12/08  01:23:54
2244         Log: Add test for reverse().
2245      Branch: perl
2246            + t/op/reverse.t
2247            ! MANIFEST
2248 ____________________________________________________________________________
2249 [  8029] By: jhi                                   on 2000/12/08  01:21:47
2250         Log: Integrate perlio.
2251      Branch: perl
2252           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
2253           !> perlio.c perlio.h perlsdio.h warnings.pl
2254 ____________________________________________________________________________
2255 [  8028] By: jhi                                   on 2000/12/08  01:19:08
2256         Log: Introduce macros for UTF8 decoding.
2257      Branch: perl
2258            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
2259 ____________________________________________________________________________
2260 [  8027] By: nick                                  on 2000/12/07  22:18:19
2261         Log: Integrate mainline
2262      Branch: perlio
2263           !> embed.pl pod/perlapi.pod utf8.c
2264 ____________________________________________________________________________
2265 [  8026] By: nick                                  on 2000/12/07  21:45:08
2266         Log: Various oddities p4 diff -se showed up
2267              Remove 'our' from warnings.pl
2268      Branch: perlio
2269            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
2270 ____________________________________________________________________________
2271 [  8025] By: nick                                  on 2000/12/07  21:43:32
2272         Log: Change PerlIO_(get|set)pos to take SV *
2273              Should fix, OS/2, VMS, (sfio??)
2274      Branch: perlio
2275            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
2276 ____________________________________________________________________________
2277 [  8024] By: jhi                                   on 2000/12/07  19:05:32
2278         Log: Document utf8_to_uv() better.
2279      Branch: perl
2280            ! pod/perlapi.pod utf8.c
2281 ____________________________________________________________________________
2282 [  8023] By: jhi                                   on 2000/12/07  18:23:47
2283         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
2284      Branch: perl
2285            ! embed.pl pod/perlapi.pod utf8.c
2286 ____________________________________________________________________________
2287 [  8022] By: jhi                                   on 2000/12/07  04:13:51
2288         Log: Integrate perlio.
2289      Branch: perl
2290           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
2291           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2292           !> win32/makefile.mk
2293 ____________________________________________________________________________
2294 [  8021] By: nick                                  on 2000/12/07  00:28:14
2295         Log: Various attempts at MSVC debug - not sure what has
2296              changed but works now. 
2297              Seems atexit() _may_ work for DLLs built with MSVC so don't
2298              call cleanup that way.
2299      Branch: perlio
2300            ! perlio.c win32/makefile.mk
2301 ____________________________________________________________________________
2302 [  8020] By: nick                                  on 2000/12/06  19:57:20
2303         Log: Integrate mainline
2304      Branch: perlio
2305           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
2306           !> (integrate 75 files)
2307 ____________________________________________________________________________
2308 [  8019] By: nick                                  on 2000/12/06  19:28:21
2309         Log: Add useperlio to config.vc
2310              Turn off binmode in config_H.PL
2311              Regen all the config_H.xx
2312              Attempt to get debugging build with MSVC.
2313      Branch: perlio
2314            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2315            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
2316 ____________________________________________________________________________
2317 [  8018] By: nick                                  on 2000/12/06  19:21:57
2318         Log: Test various dup/external program options on all platforms.
2319      Branch: perlio
2320            ! t/io/dup.t
2321 ____________________________________________________________________________
2322 [  8017] By: nick                                  on 2000/12/06  19:20:47
2323         Log: Fix harness to be less picky
2324      Branch: perlio
2325            ! lib/Test/Harness.pm
2326 ____________________________________________________________________________
2327 [  8016] By: jhi                                   on 2000/12/06  16:45:12
2328         Log: Update Changes.
2329      Branch: perl
2330            ! Changes patchlevel.h
2331 ____________________________________________________________________________
2332 [  8015] By: jhi                                   on 2000/12/06  16:41:03
2333         Log: Test \x{...} with ord().
2334      Branch: perl
2335            ! t/op/ord.t
2336 ____________________________________________________________________________
2337 [  8014] By: jhi                                   on 2000/12/06  16:20:33
2338         Log: Test tweak because of #8013.
2339      Branch: perl
2340            ! t/lib/b.t
2341 ____________________________________________________________________________
2342 [  8013] By: jhi                                   on 2000/12/06  16:09:09
2343         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
2344              From: Michael G Schwern <schwern@pobox.com>
2345              Date: Tue, 5 Dec 2000 21:23:28 -0500
2346              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
2347              
2348              Carp::Heavy parts not very applicable because of recent changes.
2349      Branch: perl
2350            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
2351            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
2352            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
2353            ! lib/Exporter.pm lib/Exporter/Heavy.pm
2354            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
2355            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2356            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
2357            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
2358            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
2359            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
2360            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
2361            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
2362            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
2363            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
2364            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
2365            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
2366            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
2367            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
2368            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
2369            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
2370            ! warnings.pl
2371 ____________________________________________________________________________
2372 [  8012] By: jhi                                   on 2000/12/06  15:22:38
2373         Log: Subject: [PATCH] Re: New harness is failing things
2374              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2375              Date: Wed, 6 Dec 2000 13:00:30 GMT
2376              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
2377      Branch: perl
2378            ! lib/Test/Harness.pm
2379 ____________________________________________________________________________
2380 [  8011] By: jhi                                   on 2000/12/06  15:12:08
2381         Log: Subject: installhtml changes
2382              From: Michael Stevens <michael@etla.org>
2383              Date: Wed, 6 Dec 2000 13:15:53 +0000
2384              Message-ID: <20001206131553.A27317@firedrake.org>
2385      Branch: perl
2386            ! installhtml
2387 ____________________________________________________________________________
2388 [  8010] By: jhi                                   on 2000/12/06  15:06:05
2389         Log: Subject: the dTHR hits
2390              From: Michael Stevens <michael@etla.org>
2391              Date: Wed, 6 Dec 2000 12:06:03 +0000
2392              Message-ID: <20001206120603.A24581@firedrake.org>
2393              
2394              More, errrm, less dTHRs.
2395      Branch: perl
2396            ! bytecode.pl ext/B/B/C.pm
2397 ____________________________________________________________________________
2398 [  8009] By: jhi                                   on 2000/12/06  15:04:25
2399         Log: Subject: MakeMaker mailing list gone?
2400              From: Michael G Schwern <schwern@pobox.com>
2401              Date: Tue, 5 Dec 2000 19:29:59 -0500
2402              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
2403              
2404              The MakeMaker mailing list is dead, perlbug is the right
2405              address to report bugs.
2406      Branch: perl
2407            ! lib/ExtUtils/MakeMaker.pm
2408 ____________________________________________________________________________
2409 [  8008] By: jhi                                   on 2000/12/06  15:00:32
2410         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
2411              From: Michael G Schwern <schwern@pobox.com>
2412              Date: Tue, 5 Dec 2000 19:21:21 -0500
2413              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
2414              
2415              Add a default MANIFEST skip that ignores things like
2416              version control files, editor temporary files, and the Makefile.
2417      Branch: perl
2418            + lib/ExtUtils/MANIFEST.SKIP
2419            ! MANIFEST lib/ExtUtils/Manifest.pm
2420 ____________________________________________________________________________
2421 [  8007] By: jhi                                   on 2000/12/06  14:57:20
2422         Log: In Amiga more manual hackery of the scripts seems to be needed,
2423              from Jan-Erik Karlsson.  Why Configure does not get this right
2424              is unknown, may be shell-induced.
2425      Branch: perl
2426            ! README.amiga
2427 ____________________________________________________________________________
2428 [  8006] By: jhi                                   on 2000/12/05  23:53:12
2429         Log: Add TOPm1s to peek at the second topmost stack item.
2430      Branch: perl
2431            ! pp.h
2432 ____________________________________________________________________________
2433 [  8005] By: jhi                                   on 2000/12/05  23:13:55
2434         Log: Avaunt, you foul UTF-8 tests.
2435      Branch: perl
2436            ! t/op/ver.t t/pragma/utf8.t
2437 ____________________________________________________________________________
2438 [  8004] By: jhi                                   on 2000/12/05  23:09:54
2439         Log: Continue utf8 dispersal. 
2440      Branch: perl
2441            + t/op/concat.t
2442            ! MANIFEST t/pragma/utf8.t
2443 ____________________________________________________________________________
2444 [  8003] By: nick                                  on 2000/12/05  23:02:39
2445         Log: Integrate mainline.
2446      Branch: perlio
2447           +> t/op/length.t t/op/utf8decode.t
2448           !> (integrate 69 files)
2449 ____________________________________________________________________________
2450 [  8002] By: jhi                                   on 2000/12/05  22:59:28
2451         Log: Integrate perlio.
2452      Branch: perl
2453           !> iperlsys.h perl.c perlio.c win32/perllib.c
2454 ____________________________________________________________________________
2455 [  8001] By: nick                                  on 2000/12/05  22:07:52
2456         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
2457              - calloc/free suffer from damage on TerminateThread()
2458              - use PerlMemShared (as originally planned) now fixed
2459              - avoid doing anything important on DLL "detach".
2460      Branch: perlio
2461            ! perl.c perlio.c win32/perllib.c
2462 ____________________________________________________________________________
2463 [  8000] By: nick                                  on 2000/12/05  21:05:09
2464         Log: Fix gross PerlMemShared issue.
2465      Branch: perlio
2466            ! iperlsys.h
2467 ____________________________________________________________________________
2468 [  7999] By: jhi                                   on 2000/12/05  20:46:58
2469         Log: Test for Unicode (UTF-8) hash keys.
2470      Branch: perl
2471            ! t/op/each.t
2472 ____________________________________________________________________________
2473 [  7998] By: jhi                                   on 2000/12/05  20:30:35
2474         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
2475              is now always UTF-8), empty line cosmetics.
2476      Branch: perl
2477            ! t/pragma/utf8.t
2478 ____________________________________________________________________________
2479 [  7997] By: jhi                                   on 2000/12/05  20:15:40
2480         Log: Subject: Re: STRLEN - what?
2481              From: Andy Dougherty <doughera@lafayette.edu>
2482              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
2483              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
2484              
2485              Explain STRLEN.
2486      Branch: perl
2487            ! pod/perlguts.pod
2488 ____________________________________________________________________________
2489 [  7996] By: jhi                                   on 2000/12/05  20:13:34
2490         Log: Split off the UTF-8 decoder tests, make them to check also
2491              the error message.
2492      Branch: perl
2493            + t/op/utf8decode.t
2494            ! MANIFEST t/pragma/utf8.t utf8.c
2495 ____________________________________________________________________________
2496 [  7995] By: jhi                                   on 2000/12/05  16:39:47
2497         Log: Start migrating bits of pragma/utf8 to elsewhere
2498              (since the long term plan is to obsolete 'use utf8').
2499      Branch: perl
2500            + t/op/length.t
2501            ! MANIFEST t/pragma/utf8.t
2502 ____________________________________________________________________________
2503 [  7994] By: jhi                                   on 2000/12/05  16:30:21
2504         Log: Fix a manual edit typo from #7993, fix the message formatting
2505              for Unicode, add few our declarations.
2506      Branch: perl
2507            ! lib/Carp/Heavy.pm
2508 ____________________________________________________________________________
2509 [  7993] By: jhi                                   on 2000/12/05  16:09:15
2510         Log: Subject: Need help with warnings :-(
2511              From: "Ben Tilly" <ben_tilly@hotmail.com>
2512              Date: Tue, 05 Dec 2000 01:35:54 -0500
2513              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
2514              
2515              Subject: UPDATE: Carp/Heavy now passes all tests
2516              From: "Ben Tilly" <ben_tilly@hotmail.com>
2517              Date: Tue, 05 Dec 2000 07:59:41 -0500
2518              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
2519              
2520              The Brave New Carp.
2521      Branch: perl
2522            ! lib/Carp.pm lib/Carp/Heavy.pm
2523 ____________________________________________________________________________
2524 [  7992] By: jhi                                   on 2000/12/05  15:55:08
2525         Log: Subject: [PATCH perl@7979] cygwin port
2526              From: "Eric Fifer" <efifer@dircon.co.uk>
2527              Date: Tue, 5 Dec 2000 14:04:09 -0000
2528              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
2529      Branch: perl
2530            ! t/lib/net-hostent.t
2531 ____________________________________________________________________________
2532 [  7991] By: jhi                                   on 2000/12/05  15:52:34
2533         Log: Subject: Re: [PATCH] The largest hoax of all times?
2534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2535              Date: Tue, 5 Dec 2000 00:40:25 -0500
2536              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
2537              
2538              Subject: Re: [PATCH] The largest hoax of all times?
2539              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2540              Date: Mon, 4 Dec 2000 23:55:53 -0500
2541              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
2542              
2543              Subject: Re: [PATCH] The largest hoax of all times?
2544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2545              Date: Tue, 5 Dec 2000 01:28:45 -0500
2546              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
2547              
2548              Fix the unpredictable order of DESTROYs.
2549      Branch: perl
2550            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
2551            ! sv.c sv.h t/op/ref.t
2552 ____________________________________________________________________________
2553 [  7990] By: jhi                                   on 2000/12/05  14:38:53
2554         Log: Subject: [PATCH] shrink pp_hot fractionally
2555              From: Nicholas Clark <nick@ccl4.org>
2556              Date: Tue, 5 Dec 2000 12:44:31 +0000
2557              Message-ID: <20001205124431.E74518@plum.flirble.org>
2558              
2559              Use report_evil_fh().
2560      Branch: perl
2561            ! opcode.pl opnames.h pp_hot.c util.c
2562 ____________________________________________________________________________
2563 [  7989] By: jhi                                   on 2000/12/05  14:21:27
2564         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
2565              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2566              Date: Mon, 04 Dec 2000 22:21:59 -0800
2567              Message-ID: <HmIL6gzkgepS092yn@efn.org>
2568              
2569              Harness shouldn't ignore responses like "ok 3\r\r\n".
2570      Branch: perl
2571            ! lib/Test/Harness.pm
2572 ____________________________________________________________________________
2573 [  7988] By: jhi                                   on 2000/12/05  13:51:28
2574         Log: Integrate the "skip" messages to explain().
2575      Branch: perl
2576            ! t/lib/syslfs.t t/op/lfs.t
2577 ____________________________________________________________________________
2578 [  7987] By: jhi                                   on 2000/12/05  12:34:54
2579         Log: The one that got away in #7984.
2580              
2581              Subject: Re: dTHR - what and why?
2582              From: Michael Stevens <michael@etla.org> 
2583              Date: Tue, 5 Dec 2000 11:15:52 +0000
2584              Message-ID: <20001205111552.A4647@firedrake.org>
2585      Branch: perl
2586            ! sv.h
2587 ____________________________________________________________________________
2588 [  7986] By: gsar                                  on 2000/12/05  09:14:44
2589         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
2590              due to the notorious GetFileType() bug in Windows 9x, which fstat()
2591              tickles)
2592      Branch: perl
2593            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
2594 ____________________________________________________________________________
2595 [  7985] By: jhi                                   on 2000/12/05  05:49:03
2596         Log: Integrate perlio.
2597      Branch: perl
2598           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
2599           !> win32/perlhost.h win32/perllib.c
2600 ____________________________________________________________________________
2601 [  7984] By: jhi                                   on 2000/12/05  05:48:16
2602         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
2603      Branch: perl
2604            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
2605            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
2606            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
2607            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
2608            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
2609            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
2610            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
2611            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
2612            ! win32/win32.c
2613 ____________________________________________________________________________
2614 [  7983] By: nick                                  on 2000/12/04  23:27:43
2615         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
2616      Branch: perlio
2617            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
2618            ! win32/perlhost.h win32/perllib.c
2619 ____________________________________________________________________________
2620 [  7982] By: jhi                                   on 2000/12/04  19:44:09
2621         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
2622              uncovered by #7980.
2623      Branch: perl
2624            ! op.c
2625 ____________________________________________________________________________
2626 [  7981] By: jhi                                   on 2000/12/04  19:42:07
2627         Log: Subject: [PATCH] Trivial dump.c feature
2628              From: Simon Cozens <simon@cozens.net>
2629              Date: Mon, 4 Dec 2000 18:08:38 +0000
2630              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
2631              
2632              Show whether a constant is UTF-8.
2633      Branch: perl
2634            ! dump.c
2635 ____________________________________________________________________________
2636 [  7980] By: jhi                                   on 2000/12/04  19:36:51
2637         Log: UTF-8 hash keys, patch from Inaba Hiroto.
2638      Branch: perl
2639            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
2640 ____________________________________________________________________________
2641 [  7979] By: jhi                                   on 2000/12/04  17:36:28
2642         Log: Update Changes.
2643      Branch: perl
2644            ! Changes patchlevel.h
2645 ____________________________________________________________________________
2646 [  7978] By: jhi                                   on 2000/12/04  16:42:17
2647         Log: Retract #7977, still too volatile (the euphemism of the day
2648              for unfinished and buggy :-)
2649      Branch: perl
2650            ! doop.c hv.c pp.c sv.h
2651 ____________________________________________________________________________
2652 [  7977] By: jhi                                   on 2000/12/04  16:25:15
2653         Log: (Retracted by #7978, too shaky yet.)
2654              
2655              Subject: Re: utf8 in hash keys, implementor missing
2656              From: Simon Cozens <simon@cozens.net>
2657              Date: Sat, 2 Dec 2000 19:49:35 +0000
2658              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
2659              
2660              The first step at UTF-8 hash keys.
2661      Branch: perl
2662            ! doop.c hv.c pp.c sv.h
2663 ____________________________________________________________________________
2664 [  7976] By: jhi                                   on 2000/12/04  16:13:53
2665         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
2666              From: sthoenna@efn.org
2667              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
2668              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
2669      Branch: perl
2670            ! os2/os2.c perlio.c
2671 ____________________________________________________________________________
2672 [  7975] By: jhi                                   on 2000/12/04  16:05:25
2673         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
2674              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2675              Date: Thu, 30 Nov 2000 20:50:37 -0800
2676              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
2677      Branch: perl
2678            ! os2/os2.c
2679 ____________________________________________________________________________
2680 [  7974] By: jhi                                   on 2000/12/04  16:03:57
2681         Log: Subject: [PATCH] ++ 20% faster
2682              From: Nicholas Clark <nick@ccl4.org>
2683              Date: Mon, 4 Dec 2000 12:17:27 +0000
2684              Message-ID: <20001204121726.B52976@plum.flirble.org>
2685              
2686              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
2687      Branch: perl
2688            ! sv.c
2689 ____________________________________________________________________________
2690 [  7973] By: jhi                                   on 2000/12/04  16:00:48
2691         Log: 
2692              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
2693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2694              Date: Mon, 04 Dec 2000 12:30:45 +0100
2695              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
2696              
2697              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
2698              library (getprotobyname and getprotobynumber are outversioned by
2699              the same calls in libc, at least for xlc version 3.
2700      Branch: perl
2701            ! hints/aix.sh
2702 ____________________________________________________________________________
2703 [  7972] By: jhi                                   on 2000/12/04  02:58:31
2704         Log: Integrate perlio.
2705      Branch: perl
2706           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
2707           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
2708           !> win32/win32.h win32/win32iop.h win32/win32thread.h
2709 ____________________________________________________________________________
2710 [  7971] By: nick                                  on 2000/12/04  00:24:33
2711         Log: Quieten some noise in Win32 builds:
2712              - win32.h is included after <sys/socket.h>, so need to 
2713              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
2714              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
2715      Branch: perlio
2716            ! doio.c perl.h toke.c win32/win32.h
2717 ____________________________________________________________________________
2718 [  7970] By: nick                                  on 2000/12/03  22:57:46
2719         Log: PERL_IMPLICIT_SYS compiles but does not work.
2720      Branch: perlio
2721            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
2722            ! win32/perlhost.h win32/perllib.c win32/win32.h
2723            ! win32/win32iop.h win32/win32thread.h
2724 ____________________________________________________________________________
2725 [  7969] By: jhi                                   on 2000/12/03  22:12:58
2726         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
2727              used to swash_init(), makes regprop() dumps more informative
2728              (+utf8::IsAlpha, -utf8::IsDigit, for example).
2729      Branch: perl
2730            ! regcomp.c regexec.c
2731 ____________________________________________________________________________
2732 [  7968] By: jhi                                   on 2000/12/03  21:39:56
2733         Log: Implement ANYOFUTF8 regprop() dumping.
2734      Branch: perl
2735            ! regcomp.c
2736 ____________________________________________________________________________
2737 [  7967] By: jhi                                   on 2000/12/03  20:57:19
2738         Log: Make uv_to_utf8() to zero-terminate its output buffer,
2739              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
2740      Branch: perl
2741            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
2742 ____________________________________________________________________________
2743 [  7966] By: nick                                  on 2000/12/03  18:41:21
2744         Log: Integrate mainline (STDCHAR)
2745      Branch: perlio
2746           !> Configure t/pragma/utf8.t
2747 ____________________________________________________________________________
2748 [  7965] By: jhi                                   on 2000/12/03  17:58:20
2749         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
2750      Branch: perl
2751            ! t/pragma/utf8.t
2752 ____________________________________________________________________________
2753 [  7964] By: jhi                                   on 2000/12/03  17:35:56
2754         Log: Integrate perlio.
2755      Branch: perl
2756           !> iperlsys.h perlio.c
2757 ____________________________________________________________________________
2758 [  7963] By: jhi                                   on 2000/12/03  17:33:55
2759         Log: Metaconfig unit change for #7962.
2760      Branch: metaconfig
2761            ! U/modified/stdchar.U
2762 ____________________________________________________________________________
2763 [  7962] By: jhi                                   on 2000/12/03  17:33:27
2764         Log: Untangle the <stdio.h> #include nest for the stdchar test,
2765              from Andy Dougherty.
2766      Branch: perl
2767            ! Configure
2768 ____________________________________________________________________________
2769 [  7961] By: nick                                  on 2000/12/03  16:53:00
2770         Log: Make iperlsys.h vector stdio not PerlIO.
2771      Branch: perlio
2772            ! iperlsys.h perlio.c
2773 ____________________________________________________________________________
2774 [  7960] By: nick                                  on 2000/12/03  14:43:01
2775         Log: Integrate mainline
2776      Branch: perlio
2777           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
2778           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
2779 ____________________________________________________________________________
2780 [  7959] By: jhi                                   on 2000/12/03  08:16:36
2781         Log: Use DO_UTF8().
2782      Branch: perl
2783            ! op.c
2784 ____________________________________________________________________________
2785 [  7958] By: jhi                                   on 2000/12/02  18:33:05
2786         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
2787              From: Mike Guy <mjtg@cam.ac.uk>         
2788              Date: Sat, 02 Dec 2000 17:27:13 +0000
2789              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
2790              
2791              An extraneous argument.
2792      Branch: perl
2793            ! toke.c
2794 ____________________________________________________________________________
2795 [  7957] By: jhi                                   on 2000/12/02  18:22:32
2796         Log: A missing hunk.
2797      Branch: perl
2798            ! t/lib/net-hostent.t
2799 ____________________________________________________________________________
2800 [  7956] By: jhi                                   on 2000/12/02  18:06:20
2801         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
2802              From: Nicholas Clark <nick@ccl4.org>
2803              Date: Sat, 2 Dec 2000 14:28:27 +0000
2804              Message-ID: <20001202142827.A12308@plum.flirble.org>
2805              
2806              Test robustness.
2807      Branch: perl
2808            ! t/lib/net-hostent.t
2809 ____________________________________________________________________________
2810 [  7955] By: jhi                                   on 2000/12/02  17:58:06
2811         Log: Metaconfig unit change for #7954.
2812      Branch: metaconfig
2813            ! U/modified/stdchar.U
2814 ____________________________________________________________________________
2815 [  7954] By: jhi                                   on 2000/12/02  17:54:32
2816         Log: An inconvenient hang would happen if the stdio _ptr wasn't
2817              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
2818              would be grepping stdin for all eternity for the _ptr.)
2819      Branch: perl
2820            ! Configure
2821 ____________________________________________________________________________
2822 [  7953] By: jhi                                   on 2000/12/02  00:07:15
2823         Log: Update Changes.
2824      Branch: perl
2825            ! Changes patchlevel.h
2826 ____________________________________________________________________________
2827 [  7952] By: jhi                                   on 2000/12/01  23:54:47
2828         Log: Subject: Re: long shell lines
2829              From: Andy Dougherty <doughera@lafayette.edu>
2830              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
2831              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
2832              
2833              Split overly long shell command lines.
2834      Branch: perl
2835            ! lib/ExtUtils/MM_Unix.pm
2836 ____________________________________________________________________________
2837 [  7951] By: jhi                                   on 2000/12/01  23:48:02
2838         Log: The metaconfig unit change for #7950.
2839      Branch: metaconfig
2840            + U/modified/stdchar.U
2841 ____________________________________________________________________________
2842 [  7950] By: jhi                                   on 2000/12/01  23:47:39
2843         Log: Try to find stdchar also from <stdio_impl.h>.
2844      Branch: perl
2845            ! Configure config_h.SH
2846 ____________________________________________________________________________
2847 [  7949] By: jhi                                   on 2000/12/01  23:46:45
2848         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
2849              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2850              Date: Fri, 1 Dec 2000 16:26:08 -0500
2851              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
2852              
2853              Reword the diagnostic message.
2854      Branch: perl
2855            ! pod/perldiag.pod
2856 ____________________________________________________________________________
2857 [  7948] By: nick                                  on 2000/12/01  22:49:43
2858         Log: Integrate mainline (for s/y/m as sub names stuff).
2859      Branch: perlio
2860           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
2861           !> t/pragma/warn/toke toke.c
2862 ____________________________________________________________________________
2863 [  7947] By: jhi                                   on 2000/12/01  20:55:41
2864         Log: Integrate perlio.
2865      Branch: perl
2866           !> perlio.c perliol.h t/io/pipe.t
2867 ____________________________________________________________________________
2868 [  7946] By: jhi                                   on 2000/12/01  20:36:51
2869         Log: Upgrade to CPAN 1.59_51, from Andreas König.
2870      Branch: perl
2871            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2872 ____________________________________________________________________________
2873 [  7945] By: nick                                  on 2000/12/01  20:31:32
2874         Log: Integrate mainline
2875      Branch: perlio
2876           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
2877           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
2878           +> t/lib/net-hostent.t
2879           !> (integrate 35 files)
2880 ____________________________________________________________________________
2881 [  7944] By: jhi                                   on 2000/12/01  20:23:29
2882         Log: Some help for 20001130.011.  Now one gets warnings like
2883              "Ambiguous -f() resolved as a file test ..."
2884      Branch: perl
2885            ! pod/perldiag.pod t/pragma/warn/toke toke.c
2886 ____________________________________________________________________________
2887 [  7943] By: jhi                                   on 2000/12/01  19:44:44
2888         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
2889              that also breaks using them as methods. 
2890      Branch: perl
2891            ! pod/perldiag.pod t/op/misc.t toke.c
2892 ____________________________________________________________________________
2893 [  7942] By: nick                                  on 2000/12/01  17:56:46
2894         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
2895              Make 'unix' pass most tests
2896              - do unread by temporary push of layer ("pending") holding unread chars
2897              - fast_gets is now based on per-handle flag
2898              - relax one of io/pipe.t tests to allow print to fail and close to
2899              succeed so that it passes on unbuffered "unix" layer.
2900              Remaining fail is sporadic and a genuine race condition between
2901              parent/child in fork test.
2902      Branch: perlio
2903            ! perlio.c perliol.h t/io/pipe.t
2904 ____________________________________________________________________________
2905 [  7941] By: jhi                                   on 2000/12/01  15:28:58
2906         Log: (Retracted by #7943.)
2907              
2908              Reserve the short named string operator names.
2909      Branch: perl
2910            ! pod/perldiag.pod t/op/misc.t toke.c
2911 ____________________________________________________________________________
2912 [  7940] By: jhi                                   on 2000/12/01  06:45:53
2913         Log: Get the three different space character classes right under utf8.
2914      Branch: perl
2915            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
2916            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
2917            ! regexec.c t/op/pat.t utf8.c
2918 ____________________________________________________________________________
2919 [  7939] By: jhi                                   on 2000/12/01  03:26:26
2920         Log: Two more tests that make no sense in UTF-8 since the test
2921              data is not in UTF-8.
2922      Branch: perl
2923            ! t/op/regexp.t
2924 ____________________________________________________________________________
2925 [  7938] By: jhi                                   on 2000/12/01  03:20:39
2926         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
2927              should it be required inside regexen?
2928      Branch: perl
2929            ! regcomp.c t/op/regmesg.t
2930 ____________________________________________________________________________
2931 [  7937] By: jhi                                   on 2000/12/01  02:58:53
2932         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
2933              stored and restored, and thusly was trounced by the utf8 swash
2934              routines.
2935      Branch: perl
2936            ! regcomp.c
2937 ____________________________________________________________________________
2938 [  7936] By: jhi                                   on 2000/11/30  20:41:39
2939         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
2940              Why the different platforms behave so differently (core dump vs
2941              no core dump) on this bug is a but of a mystery, but if I had to
2942              guess I would mumble something like 'alignment'.
2943      Branch: perl
2944            ! sv.c
2945 ____________________________________________________________________________
2946 [  7935] By: jhi                                   on 2000/11/30  16:17:02
2947         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
2948              From: Robin Barker <rmb1@cise.npl.co.uk>
2949              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
2950              Date: Thu, 30 Nov 2000 14:27:12 GMT
2951      Branch: perl
2952            ! perlio.c toke.c
2953 ____________________________________________________________________________
2954 [  7934] By: jhi                                   on 2000/11/30  16:04:49
2955         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
2956      Branch: perl
2957            ! t/lib/net-hostent.t
2958 ____________________________________________________________________________
2959 [  7933] By: jhi                                   on 2000/11/30  06:07:26
2960         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
2961              From: Peter Prymmer <pvhp@forte.com>
2962              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
2963              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
2964              
2965              In VMS the localhost may be LOCALHOST.
2966      Branch: perl
2967            ! t/lib/net-hostent.t
2968 ____________________________________________________________________________
2969 [  7932] By: jhi                                   on 2000/11/30  01:11:11
2970         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
2971              From: Peter Prymmer <pvhp@forte.com>
2972              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
2973              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
2974              
2975              plus regen perlapi.pod.
2976      Branch: perl
2977            ! pod/perlapi.pod utf8.c
2978 ____________________________________________________________________________
2979 [  7931] By: jhi                                   on 2000/11/30  01:06:19
2980         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
2981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2982              Date:     Wed, 29 Nov 2000 17:15:11 EST
2983              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
2984      Branch: perl
2985            ! t/lib/filter-util.pl t/lib/filter-util.t
2986 ____________________________________________________________________________
2987 [  7930] By: jhi                                   on 2000/11/29  18:51:55
2988         Log: Update Changes.
2989      Branch: perl
2990            ! Changes patchlevel.h
2991 ____________________________________________________________________________
2992 [  7929] By: jhi                                   on 2000/11/29  18:50:55
2993         Log: Update the va_copy() metaconfig unit.
2994      Branch: metaconfig/U/perl
2995            ! need_va_copy.U
2996 ____________________________________________________________________________
2997 [  7928] By: jhi                                   on 2000/11/29  17:50:43
2998         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
2999              From: Dominic Dunlop <domo@computer.org>
3000              Date: Tue, 28 Nov 2000 16:41:57 +0100
3001              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
3002              
3003              Patch to catch a core dump in the Configure va_copy test.
3004      Branch: perl
3005            ! Configure config_h.SH
3006 ____________________________________________________________________________
3007 [  7927] By: jhi                                   on 2000/11/29  17:31:59
3008         Log: Retract #7921, the patch shouldn't be needed.
3009      Branch: perl
3010            ! sv.c
3011 ____________________________________________________________________________
3012 [  7926] By: jhi                                   on 2000/11/29  17:01:41
3013         Log: Make the Class::Struct import() wiser.
3014      Branch: perl
3015            ! lib/Class/Struct.pm t/lib/class-struct.t
3016 ____________________________________________________________________________
3017 [  7925] By: jhi                                   on 2000/11/29  16:36:33
3018         Log: All the core library users of Class::Struct seem to be
3019              using "use Class::Struct 'struct';" instead of the bare
3020              "use Class::Struct;", which isn't documented in Class::Struct.
3021              This can't be right.
3022      Branch: perl
3023            ! lib/File/stat.pm
3024 ____________________________________________________________________________
3025 [  7924] By: jhi                                   on 2000/11/29  16:32:15
3026         Log: A test works better if it has the right 1..$n output.
3027      Branch: perl
3028            ! t/lib/class-struct.t
3029 ____________________________________________________________________________
3030 [  7923] By: jhi                                   on 2000/11/29  16:29:11
3031         Log: Forgot to MANIFEST the new Net::hostent test.
3032      Branch: perl
3033            ! MANIFEST
3034 ____________________________________________________________________________
3035 [  7922] By: jhi                                   on 2000/11/29  16:27:49
3036         Log: Integrate perlio.
3037      Branch: perl
3038           !> iperlsys.h perlio.c
3039 ____________________________________________________________________________
3040 [  7921] By: jhi                                   on 2000/11/29  16:27:10
3041         Log: (Retracted by #7927.)
3042              
3043              Subject: [PATCH] Is infinity a number?
3044              From: Simon Cozens <simon@cozens.net>
3045              Date: Wed, 29 Nov 2000 14:48:20 +0000
3046              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
3047      Branch: perl
3048            ! sv.c
3049 ____________________________________________________________________________
3050 [  7920] By: jhi                                   on 2000/11/29  16:23:02
3051         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
3052              From: rspier@pobox.com (Robert Spier)
3053              Date: Wed, 29 Nov 2000 02:17:49 -0500
3054              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
3055              
3056              Add a test for Net::hostent.
3057      Branch: perl
3058            + t/lib/net-hostent.t
3059 ____________________________________________________________________________
3060 [  7919] By: jhi                                   on 2000/11/29  16:21:31
3061         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
3062              add a test for Class::Struct.
3063      Branch: perl
3064            + t/lib/class-struct.t
3065            ! MANIFEST lib/Class/Struct.pm
3066 ____________________________________________________________________________
3067 [  7918] By: jhi                                   on 2000/11/29  15:48:40
3068         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
3069              From: rspier@pobox.com (Robert Spier)
3070              Date: Wed, 29 Nov 2000 02:25:39 -0500
3071              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
3072              
3073              More checking in case someone has broken their services or
3074              protocol databases.
3075      Branch: perl
3076            ! ext/Sys/Syslog/Syslog.pm
3077 ____________________________________________________________________________
3078 [  7917] By: jhi                                   on 2000/11/29  15:46:25
3079         Log: Subject: [PATCH] $^O  win32 -> MSWin32
3080              From: rspier@pobox.com (Robert Spier)
3081              Date: Wed, 29 Nov 2000 02:17:38 -0500
3082              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
3083              
3084              plus similar nits for vms, err, VMS, and UNICOS.
3085      Branch: perl
3086            ! t/lib/syslfs.t t/op/lfs.t
3087 ____________________________________________________________________________
3088 [  7916] By: jhi                                   on 2000/11/29  15:42:51
3089         Log: Subject: [PATCH] Tokeniser debugging
3090              From: Simon Cozens <simon@cozens.net>
3091              Date: Wed, 29 Nov 2000 14:15:45 +0000
3092              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
3093      Branch: perl
3094            ! perl.c perl.h pod/perlrun.pod toke.c
3095 ____________________________________________________________________________
3096 [  7915] By: jhi                                   on 2000/11/29  15:41:36
3097         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
3098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3099              Date: Wed, 29 Nov 2000 02:13:14 -0500
3100              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
3101              
3102              OUT keyword nits.
3103              
3104              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
3105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3106              Date: Wed, 29 Nov 2000 03:09:04 -0500
3107              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
3108              
3109              OUT and IN_OUT documentation.
3110      Branch: perl
3111            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3112 ____________________________________________________________________________
3113 [  7914] By: jhi                                   on 2000/11/29  03:35:01
3114         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
3115              From: John Tobey <jtobey@john-edwin-tobey.org>
3116              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
3117              Message-Id: <m140e1N-000FOoC@feynman.localnet>
3118              
3119              plus a performance speedup noticed by Sarathy.
3120      Branch: perl
3121            ! op.c
3122 ____________________________________________________________________________
3123 [  7913] By: jhi                                   on 2000/11/29  03:16:59
3124         Log: Use "1 while unlink" so that VMS gets clean, too.
3125      Branch: perl
3126            ! t/lib/filter-util.t
3127 ____________________________________________________________________________
3128 [  7912] By: jhi                                   on 2000/11/29  03:09:08
3129         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
3130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3131              Date: Tue, 28 Nov 2000 03:27:09 -0500
3132              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
3133      Branch: perl
3134            ! lib/ExtUtils/xsubpp
3135 ____________________________________________________________________________
3136 [  7911] By: jhi                                   on 2000/11/29  03:06:30
3137         Log: This should have been part of #7872: no need to scan UTF-8
3138              until eternity.
3139      Branch: perl
3140            ! utf8.c
3141 ____________________________________________________________________________
3142 [  7910] By: jhi                                   on 2000/11/29  02:50:04
3143         Log: One more perltie.pod nit from Casey R. Tweten.
3144      Branch: perl
3145            ! pod/perltie.pod
3146 ____________________________________________________________________________
3147 [  7909] By: jhi                                   on 2000/11/29  02:44:23
3148         Log: Document the known sprintf test failures, exact standard
3149              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
3150      Branch: perl
3151            ! pod/perldelta.pod t/op/sprintf.t
3152 ____________________________________________________________________________
3153 [  7908] By: jhi                                   on 2000/11/29  02:36:23
3154         Log: Add the Encoding table format documentation.
3155      Branch: perl
3156            + ext/Encode/Encode/EncodeFormat.pod
3157            ! MANIFEST
3158 ____________________________________________________________________________
3159 [  7907] By: jhi                                   on 2000/11/29  02:07:24
3160         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
3161              From: "Casey R. Tweten" <crt@kiski.net>
3162              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
3163              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
3164              
3165              Subject: Re: [PATCH] Updating perltie.pod for arrays
3166              From: "Casey R. Tweten" <crt@kiski.net>
3167              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
3168              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
3169      Branch: perl
3170            ! pod/perltie.pod
3171 ____________________________________________________________________________
3172 [  7906] By: nick                                  on 2000/11/28  22:40:59
3173         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
3174      Branch: perlio
3175            ! iperlsys.h perlio.c
3176 ____________________________________________________________________________
3177 [  7905] By: nick                                  on 2000/11/28  22:04:34
3178         Log: Integrate mainline
3179      Branch: perlio
3180           !> (integrate 39 files)
3181 ____________________________________________________________________________
3182 [  7904] By: jhi                                   on 2000/11/28  16:44:43
3183         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
3184              From: Nicholas Clark <nick@babyhippo.co.uk>
3185              Date: Tue, 28 Nov 2000 11:16:57 +0000
3186              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
3187      Branch: perl
3188            ! pod/perlipc.pod
3189 ____________________________________________________________________________
3190 [  7903] By: jhi                                   on 2000/11/28  16:40:31
3191         Log: Subject: [PATCH] Updating perltie.pod for arrays
3192              From: "Casey R. Tweten" <crt@kiski.net>
3193              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
3194              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
3195      Branch: perl
3196            ! pod/perltie.pod
3197 ____________________________________________________________________________
3198 [  7902] By: jhi                                   on 2000/11/28  16:39:37
3199         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
3200              From: Robin Barker <rmb1@cise.npl.co.uk>
3201              Date: Mon, 27 Nov 2000 17:56:44 GMT
3202              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
3203      Branch: perl
3204            ! pod/perlfunc.pod t/op/split.t
3205 ____________________________________________________________________________
3206 [  7901] By: jhi                                   on 2000/11/28  16:28:04
3207         Log: setmode() is a DOSish-only thing.
3208      Branch: perl
3209            ! perlio.c
3210 ____________________________________________________________________________
3211 [  7900] By: jhi                                   on 2000/11/28  16:21:46
3212         Log: Subject: [PATCH] perlcc.PL cleanups
3213              From: Simon Cozens <simon@cozens.net>
3214              Date: Tue, 28 Nov 2000 12:44:35 +0000
3215              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
3216      Branch: perl
3217            ! utils/perlcc.PL
3218 ____________________________________________________________________________
3219 [  7899] By: gsar                                  on 2000/11/28  06:32:55
3220         Log: reintegrate files missed by change#7895
3221      Branch: maint-5.6/perl
3222           +> ext/ByteLoader/bytecode.h utils/Makefile
3223            - utils/perlbc.PL
3224 ____________________________________________________________________________
3225 [  7897] By: gsar                                  on 2000/11/27  18:22:47
3226         Log: can't integrate these two files, for some reason
3227      Branch: maint-5.6/perl
3228            - ext/ByteLoader/bytecode.h utils/Makefile
3229 ____________________________________________________________________________
3230 [  7895] By: gsar                                  on 2000/11/27  18:11:21
3231         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
3232              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
3233              6757..6890,6892..6901 from mainline
3234              
3235              Bytecompiler patches from Benjamin Stuhl.
3236              
3237              More bytecompiler.
3238              
3239              Subject: [PATCH blead] B:: missing dependency
3240              
3241              Subject: [PATCH: 6757] configure.com updates and syslog build
3242              
3243              Long double Gconvert fixes from Yitzchak Scott-Thoennes
3244              and Spider Boardman.
3245              
3246              Subject: [PATCH blead] nextchar() abuse misses an optimisation
3247              
3248              Long double fixes from Spider Boardman.
3249              
3250              Make the selection of NVff et al stricter.
3251              
3252              cSVOPo_*v things index into the current PL_curpad
3253              under ithreads, which is different from the curpad
3254              used by the XSUB.  (In other words, the code as-is
3255              before this patch wouldn't work under ithreads.)
3256              
3257              Be portable.
3258              
3259              VMS MMS (make) wants null action.
3260              
3261              Mac and other portability updates from Chris Nandor.
3262              
3263              Storable support, v-version fixes.
3264              Subject: CPAN.pm beta for testing available
3265              
3266              Portability fix from Hugo van der Sanden.
3267              
3268              Bad makefile.
3269              
3270              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
3271              
3272              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
3273              
3274              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3275              
3276              Replace #6705 with a minimal doc patch.
3277              Subject: [PATCH 5.6.0] replace change #6705
3278              
3279              Drop the separate perlbc, perlcc -b should be enough.
3280              
3281              installperl couldn't tell whether it had run tests or not.
3282              Subject: [PATCH] Re: installperl and t/TEST
3283              
3284              Add silencer flags to installperl.
3285              Subject: [PATCH] Making installperl silent.
3286              
3287              Make "make install" by default silent.  A new "install-verbose"
3288              target is verbose.
3289              
3290              More liberal parsing of version numbers.
3291              Subject: Re: CPAN.pm beta for testing available
3292              
3293              Create directories in silence.
3294              Subject: [PATCH] Another silencer for MakeMaker
3295              
3296              DOS patches and portability/porting notes, from Tim Jenness.
3297              
3298              Make installman to recognize the silence flag -S.
3299              
3300              Actually do something with the silencer option.
3301              
3302              Continue silencing.
3303              
3304              Show the doc file, not the temp file.
3305              
3306              Regen perltoc.
3307              
3308              Subject: [PATCH] More silencing of installman.
3309              
3310              Better wording for the vec lvalue diagnostic.
3311              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3312              
3313              Subject: [PATCH: 6805] several more tweaks to configure.com
3314              
3315              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
3316              
3317              Missing parts of 
3318              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
3319              
3320              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
3321              (applied slightly modified)
3322              
3323              installperl --verbose and --silent.
3324              Subject: Re: [PATCH] More silencing of installman.
3325              
3326              Add install-silent target.
3327              
3328              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
3329              the problem reported in
3330              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
3331              
3332              Tweak the sfio/useperlio logic, hopefully as wished in
3333              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
3334              
3335              One forgotten file from #6816.
3336              
3337              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3338              
3339              Remove duplicately applied patch shards.
3340              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
3341              
3342              Support preserving extremely big/small angles.
3343              
3344              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
3345              
3346              Subject: [PATCH] installation not quite silent yet.
3347              
3348              Update the test count.
3349              
3350              Use UVxf, PTR2UV, NVff.
3351              
3352              Document PTR2XX and INT2PTR.
3353              
3354              no-install target a la make -n.
3355              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
3356              
3357              grep -e isn't portable.
3358              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
3359              
3360              Can't get the test to reliably work thanks to the
3361              inaccurateness of floating point.  "Resolves" bug ids
3362              20000826.003, 20000826.009, 20000826.010,
3363              
3364              Subject: installman buglet
3365              
3366              DJGPP update from Laszlo Molnar.
3367              
3368              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3369              
3370              Passing -R in ldflags makes now it to appear in the default
3371              for lddlflags, just like with -L.
3372              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3373              
3374              Test nit.
3375              
3376              Use the actual thread type, not the pointer-to-struct.
3377              
3378              Provice virtual $Config{ccflags_nolargefiles} etc. 
3379              
3380              display_format used as a class method without arguments was broken,
3381              reported in
3382              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
3383              
3384              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
3385              
3386              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
3387              
3388              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
3389              
3390              opmini.o may be left around if a build is interrupted.
3391              
3392              Typo in #6858.
3393              
3394              Fix for ID 20000828.001, long doubles were not formatted
3395              correctly (showed up in $], which stopped installing perl).
3396              
3397              An attempt to fix the problem reported in
3398              Subject: Building perl@6856 using gcc/AIX 4.3.3 
3399              I can't test this properly since the gcc installation I have
3400              access to seems to be botched (gcc is calling the AIX cpp,
3401              a losing proposition...)
3402              
3403              Add -ld to archname on long tr...double platforms.
3404              
3405              Subject: hv.h Doc Patch
3406              
3407              Potential cruft.
3408              
3409              Subject: [PATCH bleedperl@6856] warnings fixes
3410              
3411              -S is the silent flag, -s is the strip flag.
3412              Subject: [PATCH] Re: [PATCH] make no-install          
3413              
3414              Take out the SUIDMAIL thing, that will not be
3415              a problem in 5.7.*.
3416              
3417              Subject: [PATCH bleedperl@6866] spellings
3418              
3419              Subject: [PATCH] Re: files not cleaned even by veryclean
3420              
3421              Use minimal @INC in tests, most of the time just '../lib',
3422              so that we simply can't pick up stuff from other Perls than
3423              the one we are testing.  Pointed out by
3424              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
3425              
3426              Update to Getopt::Long 2.24, from Johan Vromans.
3427              
3428              Fix for thinko in #6848.
3429              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
3430              
3431              Patches all over for people and the files they (hopefully) care about.
3432              
3433              Subject: Net::protoent does not export 'getproto'
3434              
3435              Missed a change in #6869.
3436              
3437              Subject: [PATCH] Warnings in B::Deparse
3438              
3439              Subject: [PATCH] Glob dumping
3440              
3441              Disable one of the tests for now.
3442              
3443              Disabling the one test is a bit tricky.
3444              
3445              Don't forget to tidy up.
3446              
3447              The #6881 removed one dump line.
3448              
3449              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3450              
3451              Under usethreads the dumped variable is IN_PAD.
3452              Subject: Re: [PATCH] Glob dumping
3453              
3454              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
3455              
3456              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
3457              
3458              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
3459              
3460              Regen Configure for #6894.
3461              
3462              Subject: [PATCH: 6889] updates to perlebcdic.pod
3463              
3464              Undo namespace pollution of #6878.
3465              Subject: Re: Net::protoent does not export 'getproto'
3466              
3467              Admit that we are leaking scalars.
3468              
3469              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
3470      Branch: maint-5.6/perl
3471           !> (integrate 271 files)
3472 ____________________________________________________________________________
3473 [  7894] By: gsar                                  on 2000/11/27  16:00:34
3474         Log: a couple of nits
3475      Branch: maint-5.6/perl
3476            ! MANIFEST pp_sys.c
3477 ____________________________________________________________________________
3478 [  7893] By: gsar                                  on 2000/11/27  15:10:56
3479         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
3480              6740..6745,6747..6757,6760
3481              
3482              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
3483              
3484              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
3485              
3486              Doc nits spotted by Richard Soderberg.
3487              
3488              move WNOHANG definition to where other such things are
3489              
3490              Make $Config{byteorder} more magical so that it is
3491              dynamically computed: nice for 'fat binaries'.
3492              Subject: [PATCH]: default byteorder
3493              
3494              Subject: [PATCH] Cwd.pm now uses strict
3495              
3496              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
3497              
3498              Get -DLEAKTEST to compile (not necessarily to work, mind)
3499              Subject: [ID 20000724.006] -DLEAKTEST problem
3500              
3501              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
3502              
3503              Add perlebcdic from Peter Prymmer, regen toc.
3504              
3505              Don't propose using modules built for 5.005 if no binary
3506              compatibility with 5.005 is attempted.
3507              
3508              Do not use prototyping here.
3509              Subject: [ID 20000817.016] [PATCH] Peek.xs
3510              
3511              Document what the backtick returns if the command fails.
3512              
3513              Add byteorder to the myconfig output.
3514              
3515              Introduce NVef, NVff, and NVgf, use the middle one.
3516              (helps for lib/peek + Linux + long doubles)  Reported in
3517              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
3518              Use NVs in POSIX math, not doubles.
3519              Subject: [ID 20000817.014] POSIX & modfl
3520              
3521              Subject: [PATCH 5.6.0+] newSVrv() memory leak
3522              
3523              The byteorder code in #6671 was wrong.
3524              
3525              Fix the lib/complex failure of
3526              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
3527              Linux long double accuracy issue: something that
3528              when printed with %g looks like "2" but int() of it is 1.
3529              
3530              Propagate new Configure vars.
3531              
3532              Unbuffer the output.
3533              
3534              Subject: [PATCH] perltrap.pod spring cleaning
3535              
3536              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
3537              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
3538              
3539              Tiny Getopt::Long patch from Johan Vromans.
3540              
3541              Document code point which makes if (defined %stash::) to work
3542              (noted by Spider Boardman).
3543              
3544              Subject: [PATCH perl@6698] cygwin port
3545              
3546              Document the NDBM_File and ODBM_File as SDBM_File
3547              was documented in #6417.
3548              
3549              The new tests were missing from #6415.
3550              
3551              Add [[:blank:]] as suggested in
3552              Subject: [ID 20000716.024] [=cc=] / [:blank:]
3553              (the [=cc=] has already been taken care of by #6439
3554              so the whole bug report can be closed)
3555              and make [[:space:]] to be equivalent to isspace(3)
3556              (as opposed to \s, which is isSPACE()).  The difference
3557              is that now [[:space:]] matches the mythical vertical tab,
3558              while \s doesn't.
3559              
3560              Don't eat leading os from index entries.
3561              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
3562              
3563              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
3564              
3565              Typo in pp_complement().
3566              Subject: [PATCH perl-current] Deparse
3567              
3568              Add warnif(), check warnings further up the stack,
3569              all the warnings functions now can take an optional object reference.
3570              Subject: [PATCH bleedperl@6691] warnings pragma update
3571              
3572              Fix a core dump in lib/selfloader under -DDEBUGGING.
3573              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
3574              
3575              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
3576              
3577              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
3578              
3579              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
3580              Put back the long double avoidance code to POSIX.xs
3581              because VMS seems to need it still.
3582              
3583              Introduce a 'veryclean' target that is like 'distclean'
3584              but also removes *~ and *.orig.
3585              
3586              Subject: [ID 20000817.023] endianness description in perlfunc.pod
3587              
3588              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
3589              
3590              Let's try #6717 again.
3591              
3592              UTF8 concat fixes.
3593              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
3594              
3595              pp_open() could pass an uninitialized filename down to do_open9().
3596              
3597              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
3598              
3599              Update to CGI 2.72, from Lincoln Stein.
3600              
3601              Subject: [PATCH] Silence MakeMaker (Was: installman)
3602              
3603              Use temporary directory instead of current directory.
3604              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
3605              
3606              Document odd vs even subreleases and -Dusedevel.
3607              
3608              The veryclean target needs to clobber.
3609              
3610              Use File::Spec->tmpdir().
3611              
3612              Document the number of exponent digits.
3613              
3614              Mention perlebcdic and perlposix-bc.
3615              
3616              s/this one/the 5.6.0 release/
3617              
3618              The #6724 is here.
3619              
3620              The correct cleaning order is an art.
3621              
3622              small tweaks for change#6705: avoid C++ style comments in C code;
3623              use Perl's malloc API rather than the low level system one
3624              
3625              Array context keeps slithering in.
3626              
3627              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
3628              
3629              Subject: [PATCH] os2.c fix for use64bitint
3630              
3631              Update to Pod::LaTeX 0.53.
3632              Subject: [PATCH] lib/Pod/LaTeX.pm updates
3633              
3634              Document the endianness of Alpha more precisely.
3635              
3636              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
3637              
3638              Rename the macro argument because some preprocessors
3639              can't tell the difference and expand arguments also inside
3640              double quoted strings.
3641              
3642              free TLS slot properly on Windows
3643              
3644              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
3645              
3646              Unicos/mk requires elaborate paranoia.
3647              
3648              Tweak the floating point output routine preferences.
3649              
3650              Also under djgpp the timestamps are funky.
3651              
3652              Apply some PodParser 1.18 patches; the Pod/Find.pm
3653              patches cannot be applied since #6712 conflicts.
3654              
3655              Use PodParser 1.18 new test.
3656              
3657              A pod nit.
3658              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
3659              
3660              Be verydeepclean.
3661      Branch: maint-5.6/perl
3662           +> pod/perlebcdic.pod
3663           !> (integrate 106 files)
3664 ____________________________________________________________________________
3665 [  7892] By: jhi                                   on 2000/11/27  15:02:32
3666         Log: Update Changes.
3667      Branch: perl
3668            ! Changes patchlevel.h
3669 ____________________________________________________________________________
3670 [  7891] By: jhi                                   on 2000/11/27  14:57:23
3671         Log: Subject: Re: perlfaq style changes
3672              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3673              Date: Sat, 25 Nov 2000 23:32:26 -0800
3674              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
3675              
3676              plus a note from Ronald Kimball.
3677      Branch: perl
3678            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
3679 ____________________________________________________________________________
3680 [  7890] By: jhi                                   on 2000/11/27  14:53:14
3681         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
3682              From: Benjamin Holzman <bah@ecnvantage.com>
3683              Date: Sun, 26 Nov 2000 16:27:33 -0500
3684              Message-ID: <20001126162733.J25040@ecnvantage.com>
3685      Branch: perl
3686            ! gv.c
3687 ____________________________________________________________________________
3688 [  7889] By: jhi                                   on 2000/11/27  14:43:11
3689         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
3690              From: lvirden@cas.org
3691              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
3692              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
3693      Branch: perl
3694            ! README.amiga
3695 ____________________________________________________________________________
3696 [  7888] By: jhi                                   on 2000/11/27  14:32:34
3697         Log: Restore also the locale test to no-sprintf-taint state.
3698              Fixes the bug 20001127.003.
3699      Branch: perl
3700            ! sv.c t/pragma/locale.t
3701 ____________________________________________________________________________
3702 [  7887] By: gsar                                  on 2000/11/27  14:13:05
3703         Log: integrate changes#6613..6616,6620..6665 from mainline
3704              
3705              VMS configure.com update continues.
3706              
3707              Subject: Test fails / warnings with perl-current #6612
3708              
3709              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
3710              
3711              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
3712              
3713              For now remove the mail code.
3714              
3715              Subject: Re: [PATCH] @+, @- readonly
3716              
3717              Subject: warning: storage class after type is obsolescent
3718              
3719              Subject: sfio2000
3720              
3721              Subject: Re: File::Temp problems on VMS in bleedperl
3722              
3723              README.os2 update.
3724              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
3725              
3726              Make the user to give up his firstborn, err, to knowingly
3727              verify installing an unstable developer release.  Also bump
3728              the release to 5.7.0, but leave a patch tag in the local
3729              patches saying that this is not yet the real thing.
3730              
3731              Update (kinda) to Test 1.14, from Joshua Pritikin.
3732              
3733              make ok etc also for win32.
3734              
3735              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
3736              
3737              Don't blow limited stacks, a lower number is enough to
3738              tickle the lookbehind limit.
3739              
3740              Use -Dusedevel; regen Configure and the respective Porting stuff.
3741              
3742              Subject: [PATCH] debugger exit code should reflect user exit code
3743              
3744              Subject: [PATCH perl@6620] cygwin port
3745              
3746              Missed a file from #6638.
3747              
3748              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)
3749              
3750              magic callbacks all need to have same type signature
3751              
3752              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
3753              
3754              Fix a dependency problem.
3755              Subject: [PATCH: 6640] VMS Makefile.SH update
3756              
3757              The numeric locale was reset to "C" by s?printf and never restored.
3758              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
3759              No test since adding the failing example to locale.t
3760              does not fail -- probably because the locale settings are so
3761              thoroughly tweaked by that time.  Running the example standalone
3762              does fail, though.  UPDATE: test case added at change #7540.
3763              
3764              Subject: [ID 20000324.040] minor fix to perlhpux.pod
3765              
3766              Update to CPAN 1.57.
3767              
3768              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
3769              
3770              Change the perlbug address to perl.org since it's more forgiving.
3771              
3772              Change the regx compilation error markers to use = instead of <
3773              since pod makes using the latter quite messy.  Reported in
3774              ID 20000814.006 by Abigail and in
3775              Subject: Unknown escape E<> ?
3776              
3777              Update to perldebtut 1.9, from Richard Foley.
3778              
3779              check that the number pseudo children doesn't exceed
3780              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
3781              the WaitForMultipleObjects() limit that would cause wait()
3782              to crash)
3783              wait() and waitpid() could potentially be rewritten to use
3784              more than one thread to do the waiting to eliminate this
3785              limitation
3786              
3787              change#6328 could make close(SOCKET) return false on windows
3788              when it shouldn't
3789              
3790              pod nit seen in passing
3791              
3792              on windows, the return values from wait() and waitpid() don't
3793              match those of pseudo-pids
3794              
3795              waitpid() now handles externally spawned pids correctly;
3796              fixes for backtick/wait/waitpid failures on Windows 9x
3797              these changes make the pid returned by process functions on
3798              Windows 9x always positive by clearing the high bit (which
3799              is always set on Win9x); pseudo-process PIDs are likewise
3800              always negative now on Win9x (just as on NT/2000)
3801              
3802              trailing new %ENV entries weren't being pushed into the real
3803              environment of subprocesses on Windows
3804              
3805              Tweak the regex compilation errors once more.
3806              
3807              avoid warnings from dense compiler
3808              
3809              add "ok" targets from change#6632 in makefile.mk
3810      Branch: maint-5.6/perl
3811            - lib/Pod/PlainText.pm vms/configure.com
3812           !> (integrate 66 files)
3813 ____________________________________________________________________________
3814 [  7886] By: jhi                                   on 2000/11/27  13:54:18
3815         Log: __FUNCTION__ isn't portable and trying to emulate it leads
3816              into practically spelling out the name of the function.
3817              Takes care of the bug 20001127.001.
3818      Branch: perl
3819            ! perlio.c
3820 ____________________________________________________________________________
3821 [  7885] By: gsar                                  on 2000/11/27  13:53:18
3822         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
3823              6610..6611 from mainline
3824              
3825              Make regular expression parse error messages easier to understand.
3826              Subject: Re: enhanced(?) regex error messages
3827              
3828              Tiny tidying on report_evil_fh().
3829              
3830              Subject: Re: enhanced(?) regex error messages 
3831              plus Capitalize the error messages, plus perldiag them.
3832              
3833              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
3834              
3835              Document here-doc better.
3836              
3837              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
3838              
3839              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
3840              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
3841              (either perlbug or p5p ate the original), plus regen
3842              perlapi and perltoc. 
3843              
3844              Regen global.sym.
3845              
3846              Double check that we have a dirhandle.
3847              
3848              Subject: Re: enhanced(?) regex error messages
3849              (plus two small patches sent privately)
3850              (this still seems to leave few test failures)
3851              
3852              warn is a macro, avoid using at a variable to avoid warnings
3853              in some configurations; readdir.t is too conservative in
3854              estimating number of *.t's
3855              
3856              Get back into sync with Jeffrey on the enhanced regex warnings.
3857              
3858              Subject: [PATCH 5.6.0] cygwin port
3859              
3860              Zero entries were skipped, fix from Adrian Goalby
3861              <argoalby@yahoo.co.uk>
3862              
3863              Subject: Remove dead entry in perldiag
3864              
3865              Amend the description of Perl6.
3866              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
3867              
3868              detypo
3869              
3870              It's the 2ndO'ROSSC.
3871              
3872              Revert the sv.c part of #6559, a better fix is needed.
3873              
3874              Iterating perl6 description.
3875              
3876              Update to Term::ANSIColor 1.03, from Russ Allbery.
3877              
3878              Update to Getopt::Long 2.23_05, from Johan Vromans.
3879              
3880              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
3881              
3882              Update to Pod::Parser 1.17, from Brad Appleton.
3883              
3884              Update to CPAN 1.56, from Andreas König.
3885              
3886              Update to CGI 2.70, from Lincoln Stein.
3887              
3888              Put back the std @INC thing.
3889              
3890              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
3891              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
3892              
3893              Document the IO::Select timeout.
3894              
3895              sleep(1) does not necessarily return 1.
3896              Subject: [PATCH bleadperl] op/lex_assign.t  
3897              
3898              Subject: debugger "d" command doesnt check line number
3899              
3900              B::Deparse didn't do sub attributes.
3901              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
3902              
3903              Preprocessing and postprocessing for File::Find.
3904              Subject: Patch to Find::File.pm to allow alphabetical results
3905              
3906              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
3907              
3908              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
3909              
3910              Subject: Re: [ID 20000730.003] utf8::length() bad
3911              
3912              Subject: Getting perlio and threads to compile
3913              (the Solaris version changes in Configure skipped)
3914              
3915              Tests for #6589.
3916              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
3917              
3918              Add Perl debugging tutorial, regen toc. 
3919              Subject: perldebtut.pod
3920              
3921              Add a few missing files, update MANIFEST.
3922              
3923              Rewrite of vms/subconfigure.com as configure.com,
3924              from Peter Prymmer and the vmsperl crew.
3925              
3926              Should have deleted this in #6603.
3927              
3928              Fix the test for 5005threads.
3929              
3930              Fix-n-skip the tests under 5005threads.
3931              
3932              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
3933              
3934              Upgrade to CGI 2.71, from Lincoln Stein.
3935      Branch: maint-5.6/perl
3936           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
3937           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
3938           +> t/op/regmesg.t t/pod/find.t vms/configure.com
3939            - vms/subconfigure.com
3940            ! lib/lib.pm
3941           !> (integrate 115 files)
3942 ____________________________________________________________________________
3943 [  7884] By: jhi                                   on 2000/11/27  13:44:33
3944         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
3945              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3946              Date:     Mon, 27 Nov 2000 08:23:54 EST
3947              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
3948      Branch: perl
3949            ! vms/descrip_mms.template vms/test.com
3950 ____________________________________________________________________________
3951 [  7883] By: gsar                                  on 2000/11/27  11:50:46
3952         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
3953              6511..6513,6515..6523,6525..6536
3954              
3955              The swallow_bom() saga continues.  The #23 of require.t
3956              (UTF16-LE) still fails (silently, no output) but the #22
3957              (UTF16-BE) seems to be working now.  The root of the
3958              failure may be in sv_gets(): is it UTF-16LE-aware,
3959              especially when it comes to line endings? 
3960              
3961              Document the problem with -P in HP-UX and its workaround.
3962              
3963              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
3964              (aka ID 20000730.002)
3965              
3966              Subject: fix and question re: waitpid() under win32
3967              
3968              Make the safety catch for buggy gccs work with triple version
3969              numbers like 2.95.2.  Reported in
3970              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
3971              
3972              In Digital UNIX warn if gcc explicitly chosen because even
3973              2.95.2 is known to cause problems.
3974              
3975              Make chr() for values >127 to create utf8 when under utf8.
3976              
3977              various syntax errors and such (not fixed: comp/require.t#22 coredump
3978              on Windows)
3979              
3980              Stash away the largefiles flags and libswanted.
3981              
3982              BOM patching from Simon Cozens.
3983              
3984              If gccosandvers is equal to osname, clear gccosandvers.
3985              
3986              Make p4desc to skip non-mainperl branches by default.
3987              
3988              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
3989              
3990              The test from this
3991              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
3992              
3993              In new BSDs changes to argv[] do not show up in ps(1) output,
3994              instead one must use setproctitle().  This was already addressed
3995              by change #6457, but the below has a new variant for FreeBSD 4.0
3996              or later, and the matter is also documented more.
3997              
3998              FreeBSD 3.* updates from
3999              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
4000              
4001              regen_headers, regen perltoc.
4002              
4003              Document in one place the memory abstractions used in Perl core.
4004              
4005              memcpy has n o in it, as pinted ut by Sarathy.
4006              
4007              Remove the extraneous "main::" prefix from all the
4008              "opened only for", "on closed", and "never opened" warnings.
4009              
4010              The name of a filehandle does not have <these>.
4011              
4012              The tr utf8 patching continues.
4013              
4014              The new setproctitle() feature is available only in 
4015              bleeding edge FreeBSD.  From Paul Saab.
4016              
4017              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
4018              
4019              Dump UVs as UVs in Data::Dumper.
4020              
4021              detypo #6494
4022              
4023              Document the IVdf UVuf UVof UVxf.
4024              
4025              require.t needs binmode() to work on windows
4026              
4027              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
4028              that are hopefully soon put into use.
4029              
4030              Allow "no Module;" even if there is no 'unimport'.
4031              
4032              Better skip message for the test; one of the two problems in
4033              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
4034              
4035              The subtest 4 may fail also on VOBS, as pointed out
4036              by Nick Ing-Simmons in November 1999, bug id 19991124.003
4037              (but the failure in that bug report isn't the subtest 4).
4038              
4039              Be more informative on what is skipped and why,
4040              also repeat the list at the end.
4041              
4042              Add a URL for FSF.
4043              
4044              Subject: [PATCH] sv.h documentation - SvLEN
4045              
4046              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
4047              
4048              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
4049              
4050              Subject: [PATCH] bad cppsymbols on os2 + Configure question
4051              
4052              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
4053              
4054              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
4055              mention the idea of @( and @)
4056              
4057              This is 6512.  Really.
4058              
4059              Subject: [ID 19990721.004] Documentation bug in perlfunc
4060              
4061              Subject: Minor tweak to perlvar.pod
4062              
4063              In the warnings call filehandles consistently so;
4064              add "unopened" warning for stat().
4065              
4066              After the #6519 a warning about stat() is just that,
4067              not about a filetest, which now have their own warning.
4068              
4069              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
4070              
4071              Subject: Re: Array vs. List context
4072              
4073              Subject: New perlcc, take 2
4074              
4075              Weed buglets pointed out by
4076              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
4077              
4078              gcc versions might have (parentheses) in them.
4079              
4080              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
4081              
4082              Essential prototype changes were missing from #6527.
4083              Also make report_evil_fh() more bomb-proof.
4084              
4085              Zap lib/Sys directory when cleaning up.
4086              
4087              Change the Policy policy: now -Dprefix= with an existing
4088              Policy.sh and prefix == siteprefix == vendorprefix, then all
4089              of them follow along the new prefix.
4090              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
4091              
4092              Continue fixing the io warnings.  This also
4093              sort of fixes bug ID 20000802.003: the core dump
4094              is no more.  Whether the current behaviour is correct
4095              (giving a warning: "Not a format reference"), is another matter.
4096              
4097              Have symbols for the IoTYPEs.
4098              
4099              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
4100              
4101              Document a bit that UDP is not what you might think.
4102              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
4103              tr memory corruption fix from Simon Cozens.
4104              
4105              Plug the security hole described in the Aug 05 2000 bugtraq message
4106              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
4107              The security hole exists only in suidperls, which isn't
4108              installed or even built by default.
4109      Branch: maint-5.6/perl
4110           !> (integrate 71 files)
4111 ____________________________________________________________________________
4112 [  7882] By: gsar                                  on 2000/11/27  10:25:36
4113         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
4114              from mainline
4115              
4116              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
4117              to be fatal errors (instead of by default ignoring them, and
4118              ignoring with a bug: even though -w gave an error, the opening [
4119              was left in)  Reported in:
4120              
4121              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
4122              
4123              Subject: [PATCH] split /^/
4124              
4125              MacOS nits from Matthias Neeracher.
4126              
4127              More split() doc and test patches from Mike Guy.
4128              
4129              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
4130              from Graham Barr in the module list.
4131              
4132              docfix from Peter Scott <Peter@PSDT.com>.
4133              
4134              File::Temp patches for VMS and OS/2 from Tim Jenness.
4135              
4136              open() wariness in perlbug.
4137              
4138              Subject: [PATCH] minor doc change - perlguts
4139              
4140              Subject: Minor doc patch: handy.h
4141              
4142              Be wary of close()s, too.
4143              
4144              Further File::Temp patches from Yitzchak Scott-Thoennes
4145              and Craig A. Berry.
4146              
4147              Subject: [PATCH] fixes bug 20000508.004
4148              
4149              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
4150              
4151              Allow "no AutoLoader;", based on change #6444,
4152              suggested by Graham Barr.
4153              
4154              Use setproctitle() if available to modify $0.
4155              
4156              Warn if the version of the operating system used to compile gcc
4157              differs from the current version of the operating system.
4158              Also display the gcc compilation os and version in myconfig.
4159              Inspiration from
4160              
4161              Tiny fixes for #6460.
4162              
4163              The problem described in this
4164              Subject: [ID 20000322.018] named chars aren't magical enough
4165              has been fixed in perl 5.6.0 but just in case added a test
4166              to keep it away.  (The report from Joseph Hall.)
4167              
4168              Tune the comments and hopefully stop a memory leak.
4169              
4170              Subject: UTF8 concat
4171              (with a memory leak fixed, plus a few casts added)
4172              This also seems to help for
4173              Subject: [ID 20000716.015] join UTF8 weirdness
4174              
4175              Do not upgrade SVs into utf8 just because they participate
4176              in eq or cmp.  Reported and fix suggested in
4177              Subject: [ID 20000720.009] sv_eq UTF8 bug
4178              
4179              Fix the HALF_UPGRADE() macro introduced in #6263.
4180              
4181              Find green threads before native threads.
4182              Subject: Re: Patch to jpl/JNI/Makefile.PL
4183      Branch: maint-5.6/perl
4184           !> (integrate 30 files)
4185 ____________________________________________________________________________
4186 [  7881] By: jhi                                   on 2000/11/27  05:48:41
4187         Log: It seems that *both* the unused submatch loop cleanup
4188              codes are needed.
4189      Branch: perl
4190            ! regexec.c
4191 ____________________________________________________________________________
4192 [  7880] By: jhi                                   on 2000/11/27  04:50:07
4193         Log: Clean .exists deeper.
4194      Branch: perl
4195            ! Makefile.SH
4196 ____________________________________________________________________________
4197 [  7879] By: jhi                                   on 2000/11/27  02:31:35
4198         Log: The code in regcppop() (see #7878) contains the correct lower
4199              limit for the unused submatch 'cleanup' loop so that under
4200              "use utf8" the following code wouldn't dump core:
4201              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
4202              the cleanup loop in regtry() stomped beyond allocated area
4203              in the startp[] array.  Therefore, copied the correct lower
4204              loop limit (*PL_reglastparen) to regtry().  Note: something
4205              may still not be quite right: why was the _higher_ loop limit
4206              (prog->nparens) different in the utf8 case?
4207              
4208              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
4209              without core dumps, there were about 17 of them before
4210              the patch (with us since Perl 5.7.0).  Two failures, still:
4211              496 and 505 (though these may not be severe).
4212              
4213              Patch #7881 is also needed since both the cleanup loops
4214              seem to be needed.
4215              
4216              Also, the t/op/pat#44 seems to core dump under utf8.
4217              Plus a couple of failures.  UGH-8.
4218      Branch: perl
4219            ! regexec.c
4220 ____________________________________________________________________________
4221 [  7878] By: jhi                                   on 2000/11/27  02:21:17
4222         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
4223              the code in regcppop() seems to be redundant for the test suite --
4224              but it contains a germ of truth, and it needed for the build
4225              process itself: see #7879 and #7881.
4226      Branch: perl
4227            ! regexec.c
4228 ____________________________________________________________________________
4229 [  7877] By: jhi                                   on 2000/11/27  01:53:09
4230         Log: Comment on comment.
4231      Branch: perl
4232            ! regexec.c
4233 ____________________________________________________________________________
4234 [  7876] By: jhi                                   on 2000/11/27  00:49:59
4235         Log: Adjust the docs to agree with #7875.
4236      Branch: perl
4237            ! pod/perllocale.pod
4238 ____________________________________________________________________________
4239 [  7875] By: jhi                                   on 2000/11/27  00:49:27
4240         Log: Retract #7863.  It makes more sense not to taint formatted output,
4241              not even by sprintf().
4242      Branch: perl
4243            ! sv.c
4244 ____________________________________________________________________________
4245 [  7874] By: jhi                                   on 2000/11/26  23:36:02
4246         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
4247              Not really fixed (should really dump the UTF-8 charclass),
4248              but stopped displaying the garbage.
4249              
4250              Also add a note on the (missing) Unicode PSXSPC and BLANK.
4251      Branch: perl
4252            ! regcomp.c
4253 ____________________________________________________________________________
4254 [  7873] By: jhi                                   on 2000/11/26  21:31:13
4255         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
4256      Branch: perl
4257            ! regexec.c
4258 ____________________________________________________________________________
4259 [  7872] By: jhi                                   on 2000/11/26  21:06:04
4260         Log: No need to scan till infinity, 13 is enough.
4261      Branch: perl
4262            ! handy.h utf8.c
4263 ____________________________________________________________________________
4264 [  7871] By: jhi                                   on 2000/11/26  20:20:32
4265         Log: Test line numbers are different with utf8.
4266      Branch: perl
4267            ! t/op/re_tests
4268 ____________________________________________________________________________
4269 [  7870] By: jhi                                   on 2000/11/26  20:10:12
4270         Log: Message nit.
4271      Branch: perl
4272            ! regcomp.c
4273 ____________________________________________________________________________
4274 [  7869] By: jhi                                   on 2000/11/26  19:01:05
4275         Log: Make utf8_length() and utf8_distance() (the latter of which
4276              is unused at the moment) to be less forgiving about bad UTF-8.
4277      Branch: perl
4278            ! embed.h embed.pl objXSUB.h proto.h utf8.c
4279 ____________________________________________________________________________
4280 [  7868] By: jhi                                   on 2000/11/26  18:45:56
4281         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
4282              From: Benjamin Holzman <bah@ecnvantage.com>
4283              Date: Sat, 25 Nov 2000 20:40:20 -0500       
4284              Message-ID: <20001125204020.A25040@ecnvantage.com>              
4285              
4286              Debian allows installing /usr/bin/locale without installing
4287              any locales, an error message will ensue.
4288      Branch: perl
4289            ! t/pragma/locale.t
4290 ____________________________________________________________________________
4291 [  7867] By: jhi                                   on 2000/11/26  18:31:12
4292         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
4293              From: Benjamin Holzman <bah@ecnvantage.com>
4294              Date: Sun, 26 Nov 2000 02:42:34 -0500
4295              Message-ID: <20001126024234.G25040@ecnvantage.com>
4296              
4297              Patch for the bug 20000212.002.
4298      Branch: perl
4299            ! sv.c t/op/array.t
4300 ____________________________________________________________________________
4301 [  7866] By: jhi                                   on 2000/11/26  18:28:09
4302         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
4303              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4304              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
4305              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
4306              
4307              File::Temp 0.11.
4308      Branch: perl
4309            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
4310 ____________________________________________________________________________
4311 [  7865] By: jhi                                   on 2000/11/26  18:24:22
4312         Log: The metaconfig unit change for #7864.
4313      Branch: metaconfig/U/perl
4314            ! need_va_copy.U
4315 ____________________________________________________________________________
4316 [  7864] By: jhi                                   on 2000/11/26  18:23:41
4317         Log: Make the va_copy() test not to be so talkative.
4318      Branch: perl
4319            ! Configure config_h.SH
4320 ____________________________________________________________________________
4321 [  7863] By: jhi                                   on 2000/11/26  18:11:02
4322         Log: Fix locale inconsistencies unearthed by Hugo's work.
4323              Now the floating point sprintf really does taint the result
4324              string as perllocale promises (has promised for a long time)
4325              if "use locale" is in the lexical scope.
4326      Branch: perl
4327            ! sv.c t/pragma/locale.t
4328 ____________________________________________________________________________
4329 [  7862] By: jhi                                   on 2000/11/26  00:35:15
4330         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
4331              From: Nicholas Clark <nick@ccl4.org>
4332              Date: Sun, 26 Nov 2000 00:07:50 +0000
4333              Message-ID: <20001126000750.A22446@plum.flirble.org>
4334              
4335              Infinit.
4336      Branch: perl
4337            ! sv.c
4338 ____________________________________________________________________________
4339 [  7861] By: jhi                                   on 2000/11/26  00:01:26
4340         Log: Integrate perlio.
4341      Branch: perl
4342           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
4343 ____________________________________________________________________________
4344 [  7860] By: nick                                  on 2000/11/25  22:04:17
4345         Log: Correct relative path from new ext\Filter\Util\Call location
4346              back to miniperl.
4347      Branch: perlio
4348            ! win32/makefile.mk
4349 ____________________________________________________________________________
4350 [  7859] By: nick                                  on 2000/11/25  21:26:54
4351         Log: Integrate mainline.
4352      Branch: perlio
4353           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4354           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
4355           +> t/lib/filter-util.t
4356            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
4357            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
4358            - t/lib/filt-util.t
4359           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
4360           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
4361           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
4362           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
4363           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
4364           !> win32/makefile.mk
4365 ____________________________________________________________________________
4366 [  7858] By: gsar                                  on 2000/11/25  20:52:17
4367         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
4368              parent's memory; fix it by keeping track of the actual pad
4369              offset rather than a raw pointer (this change is probably also
4370              relevant to non-ithreads case to avoid fallout from reallocs of
4371              the pad array, but is currently only enabled for the ithreads
4372              case in the interests of minimal disruption to existing "well
4373              tested" code)
4374      Branch: perl
4375            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
4376            ! proto.h scope.c scope.h sv.c t/op/fork.t
4377 ____________________________________________________________________________
4378 [  7857] By: nick                                  on 2000/11/25  20:01:28
4379         Log: All tests pass on Win32/gcc/USE_PERLIO.
4380              - when crlf layer is pushed make unix-level binary.
4381              - remove :crlf injection in pp_backtick in pp_sys.c
4382              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
4383      Branch: perlio
4384            ! doio.c perlio.c pp_sys.c win32/makefile.mk
4385 ____________________________________________________________________________
4386 [  7856] By: jhi                                   on 2000/11/25  18:38:30
4387         Log: Update the metaconfig units for #7855.
4388      Branch: metaconfig/U/perl
4389            ! useperlio.U usesocks.U
4390 ____________________________________________________________________________
4391 [  7855] By: jhi                                   on 2000/11/25  18:37:54
4392         Log: Undo the SOCKS workarounds, instead start using PerlIO
4393              if SOCKS is selected.
4394              
4395              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
4396              From: Jens Hamisch <jens@Strawberry.COM>
4397              Date: Fri, 24 Nov 2000 18:31:30 +0100
4398              Message-ID: <20001124183130.E28337@Strawberry.COM>
4399              
4400              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
4401              From: Jens Hamisch <jens@Strawberry.COM>
4402              Date: Fri, 24 Nov 2000 19:11:51 +0100
4403              Message-ID: <20001124191151.A28753@Strawberry.COM>
4404      Branch: perl
4405            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
4406            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
4407 ____________________________________________________________________________
4408 [  7854] By: jhi                                   on 2000/11/25  17:39:08
4409         Log: Undo #7848.  Some of the code seems to use walkoptree(),
4410              some walkoptree_slow().  An unfinished renaming?
4411              Now the sub is walkoptree() (which is @EXPORT_OK),
4412              the walkoptree_slow() is a typeglob alias to walkoptree.
4413              This makes the tests to pass, at least.
4414      Branch: perl
4415            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
4416 ____________________________________________________________________________
4417 [  7853] By: nick                                  on 2000/11/24  22:24:33
4418         Log: Re-arrange crlf vs binary for platforms that care.
4419              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
4420              Lip-service to making stdio layer work on such platfroms (untested).
4421              Now fails 3 tests rather than one, checkin to see if I can debug 
4422              the issue under linux. (Do not merge.)
4423      Branch: perlio
4424            ! doio.c perlio.c perliol.h
4425 ____________________________________________________________________________
4426 [  7852] By: jhi                                   on 2000/11/24  18:57:39
4427         Log: AUTHORS edits.
4428      Branch: perl
4429            ! AUTHORS
4430 ____________________________________________________________________________
4431 [  7851] By: jhi                                   on 2000/11/24  17:34:56
4432         Log: Add Jan-Erik Karlsson.
4433      Branch: perl
4434            ! AUTHORS
4435 ____________________________________________________________________________
4436 [  7850] By: jhi                                   on 2000/11/24  17:27:56
4437         Log: Configure should find stdchar on its own.
4438      Branch: perl
4439            ! hints/solaris_2.sh
4440 ____________________________________________________________________________
4441 [  7849] By: jhi                                   on 2000/11/24  17:24:55
4442         Log: Subject: PATCH over 7848: Filter test flawed
4443              From: andreas.koenig@anima.de (Andreas J. Koenig)
4444              Date: 24 Nov 2000 10:28:29 +0100
4445              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
4446      Branch: perl
4447            ! t/lib/filter-util.t
4448 ____________________________________________________________________________
4449 [  7848] By: jhi                                   on 2000/11/24  17:22:15
4450         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
4451              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
4452              Date: Fri, 24 Nov 2000 16:12:58 +0000
4453              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
4454      Branch: perl
4455            ! ext/B/B.pm
4456 ____________________________________________________________________________
4457 [  7847] By: jhi                                   on 2000/11/24  03:07:01
4458         Log: Integrate perlio.
4459      Branch: perl
4460           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
4461           !> win32/makefile.mk
4462 ____________________________________________________________________________
4463 [  7846] By: gsar                                  on 2000/11/24  00:55:57
4464         Log: integrate changes#6415..6418,6420..6438 from mainline
4465              
4466              Fix the bitvector ops for utf8 (tricky since past 7 bits
4467              the utf8 'characters' can be more than one octet).
4468              
4469              MPE/ix updates for perl 5.6.0 from Mark Bixby.
4470              
4471              Subject: SDBM_File documentation
4472              
4473              Detypo.
4474              
4475              Decutandpasto.
4476              
4477              Send all installperl messages to STDERR and be -w clean.
4478              
4479              Out-of-date note removed.
4480              
4481              Protect against "wild next"s, that is, callbacks doing "next"
4482              instead of "return".
4483              
4484              Use STDOUT consistently.
4485              
4486              The output might have been produced in the wrong order.
4487              
4488              A missing 'break' after the [[:space:]] switch case.
4489              
4490              Add tests for
4491              [ID 19991110.003] another matching finding by pcre author
4492              which has already been fixed by some patch, as verified in
4493              
4494              Documentation to explain the behaviour of map().
4495              
4496              Add an optimization for map-maps-a-list-element-to-more-list-elements
4497              case, but add also notes explaining the relationship of this
4498              patch and the earlier notes by Sarathy.
4499              
4500              Subject: [ID 20000716.023] syslog test fails without sockets
4501              
4502              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
4503              Test cases for #6431.
4504              
4505              File::Spec::VMS fixup for tmpdir from Craig Berry.
4506              
4507              Make the "uninit variable" warning to say "concat or string"
4508              or "join or string" when in concat or join .
4509              
4510              Get UTF16 BOMs working.  Patch from
4511              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
4512              
4513              Subject: [PATCH] Make large file tests deal with SIGXFSZ
4514              
4515              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
4516              
4517              Subject: [PATCH] av.c apidoc
4518      Branch: maint-5.6/perl
4519           !> (integrate 43 files)
4520 ____________________________________________________________________________
4521 [  7845] By: gsar                                  on 2000/11/24  00:20:45
4522         Log: integrate changes#6406..6414 from mainline
4523              
4524              Merge perlhacktut into perlhack, update perlguts.
4525              
4526              Fix AutoSplit to use File::Spec the right way in VMS,
4527              from Peter Prymmer.
4528              
4529              The bug report
4530              [ID 19991110.002] minimal matching discrepancy found by pcre author
4531              seems to have been fixed (though differently from what was suggested
4532              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
4533              
4534              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
4535              not in pod, from Peter Prymmer
4536              
4537              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
4538              From: Hugo <hv@crypt.compulink.co.uk>
4539              Date: Fri, 14 Jul 2000 23:05:20 +0100
4540              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
4541              
4542              Didn't anymore apply, but that point still could use another fix.
4543              
4544              lib/b test fixes from Peter Prymmer.
4545              
4546              More docs for sv functions.
4547              
4548              perlvms.pod whitespace cleanup to keep pod utils happy.
4549              
4550              another VMS build tweak from Peter Prymmer
4551      Branch: maint-5.6/perl
4552           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
4553           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
4554           !> vms/descrip_mms.template vms/perlvms.pod
4555 ____________________________________________________________________________
4556 [  7844] By: nick                                  on 2000/11/23  23:42:45
4557         Log: Win32/perlio Now just fails one io/argv.t test - lack 
4558              of default :crlf on standard streams.
4559      Branch: perlio
4560            ! doio.c perlio.c
4561 ____________________________________________________________________________
4562 [  7843] By: nick                                  on 2000/11/23  23:04:05
4563         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
4564              peek fail is showing a real problem (multiple crlf layers
4565              are getting pushed.)
4566      Branch: perlio
4567            ! doio.c perlio.c win32/makefile.mk
4568 ____________________________________________________________________________
4569 [  7842] By: nick                                  on 2000/11/23  19:46:23
4570         Log: Implement PerlIO_binmode()
4571              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
4572              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
4573              make binmode in t/lib/io_tell.t unconditional so that works.
4574              Checkin just so Win32 machine can see these changes.
4575      Branch: perlio
4576            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
4577 ____________________________________________________________________________
4578 [  7841] By: jhi                                   on 2000/11/23  19:30:00
4579         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
4580      Branch: perl
4581            ! README.amiga
4582 ____________________________________________________________________________
4583 [  7840] By: jhi                                   on 2000/11/23  17:18:02
4584         Log: SOCKS wrestling continues, patches from Jens Hamisch.
4585      Branch: perl
4586            ! doio.c embed.h embed.pl perlsdio.h proto.h
4587 ____________________________________________________________________________
4588 [  7839] By: jhi                                   on 2000/11/23  16:54:14
4589         Log: Push Filter::Util::Call one level deeper.
4590      Branch: perl
4591            + t/lib/filter-util.t
4592           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4593           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
4594            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
4595            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
4596            - t/lib/filt-util.t
4597            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
4598            ! win32/Makefile win32/makefile.mk
4599 ____________________________________________________________________________
4600 [  7838] By: jhi                                   on 2000/11/23  16:52:40
4601         Log: Reach back one higher up when searching for PERL_SRC.
4602      Branch: perl
4603            ! lib/ExtUtils/MM_Unix.pm
4604 ____________________________________________________________________________
4605 [  7837] By: jhi                                   on 2000/11/23  16:05:41
4606         Log: Subject: Re: perl@7826
4607              Date: Thu, 23 Nov 2000 02:20:25 -0600
4608              From: "Craig A. Berry" <craigberry@mac.com>
4609              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
4610              
4611              Make VMS to like Filter::Util::Call. 
4612      Branch: perl
4613            ! configure.com ext/Filter/Util/Makefile.PL
4614 ____________________________________________________________________________
4615 [  7836] By: nick                                  on 2000/11/23  16:04:08
4616         Log: Implement crlf layer - not ready for merge.
4617      Branch: perlio
4618            ! perlio.c win32/makefile.mk
4619 ____________________________________________________________________________
4620 [  7835] By: jhi                                   on 2000/11/23  15:56:52
4621         Log: STDCHAR is different in Sparc v9 vs x86.
4622      Branch: perl
4623            ! hints/solaris_2.sh
4624 ____________________________________________________________________________
4625 [  7834] By: jhi                                   on 2000/11/23  15:50:47
4626         Log: The type needs to be visible to protos.
4627      Branch: perl
4628            ! perl.h
4629 ____________________________________________________________________________
4630 [  7833] By: jhi                                   on 2000/11/23  15:40:46
4631         Log: Finish unfinished SOCKS workaround changes.
4632      Branch: perl
4633            ! doio.c
4634 ____________________________________________________________________________
4635 [  7832] By: jhi                                   on 2000/11/23  15:33:30
4636         Log: Integrate perlio.
4637      Branch: perl
4638           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4639           !> win32/makefile.mk
4640 ____________________________________________________________________________
4641 [  7831] By: nick                                  on 2000/11/23  10:31:07
4642         Log: Correct makefile.mk dependancies for ext/Filter/Util
4643              Build ext/Encode
4644              Run dmake regen_config_h
4645      Branch: perlio
4646            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4647            ! win32/makefile.mk
4648 ____________________________________________________________________________
4649 [  7830] By: nick                                  on 2000/11/23  08:05:07
4650         Log: Integrate mainline
4651      Branch: perlio
4652           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
4653           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
4654           +> t/lib/filt-util.pl t/lib/filt-util.t
4655           !> (integrate 41 files)
4656 ____________________________________________________________________________
4657 [  7829] By: gsar                                  on 2000/11/23  03:07:11
4658         Log: build the Filter extension on windows
4659      Branch: perl
4660            ! win32/Makefile win32/makefile.mk
4661 ____________________________________________________________________________
4662 [  7828] By: gsar                                  on 2000/11/23  02:46:35
4663         Log: regenerate win32/config* and fix some inconsistencies in the
4664              makefiles; always export Perl_deb() because it is needed
4665              by ext/re/* (whether perl itself is built with -DDEBUGGING
4666              or not)
4667      Branch: perl
4668            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
4669            ! win32/config_H.vc win32/makefile.mk
4670 ____________________________________________________________________________
4671 [  7827] By: gsar                                  on 2000/11/23  02:18:38
4672         Log: get sources building on windows+MSVC again (untested with other
4673              compilers)
4674      Branch: perl
4675            ! win32/include/sys/socket.h win32/perllib.c
4676 ____________________________________________________________________________
4677 [  7826] By: jhi                                   on 2000/11/23  01:18:26
4678         Log: Update Changes.
4679      Branch: perl
4680            ! Changes patchlevel.h
4681 ____________________________________________________________________________
4682 [  7825] By: jhi                                   on 2000/11/23  00:20:41
4683         Log: Subject: Re: av.c patch (having slight problems)
4684              From: "Ben Tilly" <ben_tilly@hotmail.com>
4685              Date: Tue, 21 Nov 2000 23:29:31 -0500
4686              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
4687              
4688              unshift() speedup.
4689      Branch: perl
4690            ! av.c
4691 ____________________________________________________________________________
4692 [  7824] By: jhi                                   on 2000/11/22  23:59:15
4693         Log: Fixes for signedness warnings noticed by VMSperlers.
4694      Branch: perl
4695            ! ext/Storable/Storable.xs regcomp.c sv.c
4696 ____________________________________________________________________________
4697 [  7823] By: jhi                                   on 2000/11/22  23:19:31
4698         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
4699              From: Peter Prymmer <pvhp@forte.com>
4700              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
4701              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
4702      Branch: perl
4703            ! t/pragma/warn/pp_hot
4704 ____________________________________________________________________________
4705 [  7822] By: jhi                                   on 2000/11/22  22:52:20
4706         Log: Be clean.
4707      Branch: perl
4708            ! Makefile.SH
4709 ____________________________________________________________________________
4710 [  7821] By: jhi                                   on 2000/11/22  22:46:39
4711         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
4712              by Damian Conway, as suggested by Paul Marquess.
4713      Branch: perl
4714            + lib/Filter/Simple.pm
4715 ____________________________________________________________________________
4716 [  7820] By: jhi                                   on 2000/11/22  22:45:51
4717         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
4718      Branch: perl
4719            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
4720            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
4721            + t/lib/filt-util.t
4722            ! MANIFEST
4723 ____________________________________________________________________________
4724 [  7819] By: jhi                                   on 2000/11/22  22:03:27
4725         Log: Integrate perlio.
4726      Branch: perl
4727           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
4728           !> win32/makefile.mk
4729 ____________________________________________________________________________
4730 [  7818] By: jhi                                   on 2000/11/22  21:56:02
4731         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
4732      Branch: perl
4733            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
4734            ! t/lib/io_sock.t
4735 ____________________________________________________________________________
4736 [  7817] By: jhi                                   on 2000/11/22  21:39:49
4737         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
4738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4739              Date: Wed, 22 Nov 2000 16:08:12 -0500
4740              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
4741      Branch: perl
4742            ! lib/ExtUtils/Liblist.pm
4743 ____________________________________________________________________________
4744 [  7816] By: jhi                                   on 2000/11/22  21:38:25
4745         Log: Go ahead and #include <unistd.h> in perl.h.
4746      Branch: perl
4747            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
4748            ! util.c
4749 ____________________________________________________________________________
4750 [  7815] By: jhi                                   on 2000/11/22  21:22:52
4751         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
4752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4753              Date: Mon, 20 Nov 2000 18:30:52 -0500
4754              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
4755      Branch: perl
4756            ! pod/perlre.pod regcomp.c t/op/re_tests
4757 ____________________________________________________________________________
4758 [  7814] By: jhi                                   on 2000/11/22  21:21:46
4759         Log: Subject: [PATCH 5.7.0] Liblist finally works
4760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4761              Date: Tue, 21 Nov 2000 22:02:17 -0500
4762              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
4763      Branch: perl
4764            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
4765            ! lib/ExtUtils/MakeMaker.pm
4766 ____________________________________________________________________________
4767 [  7813] By: jhi                                   on 2000/11/22  21:20:23
4768         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
4769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4770              Date: Wed, 22 Nov 2000 17:53:15 +0100
4771              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
4772              
4773              AIX dynaloader and perlio patch.
4774      Branch: perl
4775            ! ext/DynaLoader/dl_aix.xs
4776 ____________________________________________________________________________
4777 [  7812] By: jhi                                   on 2000/11/22  21:17:52
4778         Log: (Accidentally empty patch.)
4779      Branch: perl
4780            ! av.c
4781 ____________________________________________________________________________
4782 [  7811] By: jhi                                   on 2000/11/22  21:16:31
4783         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
4784              From: Peter Prymmer <pvhp@forte.com>
4785              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
4786              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
4787      Branch: perl
4788            ! vms/test.com
4789 ____________________________________________________________________________
4790 [  7810] By: jhi                                   on 2000/11/22  21:15:36
4791         Log: Subject: Re: perl@7777 
4792              From: "John P. Linderman" <jpl@research.att.com>
4793              Date: Wed, 22 Nov 2000 13:11:11 -0500
4794              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
4795              
4796              Detypoing.
4797      Branch: perl
4798            ! lib/CPAN.pm
4799 ____________________________________________________________________________
4800 [  7809] By: jhi                                   on 2000/11/22  21:14:19
4801         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
4802              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4803              Date:     Wed, 22 Nov 2000 13:51:37 EST
4804              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
4805      Branch: perl
4806            ! perlsdio.h
4807 ____________________________________________________________________________
4808 [  7808] By: jhi                                   on 2000/11/22  21:13:27
4809         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
4810              From: Casey Tweten <crt@kiski.net>
4811              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
4812              Message-Id: <200011201653.LAA10194@home.kiski.net>
4813      Branch: perl
4814            ! t/lib/io_udp.t
4815 ____________________________________________________________________________
4816 [  7807] By: jhi                                   on 2000/11/22  21:12:35
4817         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
4818              From: Casey Tweten <crt@kiski.net>
4819              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
4820              Message-Id: <200011201636.LAA07227@home.kiski.net>
4821      Branch: perl
4822            ! t/lib/io_sock.t
4823 ____________________________________________________________________________
4824 [  7806] By: jhi                                   on 2000/11/22  21:10:59
4825         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
4826              From: "Casey R. Tweten" <crt@kiski.net>
4827              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
4828              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
4829      Branch: perl
4830            ! utils/h2xs.PL
4831 ____________________________________________________________________________
4832 [  7805] By: nick                                  on 2000/11/22  21:05:06
4833         Log: Integrate mainline
4834      Branch: perlio
4835           !> Changes Porting/genlog ext/DB_File/DB_File.xs
4836           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
4837           !> utils/perlbug.PL
4838 ____________________________________________________________________________
4839 [  7804] By: jhi                                   on 2000/11/22  21:01:12
4840         Log: Subject: [PATCH] Test.pm POD peculiarity
4841              From: "Casey R. Tweten" <crt@kiski.net>
4842              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
4843              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
4844      Branch: perl
4845            ! lib/Test.pm
4846 ____________________________________________________________________________
4847 [  7803] By: jhi                                   on 2000/11/22  20:59:59
4848         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
4849              From: "Philip Newton" <pnewton@gmx.de>
4850              Date: Wed, 22 Nov 2000 14:25:53 +0100
4851              Message-Id: <3A1BD771.25462.1939FAD@localhost>
4852              
4853              Be case-understanding also on 's', and use the -oi of sendmail
4854              not to terminate the transmission on a lone '.'.
4855      Branch: perl
4856            ! utils/perlbug.PL
4857 ____________________________________________________________________________
4858 [  7802] By: nick                                  on 2000/11/22  20:51:42
4859         Log: Win32 PerlIO intermediate state now working as expected.
4860              - In current state we are still using C runtime in text/binary
4861              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
4862              - PERLIO=stdio and PERLIO=unix pass all expected tests.
4863              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
4864              and PerlIO_seek() and the dummy crlf layer is not making adjustments
4865              for CRLF translation happening in C runtime. All other tests pass.
4866              
4867              Added note to README.win32 to point out the snags of doing a perl build
4868              with Norton AntiVirus turned on.
4869              
4870              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
4871              which file a fail comes from.
4872              
4873              Updated "canned" config.h to match the one generated.
4874      Branch: perlio
4875            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
4876            ! win32/makefile.mk
4877 ____________________________________________________________________________
4878 [  7801] By: jhi                                   on 2000/11/22  06:50:20
4879         Log: Nickety nits.
4880      Branch: perl
4881            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4882 ____________________________________________________________________________
4883 [  7800] By: jhi                                   on 2000/11/22  01:29:55
4884         Log: Changes had accidentally gone too silent on non-main branches.
4885      Branch: perl
4886            ! Changes Porting/genlog patchlevel.h
4887 ____________________________________________________________________________
4888 [  7799] By: gsar                                  on 2000/11/22  01:02:56
4889         Log: some lib_pm.PL changes snuck in via change#7772
4890      Branch: maint-5.6/perl
4891            ! Makefile.SH
4892 ____________________________________________________________________________
4893 [  7798] By: nick                                  on 2000/11/21  21:59:40
4894         Log: Integrate mainline
4895      Branch: perlio
4896           !> (integrate 28 files)
4897 ____________________________________________________________________________
4898 [  7797] By: jhi                                   on 2000/11/21  21:01:45
4899         Log: Integrate perlio.
4900      Branch: perl
4901           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
4902 ____________________________________________________________________________
4903 [  7796] By: nick                                  on 2000/11/21  20:36:22
4904         Log: Win32 builds and runs (mostly) with USE_PERLIO.
4905              PERLIO=perlio passes all tests. 
4906              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
4907      Branch: perlio
4908            ! perlio.c win32/perllib.c win32/win32.c
4909 ____________________________________________________________________________
4910 [  7795] By: jhi                                   on 2000/11/21  19:03:44
4911         Log: Update Changes.
4912      Branch: perl
4913            ! Changes patchlevel.h
4914 ____________________________________________________________________________
4915 [  7794] By: jhi                                   on 2000/11/21  18:56:34
4916         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
4917              From: "Craig A. Berry" <craigberry@mac.com>
4918              Date: Mon, 20 Nov 2000 20:27:06 -0600
4919              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
4920              
4921              A cut-and-pasto.
4922      Branch: perl
4923            ! perlio.h
4924 ____________________________________________________________________________
4925 [  7793] By: jhi                                   on 2000/11/21  18:54:41
4926         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
4927              From: Dominic Dunlop <domo@computer.org> 
4928              Date: Mon, 20 Nov 2000 18:55:29 +0100
4929              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
4930              
4931              va_copy() and the need of it.
4932              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
4933      Branch: metaconfig/U/perl
4934            + need_va_copy.U
4935      Branch: perl
4936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4937            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
4938            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
4939            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4940            ! win32/config.bc win32/config.gc win32/config.vc
4941 ____________________________________________________________________________
4942 [  7792] By: jhi                                   on 2000/11/21  17:04:10
4943         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
4944      Branch: perl
4945           !> scope.h
4946 ____________________________________________________________________________
4947 [  7791] By: jhi                                   on 2000/11/21  17:01:16
4948         Log: Export the SOCKS workaround symbols only if necessary.
4949      Branch: perl
4950            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
4951 ____________________________________________________________________________
4952 [  7790] By: nick                                  on 2000/11/20  23:57:11
4953         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
4954      Branch: perlio
4955            ! scope.h
4956 ____________________________________________________________________________
4957 [  7789] By: nick                                  on 2000/11/20  23:38:33
4958         Log: Integrate mainline
4959      Branch: perlio
4960           +> lib/File/Spec/Epoc.pm
4961           !> (integrate 34 files)
4962 ____________________________________________________________________________
4963 [  7788] By: nick                                  on 2000/11/20  23:20:18
4964         Log: Make extra buffer layer work (dummy crlf layer)
4965      Branch: perlio
4966            ! doio.c perlio.c perlio.h
4967 ____________________________________________________________________________
4968 [  7787] By: jhi                                   on 2000/11/20  22:44:04
4969         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
4970              From: Peter Prymmer <pvhp@forte.com>
4971              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
4972              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
4973      Branch: perl
4974            ! t/pragma/locale.t
4975 ____________________________________________________________________________
4976 [  7786] By: jhi                                   on 2000/11/20  22:29:10
4977         Log: Subject: DOC PATCH 5.6.0 perlreftut
4978              From: mjd@plover.com
4979              Date: 20 Nov 2000 19:45:06 -0000
4980              Message-ID: <20001120194506.9505.qmail@plover.com>
4981      Branch: perl
4982            ! pod/perlreftut.pod
4983 ____________________________________________________________________________
4984 [  7785] By: jhi                                   on 2000/11/20  22:27:44
4985         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
4986              From: David Dyck <dcd@tc.fluke.com>
4987              Date: Mon, 20 Nov 2000 11:43:40 -0800
4988              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
4989      Branch: perl
4990            ! lib/Cwd.pm
4991 ____________________________________________________________________________
4992 [  7784] By: jhi                                   on 2000/11/20  22:23:21
4993         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
4994              Date: Mon, 20 Nov 2000 17:06:10 -0500
4995              To: Mailing list Perl5 <perl5-porters@perl.org>
4996              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
4997      Branch: perl
4998            ! pp_ctl.c t/op/pat.t
4999 ____________________________________________________________________________
5000 [  7783] By: jhi                                   on 2000/11/20  22:11:18
5001         Log: Subject: [PATCH] doop.c - UTF8 tr///               
5002              From: Simon Cozens <simon@cozens.net>
5003              Date: Sat, 18 Nov 2000 18:49:30 +0000
5004              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
5005              
5006              Subject: Re: [PATCH] doop.c - UTF8 tr///           
5007              From: Simon Cozens <simon@cozens.net>
5008              Date: Mon, 20 Nov 2000 20:45:22 +0000
5009              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
5010              
5011              Make tr on UTF-8 better but still not correct.
5012      Branch: perl
5013            ! doop.c
5014 ____________________________________________________________________________
5015 [  7782] By: jhi                                   on 2000/11/20  22:02:16
5016         Log: Remove the shared object before attempting to create
5017              (by linking) a new one.  E.g. in AIX not removing
5018              becomes quite painful if one tries to do more than one
5019              build in the same tree (an interrupted build, for example),
5020              since the AIX' shared dynaloader seemingly keeps the shared
5021              objects open and therefore 'busy' for quite a while, even when
5022              nobody is using the objects, leading into link failures.
5023      Branch: perl
5024            ! lib/ExtUtils/MM_Unix.pm
5025 ____________________________________________________________________________
5026 [  7781] By: gsar                                  on 2000/11/20  19:02:55
5027         Log: type mismatch due to faulty integration
5028      Branch: maint-5.6/perl
5029            ! toke.c win32/Makefile
5030 ____________________________________________________________________________
5031 [  7780] By: gsar                                  on 2000/11/20  17:31:55
5032         Log: integrate changes#6392,6394..6399,6401..6404
5033              
5034              The {multiplier} of a fixed substring was overlooked which
5035              caused a wrong initial search offset for that substring.
5036              
5037              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
5038              From: Hugo <hv@crypt.compulink.co.uk>
5039              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
5040              Date: Thu, 13 Jul 2000 19:27:13 +0100
5041              
5042              Fix the BOM bug: not a byteorder bug, a signedness bug.
5043              
5044              Replace change #6337 with a better one.
5045              
5046              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
5047              From: Hugo <hv@crypt.compulink.co.uk>
5048              Date: Fri, 14 Jul 2000 04:16:20 +0100
5049              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
5050              
5051              MakeMaker should not remove editor backups (*~) on `make clean`
5052              by default (completes change#6383)
5053              
5054              move new variables to the end of the interpreter structure (for
5055              bincompat in code that doesn't #include XSUB.h)
5056              
5057              rename totally bletcherous SvLOCK() thingy (doesn't do what the
5058              name suggests anyway)
5059              
5060              various cleanups (typos, misformatted code, and small bugs)
5061              
5062              typecasts needed for change#6394
5063              
5064              typos in change#6399, regen headers
5065              
5066              inconsistent types needs casts
5067              
5068              PERL_OBJECT build tweaks
5069      Branch: maint-5.6/perl
5070           !> MANIFEST doop.c embed.h embed.pl embedvar.h
5071           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
5072           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
5073           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
5074           !> toke.c util.c
5075 ____________________________________________________________________________
5076 [  7779] By: gsar                                  on 2000/11/20  17:06:29
5077         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
5078              
5079              Cosmetics and perldelta.
5080              
5081              Fix nits noticed by Boston.pm.
5082              
5083              Do the cc sanity check both before the hints and
5084              after the cc selction.
5085              
5086              get sprintf.t to adjust properly for 3-digit exponents
5087              
5088              don't clobber *.orig files on *clean targets
5089              
5090              fix bugs in processing %v-*d and similar format specs (from
5091              Avi Finkel <avi@finkel.org>)
5092              
5093              sprintf test tweaks (from Dominic Dunlop)
5094              
5095              new selfloader.t in change#6183 doesn't close DATA handles,
5096              and thus fails to clean up tmp files on dosish platforms
5097              
5098              typos (spotted by Peter Prymmer)
5099              
5100              typo fix from Craig Berry
5101      Branch: maint-5.6/perl
5102           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
5103           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
5104           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
5105           !> x2p/Makefile.SH
5106 ____________________________________________________________________________
5107 [  7778] By: gsar                                  on 2000/11/20  16:46:51
5108         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
5109              
5110              Subject: Re: format bug report  [Patch]
5111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5112              Date: Wed, 05 Jul 2000 13:12:52 +0200
5113              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
5114              
5115              Subject: Re: format bug report  [Patch]
5116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5117              Date: Wed, 05 Jul 2000 14:10:01 +0200
5118              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
5119              
5120              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
5121              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5122              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
5123              Date: Fri, 07 Jul 2000 17:57:16 +0100
5124              
5125              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
5126              To: perl5-porters@perl.org
5127              From: Karsten Sperling <spiff@phreax.net>
5128              Date: Mon, 10 Jul 2000 15:12:52 +0200
5129              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
5130              
5131              README.posix-bc podified from Thomas Dorner.
5132              
5133              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
5134              From: Dominic Dunlop <domo@computer.org>
5135              Date: Tue, 11 Jul 2000 12:27:33 +0200
5136              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
5137              
5138              Typo in #6341.
5139              
5140              Fix for
5141              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
5142              From: Roderick Schertler <roderick@argon.org>
5143              Date: Tue, 11 Jul 2000 13:55:05 -0400
5144              Message-Id: <200007111755.NAA05077@jones.argon.org>
5145              
5146              Minor cleanups on the booklist.
5147              
5148              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
5149              regen perltoc.
5150              
5151              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
5152      Branch: maint-5.6/perl
5153           +> pod/perlbook.pod
5154           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
5155           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
5156           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
5157 ____________________________________________________________________________
5158 [  7777] By: jhi                                   on 2000/11/20  16:08:49
5159         Log: Update Changes.
5160      Branch: perl
5161            ! Changes patchlevel.h
5162 ____________________________________________________________________________
5163 [  7776] By: jhi                                   on 2000/11/20  15:27:56
5164         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
5165              This may be overly harsh but until proven otherwise, we think this
5166              way, or until we have a simple test for Configure (having to start
5167              up servers is does not count as simple) to check for the problems.
5168      Branch: perl
5169            ! perl.h
5170 ____________________________________________________________________________
5171 [  7775] By: jhi                                   on 2000/11/20  15:22:17
5172         Log: Solaris hints tweaks.
5173      Branch: perl
5174            ! hints/solaris_2.sh
5175 ____________________________________________________________________________
5176 [  7774] By: jhi                                   on 2000/11/20  15:01:20
5177         Log: Add a workaround to SOCKS 64-bit problems.
5178      Branch: perl
5179            ! doio.c embed.h embed.pl perlsdio.h proto.h
5180 ____________________________________________________________________________
5181 [  7773] By: jhi                                   on 2000/11/20  14:51:47
5182         Log: sysseek() instead of seek().
5183      Branch: perl
5184            ! t/lib/syslfs.t
5185 ____________________________________________________________________________
5186 [  7772] By: gsar                                  on 2000/11/20  13:06:23
5187         Log: integrate changes#6315..6319,6321..6331,6333..6338
5188              
5189              Integrate with Sarathy, preliminary fix for unicos
5190              alignment problems in [ID 20000612.002] Perl problem on Cray system.
5191              
5192              some debugger output does not go to the socket when RemotePort is set
5193              
5194              winsock cleanup never done on Windows (leads to handle leaks)
5195              
5196              fix UNC path handling on Windows under ithreads, and chdir()
5197              return value when given a non-existent directory
5198              
5199              Autogenerate pod/Makefile and pod/buildtoc.
5200              buildtoc also checks whether the existin pods are
5201              mentioned in MANIFEST and perl.pod, and vice versa.
5202              (None of the thusly found discrepancies fixed yet.)
5203              roffitall also needs to be autogenerated similarly but it
5204              seems so badly out of date that I didn't touch it yet.
5205              
5206              Config is being used.
5207              
5208              Add =head1 NAMEs so that buildtoc is happy.
5209              (The CGI::Util nit reported to Lincoln.)
5210              
5211              Fix complaints of buildtoc.
5212              
5213              Fix the alignment problem in Crays ([ID 20000612.002]).
5214              
5215              Remove perlbook, update perlfaq book listing,
5216              rearrange perl.pod, regenerate perltoc.
5217              
5218              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
5219              was cast to an unsigned (32-bit) integer with wild abandon.
5220              
5221              winsock options weren't being set in all threads under ithreads
5222              (caused send()s from second and subsequent threads to fail)
5223              
5224              accept() leaks memory on windows due to incorrect ordering of
5225              closesocket() and fclose() calls
5226              
5227              Reorder perl.pod once more.
5228              
5229              More POSIX.pod tweaks.
5230              
5231              Sprinkle ldlibpath.
5232              
5233              Precedence goof, fix based on
5234              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
5235              From: Hugo <hv@crypt.compulink.co.uk>
5236              Date: Tue, 11 Jul 2000 12:52:38 +0100
5237              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
5238              
5239              Subject: PATCH perlguts.pod: Document D and d magic types
5240              From: mjd@plover.com
5241              Date: 5 Jul 2000 18:01:51 -0000
5242              Message-ID: <20000705180151.29413.qmail@plover.com>
5243              
5244              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
5245              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
5246              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
5247              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
5248              
5249              Subject: [PATCH cfgperl] $& segfaults if you trick it
5250              From: simon@brecon.co.uk (Simon Cozens)
5251              Date: 7 Jul 2000 11:26:09 GMT
5252              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
5253              
5254              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
5255              From: Hugo <hv@crypt.compulink.co.uk>
5256              Date: Tue, 11 Jul 2000 12:44:50 +0100
5257              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
5258              
5259              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
5260              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5261              Date: Tue, 11 Jul 2000 13:50:51 +0100
5262              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
5263      Branch: maint-5.6/perl
5264           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
5265           +> pod/buildtoc.PL
5266            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
5267           !> (integrate 26 files)
5268 ____________________________________________________________________________
5269 [  7771] By: gsar                                  on 2000/11/20  12:31:42
5270         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
5271              6310,6311,6314
5272              
5273              Subject: [PATCH bleedperl] File::Spec 0.82 beta
5274              From: Barrie Slaymaker <barries@jester.slaysys.com>
5275              Date: Wed, 28 Jun 2000 11:35:29 -0400
5276              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
5277              
5278              tweak perlembed for multiplicity/usethreads sanity; correct notes
5279              about Windows
5280              
5281              localize %INC in a Safe compartment so that use/require work
5282              (many other magic globals probably need similar treatment)
5283              
5284              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
5285              when @_ is modified, causing coredumps
5286              
5287              slurp mode fix in change#4736 still not quite right
5288              
5289              Point to perlipc for more SysV IPC examples.
5290              
5291              Elaborate POSIX.pod.  Still needs work.
5292              
5293              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
5294              
5295              fix large memory leak that has been around for ever, masked by
5296              -DPURIFY (most of the arenas were never freed!)
5297              
5298              fix memory leak on Windows (PL_sys_intern contents were never
5299              freed)
5300              
5301              PERL_OBJECT build tweak
5302              
5303              adjust change#6299
5304              
5305              remove rel2abs prototypes (from Barrie Slaymaker)
5306              
5307              missing perldiag entry for unpack("w",...) diagnostic (from
5308              Andreas Koenig)
5309              
5310              better diagnostic on Frob->stuff() when Frob:: doesn't exist
5311              (from Richard Soderberg <rs@oregonnet.com>)
5312              
5313              Win32 patches for cfgperl from Sarathy.
5314              
5315              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
5316              
5317              More POSIX.pod embellishment.
5318              
5319              tyop in change#6306
5320      Branch: maint-5.6/perl
5321           !> (integrate 44 files)
5322 ____________________________________________________________________________
5323 [  7770] By: gsar                                  on 2000/11/20  11:51:00
5324         Log: integrate changes#6268..6282 from cfgperl branch
5325              
5326              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
5327              From: Dominic Dunlop <domo@computer.org>
5328              Date: Thu, 29 Jun 2000 12:32:39 +0200
5329              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
5330              
5331              Regen headers for #6261 (and update embed.pl for this) and #6267,
5332              silence few compiler warnings.
5333              
5334              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
5335              From: Nicholas Clark <nick@talking.bollo.cx>
5336              Date: Fri, 23 Jun 2000 16:21:15 +0100
5337              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
5338              
5339              Subject: PATCH pod/perltie.pod
5340              From: Ian Phillipps <Ian.Phillipps@iname.com>
5341              Date: Fri, 16 Jun 2000 00:17:19 +0100
5342              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
5343              (only the first hunk, the second hunk had already been done
5344              by some other patch)
5345              
5346              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
5347              From: Tom Phoenix <rootbeer@redcat.com>
5348              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
5349              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
5350              
5351              Subject: [PATCH] xsub attributes
5352              From: Doug MacEachern <dougm@covalent.net>
5353              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
5354              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
5355              
5356              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
5357              From: Andy Dougherty <doughera@lafayette.edu>
5358              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
5359              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
5360              
5361              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
5362              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5363              Date: Tue, 13 Jun 2000 02:43:48 -0500
5364              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
5365              
5366              Subject: [PATCH] Re: eval documentation: context
5367              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5368              Date: Mon, 12 Jun 2000 15:07:29 +0100
5369              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
5370              
5371              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
5372              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5373              Date: Mon, 12 Jun 2000 14:55:59 +0100
5374              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
5375              
5376              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
5377              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
5378              Date: Fri, 09 Jun 2000 12:39:27 -0400
5379              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
5380              (plus update the version "number" of Text::Wrap)
5381              
5382              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
5383              From: Tim Ayers <tayers@bridge.com>
5384              Date: Thu, 08 Jun 2000 08:11:06 +0200
5385              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
5386              [resent by Richard Foley, Message-Id probably wrong]
5387              
5388              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
5389              From: rspier@pobox.com (Robert Spier)
5390              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
5391              Message-ID: <14654.31913.845602.610277@rls.cx>
5392              
5393              Subject: [PATCH 5.6.0] utils/h2xs.PL
5394              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5395              Date: Wed, 7 Jun 2000 04:02:04 -0500
5396              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
5397              
5398              Subject: [PATCH 5.6.0]ITHREADs for VMS
5399              From: Dan Sugalski <dan@sidhe.org>
5400              Date: Tue, 06 Jun 2000 11:59:50 -0400
5401              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
5402      Branch: maint-5.6/perl
5403           !> (integrate 31 files)
5404 ____________________________________________________________________________
5405 [  7769] By: gsar                                  on 2000/11/20  11:29:06
5406         Log: integrate changes#6261..6266 from cfgperl
5407              
5408              Subject: Re: [PATCH cfgperl] BOMs away!
5409              From: simon@brecon.co.uk (Simon Cozens)
5410              Date: 17 Jun 2000 11:49:57 GMT
5411              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
5412              
5413              Subject: 5.6.0 Patch for EPOC
5414              From: Olaf Flebbe <o.flebbe@gmx.de>
5415              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
5416              Message-ID: <23449.960929969@www11.gmx.net>
5417              
5418              tr fixes from Simon Cozens
5419              
5420              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
5421              From: Marty Lucich <marty@netcom.com>
5422              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
5423              Message-Id: <200006282116.OAA11148@netcom.com>
5424              ccdlflags update (the BSD/OS 4.1 part had already been taken
5425              care of by #6141).
5426              
5427              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
5428              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5429              Date: Wed, 28 Jun 2000 17:50:12 -0700
5430              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
5431              
5432              Subject: [PATCH 5.6.0] cygwin port
5433              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
5434              From: "Fifer, Eric" <EFifer@sanwaint.com>
5435              Date: Thu, 29 Jun 2000 12:58:29 +0100
5436      Branch: maint-5.6/perl
5437           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
5438           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
5439           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5440           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
5441 ____________________________________________________________________________
5442 [  7768] By: gsar                                  on 2000/11/20  11:13:44
5443         Log: integrate changes#6252..6256,6259..6260
5444              
5445              Paranoia tweak on #6249.
5446              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
5447              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5448              Date: Sun, 25 Jun 2000 23:43:12 -0400
5449              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
5450              
5451              Subject: tr///, help wanted.
5452              From: simon@brecon.co.uk (Simon Cozens)
5453              Date: 28 Jun 2000 11:29:04 GMT
5454              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
5455              
5456              small thinko tweaks
5457              
5458              tweaks from Simon Conzes to further fix tr/// under utf8
5459              
5460              perlnewmod was missing from MANIFEST.
5461              
5462              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
5463              From: simon@brecon.co.uk (Simon Cozens)
5464              Date: 17 Jun 2000 11:56:44 GMT
5465              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
5466              pack U0, pack C0
5467      Branch: maint-5.6/perl
5468           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
5469           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
5470           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
5471           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
5472 ____________________________________________________________________________
5473 [  7767] By: gsar                                  on 2000/11/20  10:51:38
5474         Log: integrate change#6250 from cfgperl
5475              
5476              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
5477              From: Doug MacEachern <dougm@covalent.net>
5478              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
5479              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
5480      Branch: maint-5.6/perl
5481           +> t/op/my_stash.t
5482           !> MANIFEST embed.pl global.sym proto.h toke.c
5483 ____________________________________________________________________________
5484 [  7766] By: gsar                                  on 2000/11/20  10:48:34
5485         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
5486              
5487              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
5488              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
5489              Date: Mon, 26 Jun 2000 18:40:14 +0100
5490              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
5491              
5492              Subject: [PATCH] bytes<->utf8 fixes
5493              From: simon@brecon.co.uk (Simon Cozens)
5494              Date: 26 Jun 2000 04:55:45 GMT
5495              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
5496              
5497              Subject: [PATCH] is_utf8_string
5498              From: simon@brecon.co.uk (Simon Cozens)
5499              Date: 26 Jun 2000 02:25:59 GMT
5500              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
5501              
5502              Subject: [PATCH] avoid mg_ptr in '*' magic
5503              From: Doug MacEachern <dougm@covalent.net>
5504              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
5505              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
5506              
5507              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
5508              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
5509              Date: Sat, 24 Jun 2000 13:06:20 +0100
5510              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
5511              
5512              Allow for standalone testing.
5513              
5514              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
5515              From: Mark-Jason Dominus <mjd@plover.com>
5516              Date: Tue, 27 Jun 2000 22:36:42 -0400
5517              Message-ID: <20000628023642.12166.qmail@plover.com>
5518              
5519              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
5520              From: Frank Tobin <ftobin@uiuc.edu>
5521              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
5522              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
5523      Branch: maint-5.6/perl
5524           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
5525           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
5526           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
5527           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
5528           !> utf8.c utils/h2xs.PL
5529 ____________________________________________________________________________
5530 [  7765] By: gsar                                  on 2000/11/20  10:29:13
5531         Log: integrate change#6239 from cfgperl
5532              
5533              Configure maintenance.  Sever some dependency cycles,
5534              separate gccversion from the cc unit,
5535              address [ID 20000623.006] Configure script patch for using gcc on AIX
5536              (but solve it a little bit differently),
5537              unduplex some accidentally duplicated units,
5538              suggest using gcc if no cc available
5539              (p5p thread: "Solaris configure: counterproposal", 1999-09)
5540      Branch: maint-5.6/perl
5541           !> Configure Todo-5.6 config_h.SH
5542 ____________________________________________________________________________
5543 [  7764] By: gsar                                  on 2000/11/20  10:25:55
5544         Log: integrate changes#6233..6238 from cfgperl
5545              
5546              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
5547              From: Mark-Jason Dominus <mjd@plover.com>
5548              Date: Fri, 16 Jun 2000 20:53:04 -0400
5549              Message-ID: <20000617005304.8008.qmail@plover.com>
5550              
5551              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
5552              because when run as services (Win32ese for daemons)
5553              no environment variables are set and tmpdir ends up as /tmp,
5554              which is ambiguous.
5555              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
5556              From: matt@sergeant.org
5557              Date: 16 Jun 2000 16:30:43 -0000
5558              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
5559              
5560              The thread begun by
5561              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
5562              From: Kevin.Ruscoe@ubsw.com
5563              Date: Fri, 16 Jun 2000 16:38:51 +0100
5564              Message-Id: <H000019b03c300d6@MHS>
5565              
5566              Tweak embed.pl, regen headers.
5567              
5568              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
5569              From: Dan Sugalski <dan@sidhe.org>
5570              Date: Fri, 23 Jun 2000 17:00:00 -0400
5571              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
5572      Branch: maint-5.6/perl
5573           !> (integrate 27 files)
5574 ____________________________________________________________________________
5575 [  7763] By: gsar                                  on 2000/11/20  10:08:08
5576         Log: s/perl56delta/perldelta/g
5577      Branch: maint-5.6/perl
5578            ! pod/Makefile
5579 ____________________________________________________________________________
5580 [  7762] By: gsar                                  on 2000/11/20  10:04:00
5581         Log: integrate changes#6225,6229,6231,6232 from cfgperl
5582              
5583              Add source code filenames to apidoc.
5584              From: simon@brecon.co.uk (Simon Cozens)
5585              Subject: [PATCH embed.pl] Source X-ref
5586              Date: 22 Jun 2000 02:18:49 GMT
5587              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
5588              
5589              Subject: README.hpux version 0.6.1
5590              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
5591              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5592              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
5593              
5594              Subject: [PATCH 5.6.0] cygwin port
5595              From: "Fifer, Eric" <EFifer@sanwaint.com>
5596              Date: Tue, 20 Jun 2000 14:30:58 +0100
5597              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
5598              
5599              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
5600              From: simon@brecon.co.uk (Simon Cozens)
5601              Date: 19 Jun 2000 15:18:27 GMT
5602              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
5603              
5604              plus update pod/Makefile and regenerate perltoc
5605      Branch: maint-5.6/perl
5606           +> pod/perlutil.pod
5607           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
5608           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
5609 ____________________________________________________________________________
5610 [  7761] By: jhi                                   on 2000/11/20  04:09:55
5611         Log: Miraculous typo.
5612      Branch: perl
5613            ! t/op/pat.t
5614 ____________________________________________________________________________
5615 [  7760] By: jhi                                   on 2000/11/20  04:06:08
5616         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
5617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5618              Date: Sun, 19 Nov 2000 22:30:26 -0500
5619              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
5620      Branch: perl
5621            ! regexec.c scope.h t/op/pat.t
5622 ____________________________________________________________________________
5623 [  7759] By: jhi                                   on 2000/11/20  02:05:22
5624         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
5625      Branch: perl
5626            ! perl.h
5627 ____________________________________________________________________________
5628 [  7758] By: jhi                                   on 2000/11/20  01:58:11
5629         Log: Subject: [perl 7711: EPOC] updates
5630              From: Olaf Flebbe <o.flebbe@gmx.de>
5631              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
5632              Message-ID: <25575.974658810@www23.gmx.net>               
5633      Branch: perl
5634            + lib/File/Spec/Epoc.pm
5635            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
5636            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
5637            ! lib/File/Spec.pm perl.c sv.c
5638 ____________________________________________________________________________
5639 [  7757] By: jhi                                   on 2000/11/20  01:53:11
5640         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
5641      Branch: perl
5642            ! MANIFEST
5643 ____________________________________________________________________________
5644 [  7756] By: jhi                                   on 2000/11/20  01:47:22
5645         Log: Integrate perlio.
5646      Branch: perl
5647            - ext/re/hints/MSWin32.pl
5648           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
5649           !> win32/config.gc win32/config_H.gc win32/win32sck.c
5650 ____________________________________________________________________________
5651 [  7755] By: nick                                  on 2000/11/19  20:57:17
5652         Log: Add dummy crlf layer (just as buffer)
5653              Correct 1st bug - one layer of indirection.
5654      Branch: perlio
5655            ! perlio.c perlio.h perliol.h
5656 ____________________________________________________________________________
5657 [  7754] By: nick                                  on 2000/11/19  20:56:12
5658         Log: Work-round to Perl_deb_nocontext is no longer required
5659      Branch: perlio
5660            - ext/re/hints/MSWin32.pl
5661 ____________________________________________________________________________
5662 [  7753] By: nick                                  on 2000/11/19  20:01:16
5663         Log: diff -se shows these as different
5664      Branch: perlio
5665            ! global.sym pod/perlapi.pod
5666 ____________________________________________________________________________
5667 [  7752] By: nick                                  on 2000/11/19  18:57:30
5668         Log: Configure GCC/Win32 build -Duseperlio
5669              Fix a couple of gross issues
5670              - double-include of ../deb.o in re.dll
5671              - win32sck.c needs PerlIO and FILE 
5672      Branch: perlio
5673            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
5674            ! win32/win32sck.c
5675 ____________________________________________________________________________
5676 [  7751] By: nick                                  on 2000/11/19  17:05:36
5677         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
5678      Branch: perlio
5679            ! perlio.c
5680 ____________________________________________________________________________
5681 [  7750] By: nick                                  on 2000/11/19  16:57:14
5682         Log: Missing aTHX_
5683      Branch: perlio
5684            ! sv.c
5685 ____________________________________________________________________________
5686 [  7749] By: jhi                                   on 2000/11/19  16:28:40
5687         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
5688              From: "Peter J. Farley III" <pjfarley@banet.net>
5689              Date: Sun, 19 Nov 2000 01:42:58 -0500
5690              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
5691      Branch: perl
5692            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
5693 ____________________________________________________________________________
5694 [  7748] By: jhi                                   on 2000/11/19  16:08:10
5695         Log: Subject: podlators 1.05 available        
5696              From: Russ Allbery <rra@stanford.edu>   
5697              Date: 18 Nov 2000 22:04:28 -0800
5698              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
5699      Branch: perl
5700            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5701 ____________________________________________________________________________
5702 [  7747] By: nick                                  on 2000/11/19  11:19:39
5703         Log: Integrate mainline
5704      Branch: perlio
5705           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
5706           !> util.c
5707 ____________________________________________________________________________
5708 [  7746] By: jhi                                   on 2000/11/19  06:42:22
5709         Log: Make hex scanning warn on "\x{x}" and "\xx".
5710              "\x" and and hex("x") are still valid.
5711      Branch: perl
5712            ! util.c
5713 ____________________________________________________________________________
5714 [  7745] By: nick                                  on 2000/11/18  22:52:28
5715         Log: Integrate mainline
5716      Branch: perlio
5717           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
5718           !> perl.h perlio.c proto.h regcomp.c regcomp.h
5719 ____________________________________________________________________________
5720 [  7744] By: jhi                                   on 2000/11/18  22:50:28
5721         Log: Introduce Perl_utf8_length().  Use it.
5722      Branch: perl
5723            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
5724 ____________________________________________________________________________
5725 [  7743] By: jhi                                   on 2000/11/18  22:38:51
5726         Log: Compiler denit.
5727      Branch: perl
5728            ! perlio.c
5729 ____________________________________________________________________________
5730 [  7742] By: jhi                                   on 2000/11/18  20:33:05
5731         Log: Integrate perlio.
5732      Branch: perl
5733           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
5734           !> perlio.h pp_ctl.c pp_sys.c sv.c
5735 ____________________________________________________________________________
5736 [  7741] By: jhi                                   on 2000/11/18  20:31:27
5737         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
5738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5739              Date: Fri, 17 Nov 2000 20:35:11 -0500
5740              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
5741              
5742              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
5743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5744              Date: Fri, 17 Nov 2000 21:03:47 -0500
5745              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
5746              
5747              Plus a little bit of tweaking in pregcomp().
5748      Branch: perl
5749            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5750 ____________________________________________________________________________
5751 [  7740] By: nick                                  on 2000/11/18  20:17:22
5752         Log: Lexical use open ... support:
5753              add ->cop_io to COP structure in cop.h.
5754              Make mg.c and gv.c associate it with ${^OPEN}.
5755              Make lib/open.pm set it.
5756              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
5757              manner similar to ->cop_warnings.
5758              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
5759              call new PerlIO_apply_layers().
5760              Declare latter in perlio.h and define in perlio.c
5761      Branch: perlio
5762            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
5763            ! perlio.h pp_ctl.c pp_sys.c sv.c
5764 ____________________________________________________________________________
5765 [  7739] By: jhi                                   on 2000/11/18  19:54:00
5766         Log: Integrate perlio.
5767      Branch: perl
5768           !> doio.c perlio.c pp.c
5769 ____________________________________________________________________________
5770 [  7738] By: jhi                                   on 2000/11/18  17:16:13
5771         Log: Subject: [PATCH 5.7.0] etags broken again
5772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5773              Date: Sat, 18 Nov 2000 02:41:36 -0500
5774              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
5775      Branch: perl
5776            ! emacs/ptags
5777 ____________________________________________________________________________
5778 [  7737] By: jhi                                   on 2000/11/18  17:12:18
5779         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
5780      Branch: perl
5781            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5782 ____________________________________________________________________________
5783 [  7736] By: nick                                  on 2000/11/18  14:06:20
5784         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
5785              part to be isolated.
5786      Branch: perlio
5787            ! doio.c perlio.c
5788 ____________________________________________________________________________
5789 [  7735] By: nick                                  on 2000/11/18  11:03:32
5790         Log: Integrate mainline
5791      Branch: perlio
5792           !> Changes README.amiga README.win32 patchlevel.h
5793           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
5794 ____________________________________________________________________________
5795 [  7734] By: jhi                                   on 2000/11/18  01:18:56
5796         Log: Update Changes.
5797      Branch: perl
5798            ! Changes patchlevel.h
5799 ____________________________________________________________________________
5800 [  7733] By: jhi                                   on 2000/11/18  00:32:54
5801         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
5802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5803              Date: Fri, 17 Nov 2000 17:28:02 -0500
5804              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
5805      Branch: perl
5806            ! regcomp.c regexec.c t/op/re_tests
5807 ____________________________________________________________________________
5808 [  7732] By: jhi                                   on 2000/11/18  00:28:56
5809         Log: Sparc 64-bit pack() fix from Jens Hamisch.
5810      Branch: perl
5811            ! pp.c
5812 ____________________________________________________________________________
5813 [  7731] By: jhi                                   on 2000/11/18  00:18:39
5814         Log: Explain in more detail the {} syntax ambiguousity.
5815              
5816              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
5817              From: Nicholas Clark <nick@ccl4.org>
5818              Date: Fri, 17 Nov 2000 22:10:28 +0000
5819              Message-ID: <20001117221028.A88930@plum.flirble.org>
5820      Branch: perl
5821            ! pod/perlfunc.pod
5822 ____________________________________________________________________________
5823 [  7730] By: jhi                                   on 2000/11/18  00:12:18
5824         Log: Subject: Fix for README.amiga (20000323.033)
5825              From: "Stephen P. Potter" <spp@spotter.yi.org>
5826              Date: Fri, 17 Nov 2000 12:25:51 -0500
5827              Message-Id: <200011171725.MAA05768@spotter.yi.org>
5828      Branch: perl
5829            ! README.amiga
5830 ____________________________________________________________________________
5831 [  7729] By: jhi                                   on 2000/11/18  00:08:34
5832         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
5833              From: "A. C. Yardley" <yardley@tanet.net>
5834              Date: Mon, 3 Apr 2000 11:35:33 -0700
5835              Message-ID: <3483.000403@tanet.net>
5836      Branch: perl
5837            ! README.win32
5838 ____________________________________________________________________________
5839 [  7728] By: nick                                  on 2000/11/17  21:59:47
5840         Log: Integrate mainline
5841      Branch: perlio
5842           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
5843           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
5844           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
5845           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
5846 ____________________________________________________________________________
5847 [  7727] By: nick                                  on 2000/11/17  21:56:31
5848         Log: Experiment on use of attributes.pm interface.
5849              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
5850              SVt_PVRV if not already something better (else vivify of say magic gets
5851              core dump).
5852      Branch: perlio
5853            ! perlio.c pp.c
5854 ____________________________________________________________________________
5855 [  7726] By: jhi                                   on 2000/11/17  14:15:49
5856         Log: Subject: Fix for 20000815.006
5857              From: "Stephen P. Potter" <spp@spotter.yi.org>
5858              Date: Fri, 17 Nov 2000 08:57:45 -0500
5859              Message-Id: <200011171357.IAA05122@spotter.yi.org>
5860              
5861              It's really 20000518.006.
5862      Branch: perl
5863            ! pod/perlmodlib.PL
5864 ____________________________________________________________________________
5865 [  7725] By: jhi                                   on 2000/11/17  14:12:31
5866         Log: Subject: Fix for 20000409.001
5867              From: "Stephen P. Potter" <spp@spotter.yi.org>
5868              Date: Fri, 17 Nov 2000 08:55:45 -0500
5869              Message-Id: <200011171355.IAA05104@spotter.yi.org>
5870      Branch: perl
5871            ! pod/perlfaq9.pod
5872 ____________________________________________________________________________
5873 [  7724] By: jhi                                   on 2000/11/17  14:08:58
5874         Log: Undo #7627 now that we have =head3.
5875      Branch: perl
5876            ! pod/perlhack.pod
5877 ____________________________________________________________________________
5878 [  7723] By: jhi                                   on 2000/11/17  14:04:09
5879         Log: As surmised the #7719 wasn't a good move.
5880      Branch: perl
5881            ! hints/solaris_2.sh
5882 ____________________________________________________________________________
5883 [  7722] By: jhi                                   on 2000/11/17  13:59:04
5884         Log: Also the 64bitall hints can be either here or there.
5885      Branch: perl
5886            ! hints/solaris_2.sh
5887 ____________________________________________________________________________
5888 [  7721] By: jhi                                   on 2000/11/17  02:26:23
5889         Log: Test tweak for the open pragma.
5890      Branch: perl
5891            ! t/lib/b.t
5892 ____________________________________________________________________________
5893 [  7720] By: jhi                                   on 2000/11/17  00:23:22
5894         Log: The long double hints can be here or there.
5895      Branch: perl
5896            ! hints/solaris_2.sh
5897 ____________________________________________________________________________
5898 [  7719] By: jhi                                   on 2000/11/17  00:14:06
5899         Log: For Solaris use64bitall the stdchar needs a little bit of help.
5900      Branch: perl
5901            ! hints/solaris_2.sh
5902 ____________________________________________________________________________
5903 [  7718] By: jhi                                   on 2000/11/16  23:27:34
5904         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
5905              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5906              Date: Wed, 15 Nov 2000 08:56:32 +0100
5907              Message-ID: <3A1241B0.64477E00@alcatel.at>
5908      Branch: perl
5909            ! lib/Carp/Heavy.pm
5910 ____________________________________________________________________________
5911 [  7717] By: jhi                                   on 2000/11/16  23:23:29
5912         Log: Subject: [PATCH] Re: 20001101.003 PDL
5913              From: Nicholas Clark <nick@ccl4.org>
5914              Date: Thu, 16 Nov 2000 16:48:25 +0000
5915              Message-ID: <20001116164825.B93487@plum.flirble.org>
5916      Branch: perl
5917            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
5918 ____________________________________________________________________________
5919 [  7716] By: jhi                                   on 2000/11/16  23:21:31
5920         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
5921              From: "Casey R. Tweten" <crt@kiski.net>
5922              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
5923              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
5924      Branch: perl
5925            ! lib/Pod/Checker.pm pod/perlpod.pod
5926 ____________________________________________________________________________
5927 [  7715] By: jhi                                   on 2000/11/16  23:19:40
5928         Log: Avoid an infinite loop in VMS when utils scripts are run
5929              with no arguments, from Charles Lane.
5930      Branch: perl
5931            ! configure.com
5932 ____________________________________________________________________________
5933 [  7714] By: jhi                                   on 2000/11/16  23:17:08
5934         Log: Subject: perllocale.pod changes
5935              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5936              Date: Mon, 13 Nov 2000 10:09:22 +0300
5937              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
5938      Branch: perl
5939            ! pod/perllocale.pod
5940 ____________________________________________________________________________
5941 [  7713] By: jhi                                   on 2000/11/16  23:14:06
5942         Log: Integrate perlio.
5943      Branch: perl
5944           !> doio.c perlio.c perlio.h util.c
5945 ____________________________________________________________________________
5946 [  7712] By: nick                                  on 2000/11/16  21:10:58
5947         Log: Integrate mainline
5948      Branch: perlio
5949           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5950           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
5951           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
5952           !> vos/config.ga.def vos/config.ga.h win32/config.bc
5953           !> win32/config.gc win32/config.vc
5954 ____________________________________________________________________________
5955 [  7711] By: nick                                  on 2000/11/16  19:56:41
5956         Log: Minor tweaks:
5957              consistent way of getting 'rb', 'wb' etc. for binary opens
5958              move *perlio::layers to *open::layers
5959              a #define to show layers available
5960              DOSISH popen/PerlIO had export/import sense inverted.
5961      Branch: perlio
5962            ! doio.c perlio.c perlio.h util.c
5963 ____________________________________________________________________________
5964 [  7710] By: jhi                                   on 2000/11/16  15:46:05
5965         Log: Add HAS_SBRK_PROTO.
5966      Branch: metaconfig/U/perl
5967            + d_sbrkproto.U
5968      Branch: perl
5969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5970            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
5971            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5972            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5973            ! win32/config.gc win32/config.vc
5974 ____________________________________________________________________________
5975 [  7709] By: nick                                  on 2000/11/16  07:31:49
5976         Log: Integrate mainline
5977      Branch: perlio
5978           !> (integrate 35 files)
5979 ____________________________________________________________________________
5980 [  7708] By: jhi                                   on 2000/11/16  05:33:03
5981         Log: These files are text, not binary.
5982      Branch: perl
5983            ! ext/Encode/Encode/iso8859-10.enc
5984            ! ext/Encode/Encode/iso8859-13.enc
5985            ! ext/Encode/Encode/iso8859-14.enc
5986            ! ext/Encode/Encode/iso8859-15.enc
5987 ____________________________________________________________________________
5988 [  7707] By: jhi                                   on 2000/11/16  01:53:37
5989         Log: Update Changes.
5990      Branch: perl
5991            ! Changes patchlevel.h
5992 ____________________________________________________________________________
5993 [  7706] By: jhi                                   on 2000/11/16  01:35:59
5994         Log: More #undefing of stdio.
5995      Branch: perl
5996            ! fakesdio.h nostdio.h
5997 ____________________________________________________________________________
5998 [  7705] By: jhi                                   on 2000/11/16  01:34:18
5999         Log: Add fwalk() probe to the configuration files and regen perltoc.
6000      Branch: perl
6001            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6002            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
6003            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
6004            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6005            ! win32/config.bc win32/config.gc win32/config.vc
6006 ____________________________________________________________________________
6007 [  7704] By: jhi                                   on 2000/11/16  01:33:07
6008         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
6009              an optional third argument to Inlibc?)
6010      Branch: metaconfig/U/perl
6011            + d__fwalk.U
6012 ____________________________________________________________________________
6013 [  7703] By: jhi                                   on 2000/11/16  01:09:22
6014         Log: The type of the hash_cb() size argument is tricky.
6015      Branch: perl
6016            ! ext/DB_File/DB_File.xs
6017 ____________________________________________________________________________
6018 [  7702] By: jhi                                   on 2000/11/15  23:01:16
6019         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
6020      Branch: perl
6021            ! nostdio.h
6022 ____________________________________________________________________________
6023 [  7701] By: jhi                                   on 2000/11/15  22:52:32
6024         Log: Detypo.
6025      Branch: perl
6026            ! t/lib/bigfltpm.t
6027 ____________________________________________________________________________
6028 [  7700] By: jhi                                   on 2000/11/15  22:51:56
6029         Log: UINT64_C() work continues.
6030      Branch: perl
6031            ! handy.h perl.h utf8.h
6032 ____________________________________________________________________________
6033 [  7699] By: jhi                                   on 2000/11/15  14:13:04
6034         Log: SOCKS has its own USE_THREADS, based on
6035              
6036              Subject: [ID 20001114.002] et. al. bugfix followup
6037              From: Jens Hamisch <jens@Strawberry.COM> 
6038              Date: Wed, 15 Nov 2000 14:23:11 +0100
6039              Message-ID: <20001115142311.A21164@Strawberry.COM>
6040      Branch: perl
6041            ! perl.h
6042 ____________________________________________________________________________
6043 [  7698] By: jhi                                   on 2000/11/15  03:50:56
6044         Log: Add few missing #undefs and sort them.
6045      Branch: perl
6046            ! fakesdio.h
6047 ____________________________________________________________________________
6048 [  7697] By: jhi                                   on 2000/11/15  03:39:14
6049         Log: Linenumber fix.
6050      Branch: perl
6051            ! t/pragma/warn/utf8
6052 ____________________________________________________________________________
6053 [  7696] By: jhi                                   on 2000/11/15  02:55:26
6054         Log: EBCDIC tweaks.
6055              
6056              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
6057              From: Peter Prymmer <pvhp@forte.com>
6058              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
6059              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
6060      Branch: perl
6061            ! t/op/regmesg.t t/pragma/warn/utf8
6062 ____________________________________________________________________________
6063 [  7695] By: jhi                                   on 2000/11/15  02:53:58
6064         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
6065              From: Peter Prymmer <pvhp@forte.com>
6066              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
6067              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
6068      Branch: perl
6069            ! utf8.c
6070 ____________________________________________________________________________
6071 [  7694] By: jhi                                   on 2000/11/15  02:50:55
6072         Log: Subject: [PATCH: perl@7674] updates to README.os390
6073              From: Prymmer/Kahn <pvhp@best.com>
6074              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
6075              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
6076      Branch: perl
6077            ! README.os390
6078 ____________________________________________________________________________
6079 [  7693] By: jhi                                   on 2000/11/15  02:48:37
6080         Log: Quit utf8_to_uv() instantly if curlen == 0.
6081      Branch: perl
6082            ! utf8.c
6083 ____________________________________________________________________________
6084 [  7692] By: jhi                                   on 2000/11/15  02:24:29
6085         Log: Use u_int32_t for the size of hash_cb(), not size_t.
6086              
6087              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
6088              From: Jens Hamisch <jens@Strawberry.COM>     
6089              Date: Tue, 14 Nov 2000 19:03:55 +0100
6090              Message-Id: <20001114190355.A20559@Strawberry.COM>
6091      Branch: perl
6092            ! ext/DB_File/DB_File.xs
6093 ____________________________________________________________________________
6094 [  7691] By: jhi                                   on 2000/11/15  02:20:12
6095         Log: Use UINT64_C().
6096              
6097              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
6098              From: Jens Hamisch <jens@Strawberry.COM>
6099              Date: Tue, 14 Nov 2000 19:16:23 +0100
6100              Message-Id: <20001114191623.G20559@Strawberry.COM>
6101      Branch: perl
6102            ! utf8.c utf8.h
6103 ____________________________________________________________________________
6104 [  7690] By: jhi                                   on 2000/11/15  02:17:06
6105         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
6106              (a macro to define signed and unsigned integer constants).
6107      Branch: perl
6108            ! handy.h
6109 ____________________________________________________________________________
6110 [  7689] By: jhi                                   on 2000/11/15  01:56:51
6111         Log: Regen Configure.
6112      Branch: perl
6113            ! Configure
6114 ____________________________________________________________________________
6115 [  7688] By: jhi                                   on 2000/11/15  01:56:32
6116         Log: Make the unit know about SOCKS.
6117      Branch: metaconfig
6118            ! U/protos/socksizetype.U
6119 ____________________________________________________________________________
6120 [  7687] By: jhi                                   on 2000/11/15  01:54:47
6121         Log: Remove unused dependencies.
6122      Branch: metaconfig
6123            ! U/compline/d_getpagsz.U
6124 ____________________________________________________________________________
6125 [  7686] By: nick                                  on 2000/11/14  21:25:13
6126         Log: Integrate mainline.
6127      Branch: perlio
6128           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
6129           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
6130           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
6131           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
6132           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
6133           !> win32/config.bc win32/config.gc win32/config.vc
6134           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
6135 ____________________________________________________________________________
6136 [  7685] By: jhi                                   on 2000/11/14  17:54:56
6137         Log: Integrate perlio.
6138      Branch: perl
6139           +> fakesdio.h perliol.h
6140           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
6141           !> perlsdio.h perlsfio.h pod/perlfunc.pod
6142 ____________________________________________________________________________
6143 [  7684] By: nick                                  on 2000/11/14  17:43:04
6144         Log: PerlIO #include and #ifdef re-work.
6145      Branch: perlio
6146            + fakesdio.h perliol.h
6147            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
6148            ! perlsdio.h perlsfio.h
6149 ____________________________________________________________________________
6150 [  7683] By: jhi                                   on 2000/11/14  15:42:40
6151         Log: Hoist the duplicated socket/netdb include logic to perl.h;
6152              undef SETERRNO in case SOCKS has defined it.  Based on:
6153              
6154              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
6155              From: Jens Hamisch <jens@Strawberry.COM> 
6156              Date: Tue, 14 Nov 2000 11:34:40 +0100
6157              Message-Id: <20001114113440.A20005@Strawberry.COM>
6158      Branch: perl
6159            ! doio.c perl.h pp_sys.c
6160 ____________________________________________________________________________
6161 [  7682] By: jhi                                   on 2000/11/14  14:07:28
6162         Log: Subject: some additions for makefiles for win32 (for perl@7674)
6163              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6164              Date: Tue, 14 Nov 2000 09:31:13 +0300
6165              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
6166      Branch: perl
6167            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6168            ! win32/makefile.mk
6169 ____________________________________________________________________________
6170 [  7681] By: jhi                                   on 2000/11/14  14:01:41
6171         Log: Subject: tiny typo in perl5db.pl
6172              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6173              Date: Tue, 14 Nov 2000 09:29:28 +0300
6174              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
6175      Branch: perl
6176            ! lib/perl5db.pl
6177 ____________________________________________________________________________
6178 [  7680] By: jhi                                   on 2000/11/14  04:13:50
6179         Log: Redo #7679 with LFs instead of CRLFs.
6180      Branch: perl
6181            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
6182            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
6183            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
6184 ____________________________________________________________________________
6185 [  7679] By: jhi                                   on 2000/11/14  01:21:09
6186         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
6187              From: Benjamin Stuhl <tiriath@yahoo.com> 
6188              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
6189              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
6190      Branch: perl
6191            + win32/bin/mdelete.bat
6192            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6193            ! makedef.pl perlio.c win32/Makefile win32/config.gc
6194            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
6195 ____________________________________________________________________________
6196 [  7678] By: jhi                                   on 2000/11/14  01:19:20
6197         Log: Fix the re extension building for Win32.
6198              
6199              Subject: [PATCH perl@7638] Get PerlIO building on Win32
6200              From: Benjamin Stuhl <tiriath@yahoo.com> 
6201              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
6202              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
6203      Branch: perl
6204            + ext/re/hints/MSWin32.pl
6205            ! MANIFEST
6206 ____________________________________________________________________________
6207 [  7677] By: jhi                                   on 2000/11/14  01:13:54
6208         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
6209              From: sthoenna@efn.org
6210              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
6211              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
6212      Branch: perl
6213            ! doop.c pp.c toke.c utf8.c utf8.h
6214 ____________________________________________________________________________
6215 [  7676] By: jhi                                   on 2000/11/13  20:23:15
6216         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
6217              From: Nicholas Clark <nick@ccl4.org>
6218              Date: Mon, 13 Nov 2000 18:55:04 +0000
6219              Message-ID: <20001113185504.J29183@plum.flirble.org>
6220      Branch: perl
6221            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
6222 ____________________________________________________________________________
6223 [  7675] By: nick                                  on 2000/11/13  20:21:57
6224         Log: Integrate mainline ...
6225      Branch: perlio
6226           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
6227           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
6228           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
6229           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
6230 ____________________________________________________________________________
6231 [  7674] By: jhi                                   on 2000/11/13  15:07:56
6232         Log: Update Changes.
6233      Branch: perl
6234            ! Changes patchlevel.h
6235 ____________________________________________________________________________
6236 [  7673] By: jhi                                   on 2000/11/13  14:42:42
6237         Log: Remove the new two tests of lib/io_xs for now, they seem to
6238              fail under perlio on some platforms.
6239      Branch: perl
6240            ! t/lib/io_xs.t
6241 ____________________________________________________________________________
6242 [  7672] By: jhi                                   on 2000/11/13  13:57:53
6243         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
6244      Branch: perl
6245            ! perlio.c
6246 ____________________________________________________________________________
6247 [  7671] By: jhi                                   on 2000/11/13  05:30:48
6248         Log: Placate nervous compilers that see longer than ints switch()ing.
6249      Branch: perl
6250            ! utf8.c
6251 ____________________________________________________________________________
6252 [  7670] By: jhi                                   on 2000/11/13  05:14:21
6253         Log: fputs() does return EOF on error but here we don't care.
6254      Branch: perl
6255            ! perlio.c
6256 ____________________________________________________________________________
6257 [  7669] By: jhi                                   on 2000/11/13  05:02:45
6258         Log: Declare reg_data like reg_substr_data.
6259      Branch: perl
6260            ! regexp.h
6261 ____________________________________________________________________________
6262 [  7668] By: jhi                                   on 2000/11/13  04:54:34
6263         Log: Typos in #7667.
6264      Branch: perl
6265            ! perl.h
6266 ____________________________________________________________________________
6267 [  7667] By: jhi                                   on 2000/11/13  04:49:49
6268         Log: Cleanup messy #ifdef.
6269      Branch: perl
6270            ! perl.h
6271 ____________________________________________________________________________
6272 [  7666] By: jhi                                   on 2000/11/13  04:17:34
6273         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
6274              From: Nicholas Clark <nick@talking.bollo.cx>
6275              Date: Sun, 12 Nov 2000 21:14:11 +0000
6276              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
6277              
6278              Note: only one breakage of the two reported is fixed by this patch.
6279      Branch: perl
6280            ! perlio.c
6281 ____________________________________________________________________________
6282 [  7665] By: jhi                                   on 2000/11/13  04:05:07
6283         Log: Tweak the definition of the bit complement on UTF-8 data:
6284              if none of the characters in the string are > 0xff,
6285              the result is a complemented byte string, not a (UTF-8)
6286              char string.  Based on the summary in
6287              
6288              Subject: Re: [ID 20000918.005] ~ on wide chars
6289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
6290              Date: Fri, 10 Nov 2000 09:47:15 -0800
6291              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
6292              
6293              This should give us the maximum backward (pre-char string)
6294              compatibility and utf8 compatibility.  The other alternative
6295              would be to limit the bit complement to be always byte only,
6296              taking the least significant byte of the chars.
6297      Branch: perl
6298            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
6299 ____________________________________________________________________________
6300 [  7664] By: jhi                                   on 2000/11/13  00:23:44
6301         Log: Couple of tests from #7660 salvaged.
6302      Branch: perl
6303            - t/op/tell.t
6304            ! MANIFEST t/io/tell.t
6305 ____________________________________________________________________________
6306 [  7663] By: jhi                                   on 2000/11/13  00:02:48
6307         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
6308              From: Nicholas Clark <nick@talking.bollo.cx>
6309              Date: Sun, 12 Nov 2000 21:23:43 +0000
6310              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
6311      Branch: perl
6312            ! perlsfio.h
6313 ____________________________________________________________________________
6314 [  7662] By: jhi                                   on 2000/11/13  00:01:39
6315         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
6316              From: Nicholas Clark <nick@talking.bollo.cx>
6317              Date: Sun, 12 Nov 2000 21:30:04 +0000
6318              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
6319      Branch: perl
6320            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
6321 ____________________________________________________________________________
6322 [  7661] By: jhi                                   on 2000/11/12  23:57:29
6323         Log: Document tell() on special streams.
6324      Branch: perl
6325            ! pod/perlfunc.pod
6326 ____________________________________________________________________________
6327 [  7660] By: jhi                                   on 2000/11/12  23:54:22
6328         Log: (Subsumed by #7664)
6329      Branch: perl
6330            + t/op/tell.t
6331            ! MANIFEST
6332 ____________________________________________________________________________
6333 [  7659] By: jhi                                   on 2000/11/12  22:55:25
6334         Log: Many subdocumented return values of the IO extension now documented.
6335              ungetc and write still left subdocumented.
6336              
6337              Subject: [PATCH] (was Re: IO::Handle::ungetc)
6338              From: Nicholas Clark <nick@talking.bollo.cx>
6339              Date: Sun, 12 Nov 2000 21:35:53 +0000
6340              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
6341      Branch: perl
6342            ! ext/IO/lib/IO/Handle.pm
6343 ____________________________________________________________________________
6344 [  7658] By: jhi                                   on 2000/11/12  21:37:06
6345         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
6346              From: Nicholas Clark <nick@talking.bollo.cx>
6347              Date: Sun, 12 Nov 2000 20:03:22 +0000
6348              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
6349      Branch: perl
6350            ! pod/perlfunc.pod
6351 ____________________________________________________________________________
6352 [  7657] By: jhi                                   on 2000/11/12  20:34:55
6353         Log: Integrate perlio.
6354      Branch: perl
6355           !> perlio.c
6356 ____________________________________________________________________________
6357 [  7656] By: nick                                  on 2000/11/12  19:25:06
6358         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
6359      Branch: perlio
6360            ! perlio.c
6361 ____________________________________________________________________________
6362 [  7655] By: nick                                  on 2000/11/12  19:09:41
6363         Log: Integrate mainline
6364      Branch: perlio
6365           +> README.solaris ext/Encode/Encode/cp1006.enc
6366           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
6367           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
6368           +> ext/Encode/Encode/iso8859-13.enc
6369           +> ext/Encode/Encode/iso8859-14.enc
6370           +> ext/Encode/Encode/iso8859-15.enc
6371           !> (integrate 34 files)
6372 ____________________________________________________________________________
6373 [  7654] By: jhi                                   on 2000/11/12  19:00:22
6374         Log: Add a metaconfig unit for fsync.
6375      Branch: metaconfig/U/perl
6376            + d_fsync.U
6377 ____________________________________________________________________________
6378 [  7653] By: jhi                                   on 2000/11/12  19:00:01
6379         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
6380      Branch: perl
6381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6382            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6383            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6384            ! vos/config.ga.h win32/config.bc win32/config.gc
6385            ! win32/config.vc
6386 ____________________________________________________________________________
6387 [  7652] By: jhi                                   on 2000/11/11  21:12:01
6388         Log: Copy the s// information of README.hpux also to the perlrun.
6389      Branch: perl
6390            ! README.hpux pod/perlrun.pod
6391 ____________________________________________________________________________
6392 [  7651] By: jhi                                   on 2000/11/11  21:03:13
6393         Log: More README.solaris updates from Andy Dougherty.
6394      Branch: perl
6395            ! README.solaris
6396 ____________________________________________________________________________
6397 [  7650] By: jhi                                   on 2000/11/11  18:38:57
6398         Log: More descriptive error for unknown perlio layers.
6399              
6400              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
6401              From: Dominic Dunlop <domo@computer.org> 
6402              Date: Sat, 11 Nov 2000 18:20:32 +0100             
6403              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
6404      Branch: perl
6405            ! perlio.c pod/perldiag.pod
6406 ____________________________________________________________________________
6407 [  7649] By: jhi                                   on 2000/11/11  18:37:52
6408         Log: MachTen doesn't really do mmap() and munmap().
6409              
6410              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
6411              From: Dominic Dunlop <domo@computer.org> 
6412              Date: Sat, 11 Nov 2000 18:20:32 +0100             
6413              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
6414      Branch: perl
6415            ! hints/machten.sh
6416 ____________________________________________________________________________
6417 [  7648] By: jhi                                   on 2000/11/11  18:36:46
6418         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
6419              From: rspier@pobox.com (Robert Spier)
6420              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
6421              Message-ID: <14861.32839.491271.985797@rls.cx>
6422      Branch: perl
6423            ! Porting/Contract pod/perltoot.pod
6424 ____________________________________________________________________________
6425 [  7647] By: jhi                                   on 2000/11/11  18:35:30
6426         Log: Simplify the getpagesize() unit by dropping the
6427              pagesize probe since it's nowadays slightly more
6428              complicated because of sysconf(). (Note: if some
6429              platform really needs the -lPW for getpagesize,
6430              I just broke it.)
6431              
6432              TODO: a new pagesize unit.
6433      Branch: metaconfig
6434            ! U/compline/d_getpagsz.U
6435 ____________________________________________________________________________
6436 [  7646] By: jhi                                   on 2000/11/11  18:33:23
6437         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
6438      Branch: perl
6439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6440            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6441            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6442            ! vos/config.ga.h win32/config.bc win32/config.gc
6443            ! win32/config.vc
6444 ____________________________________________________________________________
6445 [  7645] By: jhi                                   on 2000/11/11  16:45:15
6446         Log: Use sysconf() or getpagesize() to find out the pagesize.
6447      Branch: perl
6448            ! perlio.c
6449 ____________________________________________________________________________
6450 [  7644] By: jhi                                   on 2000/11/11  15:46:08
6451         Log: Integrate perlio.
6452      Branch: perl
6453           !> perlio.c
6454 ____________________________________________________________________________
6455 [  7643] By: jhi                                   on 2000/11/11  15:33:36
6456         Log: Subject: Re: [PATCH] README.solaris
6457              From: Lupe Christoph <lupe@lupe-christoph.de>
6458              Date: Sat, 11 Nov 2000 14:08:10 +0100
6459              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
6460      Branch: perl
6461            ! README.solaris
6462 ____________________________________________________________________________
6463 [  7642] By: jhi                                   on 2000/11/11  15:22:12
6464         Log: Subject: [PATCH perl@7638] cygwin port
6465              From: "Eric Fifer" <egf7@columbia.edu>            
6466              Date: Fri, 10 Nov 2000 19:30:30 -0000
6467              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
6468      Branch: perl
6469            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
6470 ____________________________________________________________________________
6471 [  7641] By: nick                                  on 2000/11/11  14:50:36
6472         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
6473              Also call "Buf" layer directly when unread'ing non-read chars.
6474      Branch: perlio
6475            ! perlio.c
6476 ____________________________________________________________________________
6477 [  7640] By: jhi                                   on 2000/11/11  02:05:02
6478         Log: Add more encoding tables.
6479      Branch: perl
6480            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
6481            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
6482            + ext/Encode/Encode/iso8859-10.enc
6483            + ext/Encode/Encode/iso8859-13.enc
6484            + ext/Encode/Encode/iso8859-14.enc
6485            + ext/Encode/Encode/iso8859-15.enc
6486            ! MANIFEST
6487 ____________________________________________________________________________
6488 [  7639] By: jhi                                   on 2000/11/10  18:49:25
6489         Log: Subject: [PATCH] README.solaris
6490              From: Andy Dougherty <doughera@lafayette.edu>
6491              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
6492              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
6493      Branch: perl
6494            + README.solaris
6495            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
6496            ! pod/perl.pod pod/perltoc.pod
6497 ____________________________________________________________________________
6498 [  7638] By: jhi                                   on 2000/11/10  15:04:15
6499         Log: Update Changes.
6500      Branch: perl
6501            ! Changes patchlevel.h
6502 ____________________________________________________________________________
6503 [  7637] By: jhi                                   on 2000/11/10  14:14:28
6504         Log: Explain better why certain regex tests are skipped.
6505              
6506              Subject: Re: tests skipped: unknown reason
6507              From: Lupe Christoph <lupe@lupe-christoph.de>
6508              Date: Fri, 10 Nov 2000 09:08:56 +0100
6509              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
6510      Branch: perl
6511            ! t/op/regexp.t
6512 ____________________________________________________________________________
6513 [  7636] By: nick                                  on 2000/11/10  13:40:00
6514         Log: Integrate mainline.
6515      Branch: perlio
6516           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
6517           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
6518           !> win32/bin/search.pl
6519 ____________________________________________________________________________
6520 [  7635] By: nick                                  on 2000/11/10  13:25:52
6521         Log: Re-instate stdio large file support via perlio.
6522      Branch: perl
6523            ! perlio.c
6524 ____________________________________________________________________________
6525 [  7634] By: jhi                                   on 2000/11/10  04:49:55
6526         Log: Amdahl UTS hints updates.
6527              
6528              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
6529              From: hom00@utsglobal.com (Harold O Morris)
6530              Date: Thu, 9 Nov 2000 20:02 PST
6531              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
6532      Branch: perl
6533            ! hints/uts.sh
6534 ____________________________________________________________________________
6535 [  7633] By: jhi                                   on 2000/11/09  23:33:28
6536         Log: Subject: [PATCH] IO::Seekable pod
6537              From: Nicholas Clark <nick@talking.bollo.cx>
6538              Date: Thu, 9 Nov 2000 20:29:45 +0000
6539              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
6540      Branch: perl
6541            ! ext/IO/lib/IO/Handle.pm
6542 ____________________________________________________________________________
6543 [  7632] By: jhi                                   on 2000/11/09  21:55:41
6544         Log: Various doc oddball characters.
6545              
6546              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
6547              From: Michael Somos <somos@grail.cba.csuohio.edu>
6548              Date: Mon, 6 Nov 2000 17:44:20 -0500
6549              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
6550      Branch: perl
6551            ! emacs/cperl-mode.el lib/unicode/syllables.txt
6552            ! win32/bin/search.pl
6553 ____________________________________________________________________________
6554 [  7631] By: jhi                                   on 2000/11/09  21:12:29
6555         Log: Subject: Re: bash -c exit and linux hints 
6556              From: "John P. Linderman" <jpl@research.att.com>
6557              Date: Thu, 02 Nov 2000 09:37:25 -0500
6558              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
6559      Branch: perl
6560            ! hints/linux.sh
6561 ____________________________________________________________________________
6562 [  7630] By: nick                                  on 2000/11/09  20:34:11
6563         Log: Integrate mainline.
6564      Branch: perlio
6565           !> (integrate 91 files)
6566 ____________________________________________________________________________
6567 [  7629] By: jhi                                   on 2000/11/09  19:46:31
6568         Log: Missing dTHXs.
6569              
6570              Subject: RE: perl@7595 builds not on cygwin
6571              From: "Eric Fifer" <egf7@columbia.edu>
6572              Date: Thu, 9 Nov 2000 19:26:50 -0000
6573              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
6574      Branch: perl
6575            ! ext/Devel/Peek/Peek.xs
6576 ____________________________________________________________________________
6577 [  7628] By: jhi                                   on 2000/11/09  14:48:27
6578         Log: Disable only the tests 99 and 166 for UTF-8 locales.
6579      Branch: perl
6580            ! t/pragma/locale.t
6581 ____________________________________________________________________________
6582 [  7627] By: jhi                                   on 2000/11/09  14:40:27
6583         Log: There's no =head3.
6584      Branch: perl
6585            ! pod/perlhack.pod
6586 ____________________________________________________________________________
6587 [  7626] By: jhi                                   on 2000/11/09  13:54:26
6588         Log: The generated boot_* headers are wrong.  Pickier compiler,
6589              such as KAI C++ will refuse to compile the resulting perlmain.
6590              
6591              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
6592              From: Harri Pasanen <harri.pasanen@trema.com>
6593              Date: Thu, 09 Nov 2000 14:23:28 +0100
6594              Message-Id: <3A0AA550.26D548A3@trema.com>
6595      Branch: perl
6596            ! minimod.pl
6597 ____________________________________________________________________________
6598 [  7625] By: jhi                                   on 2000/11/09  13:50:44
6599         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
6600              From: Prymmer/Kahn <pvhp@best.com>
6601              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
6602              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
6603              
6604              All except the "cow orker" change.
6605      Branch: perl
6606            ! Porting/pumpkin.pod
6607 ____________________________________________________________________________
6608 [  7624] By: jhi                                   on 2000/11/09  13:45:33
6609         Log: Fix for
6610              
6611              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
6612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
6613              Date: Thu, 09 Nov 2000 11:05:52 +0100
6614              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
6615      Branch: perl
6616            ! pod/perldiag.pod t/pragma/warn/pp_sys
6617 ____________________________________________________________________________
6618 [  7623] By: jhi                                   on 2000/11/09  13:37:16
6619         Log: Typo in an ifndef.
6620              
6621              Subject: Re: [PATCH 5.7.0] better messages from malloc()
6622              From: Joe Smith <jms@inwap.com>         
6623              Date: Thu, 09 Nov 2000 01:33:14 -0800
6624              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
6625      Branch: perl
6626            ! malloc.c
6627 ____________________________________________________________________________
6628 [  7622] By: jhi                                   on 2000/11/09  13:31:18
6629         Log: Remove unused extra arguments.
6630      Branch: metaconfig/U/perl
6631            ! perlxv.U
6632      Branch: perl
6633            ! Configure config_h.SH
6634 ____________________________________________________________________________
6635 [  7621] By: jhi                                   on 2000/11/09  13:16:36
6636         Log: More VMS moves on environment handling, from Charles Lane.
6637      Branch: perl
6638            ! t/pragma/locale.t
6639 ____________________________________________________________________________
6640 [  7620] By: jhi                                   on 2000/11/09  04:42:38
6641         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
6642              From: David Dyck <dcd@tc.fluke.com>
6643              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
6644              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
6645      Branch: perl
6646            ! pp_sys.c
6647 ____________________________________________________________________________
6648 [  7619] By: jhi                                   on 2000/11/09  04:36:21
6649         Log: Forgot from #7618.
6650      Branch: perl
6651            ! lib/File/stat.pm
6652 ____________________________________________________________________________
6653 [  7618] By: jhi                                   on 2000/11/09  04:28:44
6654         Log: Make deleting for %ENV work for (newer versions of) VMS,
6655              from Craig A. Berry.
6656      Branch: perl
6657            ! vms/vms.c
6658 ____________________________________________________________________________
6659 [  7617] By: jhi                                   on 2000/11/09  04:25:05
6660         Log: Subject: [PATCH] Class::Struct at compile time
6661              From: "Casey R. Tweten" <crt@kiski.net>
6662              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
6663              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
6664      Branch: perl
6665            ! lib/Class/Struct.pm
6666 ____________________________________________________________________________
6667 [  7616] By: jhi                                   on 2000/11/09  04:15:17
6668         Log: Subject: [ID 20001108.013] spelling
6669              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
6670              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
6671              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
6672      Branch: perl
6673            ! lib/ftp.pl
6674 ____________________________________________________________________________
6675 [  7615] By: jhi                                   on 2000/11/09  04:12:42
6676         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
6677              From: Peter Prymmer <pvhp@forte.com>
6678              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
6679              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
6680      Branch: perl
6681            ! configure.com
6682 ____________________________________________________________________________
6683 [  7614] By: jhi                                   on 2000/11/08  22:42:55
6684         Log: A missing aTHX_.
6685      Branch: perl
6686            ! ext/IPC/SysV/SysV.xs
6687 ____________________________________________________________________________
6688 [  7613] By: jhi                                   on 2000/11/08  19:30:21
6689         Log: Update Changes.
6690      Branch: perl
6691            ! Changes patchlevel.h
6692 ____________________________________________________________________________
6693 [  7612] By: jhi                                   on 2000/11/08  18:35:25
6694         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
6695              From: David Dyck <dcd@tc.fluke.com>
6696              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
6697              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
6698      Branch: perl
6699            ! pp_sys.c
6700 ____________________________________________________________________________
6701 [  7611] By: jhi                                   on 2000/11/08  18:30:26
6702         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
6703              From: Dominic Dunlop <domo@computer.org>
6704              Date: Tue, 7 Nov 2000 12:05:25 +0100
6705              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
6706      Branch: perl
6707            ! malloc.c
6708 ____________________________________________________________________________
6709 [  7610] By: jhi                                   on 2000/11/08  18:25:14
6710         Log: Do not test UTF-8 locales since that the tests would require
6711              polymorphic regexen.
6712      Branch: perl
6713            ! t/pragma/locale.t
6714 ____________________________________________________________________________
6715 [  7609] By: jhi                                   on 2000/11/08  17:12:51
6716         Log: Locale buglets.
6717              
6718              Subject: RE: Locales support (setlocale) fixes
6719              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6720              Date: Wed, 8 Nov 2000 20:01:39 +0300
6721              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
6722      Branch: perl
6723            ! t/pragma/locale.t util.c
6724 ____________________________________________________________________________
6725 [  7608] By: jhi                                   on 2000/11/08  17:00:16
6726         Log: Deleting $ENV{PATH} in VMS is not recommendable.
6727      Branch: perl
6728            ! t/pragma/locale.t
6729 ____________________________________________________________________________
6730 [  7607] By: jhi                                   on 2000/11/08  16:58:26
6731         Log: Subject: PATCH std stdio for (Free)BSD
6732              From: Nicholas Clark <nick@ccl4.org>
6733              Date: Wed, 8 Nov 2000 15:36:29 +0000
6734              Message-ID: <20001108153629.D98736@plum.flirble.org>
6735      Branch: metaconfig
6736            ! U/compline/d_stdstdio.U
6737      Branch: perl
6738            ! Configure config_h.SH
6739 ____________________________________________________________________________
6740 [  7606] By: jhi                                   on 2000/11/08  16:43:31
6741         Log: Forgot to bump the line numbers in #7601.
6742      Branch: perl
6743            ! t/pragma/warn/pp_sys
6744 ____________________________________________________________________________
6745 [  7605] By: jhi                                   on 2000/11/08  16:39:12
6746         Log: More careful detection of how well NVs and UVs mix.
6747              
6748              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))
6749              From: Nicholas Clark <nick@ccl4.org>
6750              Date: Wed, 8 Nov 2000 15:14:12 +0000
6751              Message-ID: <20001108151412.B98736@plum.flirble.org>
6752              
6753              Added some SIGFPE paranoia.
6754      Branch: metaconfig/U/perl
6755            ! perlxv.U
6756      Branch: perl
6757            ! Configure config_h.SH
6758 ____________________________________________________________________________
6759 [  7604] By: jhi                                   on 2000/11/08  14:39:10
6760         Log: Subject: [patch perl@7595] VMS configure.com tweak
6761              From: "Craig A. Berry" <craigberry@mac.com>
6762              Date: Wed, 8 Nov 2000 00:24:12 -0600
6763              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
6764      Branch: perl
6765            ! configure.com
6766 ____________________________________________________________________________
6767 [  7603] By: jhi                                   on 2000/11/08  14:27:11
6768         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
6769              From: Robin Barker <rmb1@cise.npl.co.uk>
6770              Date: Wed, 8 Nov 2000 11:11:39 GMT
6771              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
6772      Branch: perl
6773            ! perlio.c
6774 ____________________________________________________________________________
6775 [  7602] By: jhi                                   on 2000/11/08  14:25:03
6776         Log: Fix for the tie-refhash string table leaks.
6777              
6778              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
6779              Date: Wed, 8 Nov 2000 13:03:04 GMT
6780              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
6781      Branch: perl
6782            ! t/lib/tie-refhash.t
6783 ____________________________________________________________________________
6784 [  7601] By: jhi                                   on 2000/11/08  14:21:08
6785         Log: Try to avoid flockless and emulationless places.
6786      Branch: perl
6787            ! t/pragma/warn/pp_sys
6788 ____________________________________________________________________________
6789 [  7600] By: jhi                                   on 2000/11/08  02:28:54
6790         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
6791              
6792              Subject: [PATCH] prototyped functions that should be overrideable
6793              From: "Casey R. Tweten" <crt@kiski.net>
6794              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
6795              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
6796      Branch: perl
6797            ! toke.c
6798 ____________________________________________________________________________
6799 [  7599] By: jhi                                   on 2000/11/08  01:12:05
6800         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
6801              
6802              Subject: [PATCH] perlbug.PL
6803              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6804              Date: Mon, 6 Nov 2000 21:39:01 -0500
6805              Message-ID: <20001106213901.B20955@O2.chapin.edu>
6806      Branch: perl
6807            ! utils/perlbug.PL
6808 ____________________________________________________________________________
6809 [  7598] By: jhi                                   on 2000/11/07  23:42:00
6810         Log: Bad thinko in #7581 (I used the test program with the expanded
6811              values as-is).
6812      Branch: metaconfig
6813            ! U/compline/d_stdstdio.U
6814      Branch: perl
6815            ! Configure
6816 ____________________________________________________________________________
6817 [  7597] By: jhi                                   on 2000/11/07  21:43:29
6818         Log: Subject: [PATCH perl@7573] cygwin port
6819              From: "Fifer, Eric" <EFifer@sanwaint.com>
6820              Date: Tue, 7 Nov 2000 18:08:51 -0000 
6821              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
6822              
6823              Synchronize with Cygwin 1.1.5.
6824      Branch: perl
6825            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
6826            ! pod/perlport.pod unixish.h util.c
6827 ____________________________________________________________________________
6828 [  7596] By: jhi                                   on 2000/11/07  21:39:25
6829         Log: perlhack updates from H.Merijn Brand.
6830      Branch: perl
6831            ! pod/perlhack.pod
6832 ____________________________________________________________________________
6833 [  7595] By: jhi                                   on 2000/11/07  20:21:41
6834         Log: Update Changes.
6835      Branch: perl
6836            ! Changes patchlevel.h
6837 ____________________________________________________________________________
6838 [  7594] By: jhi                                   on 2000/11/07  19:18:58
6839         Log: Be more robust in Dynaloader.pm.
6840      Branch: perl
6841            ! ext/DynaLoader/DynaLoader_pm.PL
6842 ____________________________________________________________________________
6843 [  7593] By: jhi                                   on 2000/11/07  16:49:31
6844         Log: AUTHORS update.
6845      Branch: perl
6846            ! AUTHORS
6847 ____________________________________________________________________________
6848 [  7592] By: gsar                                  on 2000/11/07  16:39:51
6849         Log: normalize relative paths in virtualized current directory on windows,
6850              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
6851              returns)
6852      Branch: perl
6853            ! win32/vdir.h
6854 ____________________________________________________________________________
6855 [  7591] By: jhi                                   on 2000/11/07  16:04:26
6856         Log: Too profiler-happy: with optimization the #7590 actually makes
6857              the test to run 0.5% _slower_.  Requires much more instrumentation.
6858              Retract #7590.
6859      Branch: perl
6860            ! regcomp.c regcomp.h
6861 ____________________________________________________________________________
6862 [  7590] By: jhi                                   on 2000/11/07  15:51:13
6863         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
6864              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
6865              by using memset() and testing bytewise (as opposed to bitwise).
6866      Branch: perl
6867            ! regcomp.c regcomp.h
6868 ____________________________________________________________________________
6869 [  7589] By: jhi                                   on 2000/11/07  12:56:39
6870         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
6871              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6872              Date: Mon, 06 Nov 2000 23:45:30 -0500
6873              Message-Id: <0011079735.AA973576259@univpress.com>
6874      Branch: perl
6875            ! configure.com t/lib/st-lock.t
6876 ____________________________________________________________________________
6877 [  7588] By: jhi                                   on 2000/11/07  01:03:28
6878         Log: Tweak #7587.
6879      Branch: perl
6880            ! pod/perldiag.pod
6881 ____________________________________________________________________________
6882 [  7587] By: jhi                                   on 2000/11/07  01:00:27
6883         Log: A doc addition for bug id 20001105.019, beware \p.
6884      Branch: perl
6885            ! pod/perldiag.pod
6886 ____________________________________________________________________________
6887 [  7586] By: jhi                                   on 2000/11/07  00:32:22
6888         Log: Fake support of holey files in win/dosish platforms.
6889              
6890              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
6891              From: kipp@shonanblue.ne.jp
6892              Date: Mon, 6 Nov 2000 13:30:55 -0800
6893              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
6894      Branch: perl
6895            ! ext/SDBM_File/sdbm/sdbm.c
6896 ____________________________________________________________________________
6897 [  7585] By: jhi                                   on 2000/11/07  00:12:54
6898         Log: Subject: Pod updates
6899              From: "Stephen P. Potter" <spp@spotter.yi.org>
6900              Date: Mon, 06 Nov 2000 18:56:43 -0500
6901              Message-Id: <200011062357.SAA18173@spotter.yi.org>
6902      Branch: perl
6903            ! README.dos README.os2 README.win32 pod/buildtoc.PL
6904            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
6905            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
6906            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
6907            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
6908            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
6909            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
6910            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
6911            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
6912            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
6913            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
6914            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
6915            ! pod/perltootc.pod pod/perlunicode.pod
6916 ____________________________________________________________________________
6917 [  7584] By: jhi                                   on 2000/11/07  00:04:17
6918         Log: Varargs don't always work too well if one puts an unsigned
6919              char on the stack and pop an unsigned quad off the stack.
6920              
6921              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
6922              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
6923              Date: Mon, 06 Nov 2000 15:19:05 -0800
6924              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
6925      Branch: perl
6926            ! utf8.c
6927 ____________________________________________________________________________
6928 [  7583] By: jhi                                   on 2000/11/06  23:58:48
6929         Log: %ENV note tweaks from Dan Sugalski.
6930      Branch: perl
6931            ! pod/perlport.pod vms/perlvms.pod
6932 ____________________________________________________________________________
6933 [  7582] By: jhi                                   on 2000/11/06  23:05:49
6934         Log: glibc5 detection by __GNU_LIBRARY__.
6935      Branch: perl
6936            ! toke.c
6937 ____________________________________________________________________________
6938 [  7581] By: jhi                                   on 2000/11/06  22:51:29
6939         Log: Make the stdio test program of 7427 less noisy while being 
6940              compiled so that Digital UNIX wouldn't get both
6941              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
6942              undefined.  This makes perlio happy.
6943      Branch: metaconfig
6944            ! U/compline/d_stdstdio.U
6945      Branch: perl
6946            ! Configure config_h.SH
6947 ____________________________________________________________________________
6948 [  7580] By: jhi                                   on 2000/11/06  22:41:41
6949         Log: Document %ENV = () portability issues.
6950      Branch: perl
6951            ! pod/perlport.pod vms/perlvms.pod
6952 ____________________________________________________________________________
6953 [  7579] By: jhi                                   on 2000/11/06  21:29:24
6954         Log: VOS updates from Paul Green.
6955      Branch: perl
6956            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6957 ____________________________________________________________________________
6958 [  7578] By: jhi                                   on 2000/11/06  21:00:40
6959         Log: Sanitize the environment further.
6960      Branch: perl
6961            ! t/pragma/locale.t
6962 ____________________________________________________________________________
6963 [  7577] By: jhi                                   on 2000/11/06  20:53:51
6964         Log: Re-introduce 7552 lost in integration.
6965      Branch: perl
6966            ! perlio.c
6967 ____________________________________________________________________________
6968 [  7576] By: jhi                                   on 2000/11/06  20:33:46
6969         Log: Admit that the test leaks scalars.
6970      Branch: perl
6971            ! t/comp/proto.t
6972 ____________________________________________________________________________
6973 [  7575] By: jhi                                   on 2000/11/06  20:17:08
6974         Log: Integrate perlio.
6975      Branch: perl
6976           !> perlio.c
6977 ____________________________________________________________________________
6978 [  7574] By: nick                                  on 2000/11/06  20:07:28
6979         Log: Remove debug. Try (Mmap_t) on madvise() call.
6980      Branch: perlio
6981            ! perlio.c
6982 ____________________________________________________________________________
6983 [  7573] By: jhi                                   on 2000/11/06  13:56:05
6984         Log: Update Changes.
6985      Branch: perl
6986            ! Changes patchlevel.h
6987 ____________________________________________________________________________
6988 [  7572] By: jhi                                   on 2000/11/06  13:48:41
6989         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
6990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6991              Date: Mon, 06 Nov 2000 10:11:42 +0100
6992              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
6993      Branch: perl
6994            ! pod/perlhack.pod
6995 ____________________________________________________________________________
6996 [  7571] By: jhi                                   on 2000/11/06  01:45:51
6997         Log: AUTHORS updates.
6998      Branch: perl
6999            ! AUTHORS
7000 ____________________________________________________________________________
7001 [  7570] By: jhi                                   on 2000/11/06  00:18:00
7002         Log: Fix for
7003              
7004              Subject: [ID 20000728.005] perl -P broken
7005              From: David Dyck <dcd@tc.fluke.com>
7006              Date: Fri, 28 Jul 2000 17:19:16 -0700
7007              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
7008              
7009              (hopefully).  The fix is also not complete, it seems to break
7010              BOM swallowing for libc5 systems, but until someone figures
7011              out a way to do this without ftell(), this will do.
7012      Branch: perl
7013            ! toke.c
7014 ____________________________________________________________________________
7015 [  7569] By: jhi                                   on 2000/11/06  00:05:30
7016         Log: Document that the evaled syntax errors cause scalar leaks.
7017      Branch: perl
7018            ! t/comp/proto.t
7019 ____________________________________________________________________________
7020 [  7568] By: jhi                                   on 2000/11/05  23:14:47
7021         Log: opmini.o can linger from Configures past.
7022      Branch: perl
7023            ! Makefile.SH
7024 ____________________________________________________________________________
7025 [  7567] By: jhi                                   on 2000/11/05  21:28:39
7026         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
7027              first argument correctly.
7028      Branch: perl
7029            ! perlio.c
7030 ____________________________________________________________________________
7031 [  7566] By: jhi                                   on 2000/11/05  21:15:56
7032         Log: Integrate perlio.
7033      Branch: perl
7034           !> perlio.c
7035 ____________________________________________________________________________
7036 [  7565] By: jhi                                   on 2000/11/05  21:15:13
7037         Log: Use -dM for gcc (the suggested patch did it only for Linux,
7038              but I think it can be generalized).
7039              
7040              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
7041              From: Pixel <pixel@mandrakesoft.com>
7042              Date: 05 Nov 2000 21:49:34 +0100 
7043              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
7044      Branch: perl
7045            ! ext/Errno/Errno_pm.PL
7046 ____________________________________________________________________________
7047 [  7564] By: nick                                  on 2000/11/05  21:09:18
7048         Log: Added a mmap layer as a "subclass" of perlio.
7049              PERLIO=mmap ./perl harness passes
7050      Branch: perlio
7051            ! perlio.c
7052 ____________________________________________________________________________
7053 [  7563] By: jhi                                   on 2000/11/05  19:48:55
7054         Log: Add a note for future generations about bug id 20000229.006.
7055      Branch: perl
7056            ! malloc.c
7057 ____________________________________________________________________________
7058 [  7562] By: jhi                                   on 2000/11/05  19:38:24
7059         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
7060      Branch: perl
7061            ! pp_ctl.c t/op/pos.t
7062 ____________________________________________________________________________
7063 [  7561] By: jhi                                   on 2000/11/05  18:21:46
7064         Log: Add =pod to be tidy.
7065      Branch: perl
7066            ! lib/Math/Complex.pm
7067 ____________________________________________________________________________
7068 [  7560] By: jhi                                   on 2000/11/05  17:38:46
7069         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
7070      Branch: perl
7071            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7072            ! ext/Storable/Storable.xs t/lib/st-recurse.t
7073 ____________________________________________________________________________
7074 [  7559] By: jhi                                   on 2000/11/05  17:32:59
7075         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
7076              From: "Peter J. Farley III" <pjfarley@banet.net>
7077              Date: Sun, 05 Nov 2000 11:55:59 -0500
7078              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
7079      Branch: perl
7080            ! t/lib/syslog.t
7081 ____________________________________________________________________________
7082 [  7558] By: jhi                                   on 2000/11/05  17:29:19
7083         Log: Integrate perlio.
7084      Branch: perl
7085           !> perlio.c
7086 ____________________________________________________________________________
7087 [  7557] By: jhi                                   on 2000/11/05  17:22:01
7088         Log: A fix of sorts for 20000329.026, a better error message
7089              for a missing "use charnames" when using the \N{...}. 
7090      Branch: perl
7091            ! pod/perldiag.pod toke.c
7092 ____________________________________________________________________________
7093 [  7556] By: jhi                                   on 2000/11/05  16:33:50
7094         Log: Test tweak: show also the failed locales.
7095              
7096              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
7097              From: Lupe Christoph <lupe@lupe-christoph.de>         
7098              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
7099              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
7100      Branch: perl
7101            ! t/pragma/locale.t
7102 ____________________________________________________________________________
7103 [  7555] By: nick                                  on 2000/11/05  11:09:34
7104         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
7105              open RDWR so does not fail. (pragma/warnings 303 again...)
7106      Branch: perlio
7107            ! perlio.c
7108 ____________________________________________________________________________
7109 [  7554] By: nick                                  on 2000/11/05  10:10:13
7110         Log: Fix case where ungetc(f,EOF) was allowed.
7111              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
7112              so we can see similarities.
7113              Use types more carefully and a STDCHAR array in hope that this will
7114              fix Jarrko's 64bit machine.
7115      Branch: perlio
7116            ! perlio.c
7117 ____________________________________________________________________________
7118 [  7553] By: jhi                                   on 2000/11/05  01:12:16
7119         Log: Fix for
7120              
7121              Subject: [ID 20001004.007] taint propogation is inconsistent
7122              From: pimlott@idiomtech.com (Andrew Pimlott) 
7123              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
7124              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
7125              
7126              The culprit was sv_setsv() which was rather blindly
7127              propagating taint, which lead to behaviour where if
7128              a tainted anon hash value was seen all the hash values
7129              from then on at that level became tainted, or at any
7130              upper levels in the case of nested anon hashes.
7131      Branch: perl
7132            ! sv.c t/op/taint.t
7133 ____________________________________________________________________________
7134 [  7552] By: jhi                                   on 2000/11/04  23:44:18
7135         Log: Some cpps don't like splitting conditionals across several lines.
7136      Branch: perl
7137            ! perlio.c
7138 ____________________________________________________________________________
7139 [  7551] By: nick                                  on 2000/11/04  23:40:44
7140         Log: Integrate mainline
7141      Branch: perlio
7142           !> pp_hot.c t/op/taint.t
7143 ____________________________________________________________________________
7144 [  7550] By: nick                                  on 2000/11/04  23:39:05
7145         Log: Integrate mainline again
7146      Branch: perlio
7147           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
7148           !> t/lib/b.t t/op/misc.t util.c
7149 ____________________________________________________________________________
7150 [  7549] By: jhi                                   on 2000/11/04  23:14:01
7151         Log: Fix for
7152              
7153              Subject: [ID 20001004.006] undef is never tainted
7154              From: pimlott@idiomtech.com (Andrew Pimlott)
7155              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
7156              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
7157              
7158              An undef read from a slurped file was not tainted.
7159      Branch: perl
7160            ! pp_hot.c t/op/taint.t
7161 ____________________________________________________________________________
7162 [  7548] By: jhi                                   on 2000/11/04  22:56:21
7163         Log: Test tweak ($Config{useperlio} is by default undef) .
7164      Branch: perl
7165            ! t/lib/b.t
7166 ____________________________________________________________________________
7167 [  7547] By: jhi                                   on 2000/11/04  22:43:56
7168         Log: Integrate perlio.
7169      Branch: perl
7170           +> lib/perlio.pm
7171           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
7172           !> pod/perlapi.pod t/lib/b.t
7173 ____________________________________________________________________________
7174 [  7546] By: jhi                                   on 2000/11/04  22:40:59
7175         Log: Configure would use a bad $myuname from an old config.sh.
7176              
7177              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
7178              From: Andy Dougherty <doughera@lafayette.edu>
7179              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
7180              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
7181      Branch: metaconfig
7182            ! U/modified/Oldconfig.U
7183      Branch: perl
7184            ! Configure config_h.SH
7185 ____________________________________________________________________________
7186 [  7545] By: jhi                                   on 2000/11/04  22:36:54
7187         Log: Subject: Locales support (setlocale) fixes
7188              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7189              Date: Sat, 4 Nov 2000 10:15:48 +0300 
7190              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
7191              
7192              Modified quite a bit to be more portable.
7193      Branch: perl
7194            ! embed.h embed.pl perl.h proto.h util.c
7195 ____________________________________________________________________________
7196 [  7544] By: jhi                                   on 2000/11/04  22:32:47
7197         Log: Dying is too strict here, better just skip.
7198      Branch: perl
7199            ! t/op/misc.t
7200 ____________________________________________________________________________
7201 [  7543] By: nick                                  on 2000/11/04  21:55:13
7202         Log: Merge mainline
7203      Branch: perlio
7204           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
7205           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
7206           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
7207           !> (integrate 64 files)
7208 ____________________________________________________________________________
7209 [  7542] By: jhi                                   on 2000/11/04  21:09:28
7210         Log: More Changes tweakery.
7211      Branch: perl
7212            ! Changes Porting/genlog
7213 ____________________________________________________________________________
7214 [  7541] By: jhi                                   on 2000/11/04  20:58:18
7215         Log: Changes fixups.
7216      Branch: perl
7217            ! Changes
7218 ____________________________________________________________________________
7219 [  7540] By: jhi                                   on 2000/11/04  20:42:38
7220         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
7221              create a "fast path" for locale name probing using "locale -a"
7222              if available, squash finally hopefully the s?printf resetting
7223              the numeric locale (since, IIUC perllocale, it never shouldn't). 
7224      Branch: perl
7225            ! sv.c t/op/misc.t t/pragma/locale.t
7226 ____________________________________________________________________________
7227 [  7539] By: nick                                  on 2000/11/04  19:56:10
7228         Log: PerlIO infrastructure complete.
7229      Branch: perlio
7230            + lib/perlio.pm
7231            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
7232 ____________________________________________________________________________
7233 [  7538] By: nick                                  on 2000/11/04  14:31:32
7234         Log: Type tweaks + less contorted allocation scheme
7235      Branch: perlio
7236            ! perlio.c
7237 ____________________________________________________________________________
7238 [  7537] By: nick                                  on 2000/11/04  12:40:42
7239         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
7240              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
7241              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
7242              sensible) which lead to some interesting fails.
7243      Branch: perlio
7244            ! perlio.c
7245 ____________________________________________________________________________
7246 [  7536] By: jhi                                   on 2000/11/04  00:20:02
7247         Log: Add FCNTL_CAN_LOCK.
7248              
7249              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
7250              From: Andy Dougherty <doughera@lafayette.edu>
7251              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
7252              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
7253              
7254              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
7255              From: Andy Dougherty <doughera@lafayette.edu>
7256              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
7257              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
7258      Branch: metaconfig/U/perl
7259            + d_fcntl_can_lock.U
7260            ! startperl.U
7261      Branch: perl
7262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7263            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
7264            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7265            ! vos/config.ga.h win32/config.bc win32/config.gc
7266            ! win32/config.vc
7267 ____________________________________________________________________________
7268 [  7535] By: nick                                  on 2000/11/03  22:19:10
7269         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
7270              - Works on Linux with
7271              perlio + unix
7272              stdio
7273              - Works on Solaris with
7274              perlio + unix
7275              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
7276              - Fails (hangs in openpid) if you try and stack
7277              perlio + stdio - Linux stdio's read() logic is hanging.
7278      Branch: perlio
7279            ! iperlsys.h perlio.c
7280 ____________________________________________________________________________
7281 [  7534] By: jhi                                   on 2000/11/03  15:16:02
7282         Log: Subject: Re: README.aix
7283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7284              Date: Fri, 03 Nov 2000 16:03:15 +0100
7285              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
7286      Branch: perl
7287            ! README.aix
7288 ____________________________________________________________________________
7289 [  7533] By: jhi                                   on 2000/11/03  03:59:02
7290         Log: Subject: [PATCH 5.7.0] better messages from malloc()
7291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7292              Date: Wed, 1 Nov 2000 23:39:56 -0500
7293              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
7294      Branch: perl
7295            ! malloc.c pod/perldiag.pod
7296 ____________________________________________________________________________
7297 [  7532] By: jhi                                   on 2000/11/03  00:11:56
7298         Log: The #7521 touched things it shouldn't have.
7299      Branch: perl
7300            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
7301 ____________________________________________________________________________
7302 [  7531] By: jhi                                   on 2000/11/02  22:32:33
7303         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
7304              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7305              Date:     Thu, 2 Nov 2000 16:58:36 EST
7306              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
7307      Branch: perl
7308            ! vms/gen_shrfls.pl
7309 ____________________________________________________________________________
7310 [  7530] By: jhi                                   on 2000/11/02  22:08:49
7311         Log: Fix the problem discussed in
7312              
7313              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
7314              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
7315              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
7316              
7317              originally from Linc Madison.  Also Andreas König's comments
7318              taken into account.  Some other problems with Tie::SubstrHash
7319              fixed: didn't croak when the table exceeded the requested number
7320              of entries (as documented) but instead when the number of entries
7321              exceeded the size of the table, a croak() had an unnecessary \n,
7322              didn't have a CLEAR method, documented that there is no exists().
7323              Didn't fix to be strict-proof because the module uses &foo; and
7324              dynamic scope.  Added a test script exercizing both first tamely 
7325              the basic functionality, and then the failure cases reported by
7326              Linc Madison.
7327      Branch: perl
7328            + t/lib/tie-substrhash.t
7329            ! MANIFEST lib/Tie/SubstrHash.pm
7330 ____________________________________________________________________________
7331 [  7529] By: jhi                                   on 2000/11/02  17:58:08
7332         Log: recv() can fail and return undef.
7333              
7334              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
7335              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
7336              Date: Thu, 2 Nov 2000 20:12:20 +0300
7337              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
7338      Branch: perl
7339            ! lib/Net/Ping.pm
7340 ____________________________________________________________________________
7341 [  7528] By: jhi                                   on 2000/11/02  17:49:09
7342         Log: Detpyo.
7343      Branch: perl
7344            ! pod/perlop.pod
7345 ____________________________________________________________________________
7346 [  7527] By: jhi                                   on 2000/11/02  15:48:37
7347         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
7348              fix a autovivification bug in Tie::RefHash, add tests for both.
7349              
7350              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
7351              From: Edward Avis <epa98@doc.ic.ac.uk>
7352              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
7353              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
7354      Branch: perl
7355            + t/lib/tie-refhash.t
7356            ! MANIFEST lib/Tie/RefHash.pm
7357 ____________________________________________________________________________
7358 [  7526] By: jhi                                   on 2000/11/02  13:56:26
7359         Log: Test::Harness revealed buglets in the new DynaLoader.
7360              
7361              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
7362              From: andreas.koenig@anima.de (Andreas J. Koenig)
7363              Date: 02 Nov 2000 11:26:48 +0100 
7364              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
7365      Branch: perl
7366            ! ext/DynaLoader/DynaLoader_pm.PL
7367 ____________________________________________________________________________
7368 [  7525] By: jhi                                   on 2000/11/01  23:52:08
7369         Log: The entry for #7503 was missing.
7370      Branch: perl
7371            ! Changes
7372 ____________________________________________________________________________
7373 [  7524] By: jhi                                   on 2000/11/01  23:40:52
7374         Log: Update Changes.
7375      Branch: perl
7376            ! Changes patchlevel.h
7377 ____________________________________________________________________________
7378 [  7523] By: jhi                                   on 2000/11/01  22:57:09
7379         Log: More tweaking on the #7522 theme.
7380      Branch: perl
7381            ! ext/DynaLoader/DynaLoader_pm.PL
7382 ____________________________________________________________________________
7383 [  7522] By: jhi                                   on 2000/11/01  22:06:15
7384         Log: Expand %Config variables and %ENV variables only if
7385              so requested during build time using the
7386              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
7387              Not expanding makes relocating distributions easier.
7388      Branch: perl
7389            ! ext/DynaLoader/DynaLoader_pm.PL
7390 ____________________________________________________________________________
7391 [  7521] By: jhi                                   on 2000/11/01  20:56:34
7392         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
7393              and setgid() because they were just changing $< and $( which means
7394              only changing the real uid/gid, as opposed to changing both
7395              real and effective ids.  (The alternative way could have been
7396              in POSIX.pm to change $> and $), too, but making a direct call
7397              to the C API feels cleaner.)  Fixes the bug
7398              
7399              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
7400              From: "Garry T. Williams" <garry@zvolve.com>
7401              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
7402              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
7403      Branch: perl
7404            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7405            ! ext/POSIX/typemap pod/perlvar.pod
7406 ____________________________________________________________________________
7407 [  7520] By: jhi                                   on 2000/11/01  20:08:33
7408         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
7409              From: "Garry T. Williams" <garry@zvolve.com>
7410              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
7411              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
7412      Branch: perl
7413            ! pod/perlsec.pod
7414 ____________________________________________________________________________
7415 [  7519] By: jhi                                   on 2000/11/01  20:01:22
7416         Log: Locale warning explanation tweak.
7417      Branch: perl
7418            ! pod/perldiag.pod
7419 ____________________________________________________________________________
7420 [  7518] By: jhi                                   on 2000/11/01  18:57:13
7421         Log: C.pm part of
7422              
7423              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
7424              From: Jarkko Hietaniemi <jhi@iki.fi>
7425              Date: Tue, 10 Oct 2000 08:22:28 -0500
7426              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
7427      Branch: perl
7428            ! ext/B/B/C.pm
7429 ____________________________________________________________________________
7430 [  7517] By: jhi                                   on 2000/11/01  18:41:59
7431         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
7432              From: Martien Verbruggen <mgjv@comdyn.com.au>
7433              Date: Fri, 6 Oct 2000 14:09:10 +1100
7434              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
7435      Branch: perl
7436            ! pod/perlop.pod
7437 ____________________________________________________________________________
7438 [  7516] By: jhi                                   on 2000/11/01  18:34:55
7439         Log: Generalize the Camel wording.
7440              
7441              Subject: Re: perlfaq style changes
7442              From: John Borwick <jhborwic@unity.ncsu.edu>
7443              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
7444              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
7445      Branch: perl
7446            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
7447 ____________________________________________________________________________
7448 [  7515] By: jhi                                   on 2000/11/01  16:52:31
7449         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
7450              From: pimlott@idiomtech.com (Andrew Pimlott)
7451              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
7452              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
7453      Branch: perl
7454            ! pod/perlsec.pod
7455 ____________________________________________________________________________
7456 [  7514] By: jhi                                   on 2000/11/01  15:03:40
7457         Log: More AIX lore.
7458      Branch: perl
7459            ! ext/re/hints/aix.pl
7460 ____________________________________________________________________________
7461 [  7513] By: jhi                                   on 2000/11/01  14:48:30
7462         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
7463              From: root <root@chronos.fi.muni.cz>
7464              Date: Wed, 1 Nov 2000 12:31:32 +0100
7465              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
7466      Branch: perl
7467            ! lib/Net/Ping.pm
7468 ____________________________________________________________________________
7469 [  7512] By: jhi                                   on 2000/11/01  14:46:47
7470         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
7471              From: Martin Husemann <martin@duskware.de>
7472              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
7473              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
7474      Branch: perl
7475            ! regcomp.c
7476 ____________________________________________________________________________
7477 [  7511] By: jhi                                   on 2000/11/01  14:39:50
7478         Log: AUTHORS updates.
7479      Branch: perl
7480            ! AUTHORS
7481 ____________________________________________________________________________
7482 [  7510] By: jhi                                   on 2000/11/01  14:29:50
7483         Log: Subject: [PATCH] startperl to respect versiononly
7484              From: Robin Barker <rmb1@cise.npl.co.uk> 
7485              Date: Tue, 31 Oct 2000 16:29:36 GMT
7486              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
7487      Branch: metaconfig/U/perl
7488            ! startperl.U
7489      Branch: perl
7490            ! Configure config_h.SH
7491 ____________________________________________________________________________
7492 [  7509] By: jhi                                   on 2000/11/01  14:19:53
7493         Log: printf UVs the correct way, noticed by Robin Barker.
7494      Branch: perl
7495            ! utf8.c
7496 ____________________________________________________________________________
7497 [  7508] By: jhi                                   on 2000/11/01  14:10:03
7498         Log: Do not cleanup *% because the % has special meanings in some
7499              shell environments.
7500      Branch: perl
7501            ! ext/Storable/Makefile.PL
7502 ____________________________________________________________________________
7503 [  7507] By: jhi                                   on 2000/11/01  14:06:00
7504         Log: The NonStop-UX libraries have a novel way to say NaN.
7505      Branch: perl
7506            ! t/lib/bigfltpm.t
7507 ____________________________________________________________________________
7508 [  7506] By: jhi                                   on 2000/11/01  14:03:35
7509         Log: The osname has been lowercased by now, from Tom Bates.
7510      Branch: metaconfig
7511            ! U/modified/Oldconfig.U
7512      Branch: perl
7513            ! Configure config_h.SH
7514 ____________________________________________________________________________
7515 [  7505] By: jhi                                   on 2000/10/31  19:18:39
7516         Log: The compiler is either gcc or cc, from Tom Bates.
7517      Branch: perl
7518            ! hints/nonstopux.sh
7519 ____________________________________________________________________________
7520 [  7504] By: jhi                                   on 2000/10/31  14:53:42
7521         Log: Update Changes.
7522      Branch: perl
7523            ! Changes patchlevel.h
7524 ____________________________________________________________________________
7525 [  7503] By: jhi                                   on 2000/10/31  14:30:50
7526         Log: Whitespace style tweak.  Was originally going to see to
7527              
7528              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
7529              From: Joe Smith <jms@inwap.com>
7530              Date: Mon, 30 Oct 2000 18:47:57 -0800
7531              Message-Id: <39FE32DD.24AAC4D@inwap.com>
7532              
7533              but that had already been taken care of.
7534      Branch: metaconfig
7535            ! U/compline/d_stdstdio.U
7536      Branch: perl
7537            ! Configure config_h.SH
7538 ____________________________________________________________________________
7539 [  7502] By: jhi                                   on 2000/10/31  14:25:02
7540         Log: AUTHORS tweaks.
7541      Branch: perl
7542            ! AUTHORS
7543 ____________________________________________________________________________
7544 [  7501] By: jhi                                   on 2000/10/31  14:23:59
7545         Log: Subject: perlfaq style changes
7546              From: John Borwick <jhborwic@unity.ncsu.edu>
7547              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
7548              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
7549      Branch: perl
7550            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7551            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7552            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7553            ! pod/perlfaq9.pod
7554 ____________________________________________________________________________
7555 [  7500] By: jhi                                   on 2000/10/31  14:22:15
7556         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
7557              
7558              Subject: Re: [ID 20000918.005] ~ on wide chars
7559              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7560              Date: Mon, 30 Oct 2000 21:09:55 -0800
7561              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
7562              
7563              (The ord() part of the patch skipped.)
7564      Branch: perl
7565            ! doop.c
7566 ____________________________________________________________________________
7567 [  7499] By: jhi                                   on 2000/10/31  14:20:08
7568         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
7569              From: Jens Hamisch <jens@Strawberry.COM>
7570              Date: Mon, 30 Oct 2000 15:17:07 +0100
7571              Message-Id: <20001030151707.A9597@Strawberry.COM>
7572      Branch: perl
7573            ! av.c
7574 ____________________________________________________________________________
7575 [  7498] By: jhi                                   on 2000/10/31  14:16:29
7576         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
7577              From: Peter Prymmer <pvhp@forte.com>
7578              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
7579              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
7580      Branch: perl
7581            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
7582            + ext/Encode/Encode/posix-bc.enc
7583            ! MANIFEST t/lib/encode.t
7584 ____________________________________________________________________________
7585 [  7497] By: jhi                                   on 2000/10/31  14:13:22
7586         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
7587              From: Peter Prymmer <pvhp@forte.com>
7588              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
7589              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
7590      Branch: perl
7591            ! t/lib/cgi-html.t
7592 ____________________________________________________________________________
7593 [  7496] By: jhi                                   on 2000/10/31  14:12:05
7594         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
7595              From: Peter Prymmer <pvhp@forte.com>
7596              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
7597              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
7598      Branch: perl
7599            ! t/lib/cgi-function.t
7600 ____________________________________________________________________________
7601 [  7495] By: jhi                                   on 2000/10/31  14:11:08
7602         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
7603              From: Peter Prymmer <pvhp@forte.com>
7604              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
7605              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
7606      Branch: perl
7607            + ext/re/hints/aix.pl
7608            ! MANIFEST ext/re/Makefile.PL
7609 ____________________________________________________________________________
7610 [  7494] By: jhi                                   on 2000/10/31  14:08:32
7611         Log: Use Errno magic.
7612              
7613              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
7614              From: Casey Tweten <perl@ctweten.amsite.com>
7615              Date: Mon, 30 Oct 2000 15:51:17 -0500
7616              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
7617      Branch: perl
7618            ! lib/File/Temp.pm
7619 ____________________________________________________________________________
7620 [  7493] By: jhi                                   on 2000/10/31  14:05:07
7621         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
7622              
7623              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
7624              From: Nicholas Clark <nick@ccl4.org>
7625              Date: Mon, 30 Oct 2000 17:38:45 +0000
7626              Message-ID: <20001030173845.O60355@plum.flirble.org>
7627      Branch: perl
7628            ! Makefile.SH utils/perlbug.PL
7629 ____________________________________________________________________________
7630 [  7492] By: nick                                  on 2000/10/30  19:37:23
7631         Log: Change files which are mysteriously different to mainline to be
7632              copies of mainline.
7633      Branch: perlio
7634            ! objXSUB.h perlapi.c pod/perlapi.pod
7635 ____________________________________________________________________________
7636 [  7491] By: nick                                  on 2000/10/30  18:05:54
7637         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
7638              - typo in endian code in putc.
7639              - Don't allow read of write-only files and vice-versa
7640              - and off-by-one in flush-all loop.
7641              Remove debug calls as they were using GCC specific features.
7642      Branch: perlio
7643            ! perlio.c
7644 ____________________________________________________________________________
7645 [  7490] By: nick                                  on 2000/10/29  21:45:45
7646         Log: Integrate mainline to perlio
7647      Branch: perlio
7648           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
7649           !> toke.c
7650 ____________________________________________________________________________
7651 [  7489] By: jhi                                   on 2000/10/29  21:11:08
7652         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
7653              From: andreas.koenig@anima.de (Andreas J. Koenig)
7654              Date: 29 Oct 2000 22:05:59 +0100
7655              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
7656      Branch: perl
7657            ! lib/ExtUtils/Manifest.pm
7658 ____________________________________________________________________________
7659 [  7488] By: jhi                                   on 2000/10/29  21:07:47
7660         Log: Tests for #7487.
7661              
7662              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
7663              From: andreas.koenig@anima.de (Andreas J. Koenig)
7664              Date: 29 Oct 2000 19:37:09 +0100
7665              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
7666      Branch: perl
7667            ! t/comp/proto.t
7668 ____________________________________________________________________________
7669 [  7487] By: jhi                                   on 2000/10/29  21:06:27
7670         Log: constsub spillage.
7671              
7672              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
7673              From: John Tobey <jtobey@john-edwin-tobey.org>
7674              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
7675              Message-Id: <m13pvSr-000FObC@feynman.localnet>
7676      Branch: perl
7677            ! op.c
7678 ____________________________________________________________________________
7679 [  7486] By: nick                                  on 2000/10/29  21:05:04
7680         Log: Integrate mainline to perlio branch
7681      Branch: perlio
7682           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
7683           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
7684           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
7685           +> vos/install_perl.cm
7686            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
7687            - vos/config.h vos/config_h.SH_orig
7688           !> (integrate 141 files)
7689 ____________________________________________________________________________
7690 [  7485] By: jhi                                   on 2000/10/29  21:00:47
7691         Log: Make \x{...} consistently produce UTF-8.
7692              
7693              Subject: Re: \x{...} is confused 
7694              From: Simon Cozens <simon@cozens.net>
7695              Date: Sun, 29 Oct 2000 19:36:48 +0000
7696              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
7697      Branch: perl
7698            ! t/pragma/utf8.t toke.c
7699 ____________________________________________________________________________
7700 [  7484] By: nick                                  on 2000/10/29  20:05:29
7701         Log: PerlIO passes all tests.
7702      Branch: perlio
7703            ! perlio.c
7704 ____________________________________________________________________________
7705 [  7483] By: jhi                                   on 2000/10/29  18:06:55
7706         Log: Update Changes.
7707      Branch: perl
7708            ! Changes patchlevel.h
7709 ____________________________________________________________________________
7710 [  7482] By: nick                                  on 2000/10/29  17:43:28
7711         Log: Include <unistd.h> to get correct lseek() prototype etc.
7712              (I thought perl.h did that) - down to two fails
7713              - comp/require.t (last test)
7714              - lib/io_xs.t - possibly import/export of FILE * ?
7715      Branch: perlio
7716            ! perlio.c
7717 ____________________________________________________________________________
7718 [  7481] By: jhi                                   on 2000/10/29  17:02:37
7719         Log: UTF-8 decoder tweak.
7720      Branch: perl
7721            ! utf8.c
7722 ____________________________________________________________________________
7723 [  7480] By: nick                                  on 2000/10/29  16:26:11
7724         Log: Fixed two bugs:
7725              - error code not being set on close (of broken pipe)
7726              - append mode was truncating.
7727              At least one seek/tell bug remains.
7728      Branch: perlio
7729            ! perlio.c
7730 ____________________________________________________________________________
7731 [  7479] By: nick                                  on 2000/10/29  11:18:16
7732         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
7733              in case of accidents. Still several worrying fails, no line disciplines yet.
7734      Branch: perlio
7735            ! iperlsys.h perlio.c
7736 ____________________________________________________________________________
7737 [  7478] By: jhi                                   on 2000/10/29  02:04:01
7738         Log: Add also emailless people.
7739      Branch: perl
7740            ! AUTHORS
7741 ____________________________________________________________________________
7742 [  7477] By: jhi                                   on 2000/10/29  01:36:00
7743         Log: The #7476 needs a MANIFEST change, too.
7744      Branch: perl
7745            ! MANIFEST
7746 ____________________________________________________________________________
7747 [  7476] By: jhi                                   on 2000/10/29  01:35:21
7748         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
7749      Branch: perl
7750            - MAINTAIN
7751            ! AUTHORS Changes
7752 ____________________________________________________________________________
7753 [  7475] By: jhi                                   on 2000/10/28  23:57:25
7754         Log: De-quoted-unreadable to ISO Latin 1.
7755              (There's one ISO-2022-JP name in Changes5.004.)
7756      Branch: perl
7757            ! Changes Changes5.6
7758 ____________________________________________________________________________
7759 [  7474] By: jhi                                   on 2000/10/28  19:13:06
7760         Log: Subject: [ID 20001027.007] uniq array in perlfaq
7761              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
7762              Date: Fri, 27 Oct 2000 19:28:30 +0200
7763              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
7764      Branch: perl
7765            ! pod/perlfaq4.pod
7766 ____________________________________________________________________________
7767 [  7473] By: jhi                                   on 2000/10/28  18:02:05
7768         Log: Locking null mutexes is not recommendable.
7769              
7770              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
7771              From: Hugo <hv@crypt.compulink.co.uk>
7772              Date: Sat, 28 Oct 2000 18:41:12 +0100
7773              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
7774      Branch: perl
7775            ! op.c
7776 ____________________________________________________________________________
7777 [  7472] By: jhi                                   on 2000/10/28  17:52:58
7778         Log: Better create a true mailing list for the repository keepers.
7779      Branch: perl
7780            ! Porting/repository.pod
7781 ____________________________________________________________________________
7782 [  7471] By: jhi                                   on 2000/10/28  17:28:24
7783         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
7784              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
7785      Branch: perl
7786            + Porting/repository.pod
7787            ! MANIFEST
7788 ____________________________________________________________________________
7789 [  7470] By: jhi                                   on 2000/10/28  17:20:54
7790         Log: Subject: DOC PATCH 5.6.0
7791              From: mjd@plover.com
7792              Date: 27 Oct 2000 17:32:44 -0000
7793              Message-ID: <20001027173244.23754.qmail@plover.com>
7794      Branch: perl
7795            ! pod/perlfunc.pod
7796 ____________________________________________________________________________
7797 [  7469] By: jhi                                   on 2000/10/28  17:16:45
7798         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
7799              From: "Peter J. Farley III" <pjfarley@banet.net>
7800              Date: Fri, 27 Oct 2000 20:32:56 -0400
7801              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
7802      Branch: perl
7803            ! README.dos
7804 ____________________________________________________________________________
7805 [  7468] By: jhi                                   on 2000/10/28  17:07:18
7806         Log: Make target reordering to avoid pointless re-makes.
7807              
7808              Subject: Re: Total re-make of 'make okfile' after 7451 ?
7809              From: Nicholas Clark <nick@ccl4.org>
7810              Date: Sat, 28 Oct 2000 00:31:02 +0100
7811              Message-ID: <20001028003101.A54517@plum.flirble.org>
7812      Branch: perl
7813            ! Makefile.SH
7814 ____________________________________________________________________________
7815 [  7467] By: jhi                                   on 2000/10/28  17:05:31
7816         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
7817              From: lvirden@cas.org
7818              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
7819              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
7820      Branch: perl
7821            ! README.os2
7822 ____________________________________________________________________________
7823 [  7466] By: jhi                                   on 2000/10/28  16:09:16
7824         Log: Upgrade to CPAN 1.58_55.
7825              
7826              Subject: CPAN.pm status
7827              From: andreas.koenig@anima.de (Andreas J. Koenig) 
7828              Date: 28 Oct 2000 08:18:00 +0200 
7829              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
7830      Branch: perl
7831            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7832 ____________________________________________________________________________
7833 [  7465] By: jhi                                   on 2000/10/28  16:02:47
7834         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
7835      Branch: perl
7836            ! embed.h embed.pl perl.h proto.h toke.c
7837 ____________________________________________________________________________
7838 [  7464] By: nick                                  on 2000/10/28  10:43:44
7839         Log: Fix for sv_2iv() on "shared" value from keys %hash.
7840      Branch: perl
7841            ! sv.c
7842 ____________________________________________________________________________
7843 [  7463] By: jhi                                   on 2000/10/27  16:18:29
7844         Log: Update Changes.
7845      Branch: perl
7846            ! Changes patchlevel.h
7847 ____________________________________________________________________________
7848 [  7462] By: jhi                                   on 2000/10/27  16:17:44
7849         Log: Too enthusiastic editing in #7460.
7850      Branch: metaconfig
7851            ! U/modified/Oldsym.U
7852      Branch: perl
7853            ! Configure config_h.SH
7854 ____________________________________________________________________________
7855 [  7461] By: jhi                                   on 2000/10/27  15:37:38
7856         Log: Retract #7459, the script needs more work.
7857      Branch: perl
7858            - mkreef
7859            ! MANIFEST
7860 ____________________________________________________________________________
7861 [  7460] By: jhi                                   on 2000/10/27  15:23:14
7862         Log: Use $sort, $uniq (and $tr) consistently as wondered
7863              by Nicholas Clark.
7864      Branch: metaconfig
7865            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
7866            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
7867            ! U/modified/libc.U
7868      Branch: perl
7869            ! Configure config_h.SH
7870 ____________________________________________________________________________
7871 [  7459] By: jhi                                   on 2000/10/27  15:02:07
7872         Log: (Retracted by #7461)
7873              
7874              Add a shell script for creating/removing symbolic link farms,
7875              useful for keeping the source code read-only and doing the
7876              builds somewhere else.
7877      Branch: perl
7878            + mkreef
7879            ! MANIFEST
7880 ____________________________________________________________________________
7881 [  7458] By: jhi                                   on 2000/10/27  14:42:20
7882         Log: Do away with the fix_pl.
7883      Branch: perl
7884            - fix_pl
7885            ! MANIFEST Makefile.SH
7886 ____________________________________________________________________________
7887 [  7457] By: jhi                                   on 2000/10/27  12:43:13
7888         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
7889              From: Jens Hamisch <jens@Strawberry.COM>
7890              Date: Fri, 27 Oct 2000 14:38:21 +0200
7891              Message-Id: <20001027143821.B3366@Strawberry.COM>
7892      Branch: perl
7893            ! perl.h
7894 ____________________________________________________________________________
7895 [  7456] By: jhi                                   on 2000/10/27  12:33:42
7896         Log: Subject: [PATCH] todo
7897              From: Nicholas Clark <nick@ccl4.org>
7898              Date: Thu, 26 Oct 2000 22:32:29 +0100
7899              Message-ID: <20001026223229.A44540@plum.flirble.org>
7900      Branch: perl
7901            ! pod/perltodo.pod
7902 ____________________________________________________________________________
7903 [  7455] By: jhi                                   on 2000/10/27  12:02:21
7904         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
7905              From: John Tobey <jtobey@john-edwin-tobey.org>
7906              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
7907              Message-Id: <m13ozHF-000FObC@feynman.localnet>
7908      Branch: perl
7909            ! op.c t/pragma/sub_lval.t
7910 ____________________________________________________________________________
7911 [  7454] By: jhi                                   on 2000/10/27  11:59:42
7912         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
7913              From: sthoenna@efn.org
7914              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
7915              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
7916      Branch: perl
7917            ! pp.c t/op/assignwarn.t
7918 ____________________________________________________________________________
7919 [  7453] By: jhi                                   on 2000/10/27  00:15:08
7920         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
7921      Branch: perl
7922            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7923            ! ext/Storable/Storable.xs t/lib/st-lock.t
7924 ____________________________________________________________________________
7925 [  7452] By: jhi                                   on 2000/10/26  13:05:52
7926         Log: Undo #7451, this seems to be a deficiency in Perforce,
7927              there is no per-file line-terminator type, only per-client.
7928      Branch: perl
7929            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
7930            ! win32/makefile.mk
7931 ____________________________________________________________________________
7932 [  7451] By: jhi                                   on 2000/10/26  04:56:03
7933         Log: Experimenting in DOS arcana.
7934      Branch: perl
7935            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
7936            ! win32/makefile.mk
7937 ____________________________________________________________________________
7938 [  7450] By: jhi                                   on 2000/10/26  04:50:52
7939         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
7940              From: "Peter J. Farley III" <pjfarley@banet.net>            
7941              Date: Wed, 25 Oct 2000 23:10:18 -0400
7942              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
7943      Branch: perl
7944            ! t/io/open.t
7945 ____________________________________________________________________________
7946 [  7449] By: jhi                                   on 2000/10/26  04:49:16
7947         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
7948              From: Hugo <hv@crypt.compulink.co.uk>
7949              Date: Thu, 26 Oct 2000 01:55:17 +0100
7950              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
7951              
7952              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
7953      Branch: perl
7954            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
7955 ____________________________________________________________________________
7956 [  7448] By: jhi                                   on 2000/10/26  04:38:36
7957         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
7958              From: Peter Prymmer <pvhp@forte.com>
7959              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
7960              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
7961      Branch: perl
7962            ! configure.com
7963 ____________________________________________________________________________
7964 [  7447] By: jhi                                   on 2000/10/25  23:20:02
7965         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
7966              in platforms that strictly require all the symbols being present
7967              at link time.
7968      Branch: perl
7969            ! handy.h
7970 ____________________________________________________________________________
7971 [  7446] By: jhi                                   on 2000/10/25  21:55:57
7972         Log: Update Changes.
7973      Branch: perl
7974            ! Changes patchlevel.h
7975 ____________________________________________________________________________
7976 [  7445] By: jhi                                   on 2000/10/25  21:27:08
7977         Log: Integrate with vmsperl #7430 by Charles Bailey:
7978              
7979              Cleanup from prior patch (Charles Lane?):
7980              - improve handling of MFDs in Basename and Path
7981              - default to no xsubpp line # munging when building debug images
7982      Branch: perl
7983           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
7984 ____________________________________________________________________________
7985 [  7444] By: jhi                                   on 2000/10/25  21:03:50
7986         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
7987              From: John Peacock <JPeacock@UnivPress.com>
7988              Date: Thu, 18 May 2000 11:55:27 -0400
7989              Message-ID: <3924126F.A58BE57A@UnivPress.com>
7990      Branch: perl
7991            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
7992            ! t/op/write.t
7993 ____________________________________________________________________________
7994 [  7443] By: jhi                                   on 2000/10/25  20:43:10
7995         Log: Temporary stopgap for the self-tying issue: for now only
7996              array and hash self-ties are verboten.  The real fix, of
7997              course, would be to comprehensively test (and implement?)
7998              and debug (and document) self-ties.
7999      Branch: perl
8000            ! pod/perldiag.pod pp_sys.c t/op/tie.t
8001 ____________________________________________________________________________
8002 [  7442] By: jhi                                   on 2000/10/25  20:14:30
8003         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
8004              From: Dan Sugalski <dan@sidhe.org>
8005              Date: Wed, 25 Oct 2000 13:36:35 -0400
8006              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
8007              
8008              plus regen global.sym.
8009      Branch: perl
8010            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
8011            ! thrdvar.h util.c
8012 ____________________________________________________________________________
8013 [  7441] By: jhi                                   on 2000/10/25  20:12:20
8014         Log: buildtoc target tweaks.
8015      Branch: perl
8016            ! pod/Makefile.SH
8017 ____________________________________________________________________________
8018 [  7440] By: jhi                                   on 2000/10/25  20:03:53
8019         Log: A new version of making the syslog test more robust.
8020              (Replaces #7421.)
8021              
8022              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
8023              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8024              Date: Wed, 25 Oct 2000 12:13:54 -0400
8025              Message-ID: <20001025121354.B2264@O2.chapin.edu>
8026      Branch: perl
8027            ! t/lib/syslog.t
8028 ____________________________________________________________________________
8029 [  7439] By: jhi                                   on 2000/10/25  20:00:48
8030         Log: Continue the internal UTF-8 API tweaking.
8031              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
8032              used much more than the simpler API, now called utf8_to_uv_simple().
8033              Still not quite happy with API, too much partial duplication
8034              of functionality.
8035      Branch: perl
8036            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
8037            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
8038            ! regcomp.c regexec.c sv.c toke.c utf8.c
8039 ____________________________________________________________________________
8040 [  7438] By: jhi                                   on 2000/10/25  18:52:30
8041         Log: Allow poking holes at the UTF-8 decoding strictness.
8042      Branch: perl
8043            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
8044            ! utf8.h
8045 ____________________________________________________________________________
8046 [  7437] By: jhi                                   on 2000/10/25  13:53:05
8047         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
8048              UTF8LEN() and UTF8SKIP(). 
8049      Branch: perl
8050            ! pp.c utf8.c utf8.h
8051 ____________________________________________________________________________
8052 [  7436] By: jhi                                   on 2000/10/25  13:51:37
8053         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
8054              From: Nicholas Clark <nick@ccl4.org>
8055              Date: Wed, 25 Oct 2000 14:44:05 +0100
8056              Message-ID: <20001025144404.D27253@plum.flirble.org>
8057      Branch: perl
8058            ! pod/perlrun.pod
8059 ____________________________________________________________________________
8060 [  7435] By: jhi                                   on 2000/10/25  13:49:32
8061         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
8062              From: Mike Guy <mjtg@cam.ac.uk>
8063              Date: Tue, 24 Oct 2000 14:59:40 +0100
8064              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
8065      Branch: perl
8066            ! scope.c
8067 ____________________________________________________________________________
8068 [  7434] By: jhi                                   on 2000/10/25  13:48:41
8069         Log: AIX is picky about its symbol exports.  Solution for now
8070              is to include the deb.o explicitly to the re extension build.
8071              
8072              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
8073              From: Peter Prymmer <pvhp@forte.com>
8074              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
8075              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
8076      Branch: perl
8077            ! ext/re/Makefile.PL hints/aix.sh
8078 ____________________________________________________________________________
8079 [  7433] By: jhi                                   on 2000/10/25  13:46:49
8080         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
8081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8082              Date: Wed, 25 Oct 2000 12:02:20 +0200
8083              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
8084      Branch: perl
8085            ! perlsdio.h
8086 ____________________________________________________________________________
8087 [  7432] By: jhi                                   on 2000/10/25  13:44:28
8088         Log: Subject: Minor update to find2perl, for portability
8089              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8090              Date: Wed, 25 Oct 2000 12:05:47 +0100
8091              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
8092      Branch: perl
8093            ! x2p/find2perl.PL
8094 ____________________________________________________________________________
8095 [  7431] By: jhi                                   on 2000/10/25  13:40:39
8096         Log: Add targets to Makefile.SH, most importantly
8097              'regen_all' which also remembers to update vms/perly*.
8098      Branch: perl
8099            ! Makefile.SH
8100 ____________________________________________________________________________
8101 [  7430] By: bailey                                on 2000/10/25  03:13:53
8102         Log: Cleanup from prior patch (Charles Lane?):
8103              - improve handling of MFDs in Basename and Path
8104              - default to no xsubpp line # munging when building debug images
8105      Branch: vmsperl
8106            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
8107 ____________________________________________________________________________
8108 [  7429] By: jhi                                   on 2000/10/24  20:03:40
8109         Log: Podify README.epoc and README.vos.
8110      Branch: perl
8111            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
8112            ! pod/perlport.pod pod/perltoc.pod
8113 ____________________________________________________________________________
8114 [  7428] By: jhi                                   on 2000/10/24  19:10:33
8115         Log: Stratus VOS updates from Paul Green.
8116      Branch: perl
8117            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8118            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
8119            - vos/config.def vos/config.h vos/config_h.SH_orig
8120            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
8121            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
8122 ____________________________________________________________________________
8123 [  7427] By: jhi                                   on 2000/10/24  18:59:48
8124         Log: Check if stdio supports tweaking lval and cnt simultaneously.
8125              
8126              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8127              From: Nicholas Clark <nick@ccl4.org>
8128              Date: Mon, 23 Oct 2000 15:39:32 +0100
8129              Message-ID: <20001023153932.A10786@plum.flirble.org>
8130      Branch: metaconfig
8131            ! U/compline/d_stdstdio.U
8132      Branch: perl
8133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8134            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
8135            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
8136            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
8137            ! vos/config.h vos/config_h.SH_orig win32/config.bc
8138            ! win32/config.gc win32/config.vc
8139 ____________________________________________________________________________
8140 [  7426] By: jhi                                   on 2000/10/24  17:57:44
8141         Log: Missed the header file changes from #7425.
8142      Branch: perl
8143            ! embed.h embed.pl objXSUB.h proto.h
8144 ____________________________________________________________________________
8145 [  7425] By: jhi                                   on 2000/10/24  17:55:17
8146         Log: Fix the bug reported in
8147              
8148              From: andreas.koenig@anima.de (Andreas J. Koenig)
8149              Subject: Encode bug?
8150              Date: 24 Oct 2000 14:01:26 +0200 
8151              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
8152              
8153              Also make is_utf8_char() stricter.
8154      Branch: perl
8155            ! ext/Encode/Encode.xs utf8.c
8156 ____________________________________________________________________________
8157 [  7424] By: jhi                                   on 2000/10/24  15:15:39
8158         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
8159              From: Peter Scott <Peter@PSDT.com>
8160              Date: Mon, 23 Oct 2000 19:46:01 -0700
8161              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
8162      Branch: perl
8163            ! pod/perlfaq5.pod
8164 ____________________________________________________________________________
8165 [  7423] By: jhi                                   on 2000/10/24  14:25:30
8166         Log: Test tweak to avoid pulling in the whole Config.
8167      Branch: perl
8168            ! t/lib/st-lock.t
8169 ____________________________________________________________________________
8170 [  7422] By: jhi                                   on 2000/10/24  14:03:16
8171         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
8172      Branch: perl
8173            ! pp.c
8174 ____________________________________________________________________________
8175 [  7421] By: jhi                                   on 2000/10/24  13:32:09
8176         Log: (Replaced by #7440.)
8177              
8178              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
8179              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8180              Date: Mon, 23 Oct 2000 16:40:54 -0400
8181              Message-ID: <20001023164054.B14491@O2.chapin.edu>
8182      Branch: perl
8183            ! t/lib/syslog.t
8184 ____________________________________________________________________________
8185 [  7420] By: jhi                                   on 2000/10/24  13:30:53
8186         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
8187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8188              Date: Mon, 23 Oct 2000 17:29:03 -0400
8189              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
8190      Branch: perl
8191            ! lib/ExtUtils/MM_Unix.pm
8192 ____________________________________________________________________________
8193 [  7419] By: jhi                                   on 2000/10/24  13:29:57
8194         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
8195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8196              Date: Mon, 23 Oct 2000 19:01:32 -0400
8197              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
8198      Branch: perl
8199            ! utils/h2xs.PL
8200 ____________________________________________________________________________
8201 [  7418] By: jhi                                   on 2000/10/24  13:26:04
8202         Log: Replace #7409 with
8203              
8204              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
8205              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
8206              Date: Mon, 23 Oct 2000 20:08:56 +0200
8207              Message-ID: <20001023200855.A14850@nice.ram.loc>
8208      Branch: perl
8209            ! ext/Storable/Storable.pm t/lib/st-lock.t
8210 ____________________________________________________________________________
8211 [  7417] By: jhi                                   on 2000/10/24  13:17:52
8212         Log: Run vms/vms_yfix.pl, should have done that after changing
8213              perly.c in #7382.
8214      Branch: perl
8215            ! vms/perly_c.vms vms/perly_h.vms
8216 ____________________________________________________________________________
8217 [  7416] By: jhi                                   on 2000/10/24  02:55:33
8218         Log: Make the UTF-8 decoding stricter and more verbose when
8219              malformation happens.  This involved adding an argument
8220              to utf8_to_uv_chk(), which involved changing its prototype,
8221              and prefer STRLEN over I32 for the UTF-8 length, which as
8222              a domino effect necessitated changing the prototypes of
8223              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
8224              The stricter UTF-8 decoding checking uses Markus Kuhn's
8225              UTF-8 Decode Stress Tester from
8226              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
8227      Branch: perl
8228            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
8229            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
8230            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
8231            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
8232 ____________________________________________________________________________
8233 [  7415] By: jhi                                   on 2000/10/23  14:06:06
8234         Log: Update Changes.
8235      Branch: perl
8236            ! Changes patchlevel.h
8237 ____________________________________________________________________________
8238 [  7414] By: jhi                                   on 2000/10/23  12:39:52
8239         Log: Undo the basename() part of #7412 since the lib/basename
8240              tests would need upgrading too.
8241      Branch: perl
8242            ! lib/File/Basename.pm
8243 ____________________________________________________________________________
8244 [  7413] By: jhi                                   on 2000/10/23  12:19:27
8245         Log: Document PERL_INSTALL_ROOT of #7210.
8246      Branch: perl
8247            ! lib/ExtUtils/Install.pm
8248 ____________________________________________________________________________
8249 [  7412] By: jhi                                   on 2000/10/23  12:16:47
8250         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
8251      Branch: perl
8252            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
8253            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
8254 ____________________________________________________________________________
8255 [  7411] By: jhi                                   on 2000/10/23  12:07:41
8256         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
8257              From: Prymmer/Kahn <pvhp@best.com>
8258              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
8259              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
8260      Branch: perl
8261            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
8262 ____________________________________________________________________________
8263 [  7410] By: jhi                                   on 2000/10/23  04:10:11
8264         Log: The change #7187 was not so good on VMS.
8265              
8266              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
8267              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8268              Date: Sun, 22 Oct 2000 23:03:08 -0500
8269              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
8270      Branch: perl
8271            ! utils/perldoc.PL
8272 ____________________________________________________________________________
8273 [  7409] By: jhi                                   on 2000/10/23  03:57:36
8274         Log: Avoid Storable locking on DJGPP for now.
8275              
8276              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
8277              From: "Peter J. Farley III" <pjfarley@banet.net>
8278              Date: Sun, 22 Oct 2000 20:00:00 -0400
8279              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
8280      Branch: perl
8281            ! ext/Storable/Storable.pm t/lib/st-lock.t
8282 ____________________________________________________________________________
8283 [  7408] By: jhi                                   on 2000/10/23  03:50:24
8284         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
8285              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
8286              Date: Sun, 22 Oct 2000 21:12:22 -0400
8287              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
8288      Branch: perl
8289            ! lib/vars.pm
8290 ____________________________________________________________________________
8291 [  7407] By: jhi                                   on 2000/10/23  03:43:12
8292         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
8293              From: Hugo <hv@crypt.compulink.co.uk>
8294              Date: Mon, 23 Oct 2000 00:47:22 +0100
8295              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
8296      Branch: perl
8297            ! regexec.c t/op/pat.t
8298 ____________________________________________________________________________
8299 [  7406] By: jhi                                   on 2000/10/23  03:40:29
8300         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
8301      Branch: perl
8302            ! lib/ExtUtils/MakeMaker.pm
8303 ____________________________________________________________________________
8304 [  7405] By: jhi                                   on 2000/10/22  21:32:00
8305         Log: Doc patch.
8306              
8307              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
8308              From: rspier@pobox.com (Robert Spier)
8309              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
8310              Message-ID: <14835.16112.13457.447971@rls.cx>
8311      Branch: perl
8312            ! lib/strict.pm
8313 ____________________________________________________________________________
8314 [  7404] By: jhi                                   on 2000/10/22  21:30:51
8315         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
8316              From: rspier@pobox.com (Robert Spier)
8317              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
8318              Message-ID: <14835.17223.72448.705566@rls.cx>
8319      Branch: perl
8320            ! lib/ExtUtils/MakeMaker.pm
8321 ____________________________________________________________________________
8322 [  7403] By: jhi                                   on 2000/10/22  21:24:11
8323         Log: Subject: [PATCH bleadperl] ripples from constsub patch
8324              From: John Tobey <jtobey@john-edwin-tobey.org>
8325              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
8326              Message-Id: <m13nSOB-000FObC@feynman.localnet>
8327      Branch: perl
8328            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
8329 ____________________________________________________________________________
8330 [  7402] By: jhi                                   on 2000/10/22  20:59:35
8331         Log: Support s?printf parameter reordering.
8332      Branch: perl
8333            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
8334 ____________________________________________________________________________
8335 [  7401] By: jhi                                   on 2000/10/22  19:19:14
8336         Log: Expand %Config variables only if explicitly so requested
8337              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
8338              
8339              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
8340              From: Gurusamy Sarathy <gsar@ActiveState.com>
8341              Date: Sun, 22 Oct 2000 11:47:32 -0700
8342              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
8343      Branch: perl
8344            ! Makefile.SH lib/lib_pm.PL
8345 ____________________________________________________________________________
8346 [  7400] By: jhi                                   on 2000/10/22  18:24:10
8347         Log: Move the #7390 test from warn/op to comp/redef.
8348              
8349              Subject: Re: Creating const subs for constants.
8350              From: John Tobey <jtobey@john-edwin-tobey.org>
8351              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
8352              Message-Id: <m13nG72-000FObC@feynman.localnet>               
8353      Branch: perl
8354            ! t/comp/redef.t t/pragma/warn/op
8355 ____________________________________________________________________________
8356 [  7399] By: jhi                                   on 2000/10/22  17:49:59
8357         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
8358              From: Nicholas Clark <nick@ccl4.org>
8359              Date: Sat, 21 Oct 2000 22:23:19 +0100
8360              Message-ID: <20001021222319.B45586@plum.flirble.org>
8361      Branch: perl
8362            ! ext/DynaLoader/DynaLoader_pm.PL
8363 ____________________________________________________________________________
8364 [  7398] By: jhi                                   on 2000/10/22  17:47:35
8365         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
8366              From: Hugo <hv@crypt.compulink.co.uk>
8367              Date: Sat, 21 Oct 2000 18:19:59 +0100
8368              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
8369      Branch: perl
8370            ! ext/B/B.pm ext/B/B/C.pm
8371 ____________________________________________________________________________
8372 [  7397] By: jhi                                   on 2000/10/22  17:35:18
8373         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
8374              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8375              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
8376              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
8377      Branch: perl
8378            ! hints/openbsd.sh
8379 ____________________________________________________________________________
8380 [  7396] By: jhi                                   on 2000/10/22  17:19:46
8381         Log: Subject: installman go-faster stripes
8382              From: Nicholas Clark <nick@talking.bollo.cx>
8383              Date: Sat, 21 Oct 2000 17:24:53 +0100
8384              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
8385              
8386              Subject: Re: installman go-faster stripes
8387              From: Russ Allbery <rra@stanford.edu>
8388              Date: 21 Oct 2000 11:04:13 -0700
8389              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
8390      Branch: perl
8391            ! installman pod/pod2man.PL
8392 ____________________________________________________________________________
8393 [  7395] By: jhi                                   on 2000/10/22  17:17:35
8394         Log: Hints tweak from Anton Berezin.
8395      Branch: perl
8396            ! hints/freebsd.sh
8397 ____________________________________________________________________________
8398 [  7394] By: jhi                                   on 2000/10/22  04:50:04
8399         Log: Tweak the Is* definitions of Unicode character classes
8400              to better match the official categorizations; embrace
8401              the official categorizations; add the combining marks
8402              as alpha (and -numeric); fix DCinital (a typo and edito)
8403              to be DCmedial.
8404      Branch: perl
8405            + lib/unicode/Is/DCmedial.pl
8406            - lib/unicode/Is/DCinital.pl
8407            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8408            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
8409            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
8410            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
8411 ____________________________________________________________________________
8412 [  7393] By: jhi                                   on 2000/10/21  18:06:05
8413         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
8414              From: Daniel Chetlin <daniel@chetlin.com>
8415              Date: Sat, 21 Oct 2000 02:57:03 -0700
8416              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
8417      Branch: perl
8418            + t/lib/tie-splice.t
8419            ! MANIFEST lib/Tie/Array.pm
8420 ____________________________________________________________________________
8421 [  7392] By: gsar                                  on 2000/10/21  18:05:15
8422         Log: resync utfperl branch with mainline
8423      Branch: utfperl
8424           !> (integrate 1760 files)
8425 ____________________________________________________________________________
8426 [  7391] By: jhi                                   on 2000/10/21  14:37:49
8427         Log: Testcases for a #7383,#7385 related bug.
8428              
8429              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
8430              From: Nicholas Clark <nick@ccl4.org>
8431              Date: Sat, 21 Oct 2000 15:04:51 +0100
8432              Message-ID: <20001021150451.A51566@plum.flirble.org>
8433      Branch: perl
8434            ! t/pragma/utf8.t
8435 ____________________________________________________________________________
8436 [  7390] By: jhi                                   on 2000/10/21  14:35:57
8437         Log: Add a testcase for #7389.
8438      Branch: perl
8439            ! t/pragma/warn/op
8440 ____________________________________________________________________________
8441 [  7389] By: jhi                                   on 2000/10/21  14:26:45
8442         Log: Subject: Re: Creating const subs for constants.
8443              From: John Tobey <jtobey@john-edwin-tobey.org>
8444              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
8445              Message-Id: <m13mo0N-000FObC@feynman.localnet>
8446      Branch: perl
8447            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
8448            ! proto.h sv.c
8449 ____________________________________________________________________________
8450 [  7388] By: nick                                  on 2000/10/21  11:44:23
8451         Log: Populate perlio branch
8452      Branch: perlio
8453           +> (branch 1760 files)
8454 ____________________________________________________________________________
8455 [  7387] By: nick                                  on 2000/10/21  10:52:05
8456         Log: Get branch back as replica of mainline via :
8457              p4 integrate -b utfperl
8458              p4 resolve -at ./...
8459      Branch: utfperl
8460           +> (branch 269 files)
8461            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
8462            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
8463            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
8464            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
8465            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
8466            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
8467            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
8468            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
8469            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
8470            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
8471            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
8472            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
8473            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
8474            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
8475            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
8476            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
8477            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
8478            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
8479            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
8480            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
8481            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
8482            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
8483            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
8484            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
8485            - lib/unicode/UCD300.html lib/unicode/Unicode.300
8486            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
8487            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
8488            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
8489            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
8490           !> (integrate 965 files)
8491 ____________________________________________________________________________
8492 [  7386] By: jhi                                   on 2000/10/21  01:31:12
8493         Log: Update Changes.
8494      Branch: perl
8495            ! Changes patchlevel.h
8496 ____________________________________________________________________________
8497 [  7385] By: jhi                                   on 2000/10/21  01:28:42
8498         Log: The #7383 was right only in the context of the original bug report,
8499              not in more general case.
8500      Branch: perl
8501            ! pp_hot.c
8502 ____________________________________________________________________________
8503 [  7384] By: jhi                                   on 2000/10/21  01:08:23
8504         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
8505      Branch: perl
8506            ! ext/IO/lib/IO/Select.pm
8507 ____________________________________________________________________________
8508 [  7383] By: jhi                                   on 2000/10/21  00:44:18
8509         Log: Fix for ID 20001020.006, concatenating an unset submatch
8510              with utf8 resulted in "Modification of a read-only value".
8511      Branch: perl
8512            ! pp_hot.c t/pragma/utf8.t
8513 ____________________________________________________________________________
8514 [  7382] By: jhi                                   on 2000/10/20  20:44:31
8515         Log: Make scan_num() reëntrant, as suggested in
8516              
8517              Subject: [PATCH perl@7229] Rentrant parser and yylex()
8518              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8519              Date: Fri, 20 Oct 2000 14:17:27 +0100
8520              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
8521      Branch: perl
8522            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
8523            ! toke.c
8524 ____________________________________________________________________________
8525 [  7381] By: jhi                                   on 2000/10/20  20:07:29
8526         Log: Reëntrancy fix.
8527              
8528              Subject: [PATCH perl@7229] Rentrant parser and yylex()
8529              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8530              Date: Fri, 20 Oct 2000 14:17:27 +0100
8531              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
8532      Branch: perl
8533            ! embed.h embed.pl perl.h proto.h toke.c
8534 ____________________________________________________________________________
8535 [  7380] By: jhi                                   on 2000/10/20  19:15:54
8536         Log: Don't write double values through long double pointers,
8537              based on a part of
8538              
8539              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
8540              From: Jens Hamisch <jens@Strawberry.COM>
8541              Date: Tue, 17 Oct 2000 08:39:36 +0200
8542              Message-Id: <20001017083936.A11104@Strawberry.COM>
8543      Branch: perl
8544            ! perl.h pp.c
8545 ____________________________________________________________________________
8546 [  7379] By: jhi                                   on 2000/10/20  18:43:37
8547         Log: Portability tweak on #7377.
8548              
8549              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
8550              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8551              Date:     Fri, 20 Oct 2000 13:13:41 EDT
8552              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
8553      Branch: perl
8554            ! t/lib/dprof.t
8555 ____________________________________________________________________________
8556 [  7378] By: jhi                                   on 2000/10/20  12:57:19
8557         Log: SOCKS function redefinitions need prototypes, too, otherwise
8558              for example 32 bit versus 64 bit differences cause a lot of
8559              problems.  Part of
8560              
8561              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
8562              From: Jens Hamisch <jens@Strawberry.COM>
8563              Date: Tue, 17 Oct 2000 08:39:36 +0200
8564              Message-Id: <20001017083936.A11104@Strawberry.COM>
8565      Branch: perl
8566            ! doio.c pp_sys.c
8567 ____________________________________________________________________________
8568 [  7377] By: jhi                                   on 2000/10/20  12:37:12
8569         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
8570              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8571              Date:     Fri, 20 Oct 2000 08:26:04 EDT
8572              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
8573      Branch: perl
8574            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
8575 ____________________________________________________________________________
8576 [  7376] By: jhi                                   on 2000/10/20  12:35:31
8577         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
8578              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8579              Date:     Fri, 20 Oct 2000 07:48:15 EDT
8580              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
8581      Branch: perl
8582            ! configure.com vms/gen_shrfls.pl
8583 ____________________________________________________________________________
8584 [  7375] By: bailey                                on 2000/10/20  04:44:37
8585         Log: SYN SYN
8586      Branch: vmsperl
8587           +> (branch 134 files)
8588            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
8589            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
8590            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
8591            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
8592            - eg/cgi/frameset.cgi eg/cgi/index.html
8593            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
8594            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
8595            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
8596            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
8597            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
8598            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
8599            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
8600            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
8601            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
8602            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
8603            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
8604            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
8605            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
8606            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
8607            - lib/unicode/Props.txt lib/unicode/UCD300.html
8608            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
8609            - utils/perlbc.PL vms/subconfigure.com
8610           !> (integrate 785 files)
8611 ____________________________________________________________________________
8612 [  7374] By: jhi                                   on 2000/10/20  00:59:48
8613         Log: In the latest compiler builds cccdlflags must not become -fpic,
8614              from Wilfredo Sánchez.
8615      Branch: perl
8616            ! hints/darwin.sh
8617 ____________________________________________________________________________
8618 [  7373] By: jhi                                   on 2000/10/20  00:56:35
8619         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
8620              From: Tony Cook <tony@develop-help.com>
8621              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
8622              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
8623      Branch: perl
8624            ! pod/perlop.pod
8625 ____________________________________________________________________________
8626 [  7372] By: jhi                                   on 2000/10/19  19:34:40
8627         Log: Typo noted by Mark Lutz.
8628      Branch: perl
8629            ! t/op/64bitint.t
8630 ____________________________________________________________________________
8631 [  7371] By: jhi                                   on 2000/10/19  19:33:13
8632         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
8633      Branch: metaconfig
8634            ! U/modified/Cppsym.U U/modified/Oldconfig.U
8635      Branch: metaconfig/U/perl
8636            ! End.U dlsrc.U libperl.U
8637      Branch: perl
8638            + hints/nonstopux.sh
8639            ! Configure MANIFEST config_h.SH
8640 ____________________________________________________________________________
8641 [  7370] By: jhi                                   on 2000/10/19  17:18:08
8642         Log: Subject: PATCH do_print has 2 PerlIO_error()s
8643              From: nick@ccl4.org
8644              Date: Thu, 19 Oct 2000 18:09:20 +0100
8645              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
8646      Branch: perl
8647            ! doio.c
8648 ____________________________________________________________________________
8649 [  7369] By: jhi                                   on 2000/10/19  14:01:49
8650         Log: Update Changes.
8651      Branch: perl
8652            ! Changes patchlevel.h
8653 ____________________________________________________________________________
8654 [  7368] By: jhi                                   on 2000/10/19  13:04:29
8655         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
8656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8657              Date: Wed, 18 Oct 2000 13:12:01 +0200
8658              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
8659      Branch: perl
8660            ! hints/aix.sh
8661 ____________________________________________________________________________
8662 [  7367] By: jhi                                   on 2000/10/19  02:22:40
8663         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
8664              of a 'pmshort' anywhere in the B, so the offending line was simply
8665              removed.
8666      Branch: perl
8667            ! ext/B/B/Debug.pm
8668 ____________________________________________________________________________
8669 [  7366] By: jhi                                   on 2000/10/19  02:12:37
8670         Log: Add the test case for the bug id 20000730.004 which seems
8671              to have been fixed by now.
8672      Branch: perl
8673            ! t/pragma/utf8.t
8674 ____________________________________________________________________________
8675 [  7365] By: jhi                                   on 2000/10/18  23:36:24
8676         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
8677              From: Hugo <hv@crypt.compulink.co.uk>
8678              Date: Wed, 18 Oct 2000 23:25:58 +0100
8679              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
8680      Branch: perl
8681            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
8682 ____________________________________________________________________________
8683 [  7364] By: jhi                                   on 2000/10/18  21:12:53
8684         Log: (retracted)
8685      Branch: perl
8686            ! pp.c
8687 ____________________________________________________________________________
8688 [  7363] By: jhi                                   on 2000/10/18  20:55:38
8689         Log: Missing change from #7362.
8690      Branch: perl
8691            ! win32/perlhost.h
8692 ____________________________________________________________________________
8693 [  7362] By: jhi                                   on 2000/10/18  20:52:01
8694         Log: Borland C fstat() never saw the fd as writable.
8695              
8696              Subject: fix for Borland's weak "stat" (perl@7211)
8697              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8698              Date: Mon, 16 Oct 2000 09:55:03 +0400
8699              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
8700      Branch: perl
8701            ! win32/win32.c
8702 ____________________________________________________________________________
8703 [  7361] By: jhi                                   on 2000/10/18  17:43:50
8704         Log: Regen toc.
8705      Branch: perl
8706            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
8707 ____________________________________________________________________________
8708 [  7360] By: jhi                                   on 2000/10/18  17:07:44
8709         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8710              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
8711              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
8712              Date: Mon, 16 Oct 2000 15:19:49 +0200
8713      Branch: perl
8714            + README.aix
8715            ! MANIFEST
8716 ____________________________________________________________________________
8717 [  7359] By: jhi                                   on 2000/10/18  17:04:49
8718         Log: Subject: Pod patch for Devel::Peek
8719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8720              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
8721              Date: Mon, 16 Oct 2000 12:26:34 +0200
8722      Branch: perl
8723            ! ext/Devel/Peek/Peek.pm
8724 ____________________________________________________________________________
8725 [  7358] By: jhi                                   on 2000/10/18  17:03:15
8726         Log: Make Cwd more bulletproof in chrooted environments.
8727              
8728              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
8729              From: "Eric E. Coe" <Eric.Coe@oracle.com>
8730              Date: Wed, 18 Oct 2000 04:03:54 -0400
8731              Message-Id: <39ED596A.70E599FE@oracle.com>
8732      Branch: perl
8733            ! lib/Cwd.pm
8734 ____________________________________________________________________________
8735 [  7357] By: jhi                                   on 2000/10/18  16:37:26
8736         Log: Disable the UTF8 downgrade croakage for now to avoid
8737              too many not okay messages.
8738      Branch: perl
8739            ! doio.c
8740 ____________________________________________________________________________
8741 [  7356] By: jhi                                   on 2000/10/17  23:29:41
8742         Log: Show the failed remote port, instead of the failing line number.
8743              
8744              Subject: [PATCH 5.6.1 Debugger] More diagnostics
8745              From: David Sparks <daves@ActiveState.com>
8746              Date: Tue, 17 Oct 2000 15:00:24 -0700
8747              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
8748      Branch: perl
8749            ! lib/perl5db.pl
8750 ____________________________________________________________________________
8751 [  7355] By: jhi                                   on 2000/10/17  14:11:31
8752         Log: On output try to downgrade to bytes, croak if impossible,
8753              from Simon Cozens.  This means that outputting >255 UTF8
8754              is impossible.  Consider this as a strong incentive to get
8755              the I/O disciplines implemented.
8756      Branch: perl
8757            ! doio.c pod/perldiag.pod sv.c
8758 ____________________________________________________________________________
8759 [  7354] By: jhi                                   on 2000/10/17  13:42:23
8760         Log: Clarify documentation on 'use bytes'.
8761              
8762              Subject: Re: What does 'use bytes' "mean" ?
8763              From: Simon Cozens <simon@cozens.net>
8764              Date: Mon, 18 Sep 2000 18:24:25 +0100
8765              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
8766      Branch: perl
8767            ! lib/bytes.pm
8768 ____________________________________________________________________________
8769 [  7353] By: jhi                                   on 2000/10/17  13:28:12
8770         Log: Workaround for a sfio bug where the stream error indicator
8771              is not cleared as documented.
8772              
8773              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
8774              From: Nicholas Clark <nick@ccl4.org>
8775              Date: Mon, 16 Oct 2000 18:28:23 +0100
8776              Message-ID: <20001016182823.J19700@plum.flirble.org>
8777      Branch: perl
8778            ! doio.c
8779 ____________________________________________________________________________
8780 [  7352] By: jhi                                   on 2000/10/17  13:06:19
8781         Log: More IoTYPE sprinkling.
8782      Branch: perl
8783            ! doio.c pp_hot.c
8784 ____________________________________________________________________________
8785 [  7351] By: jhi                                   on 2000/10/16  22:47:07
8786         Log: Detect early whether the std streams have gone bad.
8787              
8788              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
8789              Date: Mon, 16 Oct 2000 23:28:42 +0100
8790              From: Nicholas Clark <nick@ccl4.org>
8791              Message-ID: <20001016232842.A37942@plum.flirble.org>
8792      Branch: perl
8793            ! t/op/misc.t
8794 ____________________________________________________________________________
8795 [  7350] By: jhi                                   on 2000/10/16  22:45:16
8796         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
8797              From: "Peter J. Farley III" <pjfarley@banet.net>
8798              Date: Mon, 16 Oct 2000 18:15:59 -0400
8799              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
8800      Branch: perl
8801            ! djgpp/djgpp.c dosish.h t/io/open.t
8802 ____________________________________________________________________________
8803 [  7349] By: jhi                                   on 2000/10/16  22:36:45
8804         Log: perldelta tweak.
8805      Branch: perl
8806            ! pod/perldelta.pod
8807 ____________________________________________________________________________
8808 [  7348] By: jhi                                   on 2000/10/16  15:17:53
8809         Log: Update Changes.
8810      Branch: perl
8811            ! Changes patchlevel.h
8812 ____________________________________________________________________________
8813 [  7347] By: jhi                                   on 2000/10/16  13:55:27
8814         Log: Add the capability to include/exclude branches.
8815      Branch: perl
8816            ! Porting/genlog
8817 ____________________________________________________________________________
8818 [  7346] By: jhi                                   on 2000/10/16  13:18:04
8819         Log: Add Charles Lane.
8820      Branch: perl
8821            ! AUTHORS Changes
8822 ____________________________________________________________________________
8823 [  7345] By: jhi                                   on 2000/10/16  13:13:21
8824         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
8825      Branch: perl
8826            ! pod/perldelta.pod
8827 ____________________________________________________________________________
8828 [  7344] By: gsar                                  on 2000/10/16  09:30:21
8829         Log: integrate change#6220 from cfgperl
8830              
8831              Win32 patches from Benjamin Stuhl.
8832      Branch: maint-5.6/perl
8833           !> makedef.pl win32/win32.h
8834 ____________________________________________________________________________
8835 [  7343] By: gsar                                  on 2000/10/16  08:32:19
8836         Log: integrate changes#6221,6222 from cfgperl
8837              
8838              Remove tr///CU (the feature is to be obsoleted by better interfaces).
8839              From: simon@brecon.co.uk (Simon Cozens)
8840              Subject: [PATCH] Eliminate tr///[CU][CU]
8841              Date: 23 Jun 2000 11:05:40 GMT
8842              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
8843              
8844              doc typo fix
8845              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
8846              From: Ian Phillipps <Ian.Phillipps@iname.com>
8847              Date: Fri, 23 Jun 2000 10:40:58 +0100
8848              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
8849      Branch: maint-5.6/perl
8850           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
8851 ____________________________________________________________________________
8852 [  7342] By: gsar                                  on 2000/10/16  08:28:08
8853         Log: integrate change#6217 from cfgperl (in part)
8854              
8855              Rename the fdpid locking and integrate with Sarathy.
8856      Branch: maint-5.6/perl
8857           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
8858           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
8859           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
8860           !> win32/win32.c
8861 ____________________________________________________________________________
8862 [  7341] By: gsar                                  on 2000/10/16  08:23:39
8863         Log: integrate changes#6214..6216 from mainline
8864              
8865              @_ can't have junk in it even in the non-USE_ITHREADS case because
8866              caller() wants to populate @DB::args with it (causes a coredump
8867              in Carp::confess())
8868              
8869              tweak comment about @DB::args
8870              
8871              be more optimal about clearing @_
8872      Branch: maint-5.6/perl
8873           !> av.h cop.h pp_ctl.c t/op/runlevel.t
8874 ____________________________________________________________________________
8875 [  7340] By: gsar                                  on 2000/10/16  08:20:37
8876         Log: integrate changes#6207..6210 from cfgperl
8877              
8878              Subject: [PATCH 5.6.0] Threadsafe patches
8879              From: Dan Sugalski <dan@sidhe.org>
8880              To: perl5-porters@perl.org
8881              Date: Mon, 08 May 2000 18:08:13 -0400
8882              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
8883              
8884              Regen headers for #6207.
8885              
8886              Lock PL_fdpid against race conditions, based on:
8887              Subject: [PATCH 5.6.0]subprocess fixup for threads
8888              From: Dan Sugalski <dan@sidhe.org>
8889              To: perl5-porters@perl.org
8890              Date: Tue, 11 Apr 2000 17:02:32 -0400
8891              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
8892              
8893              Mopup for #6207 and #6209.
8894      Branch: maint-5.6/perl
8895           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
8896           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
8897           !> win32/win32.c
8898 ____________________________________________________________________________
8899 [  7339] By: gsar                                  on 2000/10/16  08:14:34
8900         Log: integrate change#6203 from cfgperl
8901              
8902              perldiag should refer to perlos2.pod not README.os2
8903      Branch: maint-5.6/perl
8904           !> pod/perldiag.pod
8905 ____________________________________________________________________________
8906 [  7338] By: gsar                                  on 2000/10/16  08:11:42
8907         Log: integrate change#6201 from mainline
8908              
8909              Perl_eval_pv() leaks 4 bytes every time it is called because it
8910              does a PUSHMARK that's never ever POPMARKed; in general, only
8911              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
8912              Perl_eval_[sp]v() don't because they don't take any incoming
8913              arguments (this leak has been around since the original version
8914              of perl_eval_pv() in 5.003_97e)
8915      Branch: maint-5.6/perl
8916           !> perl.c
8917 ____________________________________________________________________________
8918 [  7337] By: gsar                                  on 2000/10/16  08:08:47
8919         Log: integrate changes#6197..6200 from cfgperl
8920              
8921              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
8922              From: John Borwick <jhborwic@unity.ncsu.edu>
8923              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
8924              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
8925              
8926              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
8927              From: Dan Sugalski <dan@sidhe.org>
8928              To: vmsperl@perl.org, perl5-porters@perl.org
8929              Date: Fri, 02 Jun 2000 16:00:41 -0400
8930              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
8931              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
8932              
8933              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
8934              From: Dan Sugalski <dan@sidhe.org>
8935              To: perl5-porters@perl.org, vmsperl@perl.org
8936              Date: Fri, 02 Jun 2000 17:30:51 -0400
8937              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
8938              
8939              Update to cperl-mode.el 4.31 from
8940              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
8941              Subject: A couple of notes
8942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8943              To: Mailing list Perl5 <perl5-porters@perl.org>
8944              Date: Sat, 3 Jun 2000 23:33:32 -0400
8945              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
8946      Branch: maint-5.6/perl
8947           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
8948           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
8949           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
8950           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
8951           !> vms/vmsish.h
8952 ____________________________________________________________________________
8953 [  7336] By: gsar                                  on 2000/10/16  08:03:46
8954         Log: integrate changes#6194,6195 from mainline
8955              
8956              fix small eval"" memory leaks under USE_ITHREADS
8957              
8958              fix yet another eval"" leak under USE_ITHREADS
8959      Branch: maint-5.6/perl
8960           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
8961           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
8962           !> vms/perly_c.vms
8963 ____________________________________________________________________________
8964 [  7335] By: gsar                                  on 2000/10/16  08:02:15
8965         Log: integrate changes#6190,6191 from mainline
8966              
8967              submit missing embed.pl change
8968              
8969              vec() loses numericalness (modified version of patch suggested
8970              by Robin Barker)
8971      Branch: maint-5.6/perl
8972           !> doop.c embed.pl t/op/vec.t
8973 ____________________________________________________________________________
8974 [  7334] By: gsar                                  on 2000/10/16  08:01:03
8975         Log: integrate change#6189 from mainline
8976              
8977              counting tr/// corrupts later operation (from M.J.T Guy)
8978      Branch: maint-5.6/perl
8979           !> doop.c t/op/tr.t
8980 ____________________________________________________________________________
8981 [  7333] By: gsar                                  on 2000/10/16  07:59:07
8982         Log: integrate changes#6183..6188 from mainline
8983              
8984              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
8985              <nick@ccl4.org>)
8986              
8987              tweak for change#6127
8988              
8989              remove incorrect documentation about implicit split to @_ in
8990              list context, which never really worked in perl 5 (from
8991              M.J.T. Guy)
8992              
8993              further qualify references to "alphanumeric" (from Wolfgang Laun
8994              <wolfgang.laun@alcatel.at>)
8995              
8996              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
8997              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8998              
8999              h2xs tweaks
9000      Branch: maint-5.6/perl
9001           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
9002           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
9003           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
9004           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
9005           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
9006           !> pod/pod2latex.PL utils/h2xs.PL
9007 ____________________________________________________________________________
9008 [  7332] By: gsar                                  on 2000/10/16  07:53:52
9009         Log: integrate change#6179 from mainline
9010              
9011              buggy modulus on UVs introduced by change#3378 (resulted in
9012              4063328477 % 65535 amounting to 27406, instead of 27407)
9013      Branch: maint-5.6/perl
9014           !> pp.c t/op/arith.t
9015 ____________________________________________________________________________
9016 [  7331] By: gsar                                  on 2000/10/16  07:52:49
9017         Log: integrate changes#6176,6177,6178,6182 from cfgperl
9018              
9019              Single-quoted utf8 patch from Simon Cozens.
9020              
9021              Substitution utf8 patch from Simon Cozens.
9022              
9023              Be cleaner.
9024              
9025              Be Cleaner Part Deux.
9026      Branch: maint-5.6/perl
9027           !> Makefile.SH pp_hot.c toke.c
9028 ____________________________________________________________________________
9029 [  7330] By: gsar                                  on 2000/10/16  07:41:36
9030         Log: integrate change#6172 from mainline
9031              
9032              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9033              (from Ilya Zakharevich)
9034      Branch: maint-5.6/perl
9035           !> regexec.c t/op/re_tests
9036 ____________________________________________________________________________
9037 [  7329] By: gsar                                  on 2000/10/16  07:40:25
9038         Log: integrate change#6171 from mainline
9039              
9040              scalar() doesn't force scalar context when used in void context
9041              (from Simon Cozens)
9042      Branch: maint-5.6/perl
9043           !> op.c t/op/wantarray.t
9044 ____________________________________________________________________________
9045 [  7328] By: gsar                                  on 2000/10/16  07:39:33
9046         Log: integrate change#6170 from mainline
9047              
9048              change#6142 needs tweaks to tests to work where there's no
9049              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9050      Branch: maint-5.6/perl
9051           !> t/lib/filefind.t
9052 ____________________________________________________________________________
9053 [  7327] By: gsar                                  on 2000/10/16  07:35:34
9054         Log: integrate changes#6166..6168 from cfgperl
9055              
9056              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
9057              in case somebody wants to write an extension for more
9058              shadow database interfaces.
9059              
9060              tweak todo
9061              
9062              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
9063      Branch: maint-5.6/perl
9064           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9065           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
9066           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
9067           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9068           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9069           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9070 ____________________________________________________________________________
9071 [  7326] By: gsar                                  on 2000/10/16  07:29:05
9072         Log: integrate changes#6157,6159..6161,6164 from cfgperl
9073              
9074              Regen Configure to jive with #6149.
9075              
9076              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
9077              
9078              Changes for the File::Temp 0.08 (change #6159) test suite
9079              to fit better into the Perl distribution test framework.
9080              
9081              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
9082              both from Simon Cozens.
9083              
9084              detypo
9085      Branch: maint-5.6/perl
9086           +> pod/perlmodlib.PL pod/perlnewmod.pod
9087           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
9088           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
9089           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9090           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9091 ____________________________________________________________________________
9092 [  7325] By: gsar                                  on 2000/10/16  07:25:13
9093         Log: integrate change#6158 from vmsperl
9094              
9095              Add fallback to tmpfile for use in cases where user's relying on
9096              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
9097              Lane's patch)
9098      Branch: maint-5.6/perl
9099           !> vms/vms.c vms/vmsish.h
9100 ____________________________________________________________________________
9101 [  7324] By: gsar                                  on 2000/10/16  07:20:50
9102         Log: integrate changes#6153..6155 from mainline
9103              
9104              prettier Test::Harness output on failed tests (from Nicholas Clark
9105              <nick@Bagpuss.uk.boo.com>)
9106              
9107              avoid type mismatch warning
9108              
9109              small bug in change#6144; remove random \xA0 character that snuck
9110              in via change#6145
9111      Branch: maint-5.6/perl
9112           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
9113           !> perl.c
9114 ____________________________________________________________________________
9115 [  7323] By: gsar                                  on 2000/10/16  07:18:47
9116         Log: integrate changes#6151,6152 from mainline
9117              
9118              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9119              
9120              cosmetic fixups of RE debug output (from Ilya Zakharevich)
9121      Branch: maint-5.6/perl
9122           !> regexec.c
9123 ____________________________________________________________________________
9124 [  7322] By: gsar                                  on 2000/10/16  07:17:25
9125         Log: integrate changes#6146..6150 from mainline
9126              
9127              doc typo
9128              
9129              add a make entry to Config.pm so "perl -V:make" works on VMS
9130              (from Peter Prymmer)
9131              
9132              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9133              
9134              OS/2 tweaks for usethreads build (from Rocco Caputo
9135              <troc@netrus.net>)
9136              
9137              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9138      Branch: maint-5.6/perl
9139           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
9140           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
9141           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
9142           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
9143           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
9144           !> warnings.pl x2p/a2p.h
9145 ____________________________________________________________________________
9146 [  7321] By: gsar                                  on 2000/10/16  07:14:02
9147         Log: integrate changes#6143..6145 from mainline
9148              
9149              MacOS support, part 1 (from Matthias Neeracher
9150              <neeri@iis.ee.ethz.ch>)
9151              
9152              MacOS support, part 2: make AutoSplit use File::Spec instead
9153              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9154              <neeri@iis.ee.ethz.ch>)
9155              
9156              make xsubpp skip embedded pod (from Matthias Neeracher
9157              <neeri@iis.ee.ethz.ch>)
9158      Branch: maint-5.6/perl
9159           +> ext/DynaLoader/dl_mac.xs
9160           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9161           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9162           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
9163           !> pp_ctl.c proto.h toke.c util.c util.h
9164 ____________________________________________________________________________
9165 [  7320] By: gsar                                  on 2000/10/16  07:12:13
9166         Log: integrate changes#6141,6142 from mainline
9167              
9168              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9169              forwarded by Peter Seebach from the bsdi-users mailing list.
9170              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9171              
9172              File::Find fails to chdir when chasing symlinks (from
9173              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9174      Branch: maint-5.6/perl
9175           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
9176 ____________________________________________________________________________
9177 [  7319] By: gsar                                  on 2000/10/16  07:04:30
9178         Log: integrate change#6139 from mainline
9179              
9180              revise mktables.PL for bugs and newness in Unicode 3.0
9181              (from James Bence <jbence@amgen.com>)
9182      Branch: maint-5.6/perl
9183           +> (branch 30 files)
9184           !> (integrate 49 files)
9185 ____________________________________________________________________________
9186 [  7318] By: gsar                                  on 2000/10/16  07:01:01
9187         Log: integrate changes#6137,6138 from mainline
9188              
9189              fix bogus redeclaration warning for "our" variables in different
9190              scopes
9191              
9192              add note about the handling of negative indices to tied arrays
9193              (from Michael G Schwern <schwern@pobox.com>)
9194      Branch: maint-5.6/perl
9195           !> op.c pod/perltie.pod t/pragma/strict-vars
9196 ____________________________________________________________________________
9197 [  7317] By: gsar                                  on 2000/10/16  06:58:46
9198         Log: integrate changes#6127..6136 from mainline
9199              
9200              call_method(...,G_EVAL) can longjmp() out if the method probing
9201              failed (from Gisle Aas)
9202              
9203              new perlxstut example for passing/returning refs to arrays
9204              (from David Lowe <dlowe@pootpoot.com>)
9205              
9206              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9207              
9208              fix places that mean C<"word" character> but say C<alphanumeric
9209              character>
9210              
9211              avoid warnings in POSIX.pm (from Barrie Slaymaker)
9212              
9213              warnings::enabled() doesn't fall back to looking at $^W if
9214              caller isn't using lexical warnings (from Paul Marquess)
9215              
9216              elide bogus test in change#6132
9217              
9218              make Test::Harness use wait.h/WCOREDUMP if available
9219              (from Ben Tilly <ben_tilly@hotmail.com>)
9220              
9221              enable Test::Harness to dynamically determine column width etc.
9222              (from Rob Napier <rnapier@employees.org>)
9223              
9224              random pod typos (from Peter Scott <Peter@PSDT.com>)
9225      Branch: maint-5.6/perl
9226           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
9227           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
9228           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9229           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
9230 ____________________________________________________________________________
9231 [  7316] By: gsar                                  on 2000/10/16  06:53:23
9232         Log: integrate change#6126 from mainline
9233              
9234              change#2879 broke rvalue autovivification of magicals such as
9235              ${$num} (reworked variant of patch suggested by Simon Cozens)
9236      Branch: maint-5.6/perl
9237           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9238           !> pp_hot.c proto.h t/op/gv.t
9239 ____________________________________________________________________________
9240 [  7315] By: gsar                                  on 2000/10/16  06:51:38
9241         Log: integrate changes#6123,6125 from mainline
9242              
9243              clarify gotcha with #line directives (from Rocco Caputo
9244              <troc@netrus.net>)
9245              
9246              enable propagating exception objects via Perl_croak() in XS code
9247              (from Gisle Aas)
9248      Branch: maint-5.6/perl
9249           !> pod/perldebug.pod pod/perlsyn.pod util.c
9250 ____________________________________________________________________________
9251 [  7314] By: gsar                                  on 2000/10/16  06:49:28
9252         Log: integrate change#6122 from mainline
9253              
9254              downgrade fatal error on C<"foo@nosucharray.com"> to optional
9255              warning (from Mark-Jason Dominus)
9256      Branch: maint-5.6/perl
9257           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
9258           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9259           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9260           !> toke.c
9261 ____________________________________________________________________________
9262 [  7313] By: gsar                                  on 2000/10/16  06:46:54
9263         Log: integrate changes#6112..6121 from vmsperl
9264              
9265              Check for existence of file before trying to delete
9266              
9267              Ugly workaround for version-specific RTL error
9268              
9269              Urk -- undo previous removal of vmsish 'exit' change
9270              
9271              Add bounds checking for several strings (Charles Lane)
9272              
9273              Miscellaneous cosmetic fixes (Charles Lane)
9274              
9275              Treat sockets as special in sys(read|write) (Charles Lane et al.)
9276              
9277              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
9278              Flatten case labels in switch statements uniformly (Charles Bailey)
9279              
9280              Quiet error messages in vmsish.t (Charles Lane)
9281              
9282              Add missing escape (Charles Lane)
9283              
9284              Allow eliminate_macros() and fixpath() to handle space-delimited
9285              lists (based on fixes by Craig Berry)
9286      Branch: maint-5.6/perl
9287           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9288           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9289           !> vms/vmsish.h
9290 ____________________________________________________________________________
9291 [  7312] By: gsar                                  on 2000/10/16  06:41:18
9292         Log: integrate changes#6107,6110 from cfgperl
9293              
9294              Tweak the todo list.
9295              
9296              todo tweak
9297      Branch: maint-5.6/perl
9298           !> Todo-5.6
9299 ____________________________________________________________________________
9300 [  7311] By: gsar                                  on 2000/10/16  06:38:38
9301         Log: integrate changes#6104,6108 from mainline
9302              
9303              PL_sys_intern was being initialized too late on windows
9304              
9305              reenable fake signal handling on Windows, bugs and all
9306      Branch: maint-5.6/perl
9307           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
9308           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
9309           !> win32/win32.c
9310 ____________________________________________________________________________
9311 [  7310] By: gsar                                  on 2000/10/16  06:36:03
9312         Log: integrate changes#6095,6097..6103 from cfgperl
9313              
9314              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
9315              might be useful in future.
9316              
9317              Add a note about possible compilation problems from Allen Smith.
9318              
9319              Add a note about other, yet unsupported, shadow password APIs.
9320              
9321              Tweaks for the cc bugs from Allen Smith.
9322              
9323              More compilation tweakery from Allen Smith.
9324              
9325              Hints and test tweaks for Unicos.
9326              
9327              The test suite tweak in #6101 wasn't quite right.
9328              
9329              Test tweaking for Unicos continues.
9330      Branch: maint-5.6/perl
9331           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9332           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
9333           !> t/lib/complex.t t/op/64bitint.t
9334 ____________________________________________________________________________
9335 [  7309] By: gsar                                  on 2000/10/16  06:29:41
9336         Log: integrate changes#6093,6094 from mainline
9337              
9338              fork() failure to create pseudo process sets errno=EAGAIN and returns
9339              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9340              
9341              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9342      Branch: maint-5.6/perl
9343           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9344           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
9345 ____________________________________________________________________________
9346 [  7308] By: gsar                                  on 2000/10/16  06:27:29
9347         Log: integrate change#6092 from cfgperl
9348              
9349              Regen perltoc with the fixed buildtoc.
9350      Branch: maint-5.6/perl
9351           !> pod/perltoc.pod
9352 ____________________________________________________________________________
9353 [  7307] By: gsar                                  on 2000/10/16  06:26:40
9354         Log: integrate changes#6089,6090 from mainline
9355              
9356              buildtoc tweak to fix newline lossage
9357              
9358              concat doesn't preserve utf8-ness, and doesn't invalidate
9359              [NI]OK; added tests for both
9360      Branch: maint-5.6/perl
9361           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
9362 ____________________________________________________________________________
9363 [  7306] By: gsar                                  on 2000/10/16  06:24:05
9364         Log: integrate change#6088 from cfgperl
9365              
9366              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
9367              because we do not use those.  The HAS_GETSPNAM remains,
9368              though, because we still do use that.
9369      Branch: maint-5.6/perl
9370           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9371           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
9372           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
9373           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9374           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9375           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9376 ____________________________________________________________________________
9377 [  7305] By: gsar                                  on 2000/10/16  06:15:52
9378         Log: integrate changes#6084,6085,6087 from mainline
9379              
9380              substr() does not preserve utf8-ness (from Stefan Eissing
9381              <Eissing@medicaldataservice.de>); added tests
9382              
9383              repeat operator (x) doesn't preserve utf8-ness
9384              
9385              reverse() and quotemeta() weren't preserving utf8-ness; add tests
9386      Branch: maint-5.6/perl
9387           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9388 ____________________________________________________________________________
9389 [  7304] By: gsar                                  on 2000/10/16  06:13:10
9390         Log: integrate changes#6077..6083 from mainline
9391              
9392              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9393              and Tom Phoenix)
9394              
9395              workaround for CRT bug in chdir() (from Charles Lane, via
9396              Peter Prymmer)
9397              
9398              remove outdated kludge in Carp (NULLs are permitted in diagnostics
9399              now)
9400              
9401              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9402              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9403              
9404              better default perlbug categories for ok reports (from Richard Foley)
9405              
9406              peek.t non-portable to ithreads
9407              
9408              note about undocumented caller() return value (from M.J.T. Guy);
9409              yet another peek.t tweak
9410      Branch: maint-5.6/perl
9411           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9412           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9413           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
9414           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
9415           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
9416           !> vms/vmsish.h
9417 ____________________________________________________________________________
9418 [  7303] By: gsar                                  on 2000/10/16  06:03:18
9419         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
9420              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
9421              
9422              &HUGE_VAL is not defined, it exists.
9423              
9424              Do not warn that an infinity does not look like a number.
9425              
9426              Rewrite the pwent/spent logic to be a little bit more clearer.
9427              
9428              Continue on the pwent/spent case.
9429              
9430              Correct Freudian slip.
9431              
9432              Use HUGE_VALL if applicable.
9433              
9434              pwent/spent #ifdef imbalance.
9435              
9436              Infinite problems.
9437              
9438              Call getspnam() only iff needd.
9439              
9440              Test both the scalar and list contexts.
9441              
9442              Use setxxent()/endxxent().
9443              
9444              Complex tweakery.
9445              
9446              Unicos hint tweak.
9447              
9448              Be more forgiving in POSIX about HUGE_VALL.
9449              
9450              Detypo.
9451              
9452              The search of infinity continues, this time simplified.
9453              
9454              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
9455              in natively 64-bit platforms where a long is a quad (no need
9456              for long longs).  Also added bias for IVs.
9457              
9458              Complex tweaks.
9459              
9460              Introduce t/lib/peek.t.
9461              
9462              Make the test more portable.
9463      Branch: maint-5.6/perl
9464           +> t/lib/peek.t
9465            ! pp_sys.c
9466           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
9467           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
9468           !> t/op/pwent.t toke.c util.c
9469 ____________________________________________________________________________
9470 [  7302] By: gsar                                  on 2000/10/16  05:03:37
9471         Log: integrate changes#6066..6071 from mainline
9472              
9473              s/END/CHECK/
9474              
9475              replace direct call to sighandler() with (*PL_sighandlerp)()
9476              
9477              note about values()
9478              
9479              File::Spec compatibility update (from Barrie Slaymaker
9480              <barries@slaysys.com>)
9481              
9482              remove misleading comment (from M.J.T. Guy)
9483              
9484              misformatted perllocal.pod (from Tim Jenness
9485              <t.jenness@jach.hawaii.edu>)
9486      Branch: maint-5.6/perl
9487           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9488           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9489           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
9490           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
9491 ____________________________________________________________________________
9492 [  7301] By: gsar                                  on 2000/10/16  05:00:08
9493         Log: integrate changes#6061..6063 from mainline
9494              
9495              change#5921 neglected to make eq honor "use bytes"
9496              
9497              additional tests for utf8.t
9498              
9499              tokeq() could read unallocated field in argument
9500      Branch: maint-5.6/perl
9501           !> sv.c t/pragma/utf8.t toke.c
9502 ____________________________________________________________________________
9503 [  7300] By: gsar                                  on 2000/10/16  04:56:54
9504         Log: integrate changes#6046,6048,6057,6058 from mainline
9505              
9506              libscheck has insufficient checks for n32 libs (from
9507              Albert Chin-A-Young <china@thewrittenword.com>)
9508              
9509              add note about how $( doesn't interpolate in REs (from
9510              Philip Newton <newton@ficus.frogspace.net>)
9511              
9512              fix broken parsing of /\x{ab}/
9513              
9514              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
9515              (spotted by Donald Kinzer <dkinzer@premia.com>)
9516      Branch: maint-5.6/perl
9517           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
9518           !> t/pragma/utf8.t
9519 ____________________________________________________________________________
9520 [  7299] By: gsar                                  on 2000/10/16  04:52:50
9521         Log: integrate change#6044 from mainline
9522              
9523              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
9524              such that underscores are only ignored in literal numbers,
9525              "\x{...}", and hex/oct argument
9526      Branch: maint-5.6/perl
9527           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
9528 ____________________________________________________________________________
9529 [  7298] By: gsar                                  on 2000/10/16  04:50:53
9530         Log: integrate changes#6027..6043 from mainline
9531              
9532              podlators-1.02 update (from Russ Allbery)
9533              
9534              Pod::Man generates groff-incompatible macro definition (from
9535              Tom Christiansen)
9536              
9537              add CGI.pm v2.66 (from Lincoln Stein)
9538              
9539              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
9540              for @- and @+ (from Johan Vromans)
9541              
9542              small nits in diagnostics.pm (from Robin Barker)
9543              
9544              whitespace adjustments
9545              
9546              missing files in MANIFEST
9547              
9548              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
9549              to compensate
9550              
9551              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
9552              
9553              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
9554      Branch: maint-5.6/perl
9555           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
9556           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
9557           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
9558           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
9559           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
9560           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
9561           !> t/lib/cgi-html.t t/lib/cgi-request.t
9562 ____________________________________________________________________________
9563 [  7297] By: gsar                                  on 2000/10/16  04:44:30
9564         Log: integrate change#6025 from mainline
9565              
9566              Is{Alnum,Alpha,Word} don't match titlecase
9567              TODO: IsSpace is defined recursively!
9568              (both spotted by Larry)
9569      Branch: maint-5.6/perl
9570           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9571           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9572 ____________________________________________________________________________
9573 [  7296] By: gsar                                  on 2000/10/16  04:39:30
9574         Log: integrate change#6023 from mainline
9575              
9576              debugger stomps on $. (from M.J.T. Guy)
9577      Branch: maint-5.6/perl
9578           !> lib/perl5db.pl
9579 ____________________________________________________________________________
9580 [  7295] By: gsar                                  on 2000/10/16  04:38:02
9581         Log: integrate change#6022 from mainline
9582              
9583              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
9584      Branch: maint-5.6/perl
9585           !> sv.c
9586 ____________________________________________________________________________
9587 [  7294] By: gsar                                  on 2000/10/16  04:37:05
9588         Log: integrate changes#6018..6021 from mainline
9589              
9590              make lib/syslog.t portable to systems that don't have _PATH_LOG,
9591              make _PATH_LOG() return "" if unavailable
9592              
9593              windows portability tweaks
9594              
9595              test tweak
9596              
9597              remove Win2K issue in pod (fixed by change#6020)
9598      Branch: maint-5.6/perl
9599           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9600           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
9601           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
9602 ____________________________________________________________________________
9603 [  7293] By: gsar                                  on 2000/10/16  04:20:00
9604         Log: integrate changes#6013..6015 from mainline
9605              
9606              tweak change#5945 to display correct switch name in diagnostic
9607              
9608              glob() loading File::Glob behind the scenes may cause syntax errors
9609              
9610              tweak test for portability
9611      Branch: maint-5.6/perl
9612           !> op.c perl.c pod/perldiag.pod t/lib/b.t
9613 ____________________________________________________________________________
9614 [  7292] By: gsar                                  on 2000/10/16  04:18:11
9615         Log: integrate changes#6005..6010 from mainline, cfgperl
9616              
9617              perldoc might fail via "use blib" (from Hugo van der Sanden)
9618              
9619              Regen Configure.
9620              
9621              note about compile failures and END blocks (from M.J.T. Guy)
9622              
9623              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
9624              
9625              (change#6009 integrated earlier in change#7255)
9626              
9627              clarify note about shadow password support (from
9628              gellyfish@gellyfish.com)
9629      Branch: maint-5.6/perl
9630           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9631           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
9632           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
9633 ____________________________________________________________________________
9634 [  7291] By: gsar                                  on 2000/10/16  04:12:03
9635         Log: integrate changes#6002,6003 from mainline
9636              
9637              destructive sv_setsv() can lose UV-ness from source, causing
9638              numeric promotions/comparisons to fail to do the right thing
9639              
9640              allow REG_EXPAND_SZ keys in Windows registry (from
9641              John Clayton <John.Clayton@barclayscapital.com>)
9642      Branch: maint-5.6/perl
9643           !> sv.c win32/win32.c
9644 ____________________________________________________________________________
9645 [  7290] By: gsar                                  on 2000/10/16  04:10:19
9646         Log: integrate change#6001 from mainline
9647              
9648              support additional library locations via $Config{otherlibdirs}
9649              (from Andy Dougherty)
9650      Branch: maint-5.6/perl
9651           !> Configure INSTALL Porting/Glossary Porting/config.sh
9652           !> Porting/config_H config_h.SH epoc/config.sh perl.c
9653           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
9654           !> win32/config.bc win32/config.gc win32/config.vc
9655 ____________________________________________________________________________
9656 [  7289] By: gsar                                  on 2000/10/16  04:08:28
9657         Log: integrate change#5999 from mainline
9658              
9659              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9660      Branch: maint-5.6/perl
9661           !> t/pragma/warn/toke toke.c
9662 ____________________________________________________________________________
9663 [  7288] By: gsar                                  on 2000/10/16  04:07:01
9664         Log: integrate changes#5997,5998 from cfgperl
9665              
9666              Preserve $!.
9667              
9668              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
9669      Branch: maint-5.6/perl
9670           !> lib/Math/Complex.pm
9671 ____________________________________________________________________________
9672 [  7287] By: gsar                                  on 2000/10/16  04:04:37
9673         Log: integrate change#5995 from mainline
9674              
9675              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9676      Branch: maint-5.6/perl
9677           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9678 ____________________________________________________________________________
9679 [  7286] By: gsar                                  on 2000/10/16  04:03:21
9680         Log: integrate change#5994 from mainline
9681              
9682              fix for missed accounting for null byte in pack("Z",...) (from
9683              M.J.T. Guy)
9684      Branch: maint-5.6/perl
9685           !> pp.c t/op/pack.t
9686 ____________________________________________________________________________
9687 [  7285] By: gsar                                  on 2000/10/16  04:02:11
9688         Log: integrate changes#5989..5993 from mainline
9689              
9690              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
9691              itself and no other (from Tom Hughes)
9692              
9693              use $ENV{LIB} to search for libs under Visual C compiler
9694              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9695              
9696              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
9697              
9698              pod nit (from Simon Cozens)
9699              
9700              various minor tweaks seen on p5p
9701      Branch: maint-5.6/perl
9702           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
9703           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
9704           !> t/op/array.t toke.c
9705 ____________________________________________________________________________
9706 [  7284] By: gsar                                  on 2000/10/16  03:59:00
9707         Log: integrate changes#5978..5988 from mainline
9708              
9709              sync version numbers in File::Spec with the ones on CPAN
9710              (from Barrie Slaymaker)
9711              
9712              under useithreads, constant pad entries could inadvertantly be
9713              shared across threads (from Eric Blood <eblood@xmission.com>);
9714              added Eric's test case to testsuite
9715              
9716              allow Configure -S to run non-interactively (spotted by Greg Hudson
9717              <ghudson@mit.edu>)
9718              
9719              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
9720              prototype mismatch with CORE::glob(); update pod and tests to
9721              suit (File::Glob::glob() is still available for backward
9722              compatibility, but should be considered deprecated)
9723              
9724              avoid error in IO::Socket::INET when given an unknown service name
9725              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
9726              
9727              numeric conversion of non-number in change#3378 tramples on
9728              OOK offset, causing segfaults
9729              
9730              attributes::reftype() doesn't work on tied argument
9731              
9732              forked child may not exit correctly if it failed to open
9733              /dev/console (from Graham Barr)
9734              
9735              add regular expressions tutorial and quick-start guide (from
9736              Mark Kvale <kvale@phy.ucsf.edu>)
9737              
9738              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
9739              
9740              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
9741              <paul@miraclefish.com>)
9742      Branch: maint-5.6/perl
9743           +> pod/perlrequick.pod pod/perlretut.pod
9744           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
9745           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
9746           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
9747           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
9748           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9749           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9750           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
9751           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
9752 ____________________________________________________________________________
9753 [  7283] By: gsar                                  on 2000/10/16  03:52:14
9754         Log: integrate change#5977 from mainline
9755              
9756              autoquote barewords followed by newline and arrow properly
9757              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9758      Branch: maint-5.6/perl
9759           !> t/pragma/warn/toke toke.c
9760 ____________________________________________________________________________
9761 [  7282] By: gsar                                  on 2000/10/16  03:50:48
9762         Log: integrate change#5976 from mainline
9763              
9764              DB_File v1.73 update (from Paul Marquess)
9765      Branch: maint-5.6/perl
9766           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
9767           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
9768 ____________________________________________________________________________
9769 [  7281] By: gsar                                  on 2000/10/16  03:49:14
9770         Log: integrate change#5975 from mainline
9771              
9772              allow sort() reentrancy (variant of patch suggested by
9773              Hugo van der Sanden)
9774      Branch: maint-5.6/perl
9775           !> pp_ctl.c t/op/sort.t
9776 ____________________________________________________________________________
9777 [  7280] By: gsar                                  on 2000/10/16  03:48:22
9778         Log: integrate change#5974 from mainline
9779              
9780              change#4197 somehow missed initializing PL_errors, meaning
9781              syntax error queueing wasn't working outside eval"" at all;
9782              also fixed eval"" to localize PL_error_count, so that compile-time
9783              eval's don't clobber the error state of the outer context
9784      Branch: maint-5.6/perl
9785           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
9786           !> t/pragma/warn/toke
9787 ____________________________________________________________________________
9788 [  7279] By: gsar                                  on 2000/10/16  03:46:21
9789         Log: integrate change#5973 from mainline
9790              
9791              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
9792      Branch: maint-5.6/perl
9793           !> regcomp.c regexec.c t/op/re_tests
9794 ____________________________________________________________________________
9795 [  7278] By: gsar                                  on 2000/10/16  03:44:54
9796         Log: integrate change#5971 from cfgperl
9797              
9798              Unicos tweaks from Mark P. Lutz.
9799      Branch: maint-5.6/perl
9800           !> hints/unicos.sh lib/Math/Complex.pm
9801 ____________________________________________________________________________
9802 [  7277] By: gsar                                  on 2000/10/16  03:42:59
9803         Log: integrate changes#5966..5970 from mainline
9804              
9805              add testsuite for B backends, fix bug in B::Deparse (from
9806              Simon Cozens <simon@brecon.co.uk>)
9807              
9808              improved docs on the warn_uninit diagnostic (from David Glasser
9809              and Simon Cozens)
9810              
9811              tolerate spaces in group names in test on solaris (from David Boyce
9812              <dsb@boyski.com>)
9813              
9814              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9815              
9816              Data::Dumper fumbles negative numbers on 32-bit platforms where
9817              IV is >32bits
9818      Branch: maint-5.6/perl
9819           +> t/lib/b.t t/lib/syslog.t
9820           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9821           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
9822           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
9823 ____________________________________________________________________________
9824 [  7276] By: gsar                                  on 2000/10/16  03:39:30
9825         Log: integrate change#5965 from mainline
9826              
9827              avoid "will not stay shared" warnings for our variables (from
9828              Robin Barker)
9829      Branch: maint-5.6/perl
9830           !> op.c t/pragma/warn/op
9831 ____________________________________________________________________________
9832 [  7275] By: gsar                                  on 2000/10/16  03:38:18
9833         Log: integrate change#5964 from mainline
9834              
9835              reformat to 72 columns (again)
9836      Branch: maint-5.6/perl
9837           !> pod/perldiag.pod
9838 ____________________________________________________________________________
9839 [  7274] By: gsar                                  on 2000/10/16  03:36:58
9840         Log: integrate change#5963 from mainline
9841              
9842              patch from Larry to make (\&) prototype work; added tests for
9843              the same
9844      Branch: maint-5.6/perl
9845           !> op.c t/comp/proto.t
9846 ____________________________________________________________________________
9847 [  7273] By: gsar                                  on 2000/10/16  03:35:51
9848         Log: integrate changes#5956..5962 from mainline
9849              
9850              better diagnostics on failed tests (from Ilya Zakharevich)
9851              
9852              pod nits (from A. C. Yardley <yardley@tanet.net>)
9853              
9854              change#3569 deleted some essential code, revert; avoid use of
9855              atexit() to make DynaLoader work properly on AIX under mod_perl
9856              (from Jens-Uwe Mager <jum@helios.de>)
9857              
9858              doubled words in pods (from Simon Cozens
9859              <simon.p.cozens@jp.pwcglobal.com>)
9860              
9861              better INSTALL notes on Solaris issues (from Dominic Dunlop)
9862              
9863              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9864              
9865              updated README.hpux (from Jeff Okamoto)
9866      Branch: maint-5.6/perl
9867           !> INSTALL README.hpux emacs/cperl-mode.el
9868           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
9869           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
9870           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
9871           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
9872           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
9873           !> t/op/lex_assign.t
9874 ____________________________________________________________________________
9875 [  7272] By: gsar                                  on 2000/10/16  03:31:22
9876         Log: integrate change#5955 from mainline
9877              
9878              longstanding bug exposed by change#3307: sort arguments weren't
9879              compiled with the right wantarray context (ensuing runtime lookup
9880              via block_gimme() was getting the incidental context of the
9881              sort() itself)
9882      Branch: maint-5.6/perl
9883           !> op.c t/op/sort.t
9884 ____________________________________________________________________________
9885 [  7271] By: gsar                                  on 2000/10/16  03:29:11
9886         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
9887              branch
9888              
9889              Flatten the cpp jungle doing the nosuid checking.
9890              
9891              Do not assume sign propagation. (from M.J.T. Guy)
9892              
9893              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
9894              
9895              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
9896              Now pp_ncmp() returns undef is either operand is a NaN.
9897              
9898              On second thoughts frexp() does have two arguments.
9899              
9900              Document that tr() is not tr(1).
9901              
9902              Be more robust on "extreme" (large absolute value)
9903              arguments.  Originally reported by Daniel Connelly
9904              as a problem with asinh() on large negative arguments,
9905              asinh() used to bail out because an argument to log()
9906              ended up being zero.  Ilya Zakharevich proposed using
9907              Taylor's series in such cases, which for such large
9908              arguments is a very good approximation.
9909              
9910              Undo "use integer" addition from 64bitint as it seems
9911              to break most of the subtests in Digital UNIX;
9912              Unicos needs to find another way.
9913      Branch: maint-5.6/perl
9914           !> (integrate 29 files)
9915 ____________________________________________________________________________
9916 [  7270] By: gsar                                  on 2000/10/16  03:09:44
9917         Log: integrate changes#5948,5949,5950 from mainline
9918              
9919              typo in vars.pm that leads to cryptic message (from Piotr
9920              Piatkowski <kompas@kompas.usr.onet.pl>)
9921              
9922              make perldoc use the pod2man from the same version (from
9923              M.J.T. Guy)
9924              
9925              reformat perldiag to avoid long lines
9926      Branch: maint-5.6/perl
9927           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
9928 ____________________________________________________________________________
9929 [  7269] By: gsar                                  on 2000/10/16  03:05:54
9930         Log: integrate change#5947 from mainline
9931              
9932              use &dl_error rather than &dl_load_file as the guard for calling
9933              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
9934              statically built perl)
9935      Branch: maint-5.6/perl
9936           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9937 ____________________________________________________________________________
9938 [  7268] By: gsar                                  on 2000/10/16  03:04:48
9939         Log: integrate change#5945 from mainline
9940              
9941              make module name mandatory after -M switch; reorder perldiag
9942              alphabetically (from Mark-Jason Dominus)
9943      Branch: maint-5.6/perl
9944           !> perl.c pod/perldiag.pod
9945 ____________________________________________________________________________
9946 [  7267] By: gsar                                  on 2000/10/16  03:03:01
9947         Log: integrate change#5939 from mainline
9948              
9949              more pod nits (from Larry Virden)
9950      Branch: maint-5.6/perl
9951           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
9952           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
9953           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9954 ____________________________________________________________________________
9955 [  7266] By: gsar                                  on 2000/10/16  03:01:39
9956         Log: integrate change#5938 from mainline
9957              
9958              Consolidated B::Deparse fixes (from Stephen McCamant)
9959      Branch: maint-5.6/perl
9960           !> ext/B/B/Deparse.pm
9961 ____________________________________________________________________________
9962 [  7265] By: gsar                                  on 2000/10/16  03:00:43
9963         Log: integrate change#5936 from mainline
9964              
9965              additional tests for change#7263 (from Paul Marquess)
9966      Branch: maint-5.6/perl
9967           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
9968           !> t/pragma/warn/5nolint t/pragma/warn/6default
9969 ____________________________________________________________________________
9970 [  7264] By: gsar                                  on 2000/10/16  02:58:34
9971         Log: integrate change#5934 from mainline
9972              
9973              propagate lexical warnings from surrounding scope correctly
9974              within string eval() (from Paul Marquess)
9975      Branch: maint-5.6/perl
9976           !> pp_ctl.c t/pragma/warn/pp_ctl
9977 ____________________________________________________________________________
9978 [  7263] By: gsar                                  on 2000/10/16  02:56:53
9979         Log: integrate change#5932 from mainline
9980              
9981              add rsignal(), whichsig() and do_join() to public API list
9982              (mod_perl uses them to good advantage)
9983      Branch: maint-5.6/perl
9984           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
9985 ____________________________________________________________________________
9986 [  7262] By: gsar                                  on 2000/10/16  02:55:53
9987         Log: integrate change#5931 from mainline
9988              
9989              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
9990      Branch: maint-5.6/perl
9991           !> pp_hot.c regexec.c t/op/pat.t
9992 ____________________________________________________________________________
9993 [  7261] By: gsar                                  on 2000/10/16  02:55:01
9994         Log: integrate change#5930 from mainline
9995              
9996              small os390 tweaks (from Peter Prymmer)
9997      Branch: maint-5.6/perl
9998           !> config_h.SH makedepend.SH
9999 ____________________________________________________________________________
10000 [  7260] By: gsar                                  on 2000/10/16  02:54:10
10001         Log: integrate change#5929 from mainline
10002              
10003              pod nits
10004      Branch: maint-5.6/perl
10005           !> pod/perlguts.pod
10006 ____________________________________________________________________________
10007 [  7259] By: gsar                                  on 2000/10/16  02:52:55
10008         Log: integrate change#5927 from mainline
10009              
10010              arrange for next() to resume at the unstack op rather than the
10011              loop conditional, so that scope cleanup happens correctly
10012              (from Stephen McCamant)
10013      Branch: maint-5.6/perl
10014           !> op.c pp_ctl.c t/op/misc.t
10015 ____________________________________________________________________________
10016 [  7258] By: gsar                                  on 2000/10/16  02:51:38
10017         Log: integrate change#5926 from mainline
10018              
10019              on windows, reserve 16M of stack rather than 128M (allows more
10020              threads to run concurrently)
10021      Branch: maint-5.6/perl
10022           !> win32/Makefile win32/makefile.mk
10023 ____________________________________________________________________________
10024 [  7257] By: gsar                                  on 2000/10/16  02:50:37
10025         Log: integrate change#5925 from mainline
10026              
10027              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10028      Branch: maint-5.6/perl
10029           !> toke.c
10030 ____________________________________________________________________________
10031 [  7256] By: gsar                                  on 2000/10/16  02:49:36
10032         Log: integrate change#5924 from mainline
10033              
10034              avoid using uninitialized memory in require version check
10035      Branch: maint-5.6/perl
10036           !> pp_ctl.c universal.c
10037 ____________________________________________________________________________
10038 [  7255] By: gsar                                  on 2000/10/16  02:48:03
10039         Log: integrate changes#5923,5928,6009 from mainline
10040              
10041              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10042      Branch: maint-5.6/perl
10043           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10044 ____________________________________________________________________________
10045 [  7254] By: gsar                                  on 2000/10/16  02:44:46
10046         Log: integrate change#5922 from mainline
10047              
10048              commentary about IoTYPE() (from Nathan Torkington)
10049      Branch: maint-5.6/perl
10050           !> sv.h
10051 ____________________________________________________________________________
10052 [  7253] By: gsar                                  on 2000/10/16  02:43:49
10053         Log: integrate change#5921 from mainline
10054              
10055              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10056      Branch: maint-5.6/perl
10057           !> sv.c t/lib/charnames.t t/pragma/utf8.t
10058 ____________________________________________________________________________
10059 [  7252] By: gsar                                  on 2000/10/16  02:42:31
10060         Log: integrate change#5920 from mainline
10061              
10062              Larry's fix for buggy propagation of utf8-ness in join(); add test
10063      Branch: maint-5.6/perl
10064           !> doop.c t/op/ver.t
10065 ____________________________________________________________________________
10066 [  7251] By: gsar                                  on 2000/10/16  02:41:14
10067         Log: integrate changes#5915..5919 from mainline
10068              
10069              various (pod tweaks &c)
10070      Branch: maint-5.6/perl
10071           !> (integrate 33 files)
10072 ____________________________________________________________________________
10073 [  7250] By: gsar                                  on 2000/10/16  02:38:16
10074         Log: integrate change#5914 from mainline
10075              
10076              caller() wasn't returning the right number of elements for
10077              eval {...}
10078      Branch: maint-5.6/perl
10079           !> pp_ctl.c t/pragma/warn/9enabled
10080 ____________________________________________________________________________
10081 [  7249] By: gsar                                  on 2000/10/16  02:37:02
10082         Log: integrate change#5913 from mainline
10083              
10084              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
10085              (from Mark-Jason Dominus)
10086      Branch: maint-5.6/perl
10087           !> pod/perlfunc.pod
10088 ____________________________________________________________________________
10089 [  7248] By: gsar                                  on 2000/10/16  02:35:58
10090         Log: integrate change#5912 from mainline
10091              
10092              fix totally broken caching in UNIVERSAL::isa() (from
10093              Nick Ing-Simmons)
10094      Branch: maint-5.6/perl
10095           !> t/op/universal.t universal.c
10096 ____________________________________________________________________________
10097 [  7247] By: gsar                                  on 2000/10/16  02:34:27
10098         Log: integrate changes#5910,5911 from mainline
10099              
10100              typo in pod
10101              
10102              add linebreak properties from unicode/LineBrk.txt (from
10103              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10104      Branch: maint-5.6/perl
10105           +> (branch 29 files)
10106           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
10107 ____________________________________________________________________________
10108 [  7246] By: gsar                                  on 2000/10/16  02:33:29
10109         Log: integrate change#5909 from mainline
10110              
10111              mode argument to do_binmode() should be file mode, not boolean
10112      Branch: maint-5.6/perl
10113           !> pp_sys.c
10114 ____________________________________________________________________________
10115 [  7245] By: gsar                                  on 2000/10/16  02:31:04
10116         Log: integrate change#5908 from mainline
10117              
10118              introduce illegal symbols into null package so that
10119              gv_fetchpv(...,TRUE) always returns a valid GV even when the
10120              symbol is trapped by strictures (avoids coredumps)
10121      Branch: maint-5.6/perl
10122           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
10123           !> t/pragma/strict-vars
10124 ____________________________________________________________________________
10125 [  7244] By: jhi                                   on 2000/10/16  02:29:54
10126         Log: Subject: $Carp::ExportLevel confusion in Exporter
10127              From: "Ben Tilly" <ben_tilly@hotmail.com>
10128              Date: Sat, 14 Oct 2000 16:44:34 EDT
10129              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
10130      Branch: perl
10131            ! lib/Exporter/Heavy.pm
10132 ____________________________________________________________________________
10133 [  7243] By: jhi                                   on 2000/10/16  02:28:33
10134         Log: Subject: [PATCH perlguts.pod] Document offset hack
10135              From: Simon Cozens <simon@cozens.net>
10136              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
10137              Date: Sat, 14 Oct 2000 19:32:25 +0100
10138      Branch: perl
10139            ! pod/perlguts.pod
10140 ____________________________________________________________________________
10141 [  7242] By: gsar                                  on 2000/10/16  02:26:51
10142         Log: integrate changes#5905,5906,5907,6064 from mainline
10143              
10144              printf/sprintf didn't get quad types right under use64bitint
10145      Branch: maint-5.6/perl
10146           !> pp_sys.c sv.c t/op/64bitint.t
10147 ____________________________________________________________________________
10148 [  7241] By: jhi                                   on 2000/10/16  02:22:44
10149         Log: Subject: small pod patch
10150              From: Dan Boorstein <dan_boo@bellsouth.net>
10151              Date: Sat, 14 Oct 2000 14:29:24 -0400
10152              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
10153      Branch: perl
10154            ! pod/perlfaq7.pod pod/perlmod.pod
10155 ____________________________________________________________________________
10156 [  7240] By: jhi                                   on 2000/10/16  02:13:46
10157         Log: -w cleanup.
10158              
10159              Subject: Re: Problems with bleadperl 
10160              From: "Stephen P. Potter" <spp@ds.net>
10161              Date: Fri, 13 Oct 2000 13:32:49 -0400
10162              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
10163      Branch: perl
10164            ! t/pragma/overload.t
10165 ____________________________________________________________________________
10166 [  7239] By: jhi                                   on 2000/10/16  01:41:18
10167         Log: One more ~utf8 tweak.
10168      Branch: perl
10169            ! t/op/bop.t
10170 ____________________________________________________________________________
10171 [  7238] By: jhi                                   on 2000/10/16  01:34:14
10172         Log: Tweak the test of #7235.
10173      Branch: perl
10174            ! t/op/bop.t
10175 ____________________________________________________________________________
10176 [  7237] By: jhi                                   on 2000/10/16  01:25:04
10177         Log: Fix a couple of compiler-noted nits in #7235.
10178      Branch: perl
10179            ! pp.c
10180 ____________________________________________________________________________
10181 [  7236] By: jhi                                   on 2000/10/16  01:22:46
10182         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
10183      Branch: perl
10184            ! pp.c pp_hot.c
10185 ____________________________________________________________________________
10186 [  7235] By: jhi                                   on 2000/10/15  16:24:44
10187         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
10188              
10189              From: Simon Cozens <simon@cozens.net>
10190              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
10191              Date: Sat, 14 Oct 2000 20:52:13 +0100
10192              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
10193      Branch: perl
10194            ! pp.c t/op/bop.t utf8.h
10195 ____________________________________________________________________________
10196 [  7234] By: jhi                                   on 2000/10/15  15:19:29
10197         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
10198              The problem was that rx->minlen was in chars while pp_split()
10199              thought it would be in bytes. 
10200      Branch: perl
10201            ! pp.c t/pragma/utf8.t
10202 ____________________________________________________________________________
10203 [  7233] By: jhi                                   on 2000/10/14  20:24:24
10204         Log: Document FNCASE=y as discussed in the bug 20000902.009.
10205      Branch: perl
10206            ! README.dos
10207 ____________________________________________________________________________
10208 [  7232] By: jhi                                   on 2000/10/14  18:52:21
10209         Log: Add test for bug id 20000427.003 (which seems to have
10210              been fixed) (also duplicate as 20000427.004, though
10211              with a higher severity).  Move one utf8 from op/append
10212              to pragma/utf8, tag the tests with bug ids.
10213      Branch: perl
10214            ! t/op/append.t t/pragma/utf8.t
10215 ____________________________________________________________________________
10216 [  7231] By: jhi                                   on 2000/10/14  17:28:37
10217         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
10218      Branch: perl
10219            ! t/pragma/utf8.t
10220 ____________________________________________________________________________
10221 [  7230] By: jhi                                   on 2000/10/14  14:24:50
10222         Log: Needs to be conditional on SunOS 4.
10223              
10224              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
10225              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10226              Date: Sat, 14 Oct 2000 13:37:49 +0100
10227              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
10228      Branch: metaconfig/U/perl
10229            ! End.U
10230      Branch: perl
10231            ! Configure myconfig.SH pod/perldelta.pod
10232 ____________________________________________________________________________
10233 [  7229] By: jhi                                   on 2000/10/14  00:49:22
10234         Log: Update Changes.
10235      Branch: perl
10236            ! Changes patchlevel.h
10237 ____________________________________________________________________________
10238 [  7228] By: jhi                                   on 2000/10/14  00:46:10
10239         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
10240              From: Peter Prymmer <pvhp@forte.com>
10241              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
10242              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
10243      Branch: perl
10244            ! lib/utf8.pm
10245 ____________________________________________________________________________
10246 [  7227] By: jhi                                   on 2000/10/13  23:20:30
10247         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
10248      Branch: perl
10249            ! t/op/tie.t
10250 ____________________________________________________________________________
10251 [  7226] By: jhi                                   on 2000/10/13  22:14:32
10252         Log: Tweak #7225.
10253              
10254              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
10255              From: Peter Prymmer <pvhp@forte.com>
10256              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
10257              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
10258      Branch: perl
10259            ! t/op/sprintf.t
10260 ____________________________________________________________________________
10261 [  7225] By: jhi                                   on 2000/10/13  22:11:31
10262         Log: op/sprintf.t patch for OS/390 (and any other host with limited
10263              floating-point exponent length)
10264              
10265              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
10266              From: Dominic Dunlop <domo@computer.org>
10267              Date: Fri, 13 Oct 2000 19:17:57 +0200
10268              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
10269      Branch: perl
10270            ! t/op/sprintf.t
10271 ____________________________________________________________________________
10272 [  7224] By: jhi                                   on 2000/10/13  18:40:48
10273         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
10274      Branch: perl
10275            ! toke.c
10276 ____________________________________________________________________________
10277 [  7223] By: jhi                                   on 2000/10/13  18:37:13
10278         Log: Thinko in #7222.
10279      Branch: perl
10280            ! utf8.c
10281 ____________________________________________________________________________
10282 [  7222] By: jhi                                   on 2000/10/13  18:05:23
10283         Log: Use UTF8SKIP(), from Simon Cozens.
10284      Branch: perl
10285            ! utf8.c
10286 ____________________________________________________________________________
10287 [  7221] By: jhi                                   on 2000/10/13  15:43:19
10288         Log: (accidentally empty check-in)
10289      Branch: perl
10290            ! utf8.c
10291 ____________________________________________________________________________
10292 [  7220] By: jhi                                   on 2000/10/13  15:23:51
10293         Log: Add (optimistically) Storable to static extensions.
10294      Branch: perl
10295            ! hints/uwin.sh hints/vmesa.sh
10296 ____________________________________________________________________________
10297 [  7219] By: jhi                                   on 2000/10/13  15:20:05
10298         Log: Amdahl UTS doesn't seem to do dynaloading.
10299      Branch: perl
10300            ! hints/uts.sh
10301 ____________________________________________________________________________
10302 [  7218] By: jhi                                   on 2000/10/13  15:15:20
10303         Log: Slight tweak of the code to appease Amdahl UTS cc.
10304      Branch: perl
10305            ! pp.c
10306 ____________________________________________________________________________
10307 [  7217] By: jhi                                   on 2000/10/13  14:50:42
10308         Log: In Amdahl UTS "struct sv" is defined by a system header,
10309              <ksync.h>.
10310      Branch: perl
10311            ! perl.h sv.h
10312 ____________________________________________________________________________
10313 [  7216] By: jhi                                   on 2000/10/13  11:58:25
10314         Log: Ilya implemented the memory profiling API.
10315      Branch: perl
10316            ! Todo
10317 ____________________________________________________________________________
10318 [  7215] By: jhi                                   on 2000/10/13  02:56:38
10319         Log: Subject: [PATCH 5.7.0] Perl API for mstats
10320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10321              Date: Thu, 12 Oct 2000 22:52:40 -0400
10322              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
10323      Branch: perl
10324            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10325 ____________________________________________________________________________
10326 [  7214] By: jhi                                   on 2000/10/13  02:55:38
10327         Log: Subject: [PATCH 5.7.0] IVs in mtats
10328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10329              Date: Thu, 12 Oct 2000 22:51:04 -0400
10330              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
10331      Branch: perl
10332            ! malloc.c perl.h
10333 ____________________________________________________________________________
10334 [  7213] By: jhi                                   on 2000/10/13  02:31:47
10335         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
10336      Branch: perl
10337            ! pod/perldiag.pod pp_sys.c
10338 ____________________________________________________________________________
10339 [  7212] By: jhi                                   on 2000/10/13  01:27:38
10340         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
10341              From: Peter Prymmer <pvhp@forte.com>
10342              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
10343              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
10344      Branch: perl
10345            ! t/op/oct.t
10346 ____________________________________________________________________________
10347 [  7211] By: jhi                                   on 2000/10/13  00:35:09
10348         Log: Update Changes.
10349      Branch: perl
10350            ! Changes patchlevel.h
10351 ____________________________________________________________________________
10352 [  7210] By: jhi                                   on 2000/10/12  23:59:40
10353         Log: The Install.pm third of
10354              
10355              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
10356              From: Bill Campbell <bill@celestial.com>
10357              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
10358              Date: Thu, 5 Oct 2000 18:04:51 -0700
10359      Branch: perl
10360            ! lib/ExtUtils/Install.pm
10361 ____________________________________________________________________________
10362 [  7209] By: jhi                                   on 2000/10/12  23:58:43
10363         Log: Two thirds of
10364              
10365              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
10366              Date: Thu, 5 Oct 2000 18:04:51 -0700
10367              From: Bill Campbell <bill@celestial.com>
10368              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
10369              
10370              The Install.pm changes will be submitted separately because
10371              they need some work and discussion still.
10372      Branch: perl
10373            ! lib/getopts.pl lib/termcap.pl
10374 ____________________________________________________________________________
10375 [  7208] By: jhi                                   on 2000/10/12  23:41:19
10376         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
10377              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10378              Date:     Thu, 12 Oct 2000 07:30:02 EDT
10379              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
10380      Branch: perl
10381            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
10382            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
10383 ____________________________________________________________________________
10384 [  7207] By: jhi                                   on 2000/10/12  23:39:01
10385         Log: An updated EBCDIC tr patch.
10386              
10387              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
10388              From: Peter Prymmer <pvhp@forte.com>
10389              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
10390              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
10391      Branch: perl
10392            ! t/op/tr.t
10393 ____________________________________________________________________________
10394 [  7206] By: jhi                                   on 2000/10/12  23:34:55
10395         Log: Upgrade to CPAN 1.58, from Andreas König.
10396      Branch: perl
10397            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10398 ____________________________________________________________________________
10399 [  7205] By: jhi                                   on 2000/10/12  23:29:08
10400         Log: Introduce the man[24-8] variables, from Andy Dougherty.
10401      Branch: metaconfig/U/perl
10402            + mandirs.U mandirstyle.U
10403      Branch: perl
10404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10405            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
10406            ! vos/config.h vos/config.pl vos/config_h.SH_orig
10407            ! win32/config.bc win32/config.gc win32/config.vc
10408 ____________________________________________________________________________
10409 [  7204] By: gsar                                  on 2000/10/12  18:11:24
10410         Log: restore change#7202
10411      Branch: perl
10412            ! mg.c
10413 ____________________________________________________________________________
10414 [  7203] By: gsar                                  on 2000/10/12  18:09:40
10415         Log: another test of the Emergency Broadcast System--back out 
10416              change#7202
10417      Branch: perl
10418            ! mg.c
10419 ____________________________________________________________________________
10420 [  7202] By: gsar                                  on 2000/10/12  16:40:47
10421         Log: (submitted on behalf of Jarkko)
10422              Fix the lib/encode.t subtest 6 failure as reported by Andreas
10423              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
10424              was unearthed by change 7182, as was a bug in HTML::Entities.
10425      Branch: perl
10426            ! mg.c
10427 ____________________________________________________________________________
10428 [  7201] By: jhi                                   on 2000/10/11  03:16:05
10429         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
10430      Branch: perl
10431            ! pp_hot.c t/pragma/utf8.t
10432 ____________________________________________________________________________
10433 [  7200] By: jhi                                   on 2000/10/11  00:40:30
10434         Log: The #7198 was a false alarm.
10435      Branch: perl
10436            ! pp_hot.c
10437 ____________________________________________________________________________
10438 [  7199] By: jhi                                   on 2000/10/11  00:26:04
10439         Log: Remove duplicated code.
10440      Branch: perl
10441            ! t/lib/cgi-html.t
10442 ____________________________________________________________________________
10443 [  7198] By: jhi                                   on 2000/10/10  23:30:46
10444         Log: (Retracted by #7200.)
10445      Branch: perl
10446            ! pp_hot.c
10447 ____________________________________________________________________________
10448 [  7197] By: jhi                                   on 2000/10/10  21:49:30
10449         Log: Add the test case for #7190, from the original bug report
10450              by Andreas König.
10451      Branch: perl
10452            ! t/pragma/utf8.t
10453 ____________________________________________________________________________
10454 [  7196] By: jhi                                   on 2000/10/10  21:40:49
10455         Log: Reapply Andy's patch and regen Configure.
10456      Branch: perl
10457            ! Configure INSTALL Makefile.SH Porting/Glossary
10458            ! Porting/config.sh config_h.SH epoc/config.sh installperl
10459            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
10460            ! win32/config.vc
10461 ____________________________________________________________________________
10462 [  7195] By: jhi                                   on 2000/10/10  21:09:30
10463         Log: Use the versiononly instead of the installscripts,
10464              retract the changes 7146 and 7147.
10465      Branch: perl
10466            ! Configure INSTALL Makefile.SH Porting/Glossary
10467            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
10468            ! installperl uconfig.sh vos/config.def win32/config.bc
10469            ! win32/config.gc win32/config.vc
10470 ____________________________________________________________________________
10471 [  7194] By: jhi                                   on 2000/10/10  21:06:15
10472         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
10473              From: Peter Prymmer <pvhp@forte.com>
10474              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
10475              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
10476      Branch: perl
10477            ! t/op/ver.t
10478 ____________________________________________________________________________
10479 [  7193] By: jhi                                   on 2000/10/10  21:05:12
10480         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
10481              From: Peter Prymmer <pvhp@forte.com>
10482              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
10483              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
10484      Branch: perl
10485            ! t/op/tr.t
10486 ____________________________________________________________________________
10487 [  7192] By: jhi                                   on 2000/10/10  20:57:30
10488         Log: Add versiononly, delete installscripts, from Andy Dougherty.
10489      Branch: metaconfig
10490            - U/installdirs/installscripts.U
10491      Branch: metaconfig/U/perl
10492            + versiononly.U
10493 ____________________________________________________________________________
10494 [  7191] By: jhi                                   on 2000/10/10  19:41:21
10495         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
10496              From: Peter Prymmer <pvhp@forte.com>
10497              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
10498              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
10499      Branch: perl
10500            ! pod/perlebcdic.pod
10501 ____________________________________________________________________________
10502 [  7190] By: jhi                                   on 2000/10/10  19:26:14
10503         Log: Subject: Re: utf8 concat, mg_get
10504              From: Simon Cozens <simon@cozens.net>
10505              Date: Tue, 10 Oct 2000 17:40:17 +0100
10506              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
10507      Branch: perl
10508            ! pp_hot.c
10509 ____________________________________________________________________________
10510 [  7189] By: jhi                                   on 2000/10/10  19:23:03
10511         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
10512              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
10513              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
10514              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
10515      Branch: perl
10516            ! lib/ExtUtils/MM_Unix.pm
10517 ____________________________________________________________________________
10518 [  7188] By: jhi                                   on 2000/10/10  15:31:24
10519         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
10520              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
10521              Date: Fri, 14 Jul 2000 10:47:36 +0100
10522              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
10523      Branch: perl
10524            ! README.win32
10525 ____________________________________________________________________________
10526 [  7187] By: jhi                                   on 2000/10/10  13:30:10
10527         Log: Quote the temp file name, needed in Win32 because the
10528              default name unfortunately contains spaces, shouldn't
10529              hurt elsewhere.
10530              
10531              Subject: FW: perldoc fails if $TEMP contains spaces
10532              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
10533              Date: Thu, 14 Sep 2000 08:58:45 +0100
10534              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
10535      Branch: perl
10536            ! utils/perldoc.PL
10537 ____________________________________________________________________________
10538 [  7186] By: jhi                                   on 2000/10/10  13:16:27
10539         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
10540              From: hv@hugo.hybyte.com
10541              Date: Tue, 10 Oct 2000 14:10:20 +0100
10542              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
10543      Branch: perl
10544            ! t/lib/thr5005.t util.c
10545 ____________________________________________________________________________
10546 [  7185] By: jhi                                   on 2000/10/10  12:06:22
10547         Log: Upgrade to podlators 1.04, from Russ Allbery.
10548      Branch: perl
10549            ! lib/Pod/Man.pm lib/Pod/Text.pm
10550 ____________________________________________________________________________
10551 [  7184] By: jhi                                   on 2000/10/10  12:01:32
10552         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
10553      Branch: perl
10554            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
10555 ____________________________________________________________________________
10556 [  7183] By: jhi                                   on 2000/10/09  23:47:15
10557         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
10558              From: Peter Prymmer <pvhp@forte.com>
10559              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
10560              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
10561      Branch: perl
10562            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
10563 ____________________________________________________________________________
10564 [  7182] By: jhi                                   on 2000/10/09  23:43:16
10565         Log: Make eq work again with utf8 (disabling the upgrading
10566              should no more be necessary since the copies of the
10567              scalars are upgraded, not the scalars themselves).
10568              Takes care of ID 20001009.001.  (The claimed length()
10569              bug in 20001009.001 seems bogus to me.)
10570      Branch: perl
10571            ! sv.c t/pragma/utf8.t
10572 ____________________________________________________________________________
10573 [  7181] By: gsar                                  on 2000/10/09  19:41:54
10574         Log: tweak for change#7173
10575      Branch: perl
10576            ! win32/win32sck.c
10577 ____________________________________________________________________________
10578 [  7180] By: gsar                                  on 2000/10/09  19:26:56
10579         Log: on Windows, clean targets might not work under some flavors of the shell
10580      Branch: perl
10581            ! win32/Makefile win32/makefile.mk
10582 ____________________________________________________________________________
10583 [  7179] By: jhi                                   on 2000/10/09  19:21:02
10584         Log: Update Changes.
10585      Branch: perl
10586            ! Changes patchlevel.h
10587 ____________________________________________________________________________
10588 [  7178] By: jhi                                   on 2000/10/09  19:18:23
10589         Log: Warn about unknown scripts.
10590              
10591              Subject: Re: ideas? patches? [PATCH bleadperl]
10592              From: Dominic Dunlop <domo@computer.org>
10593              Date: Mon, 9 Oct 2000 14:57:17 +0200
10594              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
10595      Branch: perl
10596            ! lib/charnames.pm
10597 ____________________________________________________________________________
10598 [  7177] By: jhi                                   on 2000/10/09  19:13:27
10599         Log: Change #7160 had a nasty typo.
10600      Branch: metaconfig
10601            ! U/compline/Compile.U
10602      Branch: perl
10603            ! Configure config_h.SH
10604 ____________________________________________________________________________
10605 [  7176] By: gsar                                  on 2000/10/09  18:59:33
10606         Log: pod nit
10607      Branch: perl
10608            ! pod/perlport.pod
10609 ____________________________________________________________________________
10610 [  7175] By: gsar                                  on 2000/10/09  18:54:28
10611         Log: Windows9x doesn't support link(), despite what Config.pm
10612              might think
10613      Branch: perl
10614            ! lib/ExtUtils/Manifest.pm
10615 ____________________________________________________________________________
10616 [  7174] By: gsar                                  on 2000/10/09  18:50:03
10617         Log: avoid nonportable example code
10618      Branch: perl
10619            ! lib/File/Copy.pm
10620 ____________________________________________________________________________
10621 [  7173] By: gsar                                  on 2000/10/09  18:46:54
10622         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
10623              being used) when closing a socket handle
10624      Branch: perl
10625            ! win32/win32.c win32/win32.h win32/win32sck.c
10626 ____________________________________________________________________________
10627 [  7172] By: gsar                                  on 2000/10/09  18:41:40
10628         Log: on Windows, cwd strings in the environment should be of the
10629              form =X:=X:\foo instead of =X=X:\foo\
10630      Branch: perl
10631            ! win32/vdir.h
10632 ____________________________________________________________________________
10633 [  7171] By: gsar                                  on 2000/10/09  18:30:09
10634         Log: on Windows, LoadLibrary() could load an extension DLL multiple
10635              times if forward slashes are used in the path
10636      Branch: perl
10637            ! win32/win32.c
10638 ____________________________________________________________________________
10639 [  7170] By: jhi                                   on 2000/10/09  17:53:59
10640         Log: Add a todo note about overloadable assertions.
10641      Branch: perl
10642            ! Todo-5.6
10643 ____________________________________________________________________________
10644 [  7169] By: jhi                                   on 2000/10/09  13:43:45
10645         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
10646              From: mjd@plover.com
10647              Date: 9 Oct 2000 00:24:44 -0000
10648              Message-ID: <20001009002444.10616.qmail@plover.com>
10649      Branch: perl
10650            ! pod/perldebguts.pod
10651 ____________________________________________________________________________
10652 [  7168] By: nick                                  on 2000/10/08  13:16:33
10653         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
10654              is not right thing to do on (e.g. x86). Network order is also "right" for
10655              X fonts.
10656      Branch: perl
10657            ! ext/Encode/Encode.pm
10658 ____________________________________________________________________________
10659 [  7167] By: nick                                  on 2000/10/08  12:54:42
10660         Log: Make "encodings" work post-install when Encode/*.enc files may not
10661              be in same directory as Encode.pm
10662      Branch: perl
10663            ! ext/Encode/Encode.pm
10664 ____________________________________________________________________________
10665 [  7166] By: nick                                  on 2000/10/08  11:51:26
10666         Log: Work round the fact that $hash->{$key} does not take into account
10667              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
10668              so that key is always in the "expected" encoding - i.e. same way we put
10669              it in the hash.
10670      Branch: perl
10671            ! ext/Encode/Encode.pm
10672 ____________________________________________________________________________
10673 [  7165] By: gsar                                  on 2000/10/08  04:15:29
10674         Log: save_re_context() could reset PL_curcop to freed memory, causing core
10675              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
10676      Branch: perl
10677            ! pp_ctl.c
10678 ____________________________________________________________________________
10679 [  7164] By: jhi                                   on 2000/10/06  20:51:48
10680         Log: UTF8ize split() so that the cloned substrings get the UTF8
10681              flag of the original scalar.  Problem reported by Simon Cozens.
10682      Branch: perl
10683            ! pp.c t/pragma/utf8.t
10684 ____________________________________________________________________________
10685 [  7163] By: nick                                  on 2000/10/06  20:48:34
10686         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
10687              got a false +ve and so did not reach code which would have un-FAKEd the SV.
10688      Branch: perl
10689            ! sv.c
10690 ____________________________________________________________________________
10691 [  7162] By: nick                                  on 2000/10/06  20:25:37
10692         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
10693              To fix  (sort {$a <=> $b} keys %hash) in particular but
10694              should cover a number of other as-yet-unknown cases as well.
10695      Branch: perl
10696            ! sv.c
10697 ____________________________________________________________________________
10698 [  7161] By: jhi                                   on 2000/10/06  19:56:18
10699         Log: Change the version number of Tie::Handle in the core to 4.0,
10700              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
10701              
10702              Subject: Note on Tie::Handle
10703              From: andreas.koenig@anima.de (Andreas J. Koenig)
10704              Date:      06 Oct 2000 21:48:58 +0200
10705              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
10706      Branch: perl
10707            ! lib/Tie/Handle.pm
10708 ____________________________________________________________________________
10709 [  7160] By: jhi                                   on 2000/10/06  18:20:35
10710         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
10711              as the first option of cc/ld because of ultrapicky compilers
10712              (e.g. OS/390 R2.5)
10713      Branch: metaconfig
10714            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
10715            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
10716            ! U/compline/orderlib.U U/modified/Cppsym.U
10717            ! U/modified/d_access.U
10718      Branch: metaconfig/U/perl
10719            ! Checkcc.U d_dlsymun.U gccvers.U
10720      Branch: perl
10721            ! Configure config_h.SH
10722 ____________________________________________________________________________
10723 [  7159] By: jhi                                   on 2000/10/06  13:56:39
10724         Log: Update Changes.
10725      Branch: perl
10726            ! Changes patchlevel.h
10727 ____________________________________________________________________________
10728 [  7158] By: jhi                                   on 2000/10/06  12:48:40
10729         Log: Eliminate $Is_VMS code from the test.
10730              
10731              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
10732              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10733              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
10734              Date:     Thu, 5 Oct 2000 07:46:33 EDT
10735      Branch: perl
10736            ! t/lib/b.t
10737 ____________________________________________________________________________
10738 [  7157] By: jhi                                   on 2000/10/06  12:47:13
10739         Log: Also the $ccflags is needed for the C compiler check.
10740              
10741              Subject: Configure (check for C-compiler)
10742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10743              Date: Fri, 06 Oct 2000 08:47:15 +0200
10744              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
10745      Branch: metaconfig/U/perl
10746            ! Checkcc.U
10747      Branch: perl
10748            ! Configure config_h.SH
10749 ____________________________________________________________________________
10750 [  7156] By: jhi                                   on 2000/10/06  11:45:15
10751         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
10752      Branch: perl
10753            ! perl.c pp_ctl.c sv.h utf8.c
10754 ____________________________________________________________________________
10755 [  7155] By: jhi                                   on 2000/10/06  11:40:41
10756         Log: IO::Handle->syswrite() did not handle length omission
10757              like CORE::syswrite() does.
10758              
10759              Subject: [Fwd] IO::Handle, syswrite and arguments
10760              From: Graham Barr <gbarr@pobox.com>
10761              Date: Fri, 6 Oct 2000 10:22:05 +0100
10762              Message-ID: <20001006102205.U6312@pobox.com>
10763              
10764              The original patch from andrew@ugh.net.au.
10765      Branch: perl
10766            ! ext/IO/lib/IO/Handle.pm
10767 ____________________________________________________________________________
10768 [  7154] By: jhi                                   on 2000/10/06  01:42:15
10769         Log: Tweak #7153.
10770      Branch: perl
10771            ! utf8.h
10772 ____________________________________________________________________________
10773 [  7153] By: jhi                                   on 2000/10/06  00:39:55
10774         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
10775      Branch: perl
10776            ! utf8.h
10777 ____________________________________________________________________________
10778 [  7152] By: jhi                                   on 2000/10/06  00:38:11
10779         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
10780      Branch: perl
10781            ! perl.c pp_ctl.c sv.h utf8.c
10782 ____________________________________________________________________________
10783 [  7151] By: jhi                                   on 2000/10/06  00:36:38
10784         Log: Subject: Re: Questions about Tie::Array and perl modules
10785              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10786              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
10787              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
10788              
10789              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
10790      Branch: perl
10791            ! lib/Tie/Array.pm t/op/array.t
10792 ____________________________________________________________________________
10793 [  7150] By: jhi                                   on 2000/10/05  00:20:45
10794         Log: Regen Changes.
10795      Branch: perl
10796            ! Changes patchlevel.h
10797 ____________________________________________________________________________
10798 [  7149] By: jhi                                   on 2000/10/05  00:20:01
10799         Log: Regen toc.
10800      Branch: perl
10801            ! pod/perltoc.pod
10802 ____________________________________________________________________________
10803 [  7148] By: jhi                                   on 2000/10/04  23:35:08
10804         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
10805              reported several times by Dominic Dunlop, for example in
10806              ID 20000315.008.  Patch from Dominic.  Patch affects at
10807              least MachTen, and possibly other oldish BSDs. Should not
10808              break non-broken platforms (tested on LinuxPPC). 
10809      Branch: perl
10810            ! doio.c
10811 ____________________________________________________________________________
10812 [  7147] By: jhi                                   on 2000/10/04  23:26:34
10813         Log: The one that got away from 7146.
10814      Branch: metaconfig
10815            + U/installdirs/installscripts.U
10816 ____________________________________________________________________________
10817 [  7146] By: jhi                                   on 2000/10/04  23:25:04
10818         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
10819              suggested by H. Merijn Brand.
10820      Branch: perl
10821            ! Configure INSTALL Makefile.SH Porting/Glossary
10822            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
10823            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
10824            ! win32/config.vc
10825 ____________________________________________________________________________
10826 [  7145] By: jhi                                   on 2000/10/04  22:08:21
10827         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
10828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10829              Date: Wed, 4 Oct 2000 17:37:46 -0400
10830              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
10831      Branch: perl
10832            ! utils/h2xs.PL
10833 ____________________________________________________________________________
10834 [  7144] By: jhi                                   on 2000/10/04  18:11:41
10835         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
10836              From: Jeff Pinyan <jeffp@crusoe.net>
10837              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
10838              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
10839      Branch: perl
10840            ! pod/perlrun.pod
10841 ____________________________________________________________________________
10842 [  7143] By: jhi                                   on 2000/10/04  18:09:58
10843         Log: Subject: perlhack.pod Patch for Externals Tools
10844              From: Fisher Mark <fisherm@tce.com>
10845              Date: Tue, 3 Oct 2000 15:43:27 -0500 
10846              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
10847      Branch: perl
10848            ! pod/perlhack.pod
10849 ____________________________________________________________________________
10850 [  7142] By: jhi                                   on 2000/10/04  18:08:41
10851         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
10852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10853              Date:     Wed, 4 Oct 2000 12:11:11 EDT
10854              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
10855      Branch: perl
10856            ! vms/vms.c
10857 ____________________________________________________________________________
10858 [  7141] By: jhi                                   on 2000/10/04  12:20:16
10859         Log: Subject: [PATCH 5.7.0] h2xs not working
10860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10861              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
10862              Date: Tue, 3 Oct 2000 21:43:01 -0400
10863              
10864              Subject: [PATCH 5.7.0] h2xs not documenting the created module
10865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10866              Date: Tue, 3 Oct 2000 22:55:19 -0400
10867              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
10868      Branch: perl
10869            ! utils/h2xs.PL
10870 ____________________________________________________________________________
10871 [  7140] By: jhi                                   on 2000/10/04  11:53:44
10872         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
10873              From: nick@babyhippo.com
10874              Date: Wed, 4 Oct 2000 12:06:45 +0100
10875              Message-Id: <20001004120645.A7356@babyhippo.com>
10876              
10877              Retract 7118 and 7135.
10878      Branch: perl
10879            ! installman installperl op.c t/pragma/subs.t
10880 ____________________________________________________________________________
10881 [  7139] By: jhi                                   on 2000/10/03  22:09:41
10882         Log: It is possible to have no hosts database at all.  Pointed out in
10883              
10884              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
10885              From: Peter Prymmer <pvhp@forte.com>
10886              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
10887              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
10888      Branch: metaconfig
10889            ! U/modified/myhostname.U
10890      Branch: perl
10891            ! Configure config_h.SH
10892 ____________________________________________________________________________
10893 [  7138] By: jhi                                   on 2000/10/03  21:49:49
10894         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
10895              From: Peter Prymmer <pvhp@forte.com>
10896              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
10897              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
10898      Branch: perl
10899            ! pp_sys.c
10900 ____________________________________________________________________________
10901 [  7137] By: jhi                                   on 2000/10/03  20:10:05
10902         Log: One remaining nit less at the VMS mailbox sizing.
10903      Branch: perl
10904            ! vms/vms.c
10905 ____________________________________________________________________________
10906 [  7136] By: jhi                                   on 2000/10/03  20:08:47
10907         Log: Test harness update to sync with the new perlcc,
10908              from Simon Cozens.
10909      Branch: perl
10910            ! t/TEST t/UTEST
10911 ____________________________________________________________________________
10912 [  7135] By: jhi                                   on 2000/10/03  15:15:42
10913         Log: Subject: Re: PATCH for 20001003.004
10914              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
10915              From: "AARON B. DOSSETT" <aaron@iglou.com>
10916              Message-Id: <E13gTay-0006od-00@iglou.com>
10917      Branch: perl
10918            ! installman installperl
10919 ____________________________________________________________________________
10920 [  7134] By: jhi                                   on 2000/10/03  15:00:34
10921         Log: Subject: [ID 20001003.006] B::Debug not -w clean
10922              From: Nicholas Clark <nick@babyhippo.co.uk>
10923              Date: Tue, 03 Oct 2000 15:46:32 +0100
10924              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
10925      Branch: perl
10926            ! ext/B/B/Debug.pm
10927 ____________________________________________________________________________
10928 [  7133] By: jhi                                   on 2000/10/03  14:58:39
10929         Log: Scale down the VMS message boxes, by Charles Lane.
10930              Fix for ID 20000903.009, workaround at
10931              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
10932      Branch: perl
10933            ! vms/vms.c
10934 ____________________________________________________________________________
10935 [  7132] By: jhi                                   on 2000/10/03  11:20:37
10936         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
10937      Branch: perl
10938            + t/lib/st-lock.t t/lib/st-utf8.t
10939            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
10940            ! ext/Storable/Storable.xs t/lib/st-recurse.t
10941 ____________________________________________________________________________
10942 [  7131] By: jhi                                   on 2000/10/03  03:38:23
10943         Log: Encode nits.
10944      Branch: perl
10945            ! MANIFEST Makefile.SH
10946 ____________________________________________________________________________
10947 [  7130] By: jhi                                   on 2000/10/03  03:31:05
10948         Log: Update Changes.
10949      Branch: perl
10950            ! Changes patchlevel.h
10951 ____________________________________________________________________________
10952 [  7129] By: jhi                                   on 2000/10/03  02:24:02
10953         Log: Misplaced else.
10954      Branch: metaconfig/U/perl
10955            ! d_strtoll.U
10956      Branch: perl
10957            ! Configure config_h.SH
10958 ____________________________________________________________________________
10959 [  7128] By: jhi                                   on 2000/10/03  02:08:29
10960         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
10961              From: sthoenna@efn.org
10962              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
10963              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
10964      Branch: metaconfig/U/perl
10965            ! d_strtoll.U
10966      Branch: perl
10967            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
10968 ____________________________________________________________________________
10969 [  7127] By: jhi                                   on 2000/10/03  01:13:14
10970         Log: Update Changes.
10971      Branch: perl
10972            ! Changes patchlevel.h
10973 ____________________________________________________________________________
10974 [  7126] By: jhi                                   on 2000/10/03  00:57:08
10975         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
10976              as suggested by Olaf Flebbe and Nick Clark.
10977      Branch: perl
10978            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
10979 ____________________________________________________________________________
10980 [  7125] By: jhi                                   on 2000/10/03  00:50:56
10981         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
10982              From: Nick Clark <nick@plum.flirble.org>
10983              Date: Mon, 2 Oct 2000 11:03:24 +0100
10984              Message-Id: <20001002110324.D20073@plum.flirble.org>
10985              
10986              Also fixes bug ID 20001002.005.
10987      Branch: perl
10988            ! t/lib/encode.t
10989 ____________________________________________________________________________
10990 [  7124] By: jhi                                   on 2000/10/03  00:34:59
10991         Log: Subject: [PATCH 5.7.0] Epoc update
10992              From: Olaf Flebbe <o.flebbe@gmx.de>
10993              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
10994              Message-ID: <26423.969484586@www10.gmx.net>
10995      Branch: perl
10996            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
10997            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
10998            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
10999            ! util.c util.h
11000 ____________________________________________________________________________
11001 [  7123] By: jhi                                   on 2000/10/03  00:30:07
11002         Log: Regen headers.
11003      Branch: perl
11004            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
11005 ____________________________________________________________________________
11006 [  7122] By: jhi                                   on 2000/10/03  00:10:48
11007         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
11008      Branch: perl
11009            ! hints/openbsd.sh
11010 ____________________________________________________________________________
11011 [  7121] By: jhi                                   on 2000/10/03  00:05:06
11012         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
11013              From: <abigail@foad.org>
11014              Date: Tue, 26 Sep 2000 13:36:14 -0400
11015              Message-ID: <20000926173614.4356.qmail@foad.org>
11016      Branch: perl
11017            ! pod/perlop.pod
11018 ____________________________________________________________________________
11019 [  7120] By: jhi                                   on 2000/10/03  00:04:00
11020         Log: Inside require() $^S was always left undefined.
11021              
11022              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
11023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11024              Date: Wed, 27 Sep 2000 18:54:49 -0400
11025              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
11026      Branch: perl
11027            ! cop.h mg.c pp_ctl.c util.c
11028 ____________________________________________________________________________
11029 [  7119] By: jhi                                   on 2000/10/03  00:00:16
11030         Log: Subject: [PATCH] DLL not restartabke with threaded perl
11031              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
11032              Date: Thu, 28 Sep 2000 09:20:46 +0100
11033              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
11034      Branch: perl
11035            ! perl.c
11036 ____________________________________________________________________________
11037 [  7118] By: jhi                                   on 2000/10/02  23:59:20
11038         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
11039              From: Nicholas Clark <nick@ccl4.org>
11040              Date: Thu, 28 Sep 2000 11:52:24 +0100
11041              Message-ID: <20000928115224.D7924@plum.flirble.org>
11042      Branch: perl
11043            ! op.c
11044 ____________________________________________________________________________
11045 [  7117] By: jhi                                   on 2000/10/02  23:57:51
11046         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
11047              From: Nicholas Clark <nick@babyhippo.co.uk>
11048              Date: Thu, 28 Sep 2000 12:18:10 +0100
11049              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
11050              
11051              Did not apply cleanly, manual intervention was needed.
11052      Branch: perl
11053            ! ext/B/B/Bytecode.pm utils/perlcc.PL
11054 ____________________________________________________________________________
11055 [  7116] By: jhi                                   on 2000/10/02  23:50:40
11056         Log: Document the issue (is not a syntax error, kind of)
11057              
11058              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
11059              From: Nicholas Clark <nick@ccl4.org>
11060              Date: Thu, 28 Sep 2000 17:12:42 +0100
11061              Message-ID: <20000928171242.K7924@plum.flirble.org>
11062      Branch: perl
11063            ! pod/perldata.pod
11064 ____________________________________________________________________________
11065 [  7115] By: jhi                                   on 2000/10/02  23:48:58
11066         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
11067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11068              Date: Thu, 28 Sep 2000 21:55:31 -0400
11069              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
11070      Branch: perl
11071            ! regexec.c
11072 ____________________________________________________________________________
11073 [  7114] By: jhi                                   on 2000/10/02  23:47:57
11074         Log: Subject: DOC PATCH 5.6.0
11075              From: mjd@plover.com
11076              Date: 30 Sep 2000 06:02:34 -0000
11077              Message-ID: <20000930060234.4559.qmail@plover.com>
11078      Branch: perl
11079            ! pod/perldebguts.pod
11080 ____________________________________________________________________________
11081 [  7113] By: jhi                                   on 2000/10/02  23:46:43
11082         Log: SOCK_DGRAM and listen() do not mix as reported in
11083              
11084              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
11085              From: Petter Reinholdtsen <pere@hungry.com>
11086              Date: Sun, 1 Oct 2000 10:57:20 +0800
11087              Message-Id: <200010010257.KAA05735@localhost.localdomain>
11088              
11089              The patch for 5.7.0+ had to be reengineered, though.
11090      Branch: perl
11091            ! ext/IO/lib/IO/Socket/UNIX.pm
11092 ____________________________________________________________________________
11093 [  7112] By: jhi                                   on 2000/10/02  23:36:57
11094         Log: Subject: Re: [PATCH 5.005_64 missed]
11095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11096              Date: Sun, 1 Oct 2000 18:50:10 -0400
11097              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
11098      Branch: perl
11099            ! pod/perlxs.pod
11100 ____________________________________________________________________________
11101 [  7111] By: jhi                                   on 2000/10/02  23:35:40
11102         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
11103              From: Radu Greab <radu@netsoft.ro>
11104              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
11105              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
11106      Branch: perl
11107            ! op.c opcode.pl t/op/substr.t
11108 ____________________________________________________________________________
11109 [  7110] By: jhi                                   on 2000/10/02  23:32:38
11110         Log: Subject: [PATCH] Fix aliasing of tied filehandles
11111              From: Daniel Chetlin <daniel@chetlin.com>
11112              Date: Mon, 2 Oct 2000 14:53:27 -0700
11113              Message-ID: <20001002145327.C1617@ilmd>
11114      Branch: perl
11115            ! perl.h pp_hot.c t/op/tiehandle.t
11116 ____________________________________________________________________________
11117 [  7109] By: jhi                                   on 2000/10/02  23:31:30
11118         Log: s/Robin Parker/Robin Barker/
11119      Branch: perl
11120            ! Changes5.6
11121 ____________________________________________________________________________
11122 [  7108] By: jhi                                   on 2000/10/02  23:15:46
11123         Log: Retract #7091 as suggested in
11124              
11125              From: Robin Barker <rmb1@cise.npl.co.uk> 
11126              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
11127              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
11128              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
11129      Branch: perl
11130            ! embed.pl proto.h
11131 ____________________________________________________________________________
11132 [  7107] By: nick                                  on 2000/10/02  18:23:14
11133         Log: A few tweaks to get Tk803 to work with Encode scheme.
11134      Branch: perl
11135            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
11136 ____________________________________________________________________________
11137 [  7106] By: nick                                  on 2000/10/01  21:34:14
11138         Log: Add checking cases to Encode's toUnicode and fromUnicode.
11139      Branch: perl
11140            ! ext/Encode/Encode.pm
11141 ____________________________________________________________________________
11142 [  7105] By: nick                                  on 2000/10/01  17:18:01
11143         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
11144              To read and use them.
11145              Add a lib/encode.t which checks a few things.
11146      Branch: perl
11147            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
11148            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
11149            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
11150            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
11151            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
11152            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
11153            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
11154            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
11155            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
11156            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
11157            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
11158            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
11159            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
11160            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
11161            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
11162            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
11163            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
11164            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
11165            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
11166            + ext/Encode/Encode/iso2022-jp.enc
11167            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
11168            + ext/Encode/Encode/iso8859-1.enc
11169            + ext/Encode/Encode/iso8859-2.enc
11170            + ext/Encode/Encode/iso8859-3.enc
11171            + ext/Encode/Encode/iso8859-4.enc
11172            + ext/Encode/Encode/iso8859-5.enc
11173            + ext/Encode/Encode/iso8859-6.enc
11174            + ext/Encode/Encode/iso8859-7.enc
11175            + ext/Encode/Encode/iso8859-8.enc
11176            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
11177            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
11178            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
11179            + ext/Encode/Encode/macCentEuro.enc
11180            + ext/Encode/Encode/macCroatian.enc
11181            + ext/Encode/Encode/macCyrillic.enc
11182            + ext/Encode/Encode/macDingbats.enc
11183            + ext/Encode/Encode/macGreek.enc
11184            + ext/Encode/Encode/macIceland.enc
11185            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
11186            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
11187            + ext/Encode/Encode/macTurkish.enc
11188            + ext/Encode/Encode/macUkraine.enc
11189            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
11190            + t/lib/encode.t
11191            ! MANIFEST ext/Encode/Encode.pm
11192 ____________________________________________________________________________
11193 [  7104] By: nick                                  on 2000/09/30  13:04:30
11194         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
11195              From: Daniel Chetlin <daniel@chetlin.com>
11196              Date: Mon, 18 Sep 2000 05:05:40 -0700
11197              Message-Id: <20000918050540.C652@ilmd>
11198      Branch: perl
11199            ! lib/overload.pm sv.c t/pragma/overload.t
11200 ____________________________________________________________________________
11201 [  7103] By: nick                                  on 2000/09/30  12:53:36
11202         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
11203              From: Johan Vromans <jvromans@squirrel.nl>
11204              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
11205              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
11206      Branch: perl
11207            ! pod/Makefile.SH
11208 ____________________________________________________________________________
11209 [  7102] By: nick                                  on 2000/09/30  12:52:31
11210         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
11211              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11212              Date: Sat, 16 Sep 2000 16:36:45 -0400
11213              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
11214      Branch: perl
11215            ! ext/B/B/Deparse.pm
11216 ____________________________________________________________________________
11217 [  7101] By: nick                                  on 2000/09/30  12:51:41
11218         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
11219              From: Craig A. Berry <craig.berry@psinetcs.com>
11220              Date: Sat, 16 Sep 2000 10:11:10 -0500
11221              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
11222      Branch: perl
11223            ! vms/vms.c
11224 ____________________________________________________________________________
11225 [  7100] By: nick                                  on 2000/09/30  12:50:33
11226         Log: Subject: Re: unicode support and perl [ID 20000901.097]
11227              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11228              Date: Fri, 15 Sep 2000 16:37:58 -0400
11229              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
11230      Branch: perl
11231            ! t/op/append.t
11232 ____________________________________________________________________________
11233 [  7099] By: nick                                  on 2000/09/30  12:49:35
11234         Log: Subject: Re: unicode support and perl [ID 20000901.097]
11235              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11236              Date: Fri, 15 Sep 2000 16:25:30 -0400
11237              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
11238      Branch: perl
11239            ! pp_hot.c
11240 ____________________________________________________________________________
11241 [  7098] By: nick                                  on 2000/09/30  12:48:00
11242         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
11243              From: Gisle Aas <gisle@ActiveState.com>
11244              Date: 15 Sep 2000 16:23:41 +0200
11245              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
11246      Branch: perl
11247            ! toke.c
11248 ____________________________________________________________________________
11249 [  7097] By: nick                                  on 2000/09/30  12:45:16
11250         Log: Subject: [PATCH] Nits in perlmod.pod
11251              From: Daniel Chetlin <daniel@chetlin.com>
11252              Date: Fri, 15 Sep 2000 02:04:09 -0700
11253              Message-Id: <20000915020409.A2104@ilmd>
11254      Branch: perl
11255            ! pod/perlmod.pod
11256 ____________________________________________________________________________
11257 [  7096] By: nick                                  on 2000/09/30  12:18:00
11258         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
11259              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
11260              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
11261              0 to checking to get the warning.
11262      Branch: perl
11263            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
11264            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
11265            ! regexec.c sv.c toke.c utf8.c
11266 ____________________________________________________________________________
11267 [  7095] By: nick                                  on 2000/09/15  16:55:59
11268         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
11269              
11270              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
11271              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11272              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
11273              Date: Fri, 15 Sep 2000 06:37:30 -0400
11274      Branch: perl
11275            ! ext/Encode/Encode.xs sv.c
11276 ____________________________________________________________________________
11277 [  7094] By: jhi                                   on 2000/09/15  03:23:32
11278         Log: Update Changes.
11279      Branch: perl
11280            ! Changes patchlevel.h
11281 ____________________________________________________________________________
11282 [  7093] By: jhi                                   on 2000/09/15  03:11:44
11283         Log: Fix for the charnames.t failures from Spider Boardman.
11284      Branch: perl
11285            ! toke.c
11286 ____________________________________________________________________________
11287 [  7092] By: jhi                                   on 2000/09/15  00:15:48
11288         Log: Botched the #7090 check-in.
11289      Branch: perl
11290            ! sv.c
11291 ____________________________________________________________________________
11292 [  7091] By: jhi                                   on 2000/09/14  23:33:24
11293         Log: Part of #7081 didn't come through.
11294      Branch: perl
11295            ! embed.pl proto.h
11296 ____________________________________________________________________________
11297 [  7090] By: jhi                                   on 2000/09/14  23:17:39
11298         Log: Subject: Re: perl@7078 
11299              From: Spider Boardman <spider@web.zk3.dec.com>
11300              Date: Thu, 14 Sep 2000 19:06:36 -0400
11301              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
11302      Branch: perl
11303            ! sv.c toke.c
11304 ____________________________________________________________________________
11305 [  7089] By: jhi                                   on 2000/09/14  23:11:21
11306         Log: Small portability tweaks.
11307      Branch: perl
11308            ! ext/Encode/Encode.xs
11309 ____________________________________________________________________________
11310 [  7088] By: jhi                                   on 2000/09/14  22:57:23
11311         Log: Fake return to pacify picky compilers.
11312      Branch: perl
11313            ! ext/Encode/Encode.xs
11314 ____________________________________________________________________________
11315 [  7087] By: jhi                                   on 2000/09/14  22:53:37
11316         Log: Subject: [PATCH] utf8.c apidoc
11317              From: Simon Cozens <simon@cozens.net>
11318              Date: Thu, 14 Sep 2000 23:46:57 +0100
11319              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
11320      Branch: perl
11321            ! perlapi.c pod/perlapi.pod utf8.c
11322 ____________________________________________________________________________
11323 [  7086] By: jhi                                   on 2000/09/14  22:40:38
11324         Log: We don't need to count the high bit bytes, a boolean is enough. 
11325      Branch: perl
11326            ! sv.c
11327 ____________________________________________________________________________
11328 [  7085] By: jhi                                   on 2000/09/14  21:20:09
11329         Log: Replace #7084 with
11330              
11331              Subject: Re: perl@7078 
11332              From: Spider Boardman <spider@web.zk3.dec.com>
11333              Date: Thu, 14 Sep 2000 17:09:36 -0400
11334              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
11335      Branch: perl
11336            ! sv.c utf8.c
11337 ____________________________________________________________________________
11338 [  7084] By: jhi                                   on 2000/09/14  20:03:34
11339         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
11340              convertable to bytes by checking it doesn't go above 0xc3
11341              
11342              Subject: Re: perl@7078
11343              From: Simon Cozens <simon@cozens.net>
11344              Date: Thu, 14 Sep 2000 20:59:19 +0100
11345              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
11346      Branch: perl
11347            ! utf8.c
11348 ____________________________________________________________________________
11349 [  7083] By: jhi                                   on 2000/09/14  19:38:47
11350         Log: Subject: Re: perl@7078
11351              From: Simon Cozens <simon@cozens.net>
11352              Date: Thu, 14 Sep 2000 20:13:09 +0100
11353              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
11354      Branch: perl
11355            ! t/op/bop.t
11356 ____________________________________________________________________________
11357 [  7082] By: jhi                                   on 2000/09/14  17:50:44
11358         Log: The one that got away.
11359      Branch: perl
11360            ! lib/File/Find.pm
11361 ____________________________________________________________________________
11362 [  7081] By: jhi                                   on 2000/09/14  17:45:35
11363         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
11364              From: Robin Barker <rmb1@cise.npl.co.uk>
11365              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
11366              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
11367      Branch: perl
11368            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
11369            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
11370            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
11371            ! regcomp.c toke.c universal.c
11372 ____________________________________________________________________________
11373 [  7080] By: jhi                                   on 2000/09/14  17:40:35
11374         Log: Problems picked up by AIX cc.
11375              
11376              Subject: Re: perl@7078 (patch included)
11377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11378              Date: Thu, 14 Sep 2000 18:53:30 +0200
11379              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
11380      Branch: perl
11381            ! ext/Encode/Encode.xs
11382 ____________________________________________________________________________
11383 [  7079] By: jhi                                   on 2000/09/14  17:38:27
11384         Log: Subject: File::Find 5.7.0 POD nits
11385              From: Rich Morin <rdm@cfcl.com>
11386              Date: Wed, 13 Sep 2000 22:03:58 -0700
11387              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
11388      Branch: perl
11389            ! lib/File/Find.pm
11390 ____________________________________________________________________________
11391 [  7078] By: jhi                                   on 2000/09/14  14:58:20
11392         Log: Update Changes.
11393      Branch: perl
11394            ! Changes patchlevel.h
11395 ____________________________________________________________________________
11396 [  7077] By: jhi                                   on 2000/09/14  14:55:54
11397         Log: Compilation warnings and an error.
11398      Branch: perl
11399            ! sv.c
11400 ____________________________________________________________________________
11401 [  7076] By: jhi                                   on 2000/09/14  14:42:56
11402         Log: Fix for a parsing bug, not for the original bug.
11403              
11404              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
11405              From: Spider Boardman <spider@web.zk3.dec.com>
11406              Date: Wed, 13 Sep 2000 17:52:20 -0400
11407              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
11408      Branch: perl
11409            ! regcomp.c
11410 ____________________________________________________________________________
11411 [  7075] By: jhi                                   on 2000/09/14  14:40:40
11412         Log: Batch of UTF-8 patches from Simon Cozens.
11413      Branch: perl
11414            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
11415            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
11416            ! toke.c utf8.c
11417 ____________________________________________________________________________
11418 [  7074] By: jhi                                   on 2000/09/14  14:29:58
11419         Log: Subject: Re: Two advertising clauses need to be removed
11420              From: Russ Allbery <rra@stanford.edu>
11421              Date: 13 Sep 2000 18:50:26 -0700
11422              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
11423      Branch: perl
11424            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11425 ____________________________________________________________________________
11426 [  7073] By: jhi                                   on 2000/09/14  14:28:20
11427         Log: Subject: [PATCH] de-wall t/README
11428              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11429              Date: Wed, 13 Sep 2000 17:46:55 -0700
11430              Message-ID: <//Bw5gzkge/e092yn@efn.org>
11431      Branch: perl
11432            ! t/README
11433 ____________________________________________________________________________
11434 [  7072] By: jhi                                   on 2000/09/14  14:25:10
11435         Log: Hints optimization.
11436              
11437              Subject: Minor nit
11438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11439              Date: Wed, 13 Sep 2000 21:42:07 +0200
11440              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
11441      Branch: perl
11442            ! hints/hpux.sh
11443 ____________________________________________________________________________
11444 [  7071] By: jhi                                   on 2000/09/14  14:23:30
11445         Log: Allow chop() and chomp() to be overridden.
11446              
11447              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
11448              From: "Casey R. Tweten" <crt@kiski.net>
11449              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
11450              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
11451      Branch: perl
11452            ! toke.c
11453 ____________________________________________________________________________
11454 [  7070] By: jhi                                   on 2000/09/14  14:20:36
11455         Log: The return value of setlocale must be copied away.
11456              
11457              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
11458              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11459              Date: Wed, 13 Sep 2000 16:27:37 +0100 
11460              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
11461      Branch: perl
11462            ! util.c
11463 ____________________________________________________________________________
11464 [  7069] By: jhi                                   on 2000/09/14  14:16:27
11465         Log: Remove vestiges of tr//CU.
11466              
11467              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
11468              From: Nick Clark <nick@plum.flirble.org>
11469              Date: Tue, 12 Sep 2000 22:50:14 +0100
11470              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
11471              
11472              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
11473              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11474              Date: Tue, 12 Sep 2000 21:38:48 -0700
11475              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
11476      Branch: perl
11477            ! op.h pod/perlunicode.pod
11478 ____________________________________________________________________________
11479 [  7068] By: jhi                                   on 2000/09/13  14:18:39
11480         Log: Add the Encode extension.  The code is still largely just skeleton.
11481      Branch: perl
11482            + ext/Encode/Encode.pm ext/Encode/Encode.xs
11483            + ext/Encode/Makefile.PL ext/Encode/Todo
11484            ! MANIFEST Todo-5.6
11485 ____________________________________________________________________________
11486 [  7067] By: jhi                                   on 2000/09/12  17:43:33
11487         Log: Allow for whitespace between "#" and "line" in cpp output.
11488              
11489              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
11490              From: Calle Dybedahl <calle@lysator.liu.se>
11491              Date: 12 Sep 2000 19:38:02 +0200 
11492              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
11493      Branch: perl
11494            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
11495 ____________________________________________________________________________
11496 [  7066] By: gsar                                  on 2000/09/12  17:24:29
11497         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
11498              initialization in all the threads on Windows
11499      Branch: perl
11500            ! win32/win32.c
11501 ____________________________________________________________________________
11502 [  7065] By: jhi                                   on 2000/09/12  15:11:31
11503         Log: Update Changes.
11504      Branch: perl
11505            ! Changes patchlevel.h
11506 ____________________________________________________________________________
11507 [  7064] By: jhi                                   on 2000/09/12  14:54:54
11508         Log: Retract #7062, the pod tests are not ready.
11509      Branch: perl
11510            ! t/TEST t/harness
11511 ____________________________________________________________________________
11512 [  7063] By: jhi                                   on 2000/09/12  14:25:41
11513         Log: The #7054 truncated Configure badly.
11514      Branch: metaconfig/U/perl
11515            ! End.U
11516      Branch: perl
11517            ! Configure config_h.SH
11518 ____________________________________________________________________________
11519 [  7062] By: jhi                                   on 2000/09/12  14:08:32
11520         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
11521              From: sthoenna@efn.org
11522              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
11523              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
11524      Branch: perl
11525            ! t/TEST t/harness
11526 ____________________________________________________________________________
11527 [  7061] By: jhi                                   on 2000/09/12  14:07:18
11528         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
11529              From: sthoenna@efn.org
11530              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
11531              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
11532      Branch: perl
11533            ! pod/perlxs.pod
11534 ____________________________________________________________________________
11535 [  7060] By: jhi                                   on 2000/09/12  14:06:08
11536         Log: Break up the myconfig lines a bit.
11537              
11538              Subject: perlbug/perl -V output format
11539              From: sthoenna@efn.org
11540              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
11541              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
11542      Branch: perl
11543            ! myconfig.SH
11544 ____________________________________________________________________________
11545 [  7059] By: jhi                                   on 2000/09/12  14:05:04
11546         Log: Test for the #7049.
11547              
11548              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
11549              From: andreas.koenig@anima.de (Andreas J. Koenig)
11550              Date: 12 Sep 2000 06:42:01 +0200
11551              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
11552      Branch: perl
11553            ! t/op/my.t
11554 ____________________________________________________________________________
11555 [  7058] By: jhi                                   on 2000/09/12  14:03:05
11556         Log: Subject: [patch: perl@7045] vms updates
11557              From: Peter Prymmer <pvhp@forte.com>
11558              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
11559              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
11560      Branch: perl
11561            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
11562 ____________________________________________________________________________
11563 [  7057] By: jhi                                   on 2000/09/12  14:00:51
11564         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
11565              From: sthoenna@efn.org
11566              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
11567              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
11568      Branch: perl
11569            ! t/op/64bitint.t
11570 ____________________________________________________________________________
11571 [  7056] By: jhi                                   on 2000/09/12  13:58:14
11572         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
11573              From: Jeff Pinyan <jeffp@crusoe.net>
11574              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
11575              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
11576      Branch: perl
11577            ! pod/perlfunc.pod
11578 ____________________________________________________________________________
11579 [  7055] By: jhi                                   on 2000/09/12  13:56:32
11580         Log: Do in VMS as the #7054 does.
11581      Branch: perl
11582            ! configure.com
11583 ____________________________________________________________________________
11584 [  7054] By: jhi                                   on 2000/09/12  13:50:31
11585         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
11586              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11587              Date: Mon, 11 Sep 2000 08:33:09 +0100
11588              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
11589      Branch: metaconfig/U/perl
11590            ! End.U
11591      Branch: perl
11592            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
11593            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11594 ____________________________________________________________________________
11595 [  7053] By: jhi                                   on 2000/09/12  13:29:19
11596         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
11597              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11598              Date:     Tue, 12 Sep 2000 08:35:59 EDT
11599              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
11600      Branch: perl
11601            ! vms/test.com
11602 ____________________________________________________________________________
11603 [  7052] By: jhi                                   on 2000/09/11  23:01:50
11604         Log: Document the SvUTF8*().
11605      Branch: perl
11606            ! pod/perlapi.pod sv.h
11607 ____________________________________________________________________________
11608 [  7051] By: gsar                                  on 2000/09/11  14:46:30
11609         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
11610              (missed a spot when fixing up op_pmreplroot hack for ithreads)
11611      Branch: perl
11612            ! op.c t/op/split.t
11613 ____________________________________________________________________________
11614 [  7050] By: nick                                  on 2000/09/11  10:03:51
11615         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
11616              
11617              Subject: borland C++ win32.c tweak
11618              From: Vadim Konovalov <vkonovalov@lucent.com>
11619              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
11620              Date: Mon, 11 Sep 2000 11:22:33 +0400
11621      Branch: perl
11622            ! win32/win32.c
11623 ____________________________________________________________________________
11624 [  7049] By: nick                                  on 2000/09/11  09:57:33
11625         Log: Point fix for s/// on foreach (keys %xxx).
11626      Branch: perl
11627            ! pp_hot.c
11628 ____________________________________________________________________________
11629 [  7048] By: jhi                                   on 2000/09/10  23:37:09
11630         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
11631              by Pod::Text, from Brad Appleton.
11632      Branch: perl
11633            ! t/pod/testp2pt.pl
11634 ____________________________________________________________________________
11635 [  7047] By: jhi                                   on 2000/09/10  14:32:53
11636         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
11637              by Russ Allbery.
11638      Branch: perl
11639            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
11640 ____________________________________________________________________________
11641 [  7046] By: jhi                                   on 2000/09/10  14:15:08
11642         Log: Upgrade to CPAN 1.57_65, from Andreas König.
11643      Branch: perl
11644            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11645 ____________________________________________________________________________
11646 [  7045] By: jhi                                   on 2000/09/08  21:36:32
11647         Log: Update Changes.
11648      Branch: perl
11649            ! Changes patchlevel.h
11650 ____________________________________________________________________________
11651 [  7044] By: jhi                                   on 2000/09/08  21:29:56
11652         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
11653              From: Peter Prymmer <pvhp@forte.com>
11654              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
11655              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
11656      Branch: perl
11657            ! configure.com
11658 ____________________________________________________________________________
11659 [  7043] By: jhi                                   on 2000/09/08  21:27:50
11660         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
11661              From: Peter Prymmer <pvhp@forte.com>
11662              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
11663              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
11664      Branch: perl
11665            ! Makefile.SH installperl
11666 ____________________________________________________________________________
11667 [  7042] By: jhi                                   on 2000/09/08  21:23:21
11668         Log: Continue #7041.
11669      Branch: perl
11670            ! cygwin/Makefile.SHs os2/Makefile.SHs
11671 ____________________________________________________________________________
11672 [  7041] By: jhi                                   on 2000/09/08  21:18:10
11673         Log: Do away with memory models cruft.  Sorry, PDP users.
11674      Branch: metaconfig
11675            ! U/modified/cc.U U/modified/libpth.U
11676      Branch: perl
11677            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
11678            ! Porting/config_H cflags.SH config_h.SH configure.com
11679            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
11680            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
11681            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
11682 ____________________________________________________________________________
11683 [  7040] By: jhi                                   on 2000/09/08  14:34:18
11684         Log: Major rewrite of s2p.  And I mean really major, it is
11685              an implementation of sed in perl.  If called as s2p it
11686              will function as s2p.  Note: needs non-UNIXifying.
11687              
11688              Subject: s2p
11689              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11690              Date: Mon, 28 Aug 2000 14:05:12 +0200
11691              Message-ID: <39AA5578.2102E2AA@alcatel.at>
11692      Branch: perl
11693            ! x2p/s2p.PL
11694 ____________________________________________________________________________
11695 [  7039] By: jhi                                   on 2000/09/08  14:19:49
11696         Log: Re-allow vec() for characters > 255.
11697              
11698              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
11699              From: Spider Boardman <spider@web.zk3.dec.com>
11700              Date: Fri, 08 Sep 2000 02:21:02 -0400
11701              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
11702      Branch: perl
11703            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11704            ! t/op/vec.t
11705 ____________________________________________________________________________
11706 [  7038] By: jhi                                   on 2000/09/08  14:14:18
11707         Log: Subject: [PATCH lib/Benchmark.pm]
11708              From: <abigail@foad.org>
11709              Date: Thu, 7 Sep 2000 15:03:20 -0400
11710              Message-ID: <20000907190320.888.qmail@foad.org>
11711      Branch: perl
11712            ! lib/Benchmark.pm
11713 ____________________________________________________________________________
11714 [  7037] By: jhi                                   on 2000/09/08  14:11:06
11715         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
11716              
11717              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
11718              From: Spider Boardman <spider@web.zk3.dec.com>
11719              Date: Fri, 08 Sep 2000 01:30:27 -0400
11720              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
11721      Branch: perl
11722            ! op.c
11723 ____________________________________________________________________________
11724 [  7036] By: jhi                                   on 2000/09/08  14:08:58
11725         Log: Subject: [ID 20000908.002] perlipc documentation bug.
11726              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
11727              Date: Fri, 08 Sep 2000 12:38:32 +0200
11728              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
11729      Branch: perl
11730            ! pod/perlipc.pod
11731 ____________________________________________________________________________
11732 [  7035] By: jhi                                   on 2000/09/08  14:03:12
11733         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
11734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11735              Date: Fri, 08 Sep 2000 11:47:34 +0200
11736              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
11737      Branch: perl
11738            ! hints/dec_osf.sh
11739 ____________________________________________________________________________
11740 [  7034] By: jhi                                   on 2000/09/08  13:59:35
11741         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
11742              From: Simon Cozens <simon@cozens.net>
11743              Date: Thu, 7 Sep 2000 20:40:38 +0100
11744              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
11745      Branch: perl
11746            ! pp_hot.c
11747 ____________________________________________________________________________
11748 [  7033] By: jhi                                   on 2000/09/08  04:03:03
11749         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
11750              From: "Larry W. Virden" <lvirden@cas.org>
11751              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
11752              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
11753      Branch: perl
11754            ! pod/perldiag.pod
11755 ____________________________________________________________________________
11756 [  7032] By: jhi                                   on 2000/09/07  22:18:30
11757         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
11758              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
11759              Date: Mon, 04 Sep 2000 13:16:38 -0700
11760              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
11761      Branch: perl
11762            ! lib/perl5db.pl
11763 ____________________________________________________________________________
11764 [  7031] By: jhi                                   on 2000/09/07  22:02:29
11765         Log: Fix the ccversion detection for 5.1 and beyond.
11766              
11767              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
11768              From: Spider Boardman <spider@leggy.zk3.dec.com>
11769              Date: Thu, 7 Sep 2000 17:54:27 -0400
11770              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
11771      Branch: perl
11772            ! hints/dec_osf.sh
11773 ____________________________________________________________________________
11774 [  7030] By: jhi                                   on 2000/09/07  19:12:28
11775         Log: Fix for
11776              
11777              Subject: [ID 20000903.001] \w in utf8-strings
11778              From: Marc Lehmann <pcg@goof.com>
11779              Date: Sun, 03 Sep 2000 09:44:29 +0200
11780              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
11781              
11782              and various related nits.
11783      Branch: perl
11784            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
11785 ____________________________________________________________________________
11786 [  7029] By: jhi                                   on 2000/09/07  18:49:09
11787         Log: Fix the URL, but the server is still missing in action.
11788              
11789              Subject: [ID 20000905.002] perlfaq1.pod URL error
11790              From: "Larry W. Virden" <lvirden@cas.org>
11791              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
11792              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
11793      Branch: perl
11794            ! pod/perlfaq1.pod
11795 ____________________________________________________________________________
11796 [  7028] By: jhi                                   on 2000/09/07  18:47:13
11797         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
11798              From: Hugo <hv@crypt.compulink.co.uk>
11799              Date: Tue, 05 Sep 2000 14:13:37 +0100
11800              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
11801      Branch: perl
11802            ! toke.c
11803 ____________________________________________________________________________
11804 [  7027] By: jhi                                   on 2000/09/07  18:45:35
11805         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
11806              From: Daniel Chetlin <daniel@chetlin.com>
11807              Date: Tue, 5 Sep 2000 04:57:07 -0700
11808              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
11809      Branch: perl
11810            ! pod/perlfaq6.pod pod/perlop.pod
11811 ____________________________________________________________________________
11812 [  7026] By: jhi                                   on 2000/09/07  18:44:01
11813         Log: Document the new ref() semantics.
11814              
11815              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
11816              From: Gisle Aas <gisle@ActiveState.com>
11817              Date: 05 Sep 2000 08:10:30 +0200
11818              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
11819      Branch: perl
11820            ! pod/perldelta.pod
11821 ____________________________________________________________________________
11822 [  7025] By: jhi                                   on 2000/09/07  18:42:27
11823         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
11824              
11825              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
11826              From: Gisle Aas <gisle@ActiveState.com>
11827              Date: 05 Sep 2000 08:11:40 +0200
11828              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
11829      Branch: perl
11830            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
11831 ____________________________________________________________________________
11832 [  7024] By: jhi                                   on 2000/09/07  18:39:32
11833         Log: Subject: [PATCH] Modernize Opcode.pm documentation
11834              From: Gisle Aas <gisle@ActiveState.com>
11835              Date: 4 Sep 2000 00:18:55 -0000
11836              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
11837      Branch: perl
11838            ! ext/Opcode/Opcode.pm
11839 ____________________________________________________________________________
11840 [  7023] By: jhi                                   on 2000/09/07  18:37:42
11841         Log: Subject: [PATCH] Tied filehandle documentation
11842              From: Gisle Aas <gisle@ActiveState.com>
11843              Date: 4 Sep 2000 00:14:40 -0000
11844              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
11845      Branch: perl
11846            ! pod/perlfunc.pod pod/perltie.pod
11847 ____________________________________________________________________________
11848 [  7022] By: jhi                                   on 2000/09/07  18:35:37
11849         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
11850              From: Gisle Aas <gisle@ActiveState.com>
11851              Date: 4 Sep 2000 00:04:22 -0000
11852              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
11853      Branch: perl
11854            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
11855 ____________________________________________________________________________
11856 [  7021] By: jhi                                   on 2000/09/07  18:33:22
11857         Log: Subject: small apidoc fix
11858              From: Marc Lehmann <pcg@goof.com>
11859              Date: Sun, 3 Sep 2000 05:12:06 +0200
11860              Message-ID: <20000903051206.A5909@cerebro.laendle>
11861      Branch: perl
11862            ! pod/perlapi.pod utf8.c
11863 ____________________________________________________________________________
11864 [  7020] By: jhi                                   on 2000/09/07  16:14:57
11865         Log: Tiny perldelta nits.
11866      Branch: perl
11867            ! pod/perldelta.pod
11868 ____________________________________________________________________________
11869 [  7019] By: jhi                                   on 2000/09/07  16:04:20
11870         Log: Guard against bad string->int conversion for quads.
11871      Branch: perl
11872            ! t/op/64bitint.t
11873 ____________________________________________________________________________
11874 [  7018] By: jhi                                   on 2000/09/06  17:07:03
11875         Log: Update Unicode todo list.
11876      Branch: perl
11877            ! Todo-5.6
11878 ____________________________________________________________________________
11879 [  7017] By: jhi                                   on 2000/09/05  21:16:01
11880         Log: Document the SvIOK_.*UV().
11881      Branch: perl
11882            ! pod/perlapi.pod sv.h
11883 ____________________________________________________________________________
11884 [  7016] By: nick                                  on 2000/09/03  21:54:46
11885         Log: Hash lookup of constant strings optimization:
11886              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
11887              to string table (as per sharepvn). Add newSV_pvn_share to create such
11888              a thing. Make hv.c compare addresses of strings and skip string compare
11889              if equal. Make method_named and helem ops use these shared-string SVs
11890              when arg is constant. Make keys op return shared-string SVs (less clearly
11891              a win).
11892      Branch: perl
11893            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
11894            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
11895            ! pod/perlintern.pod pp_hot.c proto.h sv.c
11896 ____________________________________________________________________________
11897 [  7015] By: jhi                                   on 2000/09/02  17:48:59
11898         Log: This is 5.7.0.
11899      Branch: perl
11900            ! Changes
11901 ____________________________________________________________________________
11902 [  7014] By: jhi                                   on 2000/09/02  17:35:45
11903         Log: Changes and patchlevel tweaks.
11904      Branch: perl
11905            ! Changes patchlevel.h
11906 ____________________________________________________________________________
11907 [  7013] By: jhi                                   on 2000/09/02  17:30:50
11908         Log: Update Changes.
11909      Branch: perl
11910            ! Changes patchlevel.h
11911 ____________________________________________________________________________
11912 [  7012] By: nick                                  on 2000/09/02  17:25:20
11913         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
11914      Branch: perl
11915            ! gv.c lib/overload.pm
11916 ____________________________________________________________________________
11917 [  7011] By: jhi                                   on 2000/09/02  17:16:25
11918         Log: Update perlhist.
11919      Branch: perl
11920            ! pod/perlhist.pod
11921 ____________________________________________________________________________
11922 [  7010] By: jhi                                   on 2000/09/02  17:01:35
11923         Log: perldelta nits.
11924      Branch: perl
11925            ! pod/perldelta.pod
11926 ____________________________________________________________________________
11927 [  7009] By: nick                                  on 2000/09/02  16:48:35
11928         Log: If overloaded %{} etc. return the object do not loop.
11929              Thus  sub deref { $_[0] } functions if object is wanted type.
11930      Branch: perl
11931            ! pp.h
11932 ____________________________________________________________________________
11933 [  7008] By: jhi                                   on 2000/09/02  16:26:11
11934         Log: Retab MANIFEST.
11935      Branch: perl
11936            ! ext/Storable/MANIFEST
11937 ____________________________________________________________________________
11938 [  7007] By: jhi                                   on 2000/09/02  16:23:02
11939         Log: Make certain cc is set before trying to run it.
11940      Branch: perl
11941            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
11942 ____________________________________________________________________________
11943 [  7006] By: jhi                                   on 2000/09/02  15:45:41
11944         Log: Unicode notes.
11945      Branch: perl
11946            ! pod/perldelta.pod
11947 ____________________________________________________________________________
11948 [  7005] By: jhi                                   on 2000/09/02  15:42:11
11949         Log: Various Configure nits by Philip Newton,
11950              plus the ebcdic one by me.
11951      Branch: metaconfig
11952            + U/modified/pager.U
11953            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
11954      Branch: metaconfig/U/perl
11955            ! Devel.U quadfio.U
11956      Branch: perl
11957            ! Configure config_h.SH
11958 ____________________________________________________________________________
11959 [  7004] By: jhi                                   on 2000/09/02  15:06:14
11960         Log: Apparently avoiding the swapping is too costly.
11961              
11962              From: "Ben Tilly" <ben_tilly@hotmail.com>
11963              Subject: Re: the door is closed.
11964              Date: Fri, 01 Sep 2000 20:23:16 EDT
11965              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
11966      Branch: perl
11967            ! pod/perlfaq4.pod
11968 ____________________________________________________________________________
11969 [  7003] By: nick                                  on 2000/09/02  12:26:04
11970         Log: Undo part of change 6489 which looks like a bulk edit which
11971              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
11972              The supressing of main:: on return from select() is undesirable.
11973      Branch: perl
11974            ! pp_sys.c
11975 ____________________________________________________________________________
11976 [  7002] By: jhi                                   on 2000/09/01  23:08:54
11977         Log: Update Changes.
11978      Branch: perl
11979            ! Changes patchlevel.h
11980 ____________________________________________________________________________
11981 [  7001] By: jhi                                   on 2000/09/01  23:00:13
11982         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
11983              From: Peter Prymmer <pvhp@forte.com>
11984              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
11985              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
11986              
11987              plus rework the http: spots as suggested by Tom Christiansen,
11988              plus regen perltoc.
11989      Branch: perl
11990            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
11991            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
11992 ____________________________________________________________________________
11993 [  7000] By: jhi                                   on 2000/09/01  22:36:01
11994         Log: Only the first line, thank you very much.
11995      Branch: perl
11996            ! hints/solaris_2.sh
11997 ____________________________________________________________________________
11998 [  6999] By: gsar                                  on 2000/09/01  22:16:40
11999         Log: change#6791 accidentally clobbered change#6710, put it back
12000      Branch: perl
12001            ! win32/win32.c
12002 ____________________________________________________________________________
12003 [  6998] By: jhi                                   on 2000/09/01  22:14:16
12004         Log: Mention the HP-UX LP64 freak failure.
12005      Branch: perl
12006            ! pod/perldelta.pod
12007 ____________________________________________________________________________
12008 [  6997] By: jhi                                   on 2000/09/01  21:48:32
12009         Log: Detypo.
12010      Branch: perl
12011            ! hints/hpux.sh
12012 ____________________________________________________________________________
12013 [  6996] By: jhi                                   on 2000/09/01  21:27:10
12014         Log: Update Changes.
12015      Branch: perl
12016            ! Changes patchlevel.h
12017 ____________________________________________________________________________
12018 [  6995] By: jhi                                   on 2000/09/01  21:14:24
12019         Log: Mi splgn s gnin.g
12020      Branch: perl
12021            ! pp_ctl.c
12022 ____________________________________________________________________________
12023 [  6994] By: jhi                                   on 2000/09/01  21:09:54
12024         Log: Subject: http:// in L<>
12025              From: Nicholas Clark <nick@ccl4.org>
12026              Date: Fri, 1 Sep 2000 22:03:21 +0100
12027              Message-ID: <20000901220321.B72074@plum.flirble.org>
12028      Branch: perl
12029            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
12030 ____________________________________________________________________________
12031 [  6993] By: jhi                                   on 2000/09/01  21:06:54
12032         Log: Update to Storable 1.0, from Raphael Manfredi.
12033      Branch: perl
12034            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
12035            ! ext/Storable/Makefile.PL ext/Storable/README
12036            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12037            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
12038            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
12039            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
12040            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
12041            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
12042 ____________________________________________________________________________
12043 [  6992] By: jhi                                   on 2000/09/01  20:43:05
12044         Log: Mention known sfio+linux buglet.
12045      Branch: perl
12046            ! pod/perldelta.pod
12047 ____________________________________________________________________________
12048 [  6991] By: jhi                                   on 2000/09/01  20:40:11
12049         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
12050              From: Peter Prymmer <pvhp@forte.com>
12051              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
12052              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
12053      Branch: perl
12054            ! vms/vms.c
12055 ____________________________________________________________________________
12056 [  6990] By: jhi                                   on 2000/09/01  20:25:26
12057         Log: Retract #6986.
12058      Branch: perl
12059            ! hints/solaris_2.sh
12060 ____________________________________________________________________________
12061 [  6989] By: jhi                                   on 2000/09/01  20:23:00
12062         Log: Mergesort is back.
12063      Branch: perl
12064            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
12065 ____________________________________________________________________________
12066 [  6988] By: jhi                                   on 2000/09/01  19:37:40
12067         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
12068              From: Mike Guy <mjtg@cam.ac.uk>
12069              Date: Fri, 01 Sep 2000 17:43:33 +0100
12070              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
12071      Branch: perl
12072            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
12073            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
12074 ____________________________________________________________________________
12075 [  6987] By: jhi                                   on 2000/09/01  19:17:10
12076         Log: Regen perltoc.
12077      Branch: perl
12078            ! pod/perltoc.pod
12079 ____________________________________________________________________________
12080 [  6986] By: jhi                                   on 2000/09/01  18:51:10
12081         Log: Subject: Re: Solaris x86 has no SPARC libraries!
12082              From: Lupe Christoph <lupe@lupe-christoph.de>
12083              Date: Fri, 1 Sep 2000 20:41:20 +0200
12084              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
12085      Branch: perl
12086            ! hints/solaris_2.sh
12087 ____________________________________________________________________________
12088 [  6985] By: jhi                                   on 2000/09/01  18:28:10
12089         Log: Update Changes.
12090      Branch: perl
12091            ! Changes patchlevel.h
12092 ____________________________________________________________________________
12093 [  6984] By: jhi                                   on 2000/09/01  18:26:53
12094         Log: Feature ordering tweak.
12095      Branch: perl
12096            ! myconfig.SH
12097 ____________________________________________________________________________
12098 [  6983] By: jhi                                   on 2000/09/01  18:19:50
12099         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12100              From: <abigail@foad.org>
12101              Date: Fri, 1 Sep 2000 13:07:32 -0400
12102              Message-ID: <20000901170732.18249.qmail@foad.org>
12103      Branch: perl
12104            ! t/pragma/overload.t
12105 ____________________________________________________________________________
12106 [  6982] By: jhi                                   on 2000/09/01  18:17:54
12107         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
12108              so that case-ignoring systems like DCL can tell them from
12109              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
12110      Branch: metaconfig/U/perl
12111            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
12112      Branch: perl
12113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12114            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
12115            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
12116            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
12117            ! vos/config.def vos/config.h vos/config_h.SH_orig
12118            ! win32/config.bc win32/config.gc win32/config.vc
12119 ____________________________________________________________________________
12120 [  6981] By: nick                                  on 2000/09/01  17:21:57
12121         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
12122              warning when UNTIE exists and instead pass the cound of extra references to
12123              the UNTIE method.
12124      Branch: perl
12125            ! pod/perltie.pod pp_sys.c
12126 ____________________________________________________________________________
12127 [  6980] By: jhi                                   on 2000/09/01  16:54:44
12128         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
12129              From: Peter Prymmer <pvhp@forte.com>
12130              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
12131              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
12132      Branch: perl
12133            ! configure.com
12134 ____________________________________________________________________________
12135 [  6979] By: jhi                                   on 2000/09/01  16:06:20
12136         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
12137              From: Mike Guy <mjtg@cam.ac.uk> 
12138              Date: Fri, 01 Sep 2000 16:49:27 +0100
12139              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
12140      Branch: perl
12141            ! t/base/rs.t
12142 ____________________________________________________________________________
12143 [  6978] By: jhi                                   on 2000/09/01  16:00:42
12144         Log: Update to PodParser 1.18, from Brad Appleton.
12145      Branch: perl
12146            ! lib/Pod/Checker.pm t/pod/find.t
12147 ____________________________________________________________________________
12148 [  6977] By: jhi                                   on 2000/09/01  14:48:58
12149         Log: Subject: Nit in Configure (bleadperl@6961)
12150              From: Lupe Christoph <lupe@lupe-christoph.de>
12151              Date: Fri, 1 Sep 2000 16:34:29 +0200
12152              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
12153      Branch: metaconfig
12154            ! U/compline/ccflags.U
12155      Branch: perl
12156            ! Configure config_h.SH
12157 ____________________________________________________________________________
12158 [  6976] By: jhi                                   on 2000/09/01  14:39:52
12159         Log: Update Changes.
12160      Branch: perl
12161            ! Changes patchlevel.h
12162 ____________________________________________________________________________
12163 [  6975] By: jhi                                   on 2000/09/01  14:37:36
12164         Log: microperl config update.
12165      Branch: perl
12166            ! uconfig.h uconfig.sh
12167 ____________________________________________________________________________
12168 [  6974] By: jhi                                   on 2000/09/01  14:36:53
12169         Log: Document known deficiencies.
12170      Branch: perl
12171            ! pod/perldelta.pod
12172 ____________________________________________________________________________
12173 [  6973] By: jhi                                   on 2000/09/01  14:10:20
12174         Log: Mention warnings fixes and updates.
12175      Branch: perl
12176            ! pod/perldelta.pod
12177 ____________________________________________________________________________
12178 [  6972] By: jhi                                   on 2000/09/01  14:01:52
12179         Log: Drop unused argument.
12180              
12181              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
12182              From: Spider Boardman <spider@web.zk3.dec.com>
12183              Date: Thu, 31 Aug 2000 16:10:15 -0400
12184              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
12185      Branch: perl
12186            ! toke.c
12187 ____________________________________________________________________________
12188 [  6971] By: jhi                                   on 2000/09/01  13:59:24
12189         Log: Add the overload warnings to perldiag.
12190      Branch: perl
12191            ! lib/overload.pm pod/perldiag.pod
12192 ____________________________________________________________________________
12193 [  6970] By: jhi                                   on 2000/09/01  13:55:10
12194         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12195              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12196              Date: Fri, 1 Sep 2000 13:43:15 +0100 
12197              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
12198      Branch: perl
12199            ! lib/overload.pm t/pragma/overload.t
12200 ____________________________________________________________________________
12201 [  6969] By: jhi                                   on 2000/09/01  13:52:27
12202         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12203              From: <abigail@foad.org>
12204              Date: Fri, 1 Sep 2000 05:46:54 -0400
12205              Message-ID: <20000901094654.6476.qmail@foad.org>
12206      Branch: perl
12207            ! lib/overload.pm
12208 ____________________________________________________________________________
12209 [  6968] By: jhi                                   on 2000/09/01  13:50:05
12210         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
12211              From: Daniel Chetlin <daniel@chetlin.com>
12212              Date: Fri, 1 Sep 2000 02:10:55 -0700
12213              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
12214      Branch: perl
12215            ! pod/perlretut.pod
12216 ____________________________________________________________________________
12217 [  6967] By: jhi                                   on 2000/09/01  13:47:54
12218         Log: Part of the solution.
12219              
12220              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
12221              From: Mike Guy <mjtg@cam.ac.uk>
12222              Date: Fri, 01 Sep 2000 14:16:01 +0100
12223              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
12224      Branch: perl
12225            ! gv.c mg.c
12226 ____________________________________________________________________________
12227 [  6966] By: jhi                                   on 2000/09/01  13:46:17
12228         Log: Subject: CPAN.pm beta 1.57_57 for the core
12229              From: andreas.koenig@anima.de (Andreas J. Koenig)
12230              Date: 01 Sep 2000 15:16:31 +0200
12231              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
12232      Branch: perl
12233            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12234 ____________________________________________________________________________
12235 [  6965] By: jhi                                   on 2000/09/01  13:43:18
12236         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
12237              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12238              Date: Fri, 01 Sep 2000 01:47:22 -0500
12239              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
12240      Branch: perl
12241            ! pod/perldelta.pod vms/vms.c
12242 ____________________________________________________________________________
12243 [  6964] By: jhi                                   on 2000/09/01  13:35:35
12244         Log: File::Temp patches from Andreas König,
12245              
12246              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
12247              From: andreas.koenig@anima.de (Andreas J. Koenig)
12248              Date: 01 Sep 2000 10:07:20 +0200
12249              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
12250              
12251              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
12252              From: andreas.koenig@anima.de (Andreas J. Koenig)
12253              Date: 31 Aug 2000 23:26:08 +0200
12254              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
12255      Branch: perl
12256            ! lib/File/Temp.pm t/lib/ftmp-security.t
12257 ____________________________________________________________________________
12258 [  6963] By: jhi                                   on 2000/09/01  02:22:24
12259         Log: Retract the mergesort code, way too incompatible licensing
12260              and copyrights.
12261      Branch: perl
12262            ! pod/perldelta.pod pp_ctl.c
12263 ____________________________________________________________________________
12264 [  6962] By: jhi                                   on 2000/08/31  23:27:32
12265         Log: Update Changes.
12266      Branch: perl
12267            ! Changes patchlevel.h
12268 ____________________________________________________________________________
12269 [  6961] By: jhi                                   on 2000/08/31  23:20:04
12270         Log: Small tweaks all over.
12271      Branch: metaconfig
12272            ! U/compline/d_gconvert.U
12273      Branch: perl
12274            ! AUTHORS Configure config_h.SH pp_ctl.c
12275 ____________________________________________________________________________
12276 [  6960] By: jhi                                   on 2000/08/31  22:39:36
12277         Log: Further rewording.
12278      Branch: perl
12279            ! pp_ctl.c
12280 ____________________________________________________________________________
12281 [  6959] By: jhi                                   on 2000/08/31  21:26:44
12282         Log: More address tweaking.
12283      Branch: perl
12284            ! AUTHORS Changes
12285 ____________________________________________________________________________
12286 [  6958] By: jhi                                   on 2000/08/31  20:47:25
12287         Log: AUTHORS tweaks, from Peter Prymmer.
12288              
12289              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
12290              From: Peter Prymmer <pvhp@forte.com>
12291              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
12292              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
12293      Branch: perl
12294            ! AUTHORS MAINTAIN
12295 ____________________________________________________________________________
12296 [  6957] By: jhi                                   on 2000/08/31  20:34:43
12297         Log: perldelta tweaks.
12298      Branch: perl
12299            ! pod/perldelta.pod
12300 ____________________________________________________________________________
12301 [  6956] By: jhi                                   on 2000/08/31  19:11:06
12302         Log: Regen perltoc.
12303      Branch: perl
12304            ! pod/perltoc.pod
12305 ____________________________________________________________________________
12306 [  6955] By: jhi                                   on 2000/08/31  19:06:30
12307         Log: Clarify the mergesort situation.
12308      Branch: perl
12309            ! pp_ctl.c
12310 ____________________________________________________________________________
12311 [  6954] By: jhi                                   on 2000/08/31  18:24:17
12312         Log: Move the Solaris 7 scan to use64bitall, make the
12313              failure to find 64-bot sparc libc to mention the
12314              possibility of being in an intel, from Lupe and Alan.
12315      Branch: perl
12316            ! hints/solaris_2.sh
12317 ____________________________________________________________________________
12318 [  6953] By: jhi                                   on 2000/08/31  18:09:20
12319         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
12320              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
12321      Branch: metaconfig
12322            ! U/compline/d_gconvert.U U/threads/archname.U
12323      Branch: metaconfig/U/perl
12324            ! perlxv.U
12325      Branch: perl
12326            ! Configure config_h.SH sv.c
12327 ____________________________________________________________________________
12328 [  6952] By: jhi                                   on 2000/08/31  17:42:24
12329         Log: :: not allowed in pathnames, change to .
12330              
12331              Subject: [PATCH perl@6938] cygwin port
12332              From: "Fifer, Eric" <EFifer@sanwaint.com>
12333              Date: Thu, 31 Aug 2000 16:32:59 +0100
12334              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
12335      Branch: metaconfig/U/perl
12336            ! perlxv.U
12337 ____________________________________________________________________________
12338 [  6951] By: jhi                                   on 2000/08/31  17:02:05
12339         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
12340      Branch: perl
12341            ! perl.h
12342 ____________________________________________________________________________
12343 [  6950] By: jhi                                   on 2000/08/31  16:26:08
12344         Log: More author updates.
12345              
12346              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
12347              From: Simon Cozens <simon@cozens.net>
12348              Date: Thu, 31 Aug 2000 17:13:32 +0100
12349              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
12350      Branch: perl
12351            ! AUTHORS
12352 ____________________________________________________________________________
12353 [  6949] By: jhi                                   on 2000/08/31  16:04:49
12354         Log: POSIX doesn't report long double values under -Duselongdouble
12355              when the long doubles are "real" (bigger than doubles).
12356              
12357              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
12358              From: Spider Boardman <spider@peano.zk3.dec.com>
12359              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
12360              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
12361      Branch: perl
12362            ! ext/POSIX/POSIX.xs
12363 ____________________________________________________________________________
12364 [  6948] By: jhi                                   on 2000/08/31  15:25:10
12365         Log: Update Changes.
12366      Branch: perl
12367            ! Changes patchlevel.h
12368 ____________________________________________________________________________
12369 [  6947] By: jhi                                   on 2000/08/31  15:22:29
12370         Log: Document UNTIE in a very minimalistic way.
12371      Branch: perl
12372            ! pod/perlfunc.pod pod/perltie.pod
12373 ____________________________________________________________________________
12374 [  6946] By: jhi                                   on 2000/08/31  15:15:23
12375         Log: Document known failures.
12376      Branch: perl
12377            ! pod/perldelta.pod
12378 ____________________________________________________________________________
12379 [  6945] By: jhi                                   on 2000/08/31  15:07:00
12380         Log: Don't attach -ld to the archname if pointless.
12381      Branch: metaconfig
12382            ! U/threads/archname.U
12383      Branch: perl
12384            ! Configure config_h.SH
12385 ____________________________________________________________________________
12386 [  6944] By: jhi                                   on 2000/08/31  14:37:42
12387         Log: Wrap the test in eval.
12388              
12389              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
12390              From: Tim Jenness <timj@jach.hawaii.edu>
12391              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
12392              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
12393      Branch: perl
12394            ! t/lib/ftmp-security.t
12395 ____________________________________________________________________________
12396 [  6943] By: jhi                                   on 2000/08/31  14:30:57
12397         Log: Make -Dusemorebits find long doubles in Solaris.
12398      Branch: perl
12399            ! hints/solaris_2.sh
12400 ____________________________________________________________________________
12401 [  6942] By: jhi                                   on 2000/08/31  13:48:45
12402         Log: Clarify the third case of ftmp-security warnings.
12403      Branch: perl
12404            ! INSTALL
12405 ____________________________________________________________________________
12406 [  6941] By: jhi                                   on 2000/08/31  13:40:31
12407         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
12408              From: <abigail@foad.org>
12409              Date: Thu, 31 Aug 2000 01:35:05 -0400
12410              Message-ID: <20000831053505.32120.qmail@foad.org>
12411      Branch: perl
12412            ! pod/perldelta.pod
12413 ____________________________________________________________________________
12414 [  6940] By: jhi                                   on 2000/08/31  13:38:48
12415         Log: Issue useful diagnostic on unknown pod commands.
12416              
12417              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
12418              From: <abigail@foad.org>
12419              Date: Thu, 31 Aug 2000 03:41:18 -0400
12420              Message-ID: <20000831074118.24880.qmail@foad.org>
12421      Branch: perl
12422            ! lib/Pod/Man.pm
12423 ____________________________________________________________________________
12424 [  6939] By: jhi                                   on 2000/08/31  13:34:33
12425         Log: Reveal Borland's isnan.
12426              
12427              Subject: build with BC++ tweak
12428              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12429              Date: Thu, 31 Aug 2000 13:09:37 +0400
12430              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
12431      Branch: perl
12432            ! win32/win32.h
12433 ____________________________________________________________________________
12434 [  6938] By: jhi                                   on 2000/08/31  05:01:20
12435         Log: Update Changes.
12436      Branch: perl
12437            ! Changes patchlevel.h
12438 ____________________________________________________________________________
12439 [  6937] By: jhi                                   on 2000/08/31  04:26:23
12440         Log: sscanf() may be the only way to read long doubles from strings.
12441      Branch: metaconfig/U/perl
12442            ! longdblfio.U
12443      Branch: perl
12444            ! Configure config_h.SH perl.h util.c
12445 ____________________________________________________________________________
12446 [  6936] By: jhi                                   on 2000/08/31  04:18:19
12447         Log: The #6929 was too skimpy.
12448      Branch: perl
12449            ! sv.c
12450 ____________________________________________________________________________
12451 [  6935] By: jhi                                   on 2000/08/31  02:47:07
12452         Log: Subject: Re: typos in pods
12453              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12454              Date: Wed, 30 Aug 2000 19:25:34 -0700
12455              Message-ID: <eIcr5gzkg25X092yn@efn.org>
12456      Branch: perl
12457            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
12458 ____________________________________________________________________________
12459 [  6934] By: jhi                                   on 2000/08/31  02:42:55
12460         Log: Missed one Unicode file.
12461      Branch: perl
12462            + lib/unicode/UCDFF301.html
12463 ____________________________________________________________________________
12464 [  6933] By: jhi                                   on 2000/08/30  23:42:27
12465         Log: Update Changes.
12466      Branch: perl
12467            ! Changes patchlevel.h
12468 ____________________________________________________________________________
12469 [  6932] By: jhi                                   on 2000/08/30  23:40:07
12470         Log: Mention UNTIE in perldelta.  Still needs documenting
12471              in perltie et alia.
12472      Branch: perl
12473            ! pod/perldelta.pod
12474 ____________________________________________________________________________
12475 [  6931] By: jhi                                   on 2000/08/30  23:36:02
12476         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
12477              From: <abigail@foad.org>
12478              Date: Wed, 30 Aug 2000 19:28:07 -0400
12479              Message-ID: <20000830232807.305.qmail@foad.org>
12480      Branch: perl
12481            ! pod/perldelta.pod
12482 ____________________________________________________________________________
12483 [  6930] By: jhi                                   on 2000/08/30  23:32:40
12484         Log: Update to Unicode 3.0.1.
12485      Branch: perl
12486            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
12487            + lib/unicode/PropList.txt lib/unicode/README.perl
12488            + lib/unicode/UCD301.html lib/unicode/Unicode.301
12489            - lib/unicode/Props.txt lib/unicode/UCD300.html
12490            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
12491            ! (edit 257 files)
12492 ____________________________________________________________________________
12493 [  6929] By: jhi                                   on 2000/08/30  22:38:18
12494         Log: Heap decorruption.
12495              
12496              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
12497              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12498              Date: Wed, 30 Aug 2000 22:39:52 +0100
12499              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
12500      Branch: perl
12501            ! sv.c
12502 ____________________________________________________________________________
12503 [  6928] By: jhi                                   on 2000/08/30  22:29:34
12504         Log: Retract the dummy test, skip the security tests (instead of failing),
12505              explain what the warnings mean.
12506      Branch: perl
12507            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
12508 ____________________________________________________________________________
12509 [  6927] By: jhi                                   on 2000/08/30  22:14:13
12510         Log: Change the internal implementation of sort() to be mergesort
12511              instead of quicksort, from John Linderman <jpl@research.att.com>.
12512              Gives us better worst case, better average case, and stability.
12513              What's there not to like?  (Small fixes for threaded builds
12514              were required).
12515      Branch: perl
12516            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
12517 ____________________________________________________________________________
12518 [  6926] By: jhi                                   on 2000/08/30  20:55:20
12519         Log: A better fix for the Socket building problem from Craig Berry.
12520      Branch: perl
12521            ! vms/vms.c
12522 ____________________________________________________________________________
12523 [  6925] By: jhi                                   on 2000/08/30  20:20:25
12524         Log: Subject: [PATCH] Re: UNTIE method 
12525              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12526              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
12527              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
12528      Branch: perl
12529            ! pp_sys.c t/op/tie.t
12530 ____________________________________________________________________________
12531 [  6924] By: jhi                                   on 2000/08/30  20:17:11
12532         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
12533              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12534              Date: Wed, 30 Aug 2000 15:03:14 -0500
12535              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
12536      Branch: perl
12537            ! vms/vms.c
12538 ____________________________________________________________________________
12539 [  6923] By: jhi                                   on 2000/08/30  20:15:18
12540         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
12541              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12542              Date: Wed, 30 Aug 2000 13:30:36 -0500
12543              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
12544      Branch: perl
12545            ! vms/vms.c
12546 ____________________________________________________________________________
12547 [  6922] By: jhi                                   on 2000/08/30  19:54:43
12548         Log: Better options for rsync.
12549      Branch: perl
12550            ! pod/perlhack.pod
12551 ____________________________________________________________________________
12552 [  6921] By: jhi                                   on 2000/08/30  19:40:16
12553         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
12554              From: Rick Delaney <rick@consumercontact.com>
12555              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
12556              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
12557      Branch: perl
12558            ! pod/perlfunc.pod
12559 ____________________________________________________________________________
12560 [  6920] By: jhi                                   on 2000/08/30  19:36:40
12561         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
12562              From: Peter Prymmer <pvhp@forte.com>
12563              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
12564              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
12565      Branch: perl
12566            ! configure.com
12567 ____________________________________________________________________________
12568 [  6919] By: jhi                                   on 2000/08/30  14:52:02
12569         Log: Update Changes.
12570      Branch: perl
12571            ! Changes patchlevel.h
12572 ____________________________________________________________________________
12573 [  6918] By: jhi                                   on 2000/08/30  14:48:34
12574         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
12575      Branch: perl
12576            ! lib/ExtUtils/typemap
12577 ____________________________________________________________________________
12578 [  6917] By: jhi                                   on 2000/08/30  14:46:34
12579         Log: Subject: typos in pods
12580              From: Nicholas Clark <nick@ccl4.org>
12581              Date: Wed, 30 Aug 2000 01:12:50 +0100
12582              Message-ID: <20000830011249.A61388@plum.flirble.org>
12583      Branch: perl
12584            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
12585            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
12586            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
12587            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
12588 ____________________________________________________________________________
12589 [  6916] By: jhi                                   on 2000/08/30  14:19:09
12590         Log: Document Storable problems on Crays.  (Will have
12591              to document all the other Storable problems, too.)
12592      Branch: perl
12593            ! pod/perldelta.pod
12594 ____________________________________________________________________________
12595 [  6915] By: jhi                                   on 2000/08/30  14:06:02
12596         Log: Subject: [PATCH] fix misc cast warnings
12597              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12598              Date: Tue, 29 Aug 2000 23:16:14 -0700
12599              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
12600      Branch: perl
12601            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
12602            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
12603            ! os2/os2ish.h
12604 ____________________________________________________________________________
12605 [  6914] By: jhi                                   on 2000/08/30  14:03:45
12606         Log: Timestamp mismatch again.  Need to fix this dependence on
12607              config_h.SH timestamp, since it's the contents of config_h.SH
12608              that matter.
12609      Branch: perl
12610            ! uconfig.h uconfig.sh
12611 ____________________________________________________________________________
12612 [  6913] By: jhi                                   on 2000/08/30  13:54:06
12613         Log: Don't say "Perl 5.0 source kit".
12614      Branch: perl
12615            ! perl.c
12616 ____________________________________________________________________________
12617 [  6912] By: jhi                                   on 2000/08/30  13:51:24
12618         Log: Reset archname and archname64 always, forcing them be
12619              recomputed at each Configure run, make Configure and
12620              the hints files agree on the naming of largefiles variables.
12621      Branch: metaconfig
12622            ! U/threads/archname.U
12623      Branch: metaconfig/U/perl
12624            ! use64bits.U
12625      Branch: perl
12626            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
12627            ! hints/linux.sh hints/solaris_2.sh
12628 ____________________________________________________________________________
12629 [  6911] By: jhi                                   on 2000/08/30  13:30:13
12630         Log: Put back the slice accidentally removed by #6907.
12631      Branch: perl
12632            ! hints/solaris_2.sh
12633 ____________________________________________________________________________
12634 [  6910] By: jhi                                   on 2000/08/30  01:24:26
12635         Log: Be consistent: other Net::get* do export theirs.
12636              
12637              Subject: Re: Net::protoent does not export 'getproto'
12638              From: Yasushi Nakajima <sey@jkc.co.jp>
12639              Date: Wed, 30 Aug 2000 09:53:14 +0900
12640              Message-Id: <200008300051.DAA24700@taku.hut.fi>
12641      Branch: perl
12642            ! lib/Net/protoent.pm
12643 ____________________________________________________________________________
12644 [  6909] By: jhi                                   on 2000/08/30  01:17:25
12645         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
12646              From: Gurusamy Sarathy <gsar@ActiveState.com>
12647              Date: Tue, 29 Aug 2000 17:17:07 -0700
12648              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
12649      Branch: perl
12650            ! cop.h
12651 ____________________________________________________________________________
12652 [  6908] By: jhi                                   on 2000/08/30  00:58:05
12653         Log: Update Changes.
12654      Branch: perl
12655            ! Changes patchlevel.h
12656 ____________________________________________________________________________
12657 [  6907] By: jhi                                   on 2000/08/30  00:57:22
12658         Log: Introduce ccname to keep track of what compiler kind of we have.
12659      Branch: metaconfig/U/perl
12660            ! Checkcc.U gccvers.U
12661      Branch: perl
12662            ! Configure config_h.SH hints/solaris_2.sh
12663 ____________________________________________________________________________
12664 [  6906] By: jhi                                   on 2000/08/30  00:25:47
12665         Log: Put back the flags dump as reasoned in
12666              
12667              Subject: Re: [PATCH] Glob dumping
12668              From: Mike Guy <mjtg@cam.ac.uk> 
12669              Date: Tue, 29 Aug 2000 21:41:32 +0100
12670              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
12671      Branch: perl
12672            ! dump.c t/lib/peek.t
12673 ____________________________________________________________________________
12674 [  6905] By: jhi                                   on 2000/08/30  00:16:17
12675         Log: Make the epsilon to be relative, not absolute.
12676              
12677              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
12678              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
12679              Date: Tue, 29 Aug 2000 19:58:56 -0400
12680              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
12681      Branch: perl
12682            ! t/lib/trig.t
12683 ____________________________________________________________________________
12684 [  6904] By: jhi                                   on 2000/08/30  00:13:09
12685         Log: From now on, Gisle is on my list of usual suspects :-)
12686              Retract #6902.
12687      Branch: perl
12688            ! ext/Opcode/Safe.pm
12689 ____________________________________________________________________________
12690 [  6903] By: jhi                                   on 2000/08/29  23:51:20
12691         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
12692              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12693              Date: Tue, 29 Aug 2000 18:43:26 -0500
12694              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
12695      Branch: perl
12696            + vms/vmspipe.com
12697            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
12698            ! vms/vms.c
12699 ____________________________________________________________________________
12700 [  6902] By: jhi                                   on 2000/08/29  23:44:14
12701         Log: Retry what #6882 attempted.
12702              
12703              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
12704              From: Gisle Aas <gisle@ActiveState.com>
12705              Date: 30 Aug 2000 00:33:09 +0200
12706              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
12707      Branch: perl
12708            ! ext/Opcode/Safe.pm
12709 ____________________________________________________________________________
12710 [  6901] By: jhi                                   on 2000/08/29  22:59:32
12711         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
12712              From: Hugo <hv@crypt.compulink.co.uk>
12713              Date: Mon, 12 Jun 2000 19:36:08 +0100
12714              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
12715      Branch: perl
12716            ! sv.c
12717 ____________________________________________________________________________
12718 [  6900] By: jhi                                   on 2000/08/29  22:58:35
12719         Log: Admit that we are leaking scalars.
12720              
12721              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
12722              From: Spider Boardman <spider@leggy.zk3.dec.com>
12723              Date: Tue, 29 Aug 2000 18:48:29 -0400
12724              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
12725      Branch: perl
12726            ! t/pragma/warnings.t
12727 ____________________________________________________________________________
12728 [  6899] By: jhi                                   on 2000/08/29  20:53:13
12729         Log: Update Changes.
12730      Branch: perl
12731            ! Changes patchlevel.h
12732 ____________________________________________________________________________
12733 [  6898] By: jhi                                   on 2000/08/29  20:46:21
12734         Log: Undo namespace pollution of #6878.
12735              
12736              Subject: Re: Net::protoent does not export 'getproto'
12737              From: Mike Guy <mjtg@cam.ac.uk>
12738              Date: Tue, 29 Aug 2000 21:32:37 +0100
12739              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
12740      Branch: perl
12741            ! lib/Net/protoent.pm
12742 ____________________________________________________________________________
12743 [  6897] By: jhi                                   on 2000/08/29  20:44:29
12744         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
12745              From: Peter Prymmer <pvhp@forte.com>
12746              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
12747              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
12748      Branch: perl
12749            ! pod/perlebcdic.pod
12750 ____________________________________________________________________________
12751 [  6896] By: jhi                                   on 2000/08/29  20:40:57
12752         Log: There's no point repeating the 'revision' (5) of perl5.
12753      Branch: metaconfig/U/perl
12754            ! Devel.U patchlevel.U
12755      Branch: perl
12756            ! Configure config_h.SH
12757 ____________________________________________________________________________
12758 [  6895] By: jhi                                   on 2000/08/29  20:16:58
12759         Log: Regen Configure for #6894.
12760      Branch: metaconfig/U/perl
12761            ! perladmin.U
12762      Branch: perl
12763            ! Configure config_h.SH
12764 ____________________________________________________________________________
12765 [  6894] By: jhi                                   on 2000/08/29  19:59:52
12766         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
12767              From: "Philip Newton" <Philip.Newton@gmx.net>
12768              Date: Tue, 29 Aug 2000 21:39:14 +0200
12769              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
12770      Branch: perl
12771            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
12772            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
12773            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
12774            ! utils/perlbug.PL
12775 ____________________________________________________________________________
12776 [  6893] By: jhi                                   on 2000/08/29  19:55:30
12777         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
12778              From: "Philip Newton" <Philip.Newton@gmx.net>
12779              Date: Tue, 29 Aug 2000 21:39:14 +0200
12780              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
12781      Branch: perl
12782            ! installhtml
12783 ____________________________________________________________________________
12784 [  6892] By: jhi                                   on 2000/08/29  19:53:59
12785         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
12786              From: "Philip Newton" <Philip.Newton@gmx.net>
12787              Date: Tue, 29 Aug 2000 21:48:18 +0200
12788              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
12789      Branch: perl
12790            ! lib/File/Temp.pm
12791 ____________________________________________________________________________
12792 [  6891] By: jhi                                   on 2000/08/29  18:30:03
12793         Log: Nail the ID 20000828.023.
12794      Branch: perl
12795            ! ext/Storable/Storable.xs
12796 ____________________________________________________________________________
12797 [  6890] By: jhi                                   on 2000/08/29  16:50:17
12798         Log: Under usethreads the dumped variable is IN_PAD.
12799              
12800              Subject: Re: [PATCH] Glob dumping
12801              From: Gisle Aas <gisle@ActiveState.com>
12802              Date: 29 Aug 2000 18:45:05 +0200
12803              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
12804      Branch: perl
12805            ! t/lib/peek.t
12806 ____________________________________________________________________________
12807 [  6889] By: jhi                                   on 2000/08/29  15:17:37
12808         Log: Update Changes.
12809      Branch: perl
12810            ! Changes patchlevel.h
12811 ____________________________________________________________________________
12812 [  6888] By: jhi                                   on 2000/08/29  14:49:59
12813         Log: Retract #6882, broke the safe tests.
12814      Branch: perl
12815            ! ext/Opcode/Safe.pm
12816 ____________________________________________________________________________
12817 [  6887] By: jhi                                   on 2000/08/29  14:47:06
12818         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
12819              From: Gisle Aas <gisle@ActiveState.com> 
12820              Date: 09 Jun 2000 20:00:11 +0200
12821              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
12822      Branch: perl
12823            ! utils/perldoc.PL
12824 ____________________________________________________________________________
12825 [  6886] By: jhi                                   on 2000/08/29  14:42:45
12826         Log: The #6881 removed one dump line.
12827      Branch: perl
12828            ! t/lib/peek.t
12829 ____________________________________________________________________________
12830 [  6885] By: jhi                                   on 2000/08/29  14:30:47
12831         Log: Don't forget to tidy up.
12832      Branch: perl
12833            ! t/lib/ftmp-security.t
12834 ____________________________________________________________________________
12835 [  6884] By: jhi                                   on 2000/08/29  14:25:17
12836         Log: Disabling the one test is a bit tricky.
12837      Branch: perl
12838            ! t/lib/ftmp-security.t
12839 ____________________________________________________________________________
12840 [  6883] By: jhi                                   on 2000/08/29  14:16:25
12841         Log: Disable one of the tests for now.
12842      Branch: perl
12843            ! t/lib/ftmp-security.t
12844 ____________________________________________________________________________
12845 [  6882] By: jhi                                   on 2000/08/29  14:05:50
12846         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
12847              From: gisle@aas.no
12848              Date: 29 Aug 2000 10:35:06 -0000
12849              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
12850      Branch: perl
12851            ! ext/Opcode/Safe.pm
12852 ____________________________________________________________________________
12853 [  6881] By: jhi                                   on 2000/08/29  14:03:51
12854         Log: Subject: [PATCH] Glob dumping
12855              From: Gisle Aas <gisle@ActiveState.com>
12856              Date: 29 Aug 2000 07:59:42 -0000
12857              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
12858      Branch: perl
12859            ! dump.c
12860 ____________________________________________________________________________
12861 [  6880] By: jhi                                   on 2000/08/29  14:02:01
12862         Log: Subject: [PATCH] Warnings in B::Deparse
12863              From: <abigail@foad.org>
12864              Date: Tue, 29 Aug 2000 00:00:01 -0400
12865              Message-ID: <20000829040001.2999.qmail@foad.org>
12866      Branch: perl
12867            ! ext/B/B/Deparse.pm
12868 ____________________________________________________________________________
12869 [  6879] By: jhi                                   on 2000/08/29  13:57:26
12870         Log: Missed a change in #6869.
12871      Branch: perl
12872            ! mg.c
12873 ____________________________________________________________________________
12874 [  6878] By: jhi                                   on 2000/08/29  13:45:04
12875         Log: Subject: Net::protoent does not export 'getproto'
12876              From: Yasushi Nakajima <sey@jkc.co.jp>
12877              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
12878      Branch: perl
12879            ! lib/Net/protoent.pm
12880 ____________________________________________________________________________
12881 [  6877] By: jhi                                   on 2000/08/29  13:39:19
12882         Log: Patches all over for people and the files they (hopefully) care about.
12883      Branch: perl
12884            ! AUTHORS Changes MAINTAIN
12885 ____________________________________________________________________________
12886 [  6876] By: jhi                                   on 2000/08/29  12:53:54
12887         Log: Fix for thinko in #6848.
12888              
12889              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
12890              From: Lupe Christoph <lupe@lupe-christoph.de>
12891              Date: Tue, 29 Aug 2000 09:04:08 +0200
12892              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
12893      Branch: perl
12894            ! ext/Thread/Thread.xs
12895 ____________________________________________________________________________
12896 [  6875] By: jhi                                   on 2000/08/29  12:50:14
12897         Log: Update to Getopt::Long 2.24, from Johan Vromans.
12898      Branch: perl
12899            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
12900 ____________________________________________________________________________
12901 [  6874] By: jhi                                   on 2000/08/29  02:09:53
12902         Log: Use minimal @INC in tests, most of the time just '../lib',
12903              so that we simply can't pick up stuff from other Perls than
12904              the one we are testing.  Pointed out by
12905              
12906              From: Mike Guy <mjtg@cam.ac.uk>
12907              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
12908              Date: Fri, 25 Aug 2000 15:15:59 +0100
12909              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
12910      Branch: perl
12911            ! (edit 185 files)
12912 ____________________________________________________________________________
12913 [  6873] By: jhi                                   on 2000/08/29  01:07:11
12914         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
12915              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12916              Date: Mon, 28 Aug 2000 17:45:52 -0700
12917              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
12918      Branch: perl
12919            ! Makefile.SH hints/os2.sh
12920 ____________________________________________________________________________
12921 [  6872] By: jhi                                   on 2000/08/28  23:33:39
12922         Log: Subject: [PATCH bleedperl@6866] spellings
12923              From: marcel@codewerk.com (Marcel Grunauer)
12924              Date: Tue, 29 Aug 2000 01:19:59 +0200
12925              Message-Id: <200008282319.BAA29862@gandalf.local>
12926      Branch: perl
12927            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
12928            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
12929            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
12930 ____________________________________________________________________________
12931 [  6871] By: jhi                                   on 2000/08/28  23:22:09
12932         Log: Take out the SUIDMAIL thing, that will not be
12933              a problem in 5.7.*.
12934      Branch: perl
12935            ! patchlevel.h
12936 ____________________________________________________________________________
12937 [  6870] By: jhi                                   on 2000/08/28  23:19:30
12938         Log: -S is the silent flag, -s is the strip flag.
12939              
12940              Subject: [PATCH] Re: [PATCH] make no-install          
12941              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12942              Date: Mon, 28 Aug 2000 15:12:55 -0700
12943              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
12944      Branch: perl
12945            ! Makefile.SH
12946 ____________________________________________________________________________
12947 [  6869] By: jhi                                   on 2000/08/28  23:12:05
12948         Log: Subject: [PATCH bleedperl@6856] warnings fixes
12949              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12950              Date: Mon, 28 Aug 2000 23:55:06 +0100
12951              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
12952      Branch: perl
12953            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
12954            ! warnings.h warnings.pl
12955 ____________________________________________________________________________
12956 [  6868] By: jhi                                   on 2000/08/28  21:38:22
12957         Log: Potential cruft.
12958      Branch: perl
12959            ! Makefile.SH
12960 ____________________________________________________________________________
12961 [  6867] By: jhi                                   on 2000/08/28  21:35:36
12962         Log: Update Changes.
12963      Branch: perl
12964            ! Changes patchlevel.h
12965 ____________________________________________________________________________
12966 [  6866] By: jhi                                   on 2000/08/28  21:33:49
12967         Log: Subject: hv.h Doc Patch
12968              From: Fisher Mark <fisherm@tce.com>
12969              Date: Mon, 28 Aug 2000 16:24:59 -0500
12970              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
12971      Branch: perl
12972            ! hv.h
12973 ____________________________________________________________________________
12974 [  6865] By: jhi                                   on 2000/08/28  21:02:15
12975         Log: Add -ld to archname on long tr...double platforms.
12976      Branch: metaconfig
12977            ! U/threads/archname.U
12978      Branch: perl
12979            ! Configure config_h.SH
12980 ____________________________________________________________________________
12981 [  6864] By: jhi                                   on 2000/08/28  20:38:59
12982         Log: An attempt to fix the problem reported in
12983              
12984              Subject: Building perl@6856 using gcc/AIX 4.3.3 
12985              From: Daniel Muino <dmuino@afip.gov.ar> 
12986              Date: Mon, 28 Aug 2000 15:50:01 -0300   
12987              Message-ID: <20000828155001.A14403@con2-dgi>
12988              
12989              I can't test this properly since the gcc installation I have
12990              access to seems to be botched (gcc is calling the AIX cpp,
12991              a losing proposition...)
12992      Branch: perl
12993            ! hints/aix.sh
12994 ____________________________________________________________________________
12995 [  6863] By: jhi                                   on 2000/08/28  18:57:52
12996         Log: Fix for ID 20000828.001, long doubles were not formatted
12997              correctly (showed up in $], which stopped installing perl).
12998      Branch: perl
12999            ! sv.c
13000 ____________________________________________________________________________
13001 [  6862] By: jhi                                   on 2000/08/28  18:07:15
13002         Log: Typo in #6858.
13003      Branch: perl
13004            ! lib/Cwd.pm
13005 ____________________________________________________________________________
13006 [  6861] By: jhi                                   on 2000/08/28  17:57:27
13007         Log: opmini.o may be left around if a build is interrupted.
13008      Branch: perl
13009            ! Makefile.SH
13010 ____________________________________________________________________________
13011 [  6860] By: jhi                                   on 2000/08/28  16:52:50
13012         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
13013              From: Daniel Chetlin <daniel@chetlin.com>
13014              Date: Mon, 28 Aug 2000 01:14:18 -0700
13015              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
13016      Branch: perl
13017            ! lib/overload.pm
13018 ____________________________________________________________________________
13019 [  6859] By: jhi                                   on 2000/08/28  16:08:46
13020         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
13021              From: Nicholas Clark <nick@ccl4.org>
13022              Date: Mon, 28 Aug 2000 16:03:27 +0100
13023              Message-Id: <20000828160327.C49785@plum.flirble.org>
13024      Branch: perl
13025            ! ext/ByteLoader/bytecode.h
13026 ____________________________________________________________________________
13027 [  6858] By: jhi                                   on 2000/08/28  16:02:10
13028         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
13029              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
13030              Date: Mon, 28 Aug 2000 13:08:30 +0200
13031              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
13032      Branch: perl
13033            ! lib/Cwd.pm
13034 ____________________________________________________________________________
13035 [  6857] By: jhi                                   on 2000/08/28  15:42:47
13036         Log: display_format used as a class method without arguments was broken,
13037              reported in
13038              
13039              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
13040              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
13041              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
13042              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
13043      Branch: perl
13044            ! lib/Math/Complex.pm t/lib/complex.t
13045 ____________________________________________________________________________
13046 [  6856] By: jhi                                   on 2000/08/27  22:09:48
13047         Log: Update Changes.
13048      Branch: perl
13049            ! Changes patchlevel.h
13050 ____________________________________________________________________________
13051 [  6855] By: jhi                                   on 2000/08/27  21:59:21
13052         Log: Retract #6853 (false alarm).
13053      Branch: perl
13054            ! lib/ExtUtils/xsubpp
13055 ____________________________________________________________________________
13056 [  6854] By: jhi                                   on 2000/08/27  21:37:44
13057         Log: Update Changes.
13058      Branch: perl
13059            ! Changes patchlevel.h
13060 ____________________________________________________________________________
13061 [  6853] By: jhi                                   on 2000/08/27  21:37:16
13062         Log: Subject: [PATCH perl@6850] workaround for xsubpp
13063              From: Hugo <hv@crypt.compulink.co.uk>
13064              Date: Sun, 27 Aug 2000 22:30:25 +0100
13065              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
13066      Branch: perl
13067            ! lib/ExtUtils/xsubpp
13068 ____________________________________________________________________________
13069 [  6852] By: jhi                                   on 2000/08/27  21:33:58
13070         Log: Big-endian 64-bit patch from Raphael Manfredi.
13071      Branch: perl
13072            ! ext/Storable/Storable.xs
13073 ____________________________________________________________________________
13074 [  6851] By: jhi                                   on 2000/08/27  21:22:21
13075         Log: More ruthless editing from Hugo van der Sanden.
13076      Branch: perl
13077            ! pod/perldelta.pod
13078 ____________________________________________________________________________
13079 [  6850] By: jhi                                   on 2000/08/27  16:11:46
13080         Log: Update Changes.
13081      Branch: perl
13082            ! Changes patchlevel.h
13083 ____________________________________________________________________________
13084 [  6849] By: jhi                                   on 2000/08/27  16:11:05
13085         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
13086      Branch: perl
13087            ! configpm pod/perldelta.pod
13088 ____________________________________________________________________________
13089 [  6848] By: jhi                                   on 2000/08/27  15:35:08
13090         Log: Use the actual thread type, not the pointer-to-struct.
13091      Branch: perl
13092            ! ext/Thread/Thread.xs
13093 ____________________________________________________________________________
13094 [  6847] By: jhi                                   on 2000/08/27  15:30:49
13095         Log: Test nit.
13096      Branch: perl
13097            ! t/pragma/warn/pp_sys
13098 ____________________________________________________________________________
13099 [  6846] By: jhi                                   on 2000/08/27  15:19:02
13100         Log: Passing -R in ldflags makes now it to appear in the default
13101              for lddlflags, just like with -L.
13102              
13103              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
13104              From: Lupe Christoph <lupe@lupe-christoph.de>
13105              Date: Sun, 27 Aug 2000 10:28:21 +0200
13106              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
13107      Branch: metaconfig/U/perl
13108            ! dlsrc.U
13109      Branch: perl
13110            ! Configure
13111 ____________________________________________________________________________
13112 [  6845] By: jhi                                   on 2000/08/27  15:08:54
13113         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
13114              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13115              Date: Sat, 26 Aug 2000 22:23:27 +0100
13116              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
13117      Branch: perl
13118            ! lib/ExtUtils/MM_Unix.pm
13119 ____________________________________________________________________________
13120 [  6844] By: jhi                                   on 2000/08/27  15:02:37
13121         Log: DJGPP update from Laszlo Molnar.
13122              
13123              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
13124              From: ml1050 <ml1050@freemail.hu>
13125              Date: Sat, 26 Aug 2000 23:24:40 +0200
13126              Message-Id: <20000826232440.A439@freemail.hu>
13127      Branch: perl
13128            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
13129            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
13130 ____________________________________________________________________________
13131 [  6843] By: jhi                                   on 2000/08/27  14:53:58
13132         Log: Subject: installman buglet
13133              From: Lupe Christoph <lupe@lupe-christoph.de>
13134              Date: Sun, 27 Aug 2000 14:38:59 +0200
13135              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
13136      Branch: perl
13137            ! installman
13138 ____________________________________________________________________________
13139 [  6842] By: jhi                                   on 2000/08/27  14:52:08
13140         Log: Can't get the test to reliably work thanks to the
13141              inaccurateness of floating point.  "Resolves" bug ids
13142              20000826.003, 20000826.009, 20000826.010,
13143      Branch: perl
13144            ! t/lib/trig.t
13145 ____________________________________________________________________________
13146 [  6841] By: jhi                                   on 2000/08/26  15:53:58
13147         Log: Update Changes.
13148      Branch: perl
13149            ! Changes patchlevel.h
13150 ____________________________________________________________________________
13151 [  6840] By: jhi                                   on 2000/08/26  14:23:03
13152         Log: grep -e isn't portable.
13153              
13154              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
13155              From: chris@broadband.att.com
13156              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
13157              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
13158      Branch: perl
13159            ! hints/solaris_2.sh
13160 ____________________________________________________________________________
13161 [  6839] By: jhi                                   on 2000/08/26  14:12:23
13162         Log: no-install target a la make -n.
13163              
13164              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
13165              From: <abigail@foad.org>
13166              Date: Sat, 26 Aug 2000 03:57:34 -0400
13167              Message-ID: <20000826075735.18912.qmail@foad.org>
13168      Branch: perl
13169            ! Makefile.SH installman installperl
13170 ____________________________________________________________________________
13171 [  6838] By: jhi                                   on 2000/08/26  14:06:33
13172         Log: Retract #6826 as the #6828 should be do the same
13173              in a More Correct Way.
13174      Branch: perl
13175            ! installperl
13176 ____________________________________________________________________________
13177 [  6837] By: jhi                                   on 2000/08/26  05:24:00
13178         Log: More casting.
13179      Branch: perl
13180            ! ext/Storable/Storable.xs
13181 ____________________________________________________________________________
13182 [  6836] By: jhi                                   on 2000/08/26  05:05:46
13183         Log: Nicer in decimal.
13184      Branch: perl
13185            ! ext/Storable/Storable.xs
13186 ____________________________________________________________________________
13187 [  6835] By: jhi                                   on 2000/08/26  05:03:50
13188         Log: There be no UVdf.
13189      Branch: perl
13190            ! ext/Storable/Storable.xs
13191 ____________________________________________________________________________
13192 [  6834] By: jhi                                   on 2000/08/26  05:00:18
13193         Log: Continue IVdfing and UVxfing.
13194      Branch: perl
13195            ! ext/Storable/Storable.xs
13196 ____________________________________________________________________________
13197 [  6833] By: jhi                                   on 2000/08/26  04:53:14
13198         Log: Use IVdf.
13199      Branch: perl
13200            ! ext/Storable/Storable.xs
13201 ____________________________________________________________________________
13202 [  6832] By: jhi                                   on 2000/08/26  04:40:41
13203         Log: Document PTR2XX and INT2PTR.
13204      Branch: perl
13205            ! pod/perlguts.pod
13206 ____________________________________________________________________________
13207 [  6831] By: jhi                                   on 2000/08/26  04:33:18
13208         Log: Use UVxf, PTR2UV, NVff.
13209      Branch: perl
13210            ! ext/Storable/Storable.xs
13211 ____________________________________________________________________________
13212 [  6830] By: jhi                                   on 2000/08/26  04:31:32
13213         Log: Update the test count.
13214      Branch: perl
13215            ! t/lib/trig.t
13216 ____________________________________________________________________________
13217 [  6829] By: jhi                                   on 2000/08/26  03:05:50
13218         Log: Subject: [PATCH] installation not quite silent yet.
13219              From: <abigail@foad.org>
13220              Date: Fri, 25 Aug 2000 20:07:53 -0400
13221              Message-ID: <20000826000753.7822.qmail@foad.org>
13222      Branch: perl
13223            ! installman installperl
13224 ____________________________________________________________________________
13225 [  6828] By: jhi                                   on 2000/08/26  03:05:14
13226         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
13227              From: Spider Boardman <spider@web.zk3.dec.com>
13228              Date: Fri, 25 Aug 2000 19:12:40 -0400
13229              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
13230      Branch: perl
13231            ! gv.c
13232 ____________________________________________________________________________
13233 [  6827] By: jhi                                   on 2000/08/25  23:54:34
13234         Log: Support preserving extremely big/small angles.
13235      Branch: perl
13236            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
13237 ____________________________________________________________________________
13238 [  6826] By: jhi                                   on 2000/08/25  23:01:20
13239         Log: Patch installperl to be long double-aware.
13240              
13241              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
13242              From: Spider Boardman <spider@web.zk3.dec.com>
13243              Date: Fri, 25 Aug 2000 18:15:23 -0400
13244              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
13245      Branch: perl
13246            ! installperl
13247 ____________________________________________________________________________
13248 [  6825] By: jhi                                   on 2000/08/25  22:58:25
13249         Log: Remove duplicately applied patch shards.
13250              
13251              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
13252              From: Spider Boardman <spider@leggy.zk3.dec.com>
13253              Date: Fri, 25 Aug 2000 16:45:03 -0400
13254              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
13255      Branch: perl
13256            ! t/lib/cgi-html.t
13257 ____________________________________________________________________________
13258 [  6824] By: jhi                                   on 2000/08/25  22:57:00
13259         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
13260              From: Daniel Chetlin <daniel@chetlin.com>
13261              Date: Fri, 25 Aug 2000 12:23:16 -0700
13262              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
13263              
13264              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
13265              From: Daniel Chetlin <daniel@chetlin.com>
13266              Date: Fri, 25 Aug 2000 14:47:19 -0700
13267              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
13268      Branch: perl
13269            ! installman
13270 ____________________________________________________________________________
13271 [  6823] By: jhi                                   on 2000/08/25  22:44:17
13272         Log: Timestamp problem?
13273      Branch: perl
13274            ! uconfig.h uconfig.sh
13275 ____________________________________________________________________________
13276 [  6822] By: jhi                                   on 2000/08/25  19:01:06
13277         Log: One forgotten file from #6816.
13278      Branch: perl
13279            ! vos/config.h
13280 ____________________________________________________________________________
13281 [  6821] By: jhi                                   on 2000/08/25  18:56:39
13282         Log: Regen Changes.
13283      Branch: perl
13284            ! Changes patchlevel.h
13285 ____________________________________________________________________________
13286 [  6820] By: jhi                                   on 2000/08/25  18:52:35
13287         Log: Fix Changes ordering.
13288      Branch: perl
13289            ! Changes
13290 ____________________________________________________________________________
13291 [  6819] By: jhi                                   on 2000/08/25  18:50:25
13292         Log: Update Changes.
13293      Branch: perl
13294            ! Changes patchlevel.h
13295 ____________________________________________________________________________
13296 [  6818] By: jhi                                   on 2000/08/25  18:47:45
13297         Log: Tweak the sfio/useperlio logic, hopefully as wished in
13298              
13299              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
13300              From: Nicholas Clark <nick@babyhippo.co.uk>
13301              Date: Fri, 25 Aug 2000 12:01:45 +0100
13302              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
13303      Branch: metaconfig/U/perl
13304            ! d_sfio.U
13305      Branch: perl
13306            ! Configure
13307 ____________________________________________________________________________
13308 [  6817] By: jhi                                   on 2000/08/25  18:32:51
13309         Log: Allow microperl to assume <math.h>, without it the math
13310              functions like floor() are assumed to return int, which makes
13311              for core dumps in machines where integer and floating register
13312              don't mix.
13313      Branch: perl
13314            ! uconfig.h uconfig.sh
13315 ____________________________________________________________________________
13316 [  6816] By: jhi                                   on 2000/08/25  18:27:17
13317         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
13318              the problem reported in
13319              
13320              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
13321              From: danhale@us.ibm.com
13322              Date: Fri, 25 Aug 2000 10:58:06 -0400
13323              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
13324      Branch: metaconfig/U/perl
13325            + d_socks5_init.U
13326      Branch: perl
13327            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
13328            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
13329            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
13330            ! win32/config.gc win32/config.vc
13331 ____________________________________________________________________________
13332 [  6815] By: jhi                                   on 2000/08/25  17:43:31
13333         Log: A solution for the retrieve_fd autosplit warning,
13334              idea suggested by Mike Guy.
13335      Branch: perl
13336            ! ext/Storable/Storable.pm
13337 ____________________________________________________________________________
13338 [  6814] By: jhi                                   on 2000/08/25  17:16:03
13339         Log: Add install-silent target.
13340      Branch: perl
13341            ! Makefile.SH
13342 ____________________________________________________________________________
13343 [  6813] By: jhi                                   on 2000/08/25  17:14:23
13344         Log: Subject: Re: [PATCH] More silencing of installman.
13345              From: <abigail@foad.org>
13346              Date: Thu, 24 Aug 2000 19:27:03 -0400
13347              Message-ID: <20000824232703.7001.qmail@foad.org>
13348              
13349              Subject: Re: [PATCH] More silencing of installman.
13350              From: <abigail@foad.org>
13351              Date: Fri, 25 Aug 2000 03:00:58 -0400
13352              Message-ID: <20000825070058.10697.qmail@foad.org>
13353      Branch: perl
13354            ! installman
13355 ____________________________________________________________________________
13356 [  6812] By: jhi                                   on 2000/08/25  17:11:28
13357         Log: installperl --verbose and --silent.
13358              
13359              Subject: Re: [PATCH] More silencing of installman.
13360              From: <abigail@foad.org>
13361              Message-ID: <20000825064430.9719.qmail@foad.org>
13362              Date: Fri, 25 Aug 2000 02:44:30 -0400
13363      Branch: perl
13364            ! installperl
13365 ____________________________________________________________________________
13366 [  6811] By: jhi                                   on 2000/08/25  17:05:43
13367         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
13368              From: "Peter J. Farley III" <pjfarley@banet.net>
13369              Date: Thu, 24 Aug 2000 21:58:03 -0400
13370              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
13371              
13372              (applied slightly modified)
13373      Branch: perl
13374            ! lib/ExtUtils/MM_Unix.pm
13375 ____________________________________________________________________________
13376 [  6810] By: jhi                                   on 2000/08/25  17:01:18
13377         Log: Missing parts of 
13378              
13379              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
13380              From: Peter Prymmer <pvhp@forte.com>
13381              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
13382              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
13383      Branch: perl
13384            ! t/lib/cgi-html.t
13385 ____________________________________________________________________________
13386 [  6809] By: jhi                                   on 2000/08/25  16:46:32
13387         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
13388              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13389              Date: Thu, 24 Aug 2000 19:13:11 -0500
13390              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
13391      Branch: perl
13392            ! vms/vms.c
13393 ____________________________________________________________________________
13394 [  6808] By: jhi                                   on 2000/08/25  16:39:22
13395         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
13396              From: Peter Prymmer <pvhp@forte.com>
13397              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
13398              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
13399      Branch: perl
13400            ! configure.com
13401 ____________________________________________________________________________
13402 [  6807] By: jhi                                   on 2000/08/25  16:36:37
13403         Log: Better wording for the vec lvalue diagnostic.
13404              
13405              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13406              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13407              Date: Wed, 23 Aug 2000 14:12:16 -0400
13408              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
13409      Branch: perl
13410            ! pod/perldiag.pod
13411 ____________________________________________________________________________
13412 [  6806] By: jhi                                   on 2000/08/24  18:17:22
13413         Log: Subject: [PATCH] More silencing of installman.
13414              From: <abigail@foad.org>
13415              Date: Thu, 24 Aug 2000 14:01:44 -0400
13416              Message-ID: <20000824180144.20062.qmail@foad.org>
13417      Branch: perl
13418            ! installman
13419 ____________________________________________________________________________
13420 [  6805] By: jhi                                   on 2000/08/24  15:00:31
13421         Log: Update Changes.
13422      Branch: perl
13423            ! Changes patchlevel.h
13424 ____________________________________________________________________________
13425 [  6804] By: jhi                                   on 2000/08/24  14:59:07
13426         Log: Regen perltoc.
13427      Branch: perl
13428            ! pod/perltoc.pod
13429 ____________________________________________________________________________
13430 [  6803] By: jhi                                   on 2000/08/24  14:44:39
13431         Log: Show the doc file, not the temp file.
13432      Branch: perl
13433            ! installman
13434 ____________________________________________________________________________
13435 [  6802] By: jhi                                   on 2000/08/24  14:41:53
13436         Log: Continue silencing.
13437      Branch: perl
13438            ! installman
13439 ____________________________________________________________________________
13440 [  6801] By: jhi                                   on 2000/08/24  14:34:40
13441         Log: Actually do something with the silencer option.
13442      Branch: perl
13443            ! installman
13444 ____________________________________________________________________________
13445 [  6800] By: jhi                                   on 2000/08/24  14:26:22
13446         Log: Make installman to recognize the silence flag -S.
13447      Branch: perl
13448            ! installman
13449 ____________________________________________________________________________
13450 [  6799] By: jhi                                   on 2000/08/24  13:49:38
13451         Log: DOS patches and portability/porting notes, from Tim Jenness.
13452      Branch: perl
13453            ! lib/File/Temp.pm
13454 ____________________________________________________________________________
13455 [  6798] By: jhi                                   on 2000/08/24  13:48:27
13456         Log: Create directories in silence.
13457              
13458              Subject: [PATCH] Another silencer for MakeMaker
13459              From: andreas.koenig@anima.de (Andreas J. Koenig)
13460              Date: 24 Aug 2000 14:18:52 +0200
13461              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
13462      Branch: perl
13463            ! lib/ExtUtils/Command.pm
13464 ____________________________________________________________________________
13465 [  6797] By: jhi                                   on 2000/08/24  13:46:42
13466         Log: More liberal parsing of version numbers.
13467              
13468              Subject: Re: CPAN.pm beta for testing available
13469              From: andreas.koenig@anima.de (Andreas J. Koenig)
13470              Date: 24 Aug 2000 13:51:57 +0200
13471              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
13472      Branch: perl
13473            ! lib/CPAN.pm
13474 ____________________________________________________________________________
13475 [  6796] By: jhi                                   on 2000/08/24  13:44:36
13476         Log: Make "make install" by default silent.  A new "install-verbose"
13477              target is verbose.
13478      Branch: perl
13479            ! Makefile.SH
13480 ____________________________________________________________________________
13481 [  6795] By: jhi                                   on 2000/08/24  13:39:14
13482         Log: Add silencer flags to installperl.
13483              
13484              Subject: [PATCH] Making installperl silent.
13485              From: <abigail@foad.org>
13486              Date: Thu, 24 Aug 2000 05:01:45 -0400
13487              Message-ID: <20000824090145.13141.qmail@foad.org>
13488      Branch: perl
13489            ! installperl
13490 ____________________________________________________________________________
13491 [  6794] By: jhi                                   on 2000/08/24  13:35:50
13492         Log: installperl couldn't tell whether it had run tests or not.
13493              
13494              Subject: [PATCH] Re: installperl and t/TEST
13495              From: <abigail@foad.org>
13496              Date: Thu, 24 Aug 2000 04:00:53 -0400
13497              Message-ID: <20000824080053.2494.qmail@foad.org>
13498      Branch: perl
13499            ! Makefile.SH installperl
13500 ____________________________________________________________________________
13501 [  6793] By: jhi                                   on 2000/08/24  13:27:50
13502         Log: Drop the separate perlbc, perlcc -b should be enough.
13503      Branch: perl
13504            - utils/perlbc.PL
13505            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
13506 ____________________________________________________________________________
13507 [  6792] By: jhi                                   on 2000/08/24  04:41:30
13508         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
13509              plus the typo fix from Peter Prymmer.
13510      Branch: perl
13511            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
13512            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13513 ____________________________________________________________________________
13514 [  6791] By: jhi                                   on 2000/08/24  02:10:43
13515         Log: Replace #6705 with a minimal doc patch.
13516              
13517              Subject: [PATCH 5.6.0] replace change #6705
13518              From: Jan Dubois <jand@ActiveState.com>
13519              Date: Wed, 23 Aug 2000 18:31:51 -0700
13520              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
13521      Branch: perl
13522            ! lib/Win32.pod win32/win32.c
13523 ____________________________________________________________________________
13524 [  6790] By: jhi                                   on 2000/08/23  17:52:00
13525         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13526              From: Mike Guy <mjtg@cam.ac.uk>
13527              Date: Wed, 23 Aug 2000 18:38:46 +0100
13528              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
13529      Branch: perl
13530            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
13531 ____________________________________________________________________________
13532 [  6789] By: jhi                                   on 2000/08/23  15:34:21
13533         Log: Update Changes.
13534      Branch: perl
13535            ! Changes patchlevel.h
13536 ____________________________________________________________________________
13537 [  6788] By: jhi                                   on 2000/08/23  15:33:40
13538         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
13539              From: Wilfredo Sánchez <wsanchez@apple.com>
13540              Date: Tue, 22 Aug 2000 19:31:27 -0700
13541              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
13542      Branch: perl
13543            ! perl.h
13544 ____________________________________________________________________________
13545 [  6787] By: jhi                                   on 2000/08/23  15:29:31
13546         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
13547              From: Spider Boardman <spider@leggy.zk3.dec.com>
13548              Date: Wed, 23 Aug 2000 10:33:23 -0400
13549              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
13550      Branch: perl
13551            ! lib/Pod/Html.pm
13552 ____________________________________________________________________________
13553 [  6786] By: jhi                                   on 2000/08/23  15:28:11
13554         Log: Bad makefile.
13555      Branch: perl
13556            ! ext/B/Makefile.PL
13557 ____________________________________________________________________________
13558 [  6785] By: jhi                                   on 2000/08/23  14:37:04
13559         Log: Update Changes.
13560      Branch: perl
13561            ! Changes patchlevel.h
13562 ____________________________________________________________________________
13563 [  6784] By: jhi                                   on 2000/08/23  13:58:41
13564         Log: Portability fix from Hugo van der Sanden.
13565      Branch: perl
13566            ! ext/re/Makefile.PL
13567 ____________________________________________________________________________
13568 [  6783] By: jhi                                   on 2000/08/23  13:53:53
13569         Log: Storable support, v-version fixes.
13570              
13571              Subject: CPAN.pm beta for testing available
13572              From: andreas.koenig@anima.de (Andreas J. Koenig)
13573              Date: 22 Aug 2000 23:31:33 +0200
13574              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
13575      Branch: perl
13576            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13577 ____________________________________________________________________________
13578 [  6782] By: jhi                                   on 2000/08/23  13:51:26
13579         Log: Mac and other portability updates from Chris Nandor.
13580      Branch: perl
13581            ! pod/perlmodinstall.pod
13582 ____________________________________________________________________________
13583 [  6781] By: jhi                                   on 2000/08/23  13:47:33
13584         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
13585              From: Peter Prymmer <pvhp@forte.com>
13586              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
13587              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
13588      Branch: perl
13589            ! ext/Storable/Storable.xs
13590 ____________________________________________________________________________
13591 [  6780] By: jhi                                   on 2000/08/23  13:33:34
13592         Log: VMS MMS (make) wants null action.
13593      Branch: perl
13594            ! ext/B/Makefile.PL
13595 ____________________________________________________________________________
13596 [  6779] By: jhi                                   on 2000/08/22  19:44:47
13597         Log: Forgot portability nit.
13598      Branch: perl
13599            ! t/lib/st-forgive.t
13600 ____________________________________________________________________________
13601 [  6778] By: jhi                                   on 2000/08/22  19:35:25
13602         Log: Be portable.
13603      Branch: perl
13604            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
13605            ! t/lib/st-store.t
13606 ____________________________________________________________________________
13607 [  6777] By: jhi                                   on 2000/08/22  18:50:53
13608         Log: Update Changes.
13609      Branch: perl
13610            ! Changes patchlevel.h
13611 ____________________________________________________________________________
13612 [  6776] By: jhi                                   on 2000/08/22  18:44:46
13613         Log: cSVOPo_*v things index into the current PL_curpad
13614              under ithreads, which is different from the curpad
13615              used by the XSUB.  (In other words, the code as-is
13616              before this patch wouldn't work under ithreads.)
13617              From Sarathy.
13618      Branch: perl
13619            ! ext/B/B.xs
13620 ____________________________________________________________________________
13621 [  6775] By: jhi                                   on 2000/08/22  18:18:37
13622         Log: Make the selection of NVff et al stricter.
13623      Branch: metaconfig/U/perl
13624            ! perlxvf.U
13625      Branch: perl
13626            ! Configure config_h.SH
13627 ____________________________________________________________________________
13628 [  6774] By: jhi                                   on 2000/08/22  17:19:42
13629         Log: perldelta nits.
13630      Branch: perl
13631            ! pod/perldelta.pod
13632 ____________________________________________________________________________
13633 [  6773] By: jhi                                   on 2000/08/22  17:06:26
13634         Log: Long double fixes from Spider Boardman.
13635              
13636              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
13637              From: system PRIVILEGED account <root@peano.zk3.dec.com>
13638              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
13639              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
13640      Branch: perl
13641            ! t/lib/bigfltpm.t t/lib/st-06compat.t
13642 ____________________________________________________________________________
13643 [  6772] By: jhi                                   on 2000/08/22  15:04:53
13644         Log: Update Changes.
13645      Branch: perl
13646            ! Changes patchlevel.h
13647 ____________________________________________________________________________
13648 [  6771] By: jhi                                   on 2000/08/22  15:01:44
13649         Log: perldelta fixes from Hugo van der Sanden.
13650      Branch: perl
13651            ! pod/perldelta.pod
13652 ____________________________________________________________________________
13653 [  6770] By: jhi                                   on 2000/08/22  14:34:49
13654         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
13655              From: Hugo <hv@crypt.compulink.co.uk>
13656              Date: Tue, 22 Aug 2000 11:21:53 +0100
13657              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
13658      Branch: perl
13659            ! regcomp.c
13660 ____________________________________________________________________________
13661 [  6769] By: jhi                                   on 2000/08/22  14:30:02
13662         Log: Add Yitzchak, reformat.
13663      Branch: perl
13664            ! Changes config_h.SH
13665 ____________________________________________________________________________
13666 [  6768] By: jhi                                   on 2000/08/22  14:21:35
13667         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
13668              and Spider Boardman.
13669      Branch: metaconfig
13670            ! U/compline/d_gconvert.U
13671      Branch: perl
13672            ! Configure
13673 ____________________________________________________________________________
13674 [  6767] By: jhi                                   on 2000/08/22  14:11:24
13675         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
13676              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13677              Date: Mon, 21 Aug 2000 19:08:31 -0700
13678              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
13679      Branch: perl
13680            - ext/Storable/patchlevel.h
13681            ! MANIFEST ext/Storable/MANIFEST
13682 ____________________________________________________________________________
13683 [  6766] By: jhi                                   on 2000/08/22  13:49:29
13684         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
13685              From: Peter Prymmer <pvhp@forte.com>
13686              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
13687              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
13688      Branch: perl
13689            ! configure.com ext/Storable/Makefile.PL
13690 ____________________________________________________________________________
13691 [  6765] By: jhi                                   on 2000/08/22  13:44:59
13692         Log: Subject: [PATCH blead] B:: missing dependency
13693              From: Hugo <hv@crypt.compulink.co.uk>
13694              Date: Tue, 22 Aug 2000 06:44:33 +0100
13695              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
13696      Branch: perl
13697            ! ext/B/Makefile.PL
13698 ____________________________________________________________________________
13699 [  6764] By: jhi                                   on 2000/08/22  13:38:12
13700         Log: More bytecompiler.
13701      Branch: perl
13702            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
13703 ____________________________________________________________________________
13704 [  6763] By: jhi                                   on 2000/08/22  13:36:44
13705         Log: Bytecompiler patches from Benjamin Stuhl.
13706      Branch: perl
13707            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
13708            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
13709            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
13710            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13711            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
13712            ! perl.c perlapi.h pod/perldelta.pod
13713 ____________________________________________________________________________
13714 [  6762] By: jhi                                   on 2000/08/21  23:43:40
13715         Log: An obsoleted diagnostic.
13716      Branch: perl
13717            ! pod/perldelta.pod
13718 ____________________________________________________________________________
13719 [  6761] By: jhi                                   on 2000/08/21  23:01:45
13720         Log: The #6759 wasn't quite right.
13721      Branch: perl
13722            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13723            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
13724            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
13725            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
13726            ! t/lib/st-tieditems.t
13727 ____________________________________________________________________________
13728 [  6760] By: jhi                                   on 2000/08/21  22:35:49
13729         Log: Be verydeepclean.
13730      Branch: perl
13731            ! Makefile.SH
13732 ____________________________________________________________________________
13733 [  6759] By: jhi                                   on 2000/08/21  22:25:40
13734         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
13735              From: Peter Prymmer <pvhp@forte.com>
13736              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
13737              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
13738      Branch: perl
13739            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13740            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
13741            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
13742            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
13743            ! t/lib/st-tieditems.t
13744 ____________________________________________________________________________
13745 [  6758] By: jhi                                   on 2000/08/21  22:22:32
13746         Log: Few more casts, need reported in
13747              
13748              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
13749              From: Mike Stok <mike@stok.co.uk>
13750              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
13751              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
13752              
13753              and
13754              
13755              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
13756              From: abigail@foad.org
13757              Date: 21 Aug 2000 21:31:34 -0000
13758              Message-Id: <20000821213134.30170.qmail@foad.org>
13759      Branch: perl
13760            ! ext/Storable/Storable.xs
13761 ____________________________________________________________________________
13762 [  6757] By: jhi                                   on 2000/08/21  18:37:07
13763         Log: Update Changes.
13764      Branch: perl
13765            ! Changes patchlevel.h
13766 ____________________________________________________________________________
13767 [  6756] By: jhi                                   on 2000/08/21  18:34:02
13768         Log: A pod nit.
13769              
13770              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
13771              From: <abigail@foad.org>
13772              Date: Mon, 21 Aug 2000 14:00:16 -0400
13773              Message-ID: <20000821180016.28627.qmail@foad.org>
13774      Branch: perl
13775            ! pod/perlre.pod
13776 ____________________________________________________________________________
13777 [  6755] By: jhi                                   on 2000/08/21  18:30:56
13778         Log: Use PodParser 1.18 new test.
13779      Branch: perl
13780            ! t/pod/special_seqs.t t/pod/special_seqs.xr
13781 ____________________________________________________________________________
13782 [  6754] By: jhi                                   on 2000/08/21  18:28:35
13783         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
13784              patches cannot be applied since #6712 conflicts.
13785      Branch: perl
13786            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
13787 ____________________________________________________________________________
13788 [  6753] By: jhi                                   on 2000/08/21  18:15:11
13789         Log: Weed out some smaller changes.
13790      Branch: perl
13791            ! pod/perldelta.pod
13792 ____________________________________________________________________________
13793 [  6752] By: jhi                                   on 2000/08/21  18:02:30
13794         Log: Also under djgpp the timestamps are funky.
13795      Branch: perl
13796            ! t/op/stat.t
13797 ____________________________________________________________________________
13798 [  6751] By: jhi                                   on 2000/08/21  17:55:56
13799         Log: Tweak the floating point output routine preferences.
13800      Branch: metaconfig
13801            ! U/compline/d_gconvert.U
13802      Branch: perl
13803            ! Configure
13804 ____________________________________________________________________________
13805 [  6750] By: jhi                                   on 2000/08/21  17:51:29
13806         Log: Unicos/mk requires elaborate paranoia.
13807      Branch: perl
13808            ! lib/Math/Complex.pm
13809 ____________________________________________________________________________
13810 [  6749] By: gsar                                  on 2000/08/21  16:53:31
13811         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
13812      Branch: perl
13813            ! lib/Cwd.pm
13814 ____________________________________________________________________________
13815 [  6748] By: gsar                                  on 2000/08/21  16:22:19
13816         Log: free TLS slot properly on Windows
13817      Branch: perl
13818            ! thread.h win32/perllib.c win32/win32thread.h
13819 ____________________________________________________________________________
13820 [  6747] By: jhi                                   on 2000/08/21  16:20:58
13821         Log: Rename the macro argument because some preprocessors
13822              can't tell the difference and expand arguments also inside
13823              double quoted strings.
13824      Branch: perl
13825            ! regcomp.c
13826 ____________________________________________________________________________
13827 [  6746] By: jhi                                   on 2000/08/21  16:09:41
13828         Log: Support long doubles in Storable.
13829              
13830              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
13831              From: Radu Greab <radu@netsoft.ro>
13832              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
13833              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
13834      Branch: perl
13835            ! ext/Storable/Storable.xs
13836 ____________________________________________________________________________
13837 [  6745] By: jhi                                   on 2000/08/21  15:51:40
13838         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
13839              From: "Fifer, Eric" <EFifer@sanwaint.com>
13840              Date: Mon, 21 Aug 2000 15:34:49 +0100
13841              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
13842      Branch: perl
13843            ! t/pragma/warn/9enabled
13844 ____________________________________________________________________________
13845 [  6744] By: jhi                                   on 2000/08/21  15:39:35
13846         Log: Document the endianness of Alpha more precisely.
13847      Branch: perl
13848            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
13849            ! pod/perlport.pod
13850 ____________________________________________________________________________
13851 [  6743] By: jhi                                   on 2000/08/21  14:47:05
13852         Log: perldelta fixes from the p5p crowd.
13853      Branch: perl
13854            ! pod/perldelta.pod pod/perlop.pod
13855 ____________________________________________________________________________
13856 [  6742] By: jhi                                   on 2000/08/21  13:34:51
13857         Log: Update to Pod::LaTeX 0.53.
13858              
13859              Subject: [PATCH] lib/Pod/LaTeX.pm updates
13860              From: Tim Jenness <timj@jach.hawaii.edu>
13861              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
13862              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
13863      Branch: perl
13864            ! lib/Pod/LaTeX.pm
13865 ____________________________________________________________________________
13866 [  6741] By: jhi                                   on 2000/08/21  13:33:01
13867         Log: Subject: [PATCH] os2.c fix for use64bitint
13868              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13869              Date: Mon, 21 Aug 2000 01:32:25 -0700
13870              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
13871      Branch: perl
13872            ! os2/os2.c
13873 ____________________________________________________________________________
13874 [  6740] By: jhi                                   on 2000/08/21  13:28:52
13875         Log: Array context keeps slithering in.
13876              
13877              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
13878              From: Daniel Chetlin <daniel@chetlin.com>
13879              Date: Sun, 20 Aug 2000 21:40:25 -0700
13880              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
13881      Branch: perl
13882            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
13883            ! pod/perldebtut.pod
13884 ____________________________________________________________________________
13885 [  6739] By: jhi                                   on 2000/08/21  13:23:55
13886         Log: Big-endian quad fixes for Storable from Radu Greab,
13887              plus few explicit null casts for picky compilers.
13888      Branch: perl
13889            ! ext/Storable/Storable.xs
13890 ____________________________________________________________________________
13891 [  6738] By: gsar                                  on 2000/08/21  05:56:13
13892         Log: small tweaks for change#6705: avoid C++ style comments in C code;
13893              use Perl's malloc API rather than the low level system one
13894      Branch: perl
13895            ! win32/win32.c
13896 ____________________________________________________________________________
13897 [  6737] By: gsar                                  on 2000/08/21  05:35:41
13898         Log: add Storable to list of extensions on Windows
13899      Branch: perl
13900            ! win32/Makefile win32/makefile.mk
13901 ____________________________________________________________________________
13902 [  6736] By: jhi                                   on 2000/08/21  02:57:53
13903         Log: Update Changes.
13904      Branch: perl
13905            ! Changes patchlevel.h
13906 ____________________________________________________________________________
13907 [  6735] By: jhi                                   on 2000/08/21  02:57:20
13908         Log: Draft 0.
13909      Branch: perl
13910            ! pod/perldelta.pod
13911 ____________________________________________________________________________
13912 [  6734] By: jhi                                   on 2000/08/21  02:57:03
13913         Log: Add Storable 0.7.2 from Raphael Manfredi,
13914              plus the patch from
13915              
13916              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
13917              From: Radu Greab <radu@netsoft.ro>
13918              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
13919              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
13920              
13921              plus changes to get Storable to compile with
13922              picky ANSI compilers.
13923      Branch: perl
13924            + ext/Storable/ChangeLog ext/Storable/MANIFEST
13925            + ext/Storable/Makefile.PL ext/Storable/README
13926            + ext/Storable/Storable.pm ext/Storable/Storable.xs
13927            + ext/Storable/patchlevel.h t/lib/st-06compat.t
13928            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
13929            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
13930            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
13931            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
13932            + t/lib/st-tieditems.t
13933            ! MANIFEST
13934 ____________________________________________________________________________
13935 [  6733] By: jhi                                   on 2000/08/21  02:29:09
13936         Log: The correct cleaning order is an art.
13937      Branch: perl
13938            ! Makefile.SH
13939 ____________________________________________________________________________
13940 [  6732] By: jhi                                   on 2000/08/21  01:23:39
13941         Log: The #6724 is here.
13942      Branch: perl
13943            ! t/lib/ftmp-security.t
13944 ____________________________________________________________________________
13945 [  6731] By: jhi                                   on 2000/08/20  23:17:03
13946         Log: s/this one/the 5.6.0 release/
13947      Branch: perl
13948            ! pod/perl56delta.pod
13949 ____________________________________________________________________________
13950 [  6730] By: jhi                                   on 2000/08/20  23:07:34
13951         Log: Mention perlebcdic and perlposix-bc.
13952      Branch: perl
13953            ! pod/perlport.pod
13954 ____________________________________________________________________________
13955 [  6729] By: jhi                                   on 2000/08/20  21:32:59
13956         Log: Document the number of exponent digits.
13957      Branch: perl
13958            ! pod/perlfunc.pod
13959 ____________________________________________________________________________
13960 [  6728] By: jhi                                   on 2000/08/20  21:16:47
13961         Log: Use File::Spec->tmpdir().
13962              
13963              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
13964              From: Tim Jenness <timj@jach.hawaii.edu>
13965              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
13966              MIME-Version: 1.0
13967              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
13968      Branch: perl
13969            ! utils/perlbug.PL
13970 ____________________________________________________________________________
13971 [  6727] By: jhi                                   on 2000/08/20  20:43:32
13972         Log: Update Changes.
13973      Branch: perl
13974            ! Changes patchlevel.h
13975 ____________________________________________________________________________
13976 [  6726] By: jhi                                   on 2000/08/20  20:41:44
13977         Log: The veryclean target needs to clobber.
13978      Branch: perl
13979            ! Makefile.SH
13980 ____________________________________________________________________________
13981 [  6725] By: jhi                                   on 2000/08/20  20:37:38
13982         Log: Document odd vs even subreleases and -Dusedevel.
13983      Branch: perl
13984            ! INSTALL
13985 ____________________________________________________________________________
13986 [  6724] By: jhi                                   on 2000/08/20  19:58:05
13987         Log: Use temporary directory instead of current directory.
13988              
13989              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
13990              From: Tim Jenness <timj@jach.hawaii.edu>
13991              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
13992              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
13993      Branch: perl
13994            ! t/lib/ftmp-security.t
13995 ____________________________________________________________________________
13996 [  6723] By: jhi                                   on 2000/08/20  19:55:55
13997         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
13998              From: andreas.koenig@anima.de (Andreas J. Koenig)
13999              Date: 20 Aug 2000 15:52:03 +0200
14000              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
14001      Branch: perl
14002            ! lib/ExtUtils/MM_Unix.pm
14003 ____________________________________________________________________________
14004 [  6722] By: jhi                                   on 2000/08/20  19:46:01
14005         Log: Update to CGI 2.72, from Lincoln Stein.
14006      Branch: perl
14007            ! lib/CGI.pm
14008 ____________________________________________________________________________
14009 [  6721] By: jhi                                   on 2000/08/20  19:43:54
14010         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
14011              From: Radu Greab <radu@netsoft.ro>
14012              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
14013              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
14014      Branch: perl
14015            ! ext/GDBM_File/GDBM_File.xs
14016 ____________________________________________________________________________
14017 [  6720] By: jhi                                   on 2000/08/20  19:42:01
14018         Log: pp_open() could pass an uninitialized filename down to do_open9().
14019      Branch: perl
14020            ! pp_sys.c
14021 ____________________________________________________________________________
14022 [  6719] By: jhi                                   on 2000/08/20  14:06:41
14023         Log: UTF8 concat fixes.
14024              
14025              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
14026              From: Hugo <hv@crypt.compulink.co.uk>
14027              Date: Sun, 20 Aug 2000 07:30:46 +0100
14028              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
14029      Branch: perl
14030            ! pp_hot.c t/op/append.t
14031 ____________________________________________________________________________
14032 [  6718] By: jhi                                   on 2000/08/20  02:09:37
14033         Log: Let's try #6717 again.
14034      Branch: perl
14035            ! lib/File/Temp.pm
14036 ____________________________________________________________________________
14037 [  6717] By: jhi                                   on 2000/08/20  01:56:55
14038         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
14039              From: "Craig A. Berry" <craig.berry@metamorgs.com>
14040              Date: Sat, 19 Aug 2000 18:15:39 -0500
14041              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
14042      Branch: perl
14043            ! lib/File/Temp.pm
14044 ____________________________________________________________________________
14045 [  6716] By: jhi                                   on 2000/08/19  15:50:11
14046         Log: Update Changes.
14047      Branch: perl
14048            ! Changes patchlevel.h
14049 ____________________________________________________________________________
14050 [  6715] By: jhi                                   on 2000/08/19  15:39:09
14051         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
14052              From: Jonathan D Johnston <jdjohnston2@juno.com>
14053              Date: Thu, 17 Aug 2000 23:13:01 -0400       
14054              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
14055      Branch: perl
14056            ! pod/perlfunc.pod
14057 ____________________________________________________________________________
14058 [  6714] By: jhi                                   on 2000/08/19  15:34:04
14059         Log: Introduce a 'veryclean' target that is like 'distclean'
14060              but also removes *~ and *.orig.
14061      Branch: perl
14062            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
14063            ! utils/Makefile x2p/Makefile.SH
14064 ____________________________________________________________________________
14065 [  6713] By: jhi                                   on 2000/08/19  14:15:45
14066         Log: Put back the long double avoidance code to POSIX.xs
14067              because VMS seems to need it still.
14068      Branch: perl
14069            ! ext/POSIX/POSIX.xs
14070 ____________________________________________________________________________
14071 [  6712] By: jhi                                   on 2000/08/19  14:10:41
14072         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
14073              From: Peter Prymmer <pvhp@forte.com>
14074              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
14075              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
14076      Branch: perl
14077            ! lib/Pod/Find.pm t/pod/find.t
14078 ____________________________________________________________________________
14079 [  6711] By: jhi                                   on 2000/08/19  14:09:19
14080         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
14081              From: Peter Prymmer <pvhp@forte.com>
14082              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
14083              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
14084              cc: vmsperl@perl.org
14085      Branch: perl
14086            ! t/lib/peek.t
14087 ____________________________________________________________________________
14088 [  6710] By: jhi                                   on 2000/08/19  14:08:01
14089         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
14090              From: Jan Dubois <jand@ActiveState.com>
14091              Date: Fri, 18 Aug 2000 16:31:48 -0700
14092              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
14093      Branch: perl
14094            ! win32/win32.c
14095 ____________________________________________________________________________
14096 [  6709] By: jhi                                   on 2000/08/19  14:06:57
14097         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
14098              
14099              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
14100              From: Spider.Boardman@Orb.Nashua.NH.US
14101              Date: Fri, 18 Aug 2000 18:41:14 -0400
14102              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
14103      Branch: perl
14104            ! regcomp.c
14105 ____________________________________________________________________________
14106 [  6708] By: jhi                                   on 2000/08/18  22:04:49
14107         Log: Update Changes.
14108      Branch: perl
14109            ! Changes patchlevel.h
14110 ____________________________________________________________________________
14111 [  6707] By: jhi                                   on 2000/08/18  21:55:14
14112         Log: Add warnif(), check warnings further up the stack,
14113              all the warnings functions now can take an optional object reference.
14114              
14115              Subject: [PATCH bleedperl@6691] warnings pragma update
14116              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14117              Date: Fri, 18 Aug 2000 22:42:06 +0100
14118              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
14119      Branch: perl
14120            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
14121            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
14122            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
14123 ____________________________________________________________________________
14124 [  6706] By: jhi                                   on 2000/08/18  21:41:45
14125         Log: Typo in pp_complement().
14126              
14127              Subject: [PATCH perl-current] Deparse
14128              From: Peter Scott <Peter@PSDT.com>
14129              Date: Fri, 18 Aug 2000 12:44:37 -0700
14130              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
14131      Branch: perl
14132            ! ext/B/B/Deparse.pm
14133 ____________________________________________________________________________
14134 [  6705] By: jhi                                   on 2000/08/18  21:25:59
14135         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
14136              From: Jan Dubois <jand@ActiveState.com>
14137              Date: Fri, 18 Aug 2000 14:22:51 -0700
14138              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
14139      Branch: perl
14140            ! lib/Win32.pod win32/win32.c
14141 ____________________________________________________________________________
14142 [  6704] By: jhi                                   on 2000/08/18  21:16:14
14143         Log: Don't eat leading os from index entries.
14144              
14145              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
14146              From: Russ Allbery <rra@stanford.edu>
14147              Date: 10 Aug 2000 20:49:25 -0700
14148              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
14149      Branch: perl
14150            ! lib/Pod/Man.pm
14151 ____________________________________________________________________________
14152 [  6703] By: jhi                                   on 2000/08/18  21:07:06
14153         Log: Add [[:blank:]] as suggested in
14154              
14155              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14156              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
14157              Date: Sun, 16 Jul 2000 17:55:29 -0700
14158              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
14159              
14160              (the [=cc=] has already been taken care of by #6439
14161              so the whole bug report can be closed)
14162              
14163              and make [[:space:]] to be equivalent to isspace(3)
14164              (as opposed to \s, which is isSPACE()).  The difference
14165              is that now [[:space:]] matches the mythical vertical tab,
14166              while \s doesn't.
14167      Branch: perl
14168            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
14169            ! regexec.c t/op/pat.t
14170 ____________________________________________________________________________
14171 [  6702] By: jhi                                   on 2000/08/18  18:47:47
14172         Log: The new tests were missing from #6415.
14173      Branch: perl
14174            ! t/op/bop.t
14175 ____________________________________________________________________________
14176 [  6701] By: jhi                                   on 2000/08/18  18:20:40
14177         Log: Document the NDBM_File and ODBM_File as SDBM_File
14178              was documented in #6417.
14179      Branch: perl
14180            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
14181            ! ext/SDBM_File/SDBM_File.pm
14182 ____________________________________________________________________________
14183 [  6700] By: jhi                                   on 2000/08/18  18:10:39
14184         Log: Subject: [PATCH perl@6698] cygwin port
14185              From: "Fifer, Eric" <EFifer@sanwaint.com>
14186              Date: Fri, 18 Aug 2000 17:30:05 +0100
14187              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
14188      Branch: perl
14189            ! lib/File/Temp.pm
14190 ____________________________________________________________________________
14191 [  6699] By: jhi                                   on 2000/08/18  16:21:49
14192         Log: Document code point which makes if (defined %stash::) to work
14193              (noted by Spider Boardman).
14194      Branch: perl
14195            ! op.c
14196 ____________________________________________________________________________
14197 [  6698] By: jhi                                   on 2000/08/18  13:43:27
14198         Log: Update Changes.
14199      Branch: perl
14200            ! Changes patchlevel.h
14201 ____________________________________________________________________________
14202 [  6697] By: jhi                                   on 2000/08/18  13:35:57
14203         Log: Tiny Getopt::Long patch from Johan Vromans.
14204      Branch: perl
14205            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14206 ____________________________________________________________________________
14207 [  6696] By: jhi                                   on 2000/08/18  13:26:14
14208         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
14209              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
14210              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
14211              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
14212      Branch: perl
14213            ! pod/perldiag.pod pod/perlsyn.pod
14214 ____________________________________________________________________________
14215 [  6695] By: jhi                                   on 2000/08/18  13:13:26
14216         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
14217              From: Daniel Chetlin <daniel@chetlin.com>
14218              Date: Fri, 18 Aug 2000 03:13:36 -0700
14219              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
14220      Branch: perl
14221            ! pod/perlfunc.pod
14222 ____________________________________________________________________________
14223 [  6694] By: jhi                                   on 2000/08/18  13:08:05
14224         Log: Subject: [PATCH] perltrap.pod spring cleaning
14225              From: Daniel Chetlin <daniel@chetlin.com>
14226              Date: Fri, 18 Aug 2000 03:06:54 -0700
14227              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
14228              
14229              plus Mike Guy's nitfix.
14230      Branch: perl
14231            ! pod/perltrap.pod
14232 ____________________________________________________________________________
14233 [  6693] By: jhi                                   on 2000/08/18  13:00:26
14234         Log: Unbuffer the output.
14235              
14236              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
14237              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14238              Date: Thu, 17 Aug 2000 18:39:29 -0700
14239              Message-ID: <RPJn5gzkgydf092yn@efn.org>
14240      Branch: perl
14241            ! t/op/fork.t
14242 ____________________________________________________________________________
14243 [  6692] By: jhi                                   on 2000/08/18  05:19:17
14244         Log: Delete the image, too, not just its MANIFEStation.
14245      Branch: perl
14246            - lib/CGI/eg/wilogo.gif
14247 ____________________________________________________________________________
14248 [  6691] By: jhi                                   on 2000/08/18  05:10:26
14249         Log: Propagate new Configure vars.
14250      Branch: perl
14251            ! configure.com epoc/config.sh uconfig.h uconfig.sh
14252            ! vos/config.def vos/config.h vos/config_h.SH_orig
14253            ! win32/config.bc win32/config.gc win32/config.vc
14254            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14255 ____________________________________________________________________________
14256 [  6690] By: jhi                                   on 2000/08/18  04:30:56
14257         Log: Update Changes.
14258      Branch: perl
14259            ! Changes patchlevel.h
14260 ____________________________________________________________________________
14261 [  6689] By: jhi                                   on 2000/08/18  04:12:30
14262         Log: Fix the lib/complex failure of
14263              
14264              From: abigail@foad.org
14265              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14266              Date: 15 Aug 2000 04:06:38 -0000
14267              Message-Id: <20000815040638.8524.qmail@foad.org> 
14268              
14269              Linux long double accuracy issue: something that
14270              when printed with %g looks like "2" but int() of it is 1.
14271      Branch: perl
14272            ! lib/Math/Complex.pm
14273 ____________________________________________________________________________
14274 [  6688] By: jhi                                   on 2000/08/18  03:15:35
14275         Log: The byteorder code in #6671 was wrong.
14276      Branch: perl
14277            ! configpm
14278 ____________________________________________________________________________
14279 [  6687] By: jhi                                   on 2000/08/18  02:08:42
14280         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
14281              From: Jan Dubois <jand@ActiveState.com>
14282              Date: Thu, 17 Aug 2000 18:31:55 -0700
14283              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
14284      Branch: perl
14285            ! sv.c
14286 ____________________________________________________________________________
14287 [  6686] By: jhi                                   on 2000/08/18  02:04:15
14288         Log: Use NVs in POSIX math, not doubles.
14289              
14290              From: abigail@foad.org
14291              Subject: [ID 20000817.014] POSIX & modfl
14292              Date: 17 Aug 2000 20:49:18 -0000
14293              Message-Id: <20000817204918.23123.qmail@foad.org>
14294      Branch: perl
14295            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
14296 ____________________________________________________________________________
14297 [  6685] By: jhi                                   on 2000/08/18  02:02:12
14298         Log: Introduce NVef, NVff, and NVgf, use the middle one.
14299              (helps for lib/peek + Linux + long doubles)  Reported in
14300              
14301              From: abigail@foad.org
14302              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14303              Date: 15 Aug 2000 04:06:38 -0000
14304              Message-Id: <20000815040638.8524.qmail@foad.org> 
14305              
14306              (note: the lib/complex failure has not yet been addressed)
14307      Branch: metaconfig/U/perl
14308            ! perlxvf.U
14309      Branch: perl
14310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14311            ! config_h.SH dump.c perl.h pod/perlguts.pod
14312 ____________________________________________________________________________
14313 [  6684] By: jhi                                   on 2000/08/17  23:22:19
14314         Log: Add byteorder to the myconfig output.
14315      Branch: perl
14316            ! myconfig.SH
14317 ____________________________________________________________________________
14318 [  6683] By: jhi                                   on 2000/08/17  23:20:19
14319         Log: The image doth not exist, spotted by Johan Vromans.
14320      Branch: perl
14321            ! MANIFEST
14322 ____________________________________________________________________________
14323 [  6682] By: jhi                                   on 2000/08/17  22:38:16
14324         Log: Document what the backtick returns if the command fails.
14325      Branch: perl
14326            ! pod/perlop.pod
14327 ____________________________________________________________________________
14328 [  6681] By: jhi                                   on 2000/08/17  22:33:12
14329         Log: Do not use prototyping here.
14330              
14331              Subject: [ID 20000817.016] [PATCH] Peek.xs
14332              From: abigail@foad.org
14333              Date: 17 Aug 2000 20:55:56 -0000
14334              Message-Id: <20000817205556.24270.qmail@foad.org>
14335      Branch: perl
14336            ! ext/Devel/Peek/Makefile.PL
14337 ____________________________________________________________________________
14338 [  6680] By: jhi                                   on 2000/08/17  19:46:43
14339         Log: Don't propose using modules built for 5.005 if no binary
14340              compatibility with 5.005 is attempted.
14341              
14342              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14343              Subject: Minor nit with 5.7.0 (6655)
14344              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
14345              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
14346      Branch: metaconfig
14347            ! U/installdirs/inc_version_list.U
14348      Branch: perl
14349            ! Configure config_h.SH
14350 ____________________________________________________________________________
14351 [  6679] By: jhi                                   on 2000/08/17  19:16:39
14352         Log: Microperl config update.
14353      Branch: perl
14354            ! uconfig.h uconfig.sh
14355 ____________________________________________________________________________
14356 [  6678] By: jhi                                   on 2000/08/17  19:16:13
14357         Log: The #6648 wasn't protective enough for limited platforms
14358              (like microperl).
14359      Branch: perl
14360            ! dump.c sv.c
14361 ____________________________________________________________________________
14362 [  6677] By: jhi                                   on 2000/08/17  14:46:35
14363         Log: Update Changes.
14364      Branch: perl
14365            ! Changes patchlevel.h
14366 ____________________________________________________________________________
14367 [  6676] By: jhi                                   on 2000/08/17  14:44:02
14368         Log: Add perlebcdic from Peter Prymmer, regen toc.
14369      Branch: perl
14370            + pod/perlebcdic.pod
14371            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14372 ____________________________________________________________________________
14373 [  6675] By: jhi                                   on 2000/08/17  14:41:52
14374         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
14375      Branch: perl
14376            ! pod/perldebtut.pod
14377 ____________________________________________________________________________
14378 [  6674] By: jhi                                   on 2000/08/17  14:29:43
14379         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
14380              
14381              Subject: [ID 20000724.006] -DLEAKTEST problem
14382              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
14383              Date: Tue, 25 Jul 2000 00:36:32 -0500
14384              Message-Id: <20000725003632.A26186@www.llamacom.com>
14385              
14386              Reminder sent
14387              
14388              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
14389              From: Hugo <hv@crypt.compulink.co.uk>
14390              Date: Thu, 17 Aug 2000 15:23:42 +0100
14391              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
14392      Branch: perl
14393            ! util.c
14394 ____________________________________________________________________________
14395 [  6673] By: jhi                                   on 2000/08/17  04:07:10
14396         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
14397              From: John Peacock <JPeacock@UnivPress.com>
14398              Date: Tue, 01 Aug 2000 09:38:12 -0400
14399              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
14400      Branch: perl
14401            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
14402 ____________________________________________________________________________
14403 [  6672] By: jhi                                   on 2000/08/17  03:04:35
14404         Log: Subject: [PATCH] Cwd.pm now uses strict
14405              From: Tim Jenness <timj@jach.hawaii.edu>
14406              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
14407              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
14408      Branch: perl
14409            ! lib/Cwd.pm
14410 ____________________________________________________________________________
14411 [  6671] By: jhi                                   on 2000/08/17  02:16:35
14412         Log: Make $Config{byteorder} more magical so that it is
14413              dynamically computed: nice for 'fat binaries'.
14414              
14415              Subject: [PATCH]: default byteorder
14416              From: Wilfredo Sánchez <wsanchez@apple.com>
14417              Date: Mon, 31 Jul 2000 19:45:31 -0700
14418              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
14419      Branch: perl
14420            ! configpm
14421 ____________________________________________________________________________
14422 [  6670] By: gsar                                  on 2000/08/17  01:22:21
14423         Log: move WNOHANG definition to where other such things are
14424      Branch: perl
14425            ! win32/win32.h
14426 ____________________________________________________________________________
14427 [  6669] By: jhi                                   on 2000/08/17  01:19:17
14428         Log: Update Changes.
14429      Branch: perl
14430            ! Changes patchlevel.h
14431 ____________________________________________________________________________
14432 [  6668] By: jhi                                   on 2000/08/17  01:16:29
14433         Log: Doc nits spotted by Richard Soderberg.
14434      Branch: perl
14435            ! README.posix-bc README.vmesa
14436 ____________________________________________________________________________
14437 [  6667] By: jhi                                   on 2000/08/17  01:12:11
14438         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
14439              From: "Casey R. Tweten" <crt@kiski.net>
14440              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
14441              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
14442      Branch: perl
14443            ! pod/perldebtut.pod
14444 ____________________________________________________________________________
14445 [  6666] By: jhi                                   on 2000/08/17  01:09:31
14446         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
14447              From: "Casey R. Tweten" <crt@kiski.net>
14448              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
14449              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
14450      Branch: perl
14451            ! lib/Shell.pm
14452 ____________________________________________________________________________
14453 [  6665] By: gsar                                  on 2000/08/17  01:03:52
14454         Log: add "ok" targets from change#6632 in makefile.mk
14455      Branch: perl
14456            ! pod/perlport.pod win32/Makefile win32/makefile.mk
14457 ____________________________________________________________________________
14458 [  6664] By: gsar                                  on 2000/08/17  00:56:11
14459         Log: avoid warnings from dense compiler
14460      Branch: perl
14461            ! win32/win32.c
14462 ____________________________________________________________________________
14463 [  6663] By: jhi                                   on 2000/08/17  00:51:49
14464         Log: Tweak the regex compilation errors once more.
14465      Branch: perl
14466            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
14467            ! t/op/regmesg.t t/pragma/warn/regcomp
14468 ____________________________________________________________________________
14469 [  6662] By: gsar                                  on 2000/08/17  00:28:19
14470         Log: trailing new %ENV entries weren't being pushed into the real
14471              environment of subprocesses on Windows
14472      Branch: perl
14473            ! t/op/magic.t win32/perlhost.h
14474 ____________________________________________________________________________
14475 [  6661] By: gsar                                  on 2000/08/17  00:19:20
14476         Log: waitpid() now handles externally spawned pids correctly;
14477              fixes for backtick/wait/waitpid failures on Windows 9x
14478              
14479              these changes make the pid returned by process functions on
14480              Windows 9x always positive by clearing the high bit (which
14481              is always set on Win9x); pseudo-process PIDs are likewise
14482              always negative now on Win9x (just as on NT/2000)
14483      Branch: perl
14484            ! pp_sys.c win32/perlhost.h win32/win32.c
14485 ____________________________________________________________________________
14486 [  6660] By: jhi                                   on 2000/08/17  00:04:32
14487         Log: Retract #6645.
14488      Branch: perl
14489            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14490            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
14491            ! t/op/sprintf.t
14492 ____________________________________________________________________________
14493 [  6659] By: gsar                                  on 2000/08/16  23:59:28
14494         Log: on windows, the return values from wait() and waitpid() don't
14495              match those of pseudo-pids
14496      Branch: perl
14497            ! pp_sys.c t/op/fork.t util.c win32/win32.c
14498 ____________________________________________________________________________
14499 [  6658] By: gsar                                  on 2000/08/16  23:56:14
14500         Log: pod nit seen in passing
14501      Branch: perl
14502            ! pod/perlfunc.pod
14503 ____________________________________________________________________________
14504 [  6657] By: gsar                                  on 2000/08/16  23:53:42
14505         Log: change#6328 could make close(SOCKET) return false on windows
14506              when it shouldn't
14507      Branch: perl
14508            ! win32/win32sck.c
14509 ____________________________________________________________________________
14510 [  6656] By: gsar                                  on 2000/08/16  23:46:57
14511         Log: check that the number pseudo children doesn't exceed
14512              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
14513              the WaitForMultipleObjects() limit that would cause wait()
14514              to crash)
14515              
14516              wait() and waitpid() could potentially be rewritten to use
14517              more than one thread to do the waiting to eliminate this
14518              limitation
14519      Branch: perl
14520            ! win32/perlhost.h
14521 ____________________________________________________________________________
14522 [  6655] By: jhi                                   on 2000/08/16  14:11:05
14523         Log: Update Changes.
14524      Branch: perl
14525            ! Changes patchlevel.h
14526 ____________________________________________________________________________
14527 [  6654] By: jhi                                   on 2000/08/16  14:10:12
14528         Log: Update to perldebtut 1.9, from Richard Foley.
14529      Branch: perl
14530            ! pod/perldebtut.pod
14531 ____________________________________________________________________________
14532 [  6653] By: jhi                                   on 2000/08/16  14:08:17
14533         Log: Change the regx compilation error markers to use = instead of <
14534              since pod makes using the latter quite messy.  Reported in
14535              ID 20000814.006 by Abigail and in
14536              Subject: Unknown escape E<> ?
14537              From: Lupe Christoph <lupe@lupe-christoph.de>
14538              Date: Fri, 11 Aug 2000 00:30:27 +0200
14539              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
14540      Branch: perl
14541            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
14542            ! t/op/regmesg.t t/pragma/warn/regcomp
14543 ____________________________________________________________________________
14544 [  6652] By: jhi                                   on 2000/08/16  13:25:31
14545         Log: Change the perlbug address to perl.org since it's more forgiving.
14546              
14547              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
14548              From: abigail@foad.org
14549              Date: 15 Aug 2000 04:15:40 -0000
14550              Message-Id: <20000815041540.8633.qmail@foad.org>
14551      Branch: perl
14552            ! utils/perlbug.PL
14553 ____________________________________________________________________________
14554 [  6651] By: jhi                                   on 2000/08/16  13:22:35
14555         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
14556              From: Tim Jenness <timj@jach.hawaii.edu>
14557              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
14558              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
14559      Branch: perl
14560            ! lib/Cwd.pm
14561 ____________________________________________________________________________
14562 [  6650] By: jhi                                   on 2000/08/16  13:18:13
14563         Log: Update to CPAN 1.57.
14564              
14565              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
14566              From: andreas.koenig@anima.de (Andreas J. Koenig)
14567              Date: 16 Aug 2000 15:09:46 +0200
14568              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
14569      Branch: perl
14570            ! lib/CPAN.pm
14571 ____________________________________________________________________________
14572 [  6649] By: jhi                                   on 2000/08/16  13:12:31
14573         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
14574              From: "Larry W. Virden" <lvirden@cas.org>
14575              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
14576              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
14577      Branch: perl
14578            ! README.hpux
14579 ____________________________________________________________________________
14580 [  6648] By: jhi                                   on 2000/08/16  13:03:53
14581         Log: The numeric locale was reset to "C" by s?printf and never restored.
14582              
14583              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
14584              From: Christian Kirsch <ck@held.mind.de>
14585              Date: Wed, 9 Aug 2000 17:05:17 +0200
14586              Message-Id: <20000809170517.A25389@held>
14587              
14588              No test since adding the failing example to locale.t
14589              does not fail -- probably because the locale settings are so
14590              thoroughly tweaked by that time.  Running the example standalone
14591              does fail, though.  UPDATE: test case added at change #7540.
14592      Branch: perl
14593            ! dump.c perl.h pp.c pp_ctl.c sv.c
14594 ____________________________________________________________________________
14595 [  6647] By: jhi                                   on 2000/08/16  00:07:54
14596         Log: Update Changes and test semi-automatic patchlevel updating.
14597      Branch: perl
14598            ! Changes patchlevel.h
14599 ____________________________________________________________________________
14600 [  6646] By: jhi                                   on 2000/08/15  23:35:07
14601         Log: Fix a dependency problem.
14602              
14603              Subject: [PATCH: 6640] VMS Makefile.SH update
14604              From: Peter Prymmer <pvhp@forte.com>
14605              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
14606              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
14607      Branch: perl
14608            ! vms/descrip_mms.template
14609 ____________________________________________________________________________
14610 [  6645] By: jhi                                   on 2000/08/15  23:33:23
14611         Log: (Retracted by #6660)
14612              
14613              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
14614              From: Dominic Dunlop <domo@computer.org>
14615              Date: Tue, 15 Aug 2000 22:20:52 +0200
14616              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
14617      Branch: metaconfig/U/perl
14618            + d_printfed.U
14619      Branch: perl
14620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14621            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
14622            ! t/op/sprintf.t
14623 ____________________________________________________________________________
14624 [  6644] By: jhi                                   on 2000/08/15  21:17:20
14625         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
14626              From: abigail@foad.org
14627              Date: 15 Aug 2000 20:12:41 -0000
14628              Message-Id: <20000815201241.25556.qmail@foad.org>
14629      Branch: perl
14630            ! INSTALL
14631 ____________________________________________________________________________
14632 [  6643] By: jhi                                   on 2000/08/15  21:15:28
14633         Log: (an already applied patch)
14634      Branch: perl
14635            ! lib/CGI.pm
14636 ____________________________________________________________________________
14637 [  6642] By: gsar                                  on 2000/08/15  19:54:05
14638         Log: magic callbacks all need to have same type signature
14639      Branch: perl
14640            ! embed.pl mg.c proto.h
14641 ____________________________________________________________________________
14642 [  6641] By: jhi                                   on 2000/08/15  17:56:27
14643         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)
14644              From: Mike Guy <mjtg@cam.ac.uk>
14645              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
14646              Date: Tue, 15 Aug 2000 18:26:45 +0100
14647              
14648              Only the peek.t part applied, not the hash quality part.
14649      Branch: perl
14650            ! t/lib/peek.t
14651 ____________________________________________________________________________
14652 [  6640] By: jhi                                   on 2000/08/15  16:37:37
14653         Log: Update Changes.
14654      Branch: perl
14655            ! Changes
14656 ____________________________________________________________________________
14657 [  6639] By: jhi                                   on 2000/08/15  16:34:55
14658         Log: Missed a file from #6638.
14659      Branch: perl
14660            ! lib/File/Temp.pm
14661 ____________________________________________________________________________
14662 [  6638] By: jhi                                   on 2000/08/15  16:33:19
14663         Log: Subject: [PATCH perl@6620] cygwin port
14664              From: "Fifer, Eric" <EFifer@sanwaint.com>
14665              Date: Tue, 15 Aug 2000 17:00:49 +0100
14666              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
14667      Branch: perl
14668            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
14669 ____________________________________________________________________________
14670 [  6637] By: jhi                                   on 2000/08/15  16:29:22
14671         Log: Subject: [PATCH] debugger exit code should reflect user exit code
14672              From: Mike Guy <mjtg@cam.ac.uk>
14673              Date: Tue, 15 Aug 2000 16:55:59 +0100
14674              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
14675      Branch: perl
14676            ! lib/perl5db.pl
14677 ____________________________________________________________________________
14678 [  6636] By: jhi                                   on 2000/08/15  15:30:58
14679         Log: Update Changes.
14680      Branch: perl
14681            ! Changes
14682 ____________________________________________________________________________
14683 [  6635] By: jhi                                   on 2000/08/15  15:27:21
14684         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
14685      Branch: metaconfig
14686            ! U/mkglossary U/mksample
14687      Branch: metaconfig/U/perl
14688            ! Devel.U
14689      Branch: perl
14690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14691 ____________________________________________________________________________
14692 [  6634] By: jhi                                   on 2000/08/15  14:11:55
14693         Log: Don't blow limited stacks, a lower number is enough to
14694              tickle the lookbehind limit.
14695              
14696              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
14697              From: Dominic Dunlop <domo@computer.org>
14698              Date: Tue, 15 Aug 2000 13:51:24 +0200
14699              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
14700      Branch: perl
14701            ! t/op/regmesg.t
14702 ____________________________________________________________________________
14703 [  6633] By: jhi                                   on 2000/08/15  14:01:46
14704         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
14705              From: Mike Guy <mjtg@cam.ac.uk>
14706              Date: Tue, 15 Aug 2000 12:10:50 +0100
14707              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
14708      Branch: perl
14709            ! utils/perldoc.PL
14710 ____________________________________________________________________________
14711 [  6632] By: jhi                                   on 2000/08/15  13:58:48
14712         Log: make ok etc also for win32.
14713              
14714              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
14715              From: Prymmer/Kahn <pvhp@best.com>
14716              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
14717              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
14718      Branch: perl
14719            ! win32/Makefile
14720 ____________________________________________________________________________
14721 [  6631] By: jhi                                   on 2000/08/15  13:45:03
14722         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
14723      Branch: perl
14724            ! lib/Test.pm
14725 ____________________________________________________________________________
14726 [  6630] By: jhi                                   on 2000/08/15  03:25:09
14727         Log: Update Changes.
14728      Branch: perl
14729            ! Changes
14730 ____________________________________________________________________________
14731 [  6629] By: jhi                                   on 2000/08/15  03:23:53
14732         Log: magic_regdatum_set() is void, not int.
14733      Branch: perl
14734            ! embed.pl mg.c proto.h
14735 ____________________________________________________________________________
14736 [  6628] By: jhi                                   on 2000/08/15  03:08:02
14737         Log: Make the user to give up his firstborn, err, to knowingly
14738              verify installing an unstable developer release.  Also bump
14739              the release to 5.7.0, but leave a patch tag in the local
14740              patches saying that this is not yet the real thing.
14741      Branch: metaconfig
14742            ! U/modified/Instruct.U
14743      Branch: metaconfig/U/perl
14744            + Devel.U
14745      Branch: perl
14746            ! Configure patchlevel.h
14747 ____________________________________________________________________________
14748 [  6627] By: jhi                                   on 2000/08/14  22:32:52
14749         Log: README.os2 update.
14750              
14751              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
14752              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14753              Date: Wed, 02 Aug 2000 21:55:09 -0700
14754              Message-ID: <tsPi5gzkgegX092yn@efn.org>
14755      Branch: perl
14756            ! README.os2
14757 ____________________________________________________________________________
14758 [  6626] By: jhi                                   on 2000/08/14  21:00:02
14759         Log: Subject: Re: File::Temp problems on VMS in bleedperl
14760              From: Tim Jenness <timj@jach.hawaii.edu>
14761              cc: vmsperl@perl.org
14762              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
14763              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
14764      Branch: perl
14765            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
14766 ____________________________________________________________________________
14767 [  6625] By: jhi                                   on 2000/08/14  20:52:16
14768         Log: Add SUIDMAIL as was done for the CERT alert.
14769      Branch: perl
14770            ! patchlevel.h
14771 ____________________________________________________________________________
14772 [  6624] By: jhi                                   on 2000/08/14  20:48:50
14773         Log: Subject: sfio2000
14774              From: Daniel Muino <dmuino@afip.gov.ar>
14775              Date: Mon, 14 Aug 2000 16:58:11 -0300
14776              Message-ID: <20000814165811.B16368@con2-dgi>
14777      Branch: perl
14778            ! perlsdio.h perlsfio.h
14779 ____________________________________________________________________________
14780 [  6623] By: jhi                                   on 2000/08/14  20:47:36
14781         Log: Subject: warning: storage class after type is obsolescent
14782              From: Daniel Muino <dmuino@afip.gov.ar>
14783              Date: Mon, 14 Aug 2000 16:42:47 -0300
14784              Message-ID: <20000814164247.A16368@con2-dgi>
14785      Branch: perl
14786            ! regcomp.pl regnodes.h
14787 ____________________________________________________________________________
14788 [  6622] By: jhi                                   on 2000/08/14  20:43:05
14789         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
14790              From: abigail@foad.org
14791              Date: 14 Aug 2000 20:00:10 -0000
14792              Message-Id: <20000814200010.27271.qmail@foad.org>
14793      Branch: perl
14794            ! Changes
14795 ____________________________________________________________________________
14796 [  6621] By: jhi                                   on 2000/08/14  15:23:05
14797         Log: Update Changes.
14798      Branch: perl
14799            ! Changes
14800 ____________________________________________________________________________
14801 [  6620] By: jhi                                   on 2000/08/14  15:22:14
14802         Log: Subject: Re: [PATCH] @+, @- readonly
14803              From: Mike Guy <mjtg@cam.ac.uk>
14804              Date: Mon, 14 Aug 2000 15:26:55 +0100
14805              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
14806      Branch: perl
14807            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
14808            ! sv.c t/op/pat.t
14809 ____________________________________________________________________________
14810 [  6619] By: jhi                                   on 2000/08/14  14:12:08
14811         Log: Update Changes.
14812      Branch: perl
14813            ! Changes
14814 ____________________________________________________________________________
14815 [  6618] By: jhi                                   on 2000/08/14  14:09:34
14816         Log: For now remove the mail code.
14817      Branch: perl
14818            ! perl.c
14819 ____________________________________________________________________________
14820 [  6617] By: jhi                                   on 2000/08/14  14:08:28
14821         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
14822      Branch: perl
14823            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
14824            ! pod/perlfaq8.pod pod/perlsec.pod
14825 ____________________________________________________________________________
14826 [  6616] By: jhi                                   on 2000/08/14  14:00:11
14827         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
14828              From: Mike Guy <mjtg@cam.ac.uk>
14829              Date: Mon, 14 Aug 2000 08:26:02 +0100
14830              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
14831      Branch: perl
14832            ! lib/perl5db.pl
14833 ____________________________________________________________________________
14834 [  6615] By: jhi                                   on 2000/08/14  13:58:45
14835         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
14836              From: Mike Guy <mjtg@cam.ac.uk>
14837              Date: Mon, 14 Aug 2000 08:04:22 +0100
14838              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
14839      Branch: perl
14840            ! gv.c mg.c t/op/pat.t
14841 ____________________________________________________________________________
14842 [  6614] By: jhi                                   on 2000/08/14  13:56:45
14843         Log: Subject: Test fails / warnings with perl-current #6612
14844              From: Mike Guy <mjtg@cam.ac.uk>
14845              Date: Mon, 14 Aug 2000 07:57:23 +0100
14846              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
14847      Branch: perl
14848            ! t/lib/b.t t/lib/peek.t
14849 ____________________________________________________________________________
14850 [  6613] By: jhi                                   on 2000/08/14  13:45:33
14851         Log: VMS configure.com update continues.
14852      Branch: perl
14853            - vms/configure.com
14854            ! MANIFEST configure.com
14855 ____________________________________________________________________________
14856 [  6612] By: jhi                                   on 2000/08/13  22:13:35
14857         Log: Update Changes.
14858      Branch: perl
14859            ! Changes
14860 ____________________________________________________________________________
14861 [  6611] By: jhi                                   on 2000/08/13  16:21:45
14862         Log: Upgrade to CGI 2.71, from Lincoln Stein.
14863      Branch: perl
14864            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
14865 ____________________________________________________________________________
14866 [  6610] By: jhi                                   on 2000/08/13  15:09:16
14867         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
14868              From: Mike Guy <mjtg@cam.ac.uk>
14869              Date: Sun, 13 Aug 2000 13:45:51 +0100
14870              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
14871      Branch: perl
14872            ! t/op/regmesg.t
14873 ____________________________________________________________________________
14874 [  6609] By: jhi                                   on 2000/08/13  14:31:26
14875         Log: Andreas says that 1.56 is fine, so reverting back to it.
14876      Branch: perl
14877            ! lib/CPAN.pm
14878 ____________________________________________________________________________
14879 [  6608] By: jhi                                   on 2000/08/13  05:34:20
14880         Log: Update Changes.
14881      Branch: perl
14882            ! Changes
14883 ____________________________________________________________________________
14884 [  6607] By: jhi                                   on 2000/08/13  05:32:01
14885         Log: Put back the \z changes of #5406 to CPAN.pm.
14886      Branch: perl
14887            ! lib/CPAN.pm
14888 ____________________________________________________________________________
14889 [  6606] By: jhi                                   on 2000/08/13  05:20:16
14890         Log: Fix-n-skip the tests under 5005threads.
14891      Branch: perl
14892            ! t/lib/b.t
14893 ____________________________________________________________________________
14894 [  6605] By: jhi                                   on 2000/08/13  05:07:48
14895         Log: Fix the test for 5005threads.
14896      Branch: perl
14897            ! t/lib/peek.t
14898 ____________________________________________________________________________
14899 [  6604] By: jhi                                   on 2000/08/13  03:35:37
14900         Log: Should have deleted this in #6603.
14901      Branch: perl
14902            - vms/subconfigure.com
14903 ____________________________________________________________________________
14904 [  6603] By: jhi                                   on 2000/08/12  18:29:32
14905         Log: Rewrite of vms/subconfigure.com as configure.com,
14906              from Peter Prymmer and the vmsperl crew.
14907      Branch: perl
14908            + vms/configure.com
14909            ! MANIFEST
14910 ____________________________________________________________________________
14911 [  6602] By: jhi                                   on 2000/08/11  13:00:01
14912         Log: PlainText.pm is dead.
14913      Branch: perl
14914            - lib/Pod/PlainText.pm
14915            ! MANIFEST
14916 ____________________________________________________________________________
14917 [  6601] By: jhi                                   on 2000/08/11  04:06:45
14918         Log: Update Changes.
14919      Branch: perl
14920            ! Changes
14921 ____________________________________________________________________________
14922 [  6600] By: jhi                                   on 2000/08/11  04:06:10
14923         Log: Add a few missing files, update MANIFEST.
14924      Branch: perl
14925            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
14926            + lib/Pod/PlainText.pm t/pod/find.t
14927            ! MANIFEST t/op/regmesg.t
14928 ____________________________________________________________________________
14929 [  6599] By: jhi                                   on 2000/08/11  03:31:10
14930         Log: Add Perl debugging tutorial, regen toc. 
14931              
14932              Subject: perldebtut.pod
14933              From: Richard Foley <Richard.Foley@m.dasa.de>
14934              Date: Wed, 09 Aug 2000 10:17:15 +0200
14935              Message-id: <3991138B.262247B8@m.dasa.de>
14936      Branch: perl
14937            + pod/perldebtut.pod
14938            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14939 ____________________________________________________________________________
14940 [  6598] By: jhi                                   on 2000/08/11  02:48:56
14941         Log: tiny Changes edit
14942      Branch: perl
14943            ! Changes
14944 ____________________________________________________________________________
14945 [  6597] By: jhi                                   on 2000/08/11  02:39:04
14946         Log: Tests for #6589.
14947              
14948              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
14949              From: simon@brecon.co.uk (Simon Cozens)
14950              Date: 11 Aug 2000 02:24:52 GMT
14951              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
14952      Branch: perl
14953            ! t/lib/b.t
14954 ____________________________________________________________________________
14955 [  6596] By: jhi                                   on 2000/08/11  01:50:07
14956         Log: Update Changes.
14957      Branch: perl
14958            ! Changes
14959 ____________________________________________________________________________
14960 [  6595] By: jhi                                   on 2000/08/11  01:47:16
14961         Log: nitfix
14962      Branch: perl
14963            ! Changes
14964 ____________________________________________________________________________
14965 [  6594] By: jhi                                   on 2000/08/11  01:36:16
14966         Log: Subject: Getting perlio and threads to compile
14967              From: Lupe Christoph <lupe@lupe-christoph.de>
14968              Date: Wed, 9 Aug 2000 11:35:54 +0200
14969              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
14970              
14971              (the Solaris version changes in Configure skipped)
14972      Branch: perl
14973            ! hints/solaris_2.sh thread.h
14974 ____________________________________________________________________________
14975 [  6593] By: jhi                                   on 2000/08/11  01:30:16
14976         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
14977              From: simon@brecon.co.uk (Simon Cozens)
14978              Date: 1 Aug 2000 06:55:19 GMT
14979              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
14980      Branch: perl
14981            ! lib/utf8.pm
14982 ____________________________________________________________________________
14983 [  6592] By: jhi                                   on 2000/08/11  01:26:39
14984         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
14985              From: Peter Scott <Peter@PeterScott.com>
14986              Date: Thu, 10 Aug 2000 08:23:27 -0700
14987              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
14988      Branch: perl
14989            ! lib/perl5db.pl
14990 ____________________________________________________________________________
14991 [  6591] By: jhi                                   on 2000/08/11  01:22:02
14992         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
14993              From: Hugo <hv@crypt.compulink.co.uk>
14994              Date: Thu, 10 Aug 2000 19:23:04 +0100
14995              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
14996      Branch: perl
14997            ! regexec.c t/op/pat.t
14998 ____________________________________________________________________________
14999 [  6590] By: jhi                                   on 2000/08/11  01:19:19
15000         Log: Preprocessing and postprocessing for File::Find.
15001              
15002              Subject: Patch to Find::File.pm to allow alphabetical results
15003              From: Joe Smith <jsmith@inwap.com>
15004              Date: Wed, 9 Aug 2000 02:44:54 -0700
15005              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
15006      Branch: perl
15007            ! lib/File/Find.pm
15008 ____________________________________________________________________________
15009 [  6589] By: jhi                                   on 2000/08/11  01:12:39
15010         Log: B::Deparse didn't do sub attributes.
15011              
15012              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15013              From: simon@brecon.co.uk (Simon Cozens)
15014              Date: 9 Aug 2000 04:49:20 GMT
15015              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
15016      Branch: perl
15017            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
15018 ____________________________________________________________________________
15019 [  6588] By: jhi                                   on 2000/08/11  01:06:40
15020         Log: Subject: debugger "d" command doesnt check line number
15021              From: Mike Guy <mjtg@cam.ac.uk>
15022              Date: Tue, 08 Aug 2000 21:54:29 +0100
15023              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
15024      Branch: perl
15025            ! lib/perl5db.pl mg.c pod/perldiag.pod
15026 ____________________________________________________________________________
15027 [  6587] By: jhi                                   on 2000/08/11  00:45:03
15028         Log: sleep(1) does not necessarily return 1.
15029              
15030              Subject: [PATCH bleadperl] op/lex_assign.t  
15031              From: Hugo <hv@crypt.compulink.co.uk>
15032              Date: Thu, 03 Aug 2000 14:34:22 +0100        
15033              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
15034      Branch: perl
15035            ! t/op/lex_assign.t
15036 ____________________________________________________________________________
15037 [  6586] By: jhi                                   on 2000/08/11  00:31:50
15038         Log: Document the IO::Select timeout.
15039      Branch: perl
15040            ! ext/IO/lib/IO/Select.pm
15041 ____________________________________________________________________________
15042 [  6585] By: jhi                                   on 2000/08/11  00:13:54
15043         Log: Forgot contributor.
15044      Branch: perl
15045            ! Changes
15046 ____________________________________________________________________________
15047 [  6584] By: jhi                                   on 2000/08/11  00:09:19
15048         Log: detypo
15049      Branch: perl
15050            ! Changes
15051 ____________________________________________________________________________
15052 [  6583] By: jhi                                   on 2000/08/11  00:07:53
15053         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
15054              
15055              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
15056              From: Mike Guy <mjtg@cam.ac.uk> 
15057              Date: Thu, 10 Aug 2000 15:50:54 +0100
15058              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
15059      Branch: perl
15060            ! sv.c t/op/int.t
15061 ____________________________________________________________________________
15062 [  6582] By: jhi                                   on 2000/08/10  23:29:32
15063         Log: Update Changes.
15064      Branch: perl
15065            ! Changes
15066 ____________________________________________________________________________
15067 [  6581] By: jhi                                   on 2000/08/10  23:26:16
15068         Log: Put back the std @INC thing.
15069      Branch: perl
15070            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
15071            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
15072            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
15073            ! t/lib/gol-oo.t
15074 ____________________________________________________________________________
15075 [  6580] By: jhi                                   on 2000/08/10  23:03:34
15076         Log: Update to CGI 2.70, from Lincoln Stein.
15077      Branch: perl
15078            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
15079            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
15080            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
15081            ! t/lib/cgi-request.t
15082 ____________________________________________________________________________
15083 [  6579] By: jhi                                   on 2000/08/10  22:41:50
15084         Log: Update to CPAN 1.56, from Andreas König.
15085      Branch: perl
15086            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15087 ____________________________________________________________________________
15088 [  6578] By: jhi                                   on 2000/08/10  22:38:13
15089         Log: Update to Pod::Parser 1.17, from Brad Appleton.
15090      Branch: perl
15091            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
15092            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
15093            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
15094            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
15095            ! t/pod/include.t t/pod/included.t t/pod/lref.t
15096            ! t/pod/multiline_items.t t/pod/nested_items.t
15097            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15098            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
15099            ! t/pod/special_seqs.t
15100 ____________________________________________________________________________
15101 [  6577] By: jhi                                   on 2000/08/10  22:35:41
15102         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
15103      Branch: perl
15104            ! AUTHORS MAINTAIN
15105 ____________________________________________________________________________
15106 [  6576] By: jhi                                   on 2000/08/10  22:24:54
15107         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
15108      Branch: perl
15109            + t/lib/gol-oo.t
15110            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
15111            ! t/lib/gol-compat.t t/lib/gol-linkage.t
15112 ____________________________________________________________________________
15113 [  6575] By: jhi                                   on 2000/08/10  22:02:07
15114         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
15115      Branch: perl
15116            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
15117 ____________________________________________________________________________
15118 [  6574] By: jhi                                   on 2000/08/10  21:55:03
15119         Log: Iterating perl6 description.
15120      Branch: perl
15121            ! pod/perlfaq1.pod
15122 ____________________________________________________________________________
15123 [  6573] By: jhi                                   on 2000/08/10  21:48:26
15124         Log: Revert the sv.c part of #6559, a better fix is needed.
15125      Branch: perl
15126            ! sv.c
15127 ____________________________________________________________________________
15128 [  6572] By: jhi                                   on 2000/08/10  20:33:43
15129         Log: It's the 2ndO'ROSSC.
15130      Branch: perl
15131            ! pod/perlfaq1.pod
15132 ____________________________________________________________________________
15133 [  6571] By: jhi                                   on 2000/08/10  15:55:48
15134         Log: detypo
15135      Branch: perl
15136            ! pod/perlfaq1.pod
15137 ____________________________________________________________________________
15138 [  6570] By: jhi                                   on 2000/08/10  14:11:17
15139         Log: An exceptionally sticky typo.
15140      Branch: perl
15141            ! Changes
15142 ____________________________________________________________________________
15143 [  6569] By: jhi                                   on 2000/08/10  14:09:33
15144         Log: detypo (and test Changes updating script)
15145      Branch: perl
15146            ! Changes
15147 ____________________________________________________________________________
15148 [  6568] By: jhi                                   on 2000/08/10  14:07:07
15149         Log: Update Changes.
15150      Branch: perl
15151            ! Changes
15152 ____________________________________________________________________________
15153 [  6567] By: jhi                                   on 2000/08/10  14:06:19
15154         Log: Amend the description of Perl6.
15155              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
15156              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15157              Date: Wed, 9 Aug 2000 22:11:06 -0500
15158              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
15159      Branch: perl
15160            ! pod/perlfaq1.pod
15161 ____________________________________________________________________________
15162 [  6566] By: jhi                                   on 2000/08/10  13:58:57
15163         Log: Subject: Remove dead entry in perldiag
15164              From: Mike Guy <mjtg@cam.ac.uk>
15165              Date: Thu, 10 Aug 2000 14:19:19 +0100
15166              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
15167      Branch: perl
15168            ! pod/perldiag.pod
15169 ____________________________________________________________________________
15170 [  6565] By: jhi                                   on 2000/08/10  13:51:48
15171         Log: Zero entries were skipped, fix from Adrian Goalby
15172              <argoalby@yahoo.co.uk>
15173      Branch: perl
15174            ! lib/unicode/Number.pl lib/unicode/mktables.PL
15175 ____________________________________________________________________________
15176 [  6564] By: jhi                                   on 2000/08/10  13:00:12
15177         Log: Subject: [PATCH 5.6.0] cygwin port
15178              From: "Fifer, Eric" <EFifer@sanwaint.com>
15179              Date: Thu, 10 Aug 2000 13:15:36 +0100
15180              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
15181      Branch: perl
15182            ! README.cygwin hints/cygwin.sh
15183 ____________________________________________________________________________
15184 [  6563] By: jhi                                   on 2000/08/10  12:55:16
15185         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
15186      Branch: perl
15187            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
15188 ____________________________________________________________________________
15189 [  6562] By: gsar                                  on 2000/08/10  08:38:39
15190         Log: warn is a macro, avoid using at a variable to avoid warnings
15191              in some configurations; readdir.t is too conservative in
15192              estimating number of *.t's
15193      Branch: perl
15194            ! t/op/readdir.t util.c
15195 ____________________________________________________________________________
15196 [  6561] By: jhi                                   on 2000/08/09  23:35:42
15197         Log: Update Changes.
15198      Branch: perl
15199            ! Changes
15200 ____________________________________________________________________________
15201 [  6560] By: jhi                                   on 2000/08/09  23:05:47
15202         Log: Subject: Re: enhanced(?) regex error messages
15203              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15204              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
15205              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
15206              
15207              (plus two small patches sent privately)
15208              (this still seems to leave few test failures)
15209      Branch: perl
15210            + t/op/regmesg.t
15211            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
15212            ! t/pragma/warn/regcomp
15213 ____________________________________________________________________________
15214 [  6559] By: jhi                                   on 2000/08/09  20:41:18
15215         Log: (The fix did work but was not right, retracted in #6573)
15216              
15217              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15218              From: Christian Kirsch <ck@held.mind.de>
15219              Date: Wed, 9 Aug 2000 17:05:17 +0200
15220              Message-Id: <20000809170517.A25389@held>
15221      Branch: perl
15222            ! sv.c t/pragma/locale.t
15223 ____________________________________________________________________________
15224 [  6558] By: jhi                                   on 2000/08/08  22:34:08
15225         Log: Tiny updates on the contributors list.
15226      Branch: perl
15227            ! Changes
15228 ____________________________________________________________________________
15229 [  6557] By: jhi                                   on 2000/08/08  19:34:28
15230         Log: Double check that we have a dirhandle.
15231      Branch: perl
15232            ! util.c
15233 ____________________________________________________________________________
15234 [  6556] By: jhi                                   on 2000/08/08  19:01:51
15235         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
15236              May be repopulated with fresh maintained examples.
15237      Branch: perl
15238            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
15239            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
15240            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
15241            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
15242            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
15243            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
15244            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
15245            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
15246            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
15247            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
15248            + lib/CGI/eg/wilogo_gif.uu
15249            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
15250            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15251            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15252            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
15253            - eg/cgi/frameset.cgi eg/cgi/index.html
15254            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15255            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15256            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15257            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
15258            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
15259            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15260            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15261            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15262            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15263            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15264            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15265            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15266            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15267            - eg/van/vanish eg/who eg/wrapsuid
15268            ! MANIFEST
15269 ____________________________________________________________________________
15270 [  6555] By: jhi                                   on 2000/08/08  18:51:08
15271         Log: Delete chat2 as requested by Randal.
15272              
15273              Subject: Re: perlfaq8 coyness
15274              From: merlyn@stonehenge.com (Randal L. Schwartz) 
15275              Date: 15 May 2000 18:52:42 -0700 
15276              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
15277      Branch: perl
15278            - lib/chat2.pl
15279            ! MANIFEST
15280 ____________________________________________________________________________
15281 [  6554] By: jhi                                   on 2000/08/08  18:31:35
15282         Log: Regen global.sym.
15283      Branch: perl
15284            ! global.sym
15285 ____________________________________________________________________________
15286 [  6553] By: jhi                                   on 2000/08/08  18:28:13
15287         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
15288              (either perlbug or p5p ate the original), plus regen
15289              perlapi and perltoc. 
15290      Branch: perl
15291            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
15292            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
15293            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
15294            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
15295            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
15296            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
15297            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
15298            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
15299            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
15300            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
15301 ____________________________________________________________________________
15302 [  6552] By: jhi                                   on 2000/08/08  18:06:29
15303         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
15304              From: Mike Guy <mjtg@cam.ac.uk>
15305              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
15306              Date: Tue, 08 Aug 2000 15:51:27 +0100
15307      Branch: perl
15308            ! doop.c sv.h t/op/join.t t/pragma/overload.t
15309 ____________________________________________________________________________
15310 [  6551] By: jhi                                   on 2000/08/08  18:01:11
15311         Log: Re-apply #6549.
15312      Branch: perl
15313            ! lib/perl5db.pl
15314 ____________________________________________________________________________
15315 [  6550] By: jhi                                   on 2000/08/08  17:43:08
15316         Log: Accidental retraction of #6549.
15317      Branch: perl
15318            ! lib/perl5db.pl
15319 ____________________________________________________________________________
15320 [  6549] By: jhi                                   on 2000/08/08  17:40:04
15321         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15322              From: Mike Guy <mjtg@cam.ac.uk>
15323              Date: Mon, 07 Aug 2000 21:49:58 +0100
15324              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
15325      Branch: perl
15326            ! lib/perl5db.pl
15327 ____________________________________________________________________________
15328 [  6548] By: jhi                                   on 2000/08/08  17:37:57
15329         Log: Document here-doc better.
15330              
15331              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
15332              From: Mike Guy <mjtg@cam.ac.uk>
15333              Date: Mon, 07 Aug 2000 14:02:09 +0100
15334              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
15335      Branch: perl
15336            ! pod/perldata.pod
15337 ____________________________________________________________________________
15338 [  6547] By: jhi                                   on 2000/08/08  17:33:34
15339         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
15340              From: "Randy J. Ray" <rjray@redhat.com>
15341              Date: Mon, 07 Aug 2000 19:12:25 -0700
15342              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
15343      Branch: perl
15344            ! perl.c pod/perlrun.pod
15345 ____________________________________________________________________________
15346 [  6546] By: jhi                                   on 2000/08/08  17:29:26
15347         Log: Subject: Re: enhanced(?) regex error messages 
15348              From: Hugo <hv@crypt.compulink.co.uk>
15349              Date: Tue, 08 Aug 2000 03:25:51 +0100
15350              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
15351              
15352              plus Capitalize the error messages, plus perldiag them.
15353      Branch: perl
15354            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
15355 ____________________________________________________________________________
15356 [  6545] By: jhi                                   on 2000/08/08  13:59:28
15357         Log: Augment #6539 a bit: don't croak if there's magic in the air.
15358              
15359              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
15360              From: Hugo <hv@crypt.compulink.co.uk>
15361              Date: Tue, 08 Aug 2000 03:02:03 +0100
15362              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
15363      Branch: perl
15364            ! pp.c t/op/bless.t
15365 ____________________________________________________________________________
15366 [  6544] By: jhi                                   on 2000/08/07  21:11:52
15367         Log: Make the test -w clean.
15368      Branch: perl
15369            ! t/op/bless.t
15370 ____________________________________________________________________________
15371 [  6543] By: jhi                                   on 2000/08/07  19:49:53
15372         Log: use warnings instead of $^W.
15373      Branch: perl
15374            ! t/op/bless.t
15375 ____________________________________________________________________________
15376 [  6542] By: jhi                                   on 2000/08/07  17:41:41
15377         Log: Disable a portability warning Because We Know What We Are Doing.
15378      Branch: perl
15379            ! t/op/bless.t
15380 ____________________________________________________________________________
15381 [  6541] By: jhi                                   on 2000/08/07  17:29:51
15382         Log: Tiny tidying on report_evil_fh().
15383      Branch: perl
15384            ! util.c
15385 ____________________________________________________________________________
15386 [  6540] By: jhi                                   on 2000/08/07  16:37:38
15387         Log: Make regular expression parse error messages easier to understand.
15388              
15389              Subject: Re: enhanced(?) regex error messages
15390              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15391              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
15392              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
15393      Branch: perl
15394            ! regcomp.c
15395 ____________________________________________________________________________
15396 [  6539] By: jhi                                   on 2000/08/07  16:12:27
15397         Log: Make bless(REF, REF) a fatal error, add bless tests.
15398              
15399              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
15400              From: Hugo <hv@crypt.compulink.co.uk>
15401              Date: Mon, 07 Aug 2000 16:59:38 +0100
15402              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
15403      Branch: perl
15404            + t/op/bless.t
15405            ! MANIFEST pod/perldiag.pod pp.c sv.c
15406 ____________________________________________________________________________
15407 [  6538] By: jhi                                   on 2000/08/07  15:59:43
15408         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
15409              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
15410              Date: Thu, 3 Aug 2000 14:29:21 -0700
15411              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
15412      Branch: perl
15413            ! lib/lib_pm.PL
15414 ____________________________________________________________________________
15415 [  6537] By: jhi                                   on 2000/08/07  15:47:18
15416         Log: Retract #6419 for now since it breaks in AFS and MachTen.
15417      Branch: perl
15418            ! lib/Cwd.pm
15419 ____________________________________________________________________________
15420 [  6536] By: jhi                                   on 2000/08/07  15:05:29
15421         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
15422              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
15423              The security hole exists only in suidperls, which isn't
15424              installed or even built by default.
15425      Branch: perl
15426            ! perl.c
15427 ____________________________________________________________________________
15428 [  6535] By: jhi                                   on 2000/08/07  14:45:14
15429         Log: tr memory corruption fix from Simon Cozens.
15430      Branch: perl
15431            ! doop.c
15432 ____________________________________________________________________________
15433 [  6534] By: jhi                                   on 2000/08/06  11:38:16
15434         Log: Document a bit that UDP is not what you might think.
15435              
15436              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
15437              From: Lupe Christoph <lupe@lupe-christoph.de>
15438              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
15439              Date: Mon, 24 Jul 2000 08:59:15 +0200
15440      Branch: perl
15441            ! pod/perlipc.pod
15442 ____________________________________________________________________________
15443 [  6533] By: jhi                                   on 2000/08/06  11:35:01
15444         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
15445              From: Jeff Pinyan <jeffp@hut.crusoe.net>
15446              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
15447              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
15448      Branch: perl
15449            ! pod/perlfunc.pod
15450 ____________________________________________________________________________
15451 [  6532] By: jhi                                   on 2000/08/06  03:45:41
15452         Log: Have symbols for the IoTYPEs.
15453      Branch: perl
15454            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
15455 ____________________________________________________________________________
15456 [  6531] By: jhi                                   on 2000/08/06  01:33:55
15457         Log: Continue fixing the io warnings.  This also
15458              sort of fixes bug ID 20000802.003: the core dump
15459              is no more.  Whether the current behaviour is correct
15460              (giving a warning: "Not a format reference"), is another matter.
15461      Branch: perl
15462            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
15463            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
15464 ____________________________________________________________________________
15465 [  6530] By: jhi                                   on 2000/08/05  21:33:12
15466         Log: Change the Policy policy: now -Dprefix= with an existing
15467              Policy.sh and prefix == siteprefix == vendorprefix, then all
15468              of them follow along the new prefix.
15469              
15470              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
15471              From: Andy Dougherty <doughera@lafayette.edu>
15472              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
15473              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
15474      Branch: perl
15475            ! Policy_sh.SH
15476 ____________________________________________________________________________
15477 [  6529] By: jhi                                   on 2000/08/05  18:57:28
15478         Log: Zap lib/Sys directory when cleaning up.
15479      Branch: perl
15480            ! Makefile.SH
15481 ____________________________________________________________________________
15482 [  6528] By: jhi                                   on 2000/08/05  18:40:44
15483         Log: Essential prototype changes were missing from #6527.
15484              Also make report_evil_fh() more bomb-proof.
15485      Branch: perl
15486            ! embed.h util.c
15487 ____________________________________________________________________________
15488 [  6527] By: jhi                                   on 2000/08/05  03:22:05
15489         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
15490              From: "Ronald F. Guilmette" <rfg@monkeys.com>
15491              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
15492              Message-Id: <200007242247.PAA52177@monkeys.com>
15493      Branch: perl
15494            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
15495 ____________________________________________________________________________
15496 [  6526] By: jhi                                   on 2000/08/04  21:23:27
15497         Log: gcc versions might have (parentheses) in them.
15498      Branch: metaconfig/U/perl
15499            ! gccvers.U
15500      Branch: perl
15501            ! Configure config_h.SH
15502 ____________________________________________________________________________
15503 [  6525] By: jhi                                   on 2000/08/04  20:23:12
15504         Log: Weed buglets pointed out by
15505              
15506              From: Lupe Christoph <lupe@lupe-christoph.de>
15507              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
15508              Date: Fri, 4 Aug 2000 17:34:39 +0200
15509              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
15510      Branch: metaconfig/U/perl
15511            ! gccvers.U uselfs.U
15512      Branch: perl
15513            ! Configure config_h.SH
15514 ____________________________________________________________________________
15515 [  6524] By: jhi                                   on 2000/08/04  19:02:08
15516         Log: Warn under -w if lstat(FH) is attempted.
15517              
15518              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
15519              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
15520              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
15521              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
15522      Branch: perl
15523            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
15524            ! t/pragma/warn/pp_sys
15525 ____________________________________________________________________________
15526 [  6523] By: jhi                                   on 2000/08/04  12:31:11
15527         Log: Subject: New perlcc, take 2
15528              From: simon@brecon.co.uk (Simon Cozens)
15529              Date: 4 Aug 2000 06:21:04 GMT
15530              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
15531      Branch: perl
15532            ! utils/perlcc.PL
15533 ____________________________________________________________________________
15534 [  6522] By: jhi                                   on 2000/08/04  12:26:33
15535         Log: Subject: Re: Array vs. List context
15536              From: Daniel Chetlin <daniel@chetlin.com>
15537              Date: Fri, 4 Aug 2000 00:22:44 -0700
15538              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
15539      Branch: perl
15540            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
15541            ! pod/perlfaq4.pod
15542 ____________________________________________________________________________
15543 [  6521] By: jhi                                   on 2000/08/04  12:22:38
15544         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
15545              From: Raymund Will <ray@caldera.de>
15546              Date: Fri, 4 Aug 2000 12:07:09 +0200
15547              Message-Id: <20000804120709.A14982@caldera.de>
15548      Branch: perl
15549            ! configure.gnu
15550 ____________________________________________________________________________
15551 [  6520] By: jhi                                   on 2000/08/04  04:09:06
15552         Log: After the #6519 a warning about stat() is just that,
15553              not about a filetest, which now have their own warning.
15554      Branch: perl
15555            ! pod/perldiag.pod
15556 ____________________________________________________________________________
15557 [  6519] By: jhi                                   on 2000/08/04  04:06:30
15558         Log: In the warnings call filehandles consistently so;
15559              add "unopened" warning for stat().
15560      Branch: perl
15561            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
15562            ! t/pragma/warn/pp_sys
15563 ____________________________________________________________________________
15564 [  6518] By: jhi                                   on 2000/08/04  02:55:35
15565         Log: Subject: Minor tweak to perlvar.pod
15566              From: "Stephen P. Potter" <spp@ds.net>
15567              Date: Tue, 18 Apr 2000 09:26:03 -0400
15568              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
15569      Branch: perl
15570            ! pod/perlvar.pod
15571 ____________________________________________________________________________
15572 [  6517] By: jhi                                   on 2000/08/04  02:50:08
15573         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
15574              From: "Clinton Pierce" <cpierce1@ford.com>
15575              Date: Wed, 21 Jul 1999 16:45:31 -0400
15576              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
15577              
15578              Fix by Stephen Potter (visible in the bug db but not in p5p?)
15579      Branch: perl
15580            ! pod/perlfunc.pod pod/perlop.pod
15581 ____________________________________________________________________________
15582 [  6516] By: jhi                                   on 2000/08/04  02:09:25
15583         Log: This is 6512.  Really.
15584      Branch: perl
15585            ! dump.c
15586 ____________________________________________________________________________
15587 [  6515] By: jhi                                   on 2000/08/04  01:25:50
15588         Log: mention the idea of @( and @)
15589      Branch: perl
15590            ! Todo-5.6
15591 ____________________________________________________________________________
15592 [  6514] By: bailey                                on 2000/08/04  01:18:46
15593         Log: YA resync with mainstem, including VMS patches from others
15594      Branch: vmsperl
15595           +> (branch 48 files)
15596            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
15597           !> (integrate 354 files)
15598 ____________________________________________________________________________
15599 [  6513] By: jhi                                   on 2000/08/04  01:18:18
15600         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
15601              From: Mark Dickinson <dickins3@fas.harvard.edu>
15602              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
15603              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
15604      Branch: perl
15605            ! t/op/grent.t t/op/pwent.t
15606 ____________________________________________________________________________
15607 [  6512] By: jhi                                   on 2000/08/04  01:14:06
15608         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
15609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15610              Date: Wed, 02 Aug 2000 10:51:01 +0100
15611              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
15612      Branch: perl
15613            ! sv.c
15614 ____________________________________________________________________________
15615 [  6511] By: jhi                                   on 2000/08/04  00:57:00
15616         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
15617              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15618              Date: Thu, 03 Aug 2000 17:20:04 -0700
15619              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
15620      Branch: metaconfig
15621            ! U/modified/Cppsym.U
15622      Branch: perl
15623            ! Configure config_h.SH
15624 ____________________________________________________________________________
15625 [  6510] By: jhi                                   on 2000/08/04  00:25:28
15626         Log: detypo
15627      Branch: perl
15628            ! Makefile.SH
15629 ____________________________________________________________________________
15630 [  6509] By: jhi                                   on 2000/08/03  23:43:18
15631         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
15632              From: Dominic Dunlop <domo@computer.org>
15633              Date: Thu, 3 Aug 2000 22:16:46 +0200
15634              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
15635      Branch: perl
15636            ! t/op/sprintf.t
15637 ____________________________________________________________________________
15638 [  6508] By: jhi                                   on 2000/08/03  23:40:37
15639         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
15640              From: Hugo <hv@crypt.compulink.co.uk>
15641              Date: Thu, 03 Aug 2000 18:25:30 +0100
15642              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
15643      Branch: perl
15644            ! regcomp.c t/op/re_tests
15645 ____________________________________________________________________________
15646 [  6507] By: jhi                                   on 2000/08/03  23:38:28
15647         Log: Subject: [PATCH] sv.h documentation - SvLEN
15648              From: Mike Guy <mjtg@cam.ac.uk>
15649              Date: Thu, 03 Aug 2000 14:43:09 +0100
15650              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
15651      Branch: perl
15652            ! sv.h
15653 ____________________________________________________________________________
15654 [  6506] By: jhi                                   on 2000/08/03  15:49:14
15655         Log: Disable the fix_pl hack for now.
15656      Branch: perl
15657            ! Makefile.SH
15658 ____________________________________________________________________________
15659 [  6505] By: jhi                                   on 2000/08/03  13:49:04
15660         Log: Add a URL for FSF.
15661              
15662              Subject: Patch for README
15663              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15664              Date: Wed, 2 Aug 2000 13:25:09 -0500
15665              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
15666      Branch: perl
15667            ! README
15668 ____________________________________________________________________________
15669 [  6504] By: jhi                                   on 2000/08/03  13:29:19
15670         Log: Be more informative on what is skipped and why,
15671              also repeat the list at the end.
15672      Branch: perl
15673            ! Porting/p4desc
15674 ____________________________________________________________________________
15675 [  6503] By: jhi                                   on 2000/08/03  13:07:05
15676         Log: Circumvent the removal of .patch by fix_pl.
15677              
15678              Subject: Re: [ID 20000802.011] unable to 'make test'          
15679              From: simon@brecon.co.uk (Simon Cozens) 
15680              Date: 3 Aug 2000 04:17:00 GMT
15681              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
15682      Branch: perl
15683            ! Makefile.SH
15684 ____________________________________________________________________________
15685 [  6502] By: jhi                                   on 2000/08/03  00:14:34
15686         Log: Add the missing setproctitle unit.
15687      Branch: metaconfig/U/perl
15688            + d_setproctitle.U
15689 ____________________________________________________________________________
15690 [  6501] By: jhi                                   on 2000/08/03  00:00:26
15691         Log: The subtest 4 may fail also on VOBS, as pointed out
15692              by Nick Ing-Simmons in November 1999, bug id 19991124.003
15693              (but the failure in that bug report isn't the subtest 4).
15694      Branch: perl
15695            ! t/op/stat.t
15696 ____________________________________________________________________________
15697 [  6500] By: jhi                                   on 2000/08/02  23:49:30
15698         Log: Better skip message for the test; one of the two problems in
15699              
15700              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
15701              From: Lupe Christoph <lupe@lupe-christoph.de>
15702              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
15703              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
15704      Branch: perl
15705            ! t/op/numconvert.t
15706 ____________________________________________________________________________
15707 [  6499] By: jhi                                   on 2000/08/02  22:49:16
15708         Log: Allow "no Module;" even if there is no 'unimport'.
15709              
15710              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
15711              From: mjd@plover.com
15712              Date: 24 Mar 2000 15:24:34 -0000
15713              Message-Id: <20000324152434.15160.qmail@plover.com>
15714      Branch: perl
15715            ! gv.c
15716 ____________________________________________________________________________
15717 [  6498] By: jhi                                   on 2000/08/02  22:42:58
15718         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
15719              that are hopefully soon put into use.
15720      Branch: perl
15721            ! opcode.h opcode.pl opnames.h
15722 ____________________________________________________________________________
15723 [  6497] By: gsar                                  on 2000/08/02  22:28:59
15724         Log: require.t needs binmode() to work on windows
15725      Branch: perl
15726            ! t/comp/require.t
15727 ____________________________________________________________________________
15728 [  6496] By: jhi                                   on 2000/08/02  22:08:51
15729         Log: Document the IVdf UVuf UVof UVxf.
15730      Branch: perl
15731            ! pod/perlguts.pod
15732 ____________________________________________________________________________
15733 [  6495] By: jhi                                   on 2000/08/02  21:54:26
15734         Log: detypo #6494
15735      Branch: perl
15736            ! ext/Data/Dumper/Dumper.xs
15737 ____________________________________________________________________________
15738 [  6494] By: jhi                                   on 2000/08/02  21:49:17
15739         Log: Dump UVs as UVs in Data::Dumper.
15740              
15741              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
15742              From: Gurusamy Sarathy <gsar@ActiveState.com>
15743              Date: Thu, 27 Apr 2000 12:26:25 -0700
15744              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
15745      Branch: perl
15746            ! ext/Data/Dumper/Dumper.xs
15747 ____________________________________________________________________________
15748 [  6493] By: jhi                                   on 2000/08/02  17:01:58
15749         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
15750              From: Hugo <hv@crypt.compulink.co.uk>
15751              Date: Wed, 02 Aug 2000 14:53:56 +0100
15752              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
15753      Branch: perl
15754            ! regexec.c t/op/re_tests
15755 ____________________________________________________________________________
15756 [  6492] By: jhi                                   on 2000/08/02  15:02:46
15757         Log: The new setproctitle() feature is available only in 
15758              bleeding edge FreeBSD.  From Paul Saab.
15759      Branch: perl
15760            ! mg.c
15761 ____________________________________________________________________________
15762 [  6491] By: jhi                                   on 2000/08/02  13:34:36
15763         Log: The tr utf8 patching continues.
15764              
15765              Subject: Re: #6469, too many tests claimed in require.t
15766              From: simon@brecon.co.uk (Simon Cozens)
15767              Date: 2 Aug 2000 02:37:17 GMT
15768              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
15769              
15770              (the logic of the test was the wrong way round in the patch)
15771      Branch: perl
15772            ! doop.c
15773 ____________________________________________________________________________
15774 [  6490] By: jhi                                   on 2000/08/02  13:27:38
15775         Log: The name of a filehandle does not have <these>.
15776      Branch: perl
15777            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
15778            ! t/pragma/warn/pp_sys util.c
15779 ____________________________________________________________________________
15780 [  6489] By: jhi                                   on 2000/08/02  04:26:46
15781         Log: Remove the extraneous "main::" prefix from all the
15782              "opened only for", "on closed", and "never opened" warnings.
15783              
15784              Subject: Re: inappropriate warning
15785              From: Gurusamy Sarathy <gsar@ActiveState.com>
15786              Date: Mon, 20 Mar 2000 11:28:02 -0800
15787              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
15788      Branch: perl
15789            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
15790            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
15791            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
15792 ____________________________________________________________________________
15793 [  6488] By: jhi                                   on 2000/08/02  03:02:57
15794         Log: memcpy has n o in it, as pinted ut by Sarathy.
15795      Branch: perl
15796            ! pod/perlguts.pod
15797 ____________________________________________________________________________
15798 [  6487] By: jhi                                   on 2000/08/02  02:44:51
15799         Log: Document in one place the memory abstractions used in Perl core.
15800              
15801              Subject: Re: Memory abstraction
15802              From: simon@brecon.co.uk (Simon Cozens)
15803              Date: 2 Aug 2000 02:20:23 GMT
15804              Organization: Earth.li Origins
15805      Branch: perl
15806            ! pod/perlguts.pod
15807 ____________________________________________________________________________
15808 [  6486] By: jhi                                   on 2000/08/02  02:41:57
15809         Log: regen_headers, regen perltoc.
15810      Branch: perl
15811            ! perlapi.c pod/perltoc.pod
15812 ____________________________________________________________________________
15813 [  6485] By: jhi                                   on 2000/08/02  01:43:33
15814         Log: "This little thing tests for a file .patch, and if it contains
15815              a number, pops into patchlevel.h" (making it easier to track
15816              which development version people are reporting bugs against)
15817              
15818              Subject: Patchlevel autogeneration for repository perls
15819              From: simon@brecon.co.uk (Simon Cozens)
15820              Date: 14 Jul 2000 07:12:15 GMT
15821              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
15822      Branch: perl
15823            + fix_pl
15824            ! MANIFEST Makefile.SH
15825 ____________________________________________________________________________
15826 [  6484] By: jhi                                   on 2000/08/02  01:32:54
15827         Log: FreeBSD 3.* updates from
15828              
15829              From: Paul Saab <ps@yahoo-inc.com>
15830              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
15831              Date: Tue, 1 Aug 2000 15:41:39 -0700
15832              Message-Id: <20000801154139.A53740@yahoo-inc.com>
15833      Branch: perl
15834            ! hints/freebsd.sh
15835 ____________________________________________________________________________
15836 [  6483] By: jhi                                   on 2000/08/02  01:27:44
15837         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
15838              instead one must use setproctitle().  This was already addressed
15839              by change #6457, but the below has a new variant for FreeBSD 4.0
15840              or later, and the matter is also documented more.
15841              
15842              From: Paul Saab <ps@yahoo-inc.com>
15843              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
15844              Date: Tue, 1 Aug 2000 15:41:39 -0700
15845              Message-Id: <20000801154139.A53740@yahoo-inc.com>
15846      Branch: metaconfig/U/perl
15847            + i_libutil.U
15848      Branch: perl
15849            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
15850 ____________________________________________________________________________
15851 [  6482] By: jhi                                   on 2000/08/01  22:17:32
15852         Log: The test from this
15853              
15854              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
15855              Date: Sat, 15 Apr 2000 17:03:44 +0100
15856              From: Tom Hughes <tom@compton.nu>
15857              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
15858              
15859              was missing, the code change went in as #5989
15860              (which had a different test?)
15861      Branch: perl
15862            ! t/op/misc.t
15863 ____________________________________________________________________________
15864 [  6481] By: jhi                                   on 2000/08/01  21:48:38
15865         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
15866              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15867              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
15868              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
15869      Branch: perl
15870            ! perl.h
15871 ____________________________________________________________________________
15872 [  6480] By: jhi                                   on 2000/08/01  18:05:28
15873         Log: Make p4desc to skip non-mainperl branches by default.
15874      Branch: perl
15875            ! Porting/p4desc
15876 ____________________________________________________________________________
15877 [  6479] By: jhi                                   on 2000/08/01  17:29:19
15878         Log: If gccosandvers is equal to osname, clear gccosandvers.
15879      Branch: metaconfig/U/perl
15880            ! gccvers.U
15881      Branch: perl
15882            ! Configure config_h.SH
15883 ____________________________________________________________________________
15884 [  6478] By: jhi                                   on 2000/08/01  15:54:08
15885         Log: BOM patching from Simon Cozens.
15886      Branch: perl
15887            ! toke.c
15888 ____________________________________________________________________________
15889 [  6477] By: jhi                                   on 2000/08/01  04:50:33
15890         Log: Stash away the largefiles flags and libswanted.
15891      Branch: perl
15892            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
15893 ____________________________________________________________________________
15894 [  6476] By: gsar                                  on 2000/08/01  04:24:24
15895         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
15896              on Windows)
15897      Branch: perl
15898            ! t/pragma/utf8.t utf8.c win32/win32.c
15899 ____________________________________________________________________________
15900 [  6475] By: jhi                                   on 2000/08/01  03:35:24
15901         Log: Make chr() for values >127 to create utf8 when under utf8.
15902              
15903              Subject: Re: uft8/chr()
15904              From: simon@brecon.co.uk (Simon Cozens)
15905              Date: 1 Aug 2000 02:37:02 GMT
15906              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
15907      Branch: perl
15908            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
15909 ____________________________________________________________________________
15910 [  6474] By: jhi                                   on 2000/08/01  02:36:18
15911         Log: In Digital UNIX warn if gcc explicitly chosen because even
15912              2.95.2 is known to cause problems.
15913      Branch: perl
15914            ! hints/dec_osf.sh
15915 ____________________________________________________________________________
15916 [  6473] By: jhi                                   on 2000/08/01  02:00:56
15917         Log: Make the safety catch for buggy gccs work with triple version
15918              numbers like 2.95.2.  Reported in
15919              
15920              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
15921              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
15922              Date: Mon, 31 Jul 2000 14:55:06 +0200
15923              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
15924      Branch: perl
15925            ! hints/dec_osf.sh
15926 ____________________________________________________________________________
15927 [  6472] By: jhi                                   on 2000/08/01  01:13:33
15928         Log: Subject: fix and question re: waitpid() under win32
15929              From: Brian Clarke <clarke@appliedmeta.com>
15930              Date: Fri, 28 Jul 2000 15:18:29 -0400
15931              Message-ID: <3981DC85.290314EB@appliedmeta.com>
15932              
15933              Slightly reformatted and WNOHANG # define moved to win32.h
15934              so that also POSIX.xs sees it, as suggsted by Sarathy.
15935      Branch: perl
15936            ! win32/win32.c win32/win32.h
15937 ____________________________________________________________________________
15938 [  6471] By: jhi                                   on 2000/08/01  00:55:05
15939         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
15940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15941              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
15942              Date: Mon, 31 Jul 2000 13:28:51 +0100
15943              
15944              (aka ID 20000730.002)
15945      Branch: perl
15946            ! op.c t/op/tr.t
15947 ____________________________________________________________________________
15948 [  6470] By: jhi                                   on 2000/07/31  23:34:42
15949         Log: Document the problem with -P in HP-UX and its workaround.
15950              
15951              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
15952              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
15953              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
15954              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
15955      Branch: perl
15956            ! README.hpux
15957 ____________________________________________________________________________
15958 [  6469] By: jhi                                   on 2000/07/31  04:15:02
15959         Log: The swallow_bom() saga continues.  The #23 of require.t
15960              (UTF16-LE) still fails (silently, no output) but the #22
15961              (UTF16-BE) seems to be working now.  The root of the
15962              failure may be in sv_gets(): is it UTF-16LE-aware,
15963              especially when it comes to line endings? 
15964      Branch: perl
15965            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
15966            ! t/comp/require.t toke.c utf8.c
15967 ____________________________________________________________________________
15968 [  6468] By: jhi                                   on 2000/07/30  19:05:48
15969         Log: Find green threads before native threads.
15970              
15971              Subject: Re: Patch to jpl/JNI/Makefile.PL
15972              From: Jens Thomsen <jens@fiend.cis.com>
15973              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
15974              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
15975      Branch: perl
15976            ! jpl/JNI/Makefile.PL
15977 ____________________________________________________________________________
15978 [  6467] By: jhi                                   on 2000/07/30  18:36:22
15979         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
15980      Branch: perl
15981            ! doop.c
15982 ____________________________________________________________________________
15983 [  6466] By: jhi                                   on 2000/07/30  04:37:29
15984         Log: A new version of the "remove UPPERACSE string comparison"
15985              operators.  The problem with the previous one (change #6454)
15986              was that it was for Perl 5.6.0.  From Paul Marquess.
15987      Branch: perl
15988            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
15989            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
15990            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
15991 ____________________________________________________________________________
15992 [  6465] By: jhi                                   on 2000/07/29  22:39:56
15993         Log: Do not upgrade SVs into utf8 just because they participate
15994              in eq or cmp.  Reported and fix suggested in
15995              
15996              Subject: [ID 20000720.009] sv_eq UTF8 bug
15997              From: "Simon Cozens" <simon@othersideofthe.earth.li>
15998              Date: 21 Jul 2000 04:37:29 -0000
15999              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
16000              
16001              Exercise for the kind reader: should we or should we not
16002              cache the utf8 conversion alonside the SV? (as magic,
16003              as thestrxfrm()ed version is cached under use locale)
16004              Argue both for and against.
16005      Branch: perl
16006            ! sv.c
16007 ____________________________________________________________________________
16008 [  6464] By: jhi                                   on 2000/07/29  22:36:22
16009         Log: Subject: UTF8 concat
16010              From: simon@brecon.co.uk (Simon Cozens) 
16011              Date: 30 Jun 2000 06:13:25 GMT
16012              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
16013              
16014              (with a memory leak fixed, plus a few casts added)
16015              
16016              This also seems to help for
16017              
16018              Subject: [ID 20000716.015] join UTF8 weirdness
16019              From: root <root@ak-71.mind.de> 
16020              Date: Sat, 15 Jul 2000 15:29:54 +0200
16021              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
16022              
16023              (from Andreas König)
16024      Branch: perl
16025            ! pp_hot.c
16026 ____________________________________________________________________________
16027 [  6463] By: jhi                                   on 2000/07/29  00:55:39
16028         Log: Tune the comments and hopefully stop a memory leak.
16029      Branch: perl
16030            ! toke.c utf8.c
16031 ____________________________________________________________________________
16032 [  6462] By: jhi                                   on 2000/07/29  00:16:53
16033         Log: The problem described in this
16034              
16035              Subject: [ID 20000322.018] named chars aren't magical enough
16036              From: root <root@dixie.cscaper.com>     
16037              Date: Wed, 22 Mar 2000 18:37:42 -0700
16038              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
16039              
16040              has been fixed in perl 5.6.0 but just in case added a test
16041              to keep it away.  (The report from Joseph Hall.)
16042      Branch: perl
16043            ! t/lib/charnames.t
16044 ____________________________________________________________________________
16045 [  6461] By: jhi                                   on 2000/07/28  23:56:36
16046         Log: Tiny fixes for #6460.
16047      Branch: metaconfig/U/perl
16048            ! gccvers.U
16049      Branch: perl
16050            ! Configure config_h.SH
16051 ____________________________________________________________________________
16052 [  6460] By: jhi                                   on 2000/07/28  23:24:41
16053         Log: Warn if the version of the operating system used to compile gcc
16054              differs from the current version of the operating system.
16055              Also display the gcc compilation os and version in myconfig.
16056              Inspiration from
16057              
16058              Subject: Re: [ID 20000710.003] ERRORS!!         
16059              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16060              Date: Mon, 10 Jul 2000 15:54:16 -0400
16061              Message-ID: <20000710155416.A1384@O2.chapin.edu>
16062      Branch: metaconfig/U/perl
16063            ! gccvers.U
16064      Branch: perl
16065            ! Configure config_h.SH myconfig.SH
16066 ____________________________________________________________________________
16067 [  6459] By: jhi                                   on 2000/07/28  22:00:32
16068         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
16069              letter to $Config{osvers}.
16070      Branch: metaconfig
16071            ! U/modified/Oldconfig.U
16072      Branch: perl
16073            ! Configure config_h.SH
16074 ____________________________________________________________________________
16075 [  6458] By: jhi                                   on 2000/07/28  04:15:39
16076         Log: Back out #6454, doesn't seem to work.
16077              (Reason: that patch was for perl 5.6.0, not perl-current)
16078              (A version of the patch for perl-current came in later as #6466)
16079      Branch: perl
16080            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
16081            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
16082            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
16083 ____________________________________________________________________________
16084 [  6457] By: jhi                                   on 2000/07/27  23:31:49
16085         Log: Use setproctitle() if available to modify $0.
16086              
16087              Subject: setting $* on BSD4 broken
16088              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16089              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
16090              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
16091      Branch: metaconfig
16092            ! U/modified/Myinit.U
16093      Branch: perl
16094            ! Configure config_h.SH mg.c
16095 ____________________________________________________________________________
16096 [  6456] By: jhi                                   on 2000/07/27  14:50:47
16097         Log: Allow "no AutoLoader;", based on change #6444,
16098              suggested by Graham Barr.
16099      Branch: perl
16100            ! lib/AutoLoader.pm
16101 ____________________________________________________________________________
16102 [  6455] By: jhi                                   on 2000/07/27  14:19:10
16103         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
16104              From: rspier@pobox.com (Robert Spier)
16105              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
16106              Message-ID: <14720.15855.787664.424783@rls.cx>
16107      Branch: perl
16108            ! pod/perldiag.pod
16109 ____________________________________________________________________________
16110 [  6454] By: jhi                                   on 2000/07/27  14:03:02
16111         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
16112              for a long time).
16113              
16114              Reported in
16115              
16116              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
16117              From: Ryan Herbert <rherbert@sycamorehq.com>
16118              Date: Mon, 17 Jul 2000 11:40:42 -0400
16119              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
16120              
16121              Patched in
16122              
16123              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
16124              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
16125              Date: Wed, 26 Jul 2000 23:40:18 +0100
16126              Message-ID: <000001bff752$79511880$0a17073e@tiny>
16127              
16128              based on an earlier patch from Stephen P. Potter.
16129              
16130              (Removed later by change #6458 because this patch was for
16131              perl 5.6.0, not perl-current)
16132      Branch: perl
16133            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
16134            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
16135            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
16136 ____________________________________________________________________________
16137 [  6453] By: jhi                                   on 2000/07/27  13:48:02
16138         Log: Subject: [PATCH] fixes bug 20000508.004
16139              From: Michael Stevens <mstevens@globnix.org>
16140              Date: Thu, 27 Jul 2000 13:49:04 +0100
16141              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
16142      Branch: perl
16143            ! pod/perldata.pod
16144 ____________________________________________________________________________
16145 [  6452] By: jhi                                   on 2000/07/26  23:51:26
16146         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
16147              and Craig A. Berry.
16148      Branch: perl
16149            ! lib/File/Temp.pm pod/perlport.pod
16150 ____________________________________________________________________________
16151 [  6451] By: jhi                                   on 2000/07/26  19:43:30
16152         Log: Be wary of close()s, too.
16153              
16154              Subject: Re: [PATCH] perlbug cleanup
16155              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16156              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
16157              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
16158      Branch: perl
16159            ! utils/perlbug.PL
16160 ____________________________________________________________________________
16161 [  6450] By: jhi                                   on 2000/07/26  18:41:40
16162         Log: Subject: Minor doc patch: handy.h
16163              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
16164              Date: Wed, 26 Jul 2000 15:34:25 -0300
16165              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
16166      Branch: perl
16167            ! handy.h pod/perlapi.pod
16168 ____________________________________________________________________________
16169 [  6449] By: jhi                                   on 2000/07/26  18:23:55
16170         Log: Subject: [PATCH] minor doc change - perlguts
16171              From: Michael Stevens <mstevens@globnix.org>
16172              Date: Thu, 13 Jul 2000 12:39:18 +0100
16173              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
16174      Branch: perl
16175            ! pod/perlguts.pod
16176 ____________________________________________________________________________
16177 [  6448] By: jhi                                   on 2000/07/26  18:20:30
16178         Log: open() wariness in perlbug.
16179              
16180              Subject: [PATCH] perlbug cleanup
16181              From: Michael Stevens <mstevens@globnix.org>
16182              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
16183              Date: Thu, 13 Jul 2000 15:52:23 +0100
16184      Branch: perl
16185            ! utils/perlbug.PL
16186 ____________________________________________________________________________
16187 [  6447] By: jhi                                   on 2000/07/26  18:13:04
16188         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
16189      Branch: perl
16190            ! lib/File/Temp.pm t/lib/ftmp-security.t
16191 ____________________________________________________________________________
16192 [  6446] By: jhi                                   on 2000/07/26  18:06:32
16193         Log: docfix from Peter Scott <Peter@PSDT.com>.
16194      Branch: perl
16195            ! pod/perlfunc.pod
16196 ____________________________________________________________________________
16197 [  6445] By: jhi                                   on 2000/07/26  17:53:31
16198         Log: Fix *foo{FORMAT}.
16199              
16200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16201              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
16202              Date: Wed, 26 Jul 2000 19:51:02 +0200
16203              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
16204              
16205              From: Graham Barr <gbarr@pobox.com>
16206              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
16207              Date: Wed, 26 Jul 2000 17:38:36 +0100
16208              Message-ID: <20000726173836.L472@pobox.com>
16209      Branch: perl
16210            ! pp.c sv.c t/op/gv.t
16211 ____________________________________________________________________________
16212 [  6444] By: jhi                                   on 2000/07/26  17:49:14
16213         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
16214              from Graham Barr in the module list.
16215      Branch: perl
16216            ! gv.c pod/perlobj.pod
16217 ____________________________________________________________________________
16218 [  6443] By: jhi                                   on 2000/07/26  16:06:56
16219         Log: More split() doc and test patches from Mike Guy.
16220      Branch: perl
16221            ! pod/perlfunc.pod t/op/split.t
16222 ____________________________________________________________________________
16223 [  6442] By: jhi                                   on 2000/07/26  16:05:30
16224         Log: MacOS nits from Matthias Neeracher.
16225      Branch: perl
16226            ! perl.c pp_ctl.c
16227 ____________________________________________________________________________
16228 [  6441] By: jhi                                   on 2000/07/26  04:39:57
16229         Log: Subject: [PATCH] split /^/
16230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16231              Date: Tue, 25 Jul 2000 14:18:57 +0100
16232              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
16233              
16234              (with notes from tchrist and gbarr)
16235      Branch: perl
16236            ! pod/perlfunc.pod t/op/split.t
16237 ____________________________________________________________________________
16238 [  6440] By: jhi                                   on 2000/07/26  04:32:32
16239         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
16240              From: Peter Prymmer <pvhp@forte.com>
16241              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
16242              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
16243      Branch: perl
16244            ! vms/munchconfig.c
16245 ____________________________________________________________________________
16246 [  6439] By: jhi                                   on 2000/07/26  04:31:01
16247         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
16248              to be fatal errors (instead of by default ignoring them, and
16249              ignoring with a bug: even though -w gave an error, the opening [
16250              was left in)  Reported in:
16251              
16252              Subject: [ID 20000716.024] [=cc=] / [:blank:]
16253              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
16254              Date: Sun, 16 Jul 2000 17:55:29 -0700
16255              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
16256      Branch: perl
16257            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
16258 ____________________________________________________________________________
16259 [  6438] By: jhi                                   on 2000/07/25  15:41:15
16260         Log: Subject: [PATCH] av.c apidoc
16261              From: simon@brecon.co.uk (Simon Cozens)
16262              Date: 24 Jul 2000 06:40:52 GMT
16263              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
16264      Branch: perl
16265            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
16266            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
16267 ____________________________________________________________________________
16268 [  6437] By: jhi                                   on 2000/07/25  14:05:36
16269         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
16270              From: "Stephen P. Potter" <spp@ds.net>
16271              Date: Mon, 24 Jul 2000 14:22:23 -0400
16272              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
16273      Branch: perl
16274            ! pod/perllocale.pod
16275 ____________________________________________________________________________
16276 [  6436] By: jhi                                   on 2000/07/25  14:02:03
16277         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
16278              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16279              Date: Mon, 24 Jul 2000 18:04:28 +0100
16280              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
16281      Branch: perl
16282            ! t/lib/syslfs.t t/op/lfs.t
16283 ____________________________________________________________________________
16284 [  6435] By: jhi                                   on 2000/07/25  13:59:28
16285         Log: Get UTF16 BOMs working.  Patch from
16286              
16287              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16288              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16289              Date: Tue, 25 Jul 2000 12:52:45 +0100
16290              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
16291              
16292              and notes from
16293              
16294              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16295              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16296              Date: Tue, 25 Jul 2000 11:43:25 +0100
16297              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
16298      Branch: perl
16299            ! t/comp/require.t toke.c utf8.c
16300 ____________________________________________________________________________
16301 [  6434] By: jhi                                   on 2000/07/25  02:39:54
16302         Log: Make the "uninit variable" warning to say "concat or string"
16303              or "join or string" when in concat or join .
16304              
16305              Subject: Re: [ID 20000403.009] uninitialised concatenation???
16306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16307              Date: Tue, 04 Apr 2000 18:22:58 +0100
16308              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
16309              
16310              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
16311              From: William R Ward <hermit@BayView.COM>
16312              Date: Thu, 30 Mar 2000 19:50:03 -0800
16313              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
16314      Branch: perl
16315            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
16316            ! t/pragma/warn/op t/pragma/warn/sv
16317 ____________________________________________________________________________
16318 [  6433] By: jhi                                   on 2000/07/24  17:52:56
16319         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
16320      Branch: perl
16321            ! lib/File/Spec/VMS.pm
16322 ____________________________________________________________________________
16323 [  6432] By: jhi                                   on 2000/07/24  17:44:44
16324         Log: Test cases for #6431.
16325              
16326              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16327              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16328              Date: Mon, 24 Jul 2000 15:32:29 +0100
16329              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
16330      Branch: perl
16331            ! t/op/pat.t t/op/split.t
16332 ____________________________________________________________________________
16333 [  6431] By: jhi                                   on 2000/07/24  17:43:17
16334         Log: Bind op fix.
16335              
16336              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16338              Date: Mon, 17 Jul 2000 20:04:56 +0100
16339              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
16340      Branch: perl
16341            ! op.c
16342 ____________________________________________________________________________
16343 [  6430] By: jhi                                   on 2000/07/24  03:42:42
16344         Log: Subject: [ID 20000716.023] syslog test fails without sockets
16345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16346              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
16347              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
16348      Branch: metaconfig/U/perl
16349            ! Extensions.U
16350      Branch: perl
16351            ! Configure config_h.SH
16352 ____________________________________________________________________________
16353 [  6429] By: jhi                                   on 2000/07/24  03:11:52
16354         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
16355              case, but add also notes explaining the relationship of this
16356              patch and the earlier notes by Sarathy.
16357              
16358              Subject: Map is still slow
16359              From: "Ben Tilly" <ben_tilly@hotmail.com>
16360              Date: Sat, 15 Jul 2000 17:23:27 EDT
16361              Message-ID: <20000715212327.21656.qmail@hotmail.com>
16362      Branch: perl
16363            ! pp_ctl.c
16364 ____________________________________________________________________________
16365 [  6428] By: jhi                                   on 2000/07/24  02:58:52
16366         Log: Documentation to explain the behaviour of map().
16367              
16368              Subject: Re: Map is still slow 
16369              From: Gurusamy Sarathy <gsar@ActiveState.com>
16370              Date: Sat, 15 Jul 2000 16:05:09 -0700
16371              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
16372      Branch: perl
16373            ! pp_ctl.c
16374 ____________________________________________________________________________
16375 [  6427] By: jhi                                   on 2000/07/24  02:50:03
16376         Log: Add tests for
16377              [ID 19991110.003] another matching finding by pcre author
16378              which has already been fixed by some patch, as verified in
16379              
16380              Subject: Re: two regex bugs from the mists of time (well, last November)
16381              From: Hugo <hv@crypt.compulink.co.uk>
16382              Date: Sat, 22 Jul 2000 18:12:58 +0100
16383              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
16384      Branch: perl
16385            ! t/op/re_tests
16386 ____________________________________________________________________________
16387 [  6426] By: jhi                                   on 2000/07/24  02:11:20
16388         Log: A missing 'break' after the [[:space:]] switch case.
16389              
16390              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
16391              From: "Stephen P. Potter" <spp@ds.net>
16392              Date: Tue, 18 Jul 2000 16:25:17 -0400
16393              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
16394      Branch: perl
16395            ! regcomp.c
16396 ____________________________________________________________________________
16397 [  6425] By: jhi                                   on 2000/07/24  02:06:12
16398         Log: The output might have been produced in the wrong order.
16399              
16400              Subject: [ID 20000720.003] [PATCH] t/op/write.t
16401              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16402              Date: Thu, 20 Jul 2000 18:49:18 +0100
16403              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
16404      Branch: perl
16405            ! t/op/write.t
16406 ____________________________________________________________________________
16407 [  6424] By: jhi                                   on 2000/07/24  02:00:07
16408         Log: Use STDOUT consistently.
16409              
16410              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
16411              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16412              Date: Thu, 20 Jul 2000 18:04:01 +0100
16413              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
16414      Branch: perl
16415            ! lib/Test/Harness.pm
16416 ____________________________________________________________________________
16417 [  6423] By: jhi                                   on 2000/07/24  01:54:54
16418         Log: Protect against "wild next"s, that is, callbacks doing "next"
16419              instead of "return".
16420              
16421              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
16422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16423              Date: Tue, 18 Jul 2000 11:30:16 +0100
16424              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
16425      Branch: perl
16426            ! lib/File/Find.pm
16427 ____________________________________________________________________________
16428 [  6422] By: jhi                                   on 2000/07/24  01:35:47
16429         Log: Out-of-date note removed.
16430              
16431              Subject: [PATCH] documentation perlipc
16432              From: rspier@pobox.com (Robert Spier)
16433              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
16434              Message-ID: <14711.35178.572612.502654@rls.cx>
16435      Branch: perl
16436            ! pod/perlipc.pod
16437 ____________________________________________________________________________
16438 [  6421] By: jhi                                   on 2000/07/24  00:09:18
16439         Log: Send all installperl messages to STDERR and be -w clean.
16440              
16441              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
16442              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16443              Date: Sat, 22 Jul 2000 14:02:11 +0100
16444              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
16445      Branch: perl
16446            ! installperl
16447 ____________________________________________________________________________
16448 [  6420] By: jhi                                   on 2000/07/24  00:04:19
16449         Log: Decutandpasto.
16450              
16451              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
16452              From: "Richard Soderberg" <rs@crystalflame.net>
16453              Date: Sun, 23 Jul 2000 01:37:23 -0700
16454              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
16455      Branch: perl
16456            ! pod/perlipc.pod
16457 ____________________________________________________________________________
16458 [  6419] By: jhi                                   on 2000/07/24  00:01:12
16459         Log: A cleaner abs_path().
16460              Subject: Re: unix alternative to Cwd.pm
16461              From: Jeff Pinyan <jeffp@crusoe.net>
16462              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
16463              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
16464      Branch: perl
16465            ! lib/Cwd.pm
16466 ____________________________________________________________________________
16467 [  6418] By: jhi                                   on 2000/07/23  23:48:56
16468         Log: Detypo.
16469              
16470              Subject: [PATCH perl-current] Typo in hints/powerux.sh
16471              From: "Richard Soderberg" <rs@crystalflame.net>
16472              Date: Sun, 23 Jul 2000 01:27:33 -0700
16473              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
16474      Branch: perl
16475            ! hints/powerux.sh
16476 ____________________________________________________________________________
16477 [  6417] By: jhi                                   on 2000/07/17  22:13:31
16478         Log: Subject: SDBM_File documentation
16479              From: mjd@plover.com
16480              Date: 16 Jul 2000 17:41:17 -0000
16481              Message-ID: <20000716174117.18515.qmail@plover.com>
16482      Branch: perl
16483            ! ext/SDBM_File/SDBM_File.pm
16484 ____________________________________________________________________________
16485 [  6416] By: jhi                                   on 2000/07/17  19:13:26
16486         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
16487      Branch: perl
16488            ! hints/mpeix.sh mpeix/relink
16489 ____________________________________________________________________________
16490 [  6415] By: jhi                                   on 2000/07/15  14:11:02
16491         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
16492              the utf8 'characters' can be more than one octet).
16493              
16494              Date: Sat, 15 Jul 2000 00:21:56 +0100
16495              From: Tom Hughes <tom@compton.nu>
16496              Subject: Re: [ID 20000714.002]
16497              Message-ID: <db2334de49.tom@compton.compton.nu>
16498              
16499              Reported in
16500              
16501              Subject: [ID 20000714.002]
16502              From: "Simon Cozens" <simon@othersideofthe.earth.li>
16503              Date: 14 Jul 2000 15:13:09 -0000
16504              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
16505      Branch: perl
16506            ! doop.c
16507 ____________________________________________________________________________
16508 [  6414] By: jhi                                   on 2000/07/15  03:13:41
16509         Log: another VMS build tweak from Peter Prymmer
16510      Branch: perl
16511            ! vms/descrip_mms.template
16512 ____________________________________________________________________________
16513 [  6413] By: jhi                                   on 2000/07/15  03:10:40
16514         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
16515      Branch: perl
16516            ! vms/perlvms.pod
16517 ____________________________________________________________________________
16518 [  6412] By: jhi                                   on 2000/07/15  00:31:05
16519         Log: More docs for sv functions.
16520              
16521              Subject: [PATCH cfgperl] sv.c apidoc
16522              From: simon@brecon.co.uk (Simon Cozens)
16523              Date: 13 Jul 2000 09:00:20 GMT
16524              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
16525              
16526              Subject: Re: [PATCH cfgperl] sv.c apidoc
16527              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16528              Date: Thu, 13 Jul 2000 12:27:41 +0100
16529              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
16530              
16531              Subject: Re: [PATCH cfgperl] sv.c apidoc
16532              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16533              Date: Thu, 13 Jul 2000 13:23:09 +0100
16534              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
16535              
16536              Subject: Re: [PATCH cfgperl] sv.c apidoc
16537              From: simon@brecon.co.uk (Simon Cozens)
16538              Date: 14 Jul 2000 06:51:02 GMT
16539              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
16540      Branch: perl
16541            ! embed.pl pod/perlapi.pod sv.c
16542 ____________________________________________________________________________
16543 [  6411] By: jhi                                   on 2000/07/15  00:10:41
16544         Log: lib/b test fixes from Peter Prymmer.
16545      Branch: perl
16546            ! t/lib/b.t
16547 ____________________________________________________________________________
16548 [  6410] By: jhi                                   on 2000/07/15  00:02:09
16549         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
16550              From: Hugo <hv@crypt.compulink.co.uk>
16551              Date: Fri, 14 Jul 2000 23:05:20 +0100
16552              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
16553              
16554              Didn't anymore apply, but that point still could use another fix.
16555      Branch: perl
16556            ! pod/perlfunc.pod
16557 ____________________________________________________________________________
16558 [  6409] By: jhi                                   on 2000/07/14  23:15:15
16559         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
16560              not in pod, from Peter Prymmer
16561      Branch: perl
16562            ! vms/descrip_mms.template
16563 ____________________________________________________________________________
16564 [  6408] By: jhi                                   on 2000/07/14  20:35:05
16565         Log: The bug report
16566              [ID 19991110.002] minimal matching discrepancy found by pcre author
16567              seems to have been fixed (though differently from what was suggested
16568              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
16569      Branch: perl
16570            ! t/op/re_tests
16571 ____________________________________________________________________________
16572 [  6407] By: jhi                                   on 2000/07/14  17:38:08
16573         Log: Fix AutoSplit to use File::Spec the right way in VMS,
16574              from Peter Prymmer.
16575      Branch: perl
16576            ! lib/AutoSplit.pm
16577 ____________________________________________________________________________
16578 [  6406] By: jhi                                   on 2000/07/14  14:13:22
16579         Log: Merge perlhacktut into perlhack, update perlguts.
16580              
16581              Subject: Re: Perlhacktut
16582              From: simon@brecon.co.uk (Simon Cozens)
16583              Date: 14 Jul 2000 06:49:21 GMT
16584              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
16585              
16586              Subject: Re: Perlhacktut
16587              From: simon@brecon.co.uk (Simon Cozens)
16588              Date: 14 Jul 2000 07:09:45 GMT
16589              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
16590      Branch: perl
16591            ! pod/perlguts.pod pod/perlhack.pod
16592 ____________________________________________________________________________
16593 [  6405] By: jhi                                   on 2000/07/14  14:02:31
16594         Log: Integrate with Sarathy.
16595      Branch: cfgperl
16596           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
16597           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
16598           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
16599 ____________________________________________________________________________
16600 [  6404] By: gsar                                  on 2000/07/14  12:15:02
16601         Log: PERL_OBJECT build tweaks
16602      Branch: perl
16603            ! toke.c
16604 ____________________________________________________________________________
16605 [  6403] By: gsar                                  on 2000/07/14  11:23:41
16606         Log: inconsistent types needs casts
16607      Branch: perl
16608            ! toke.c
16609 ____________________________________________________________________________
16610 [  6402] By: gsar                                  on 2000/07/14  11:12:04
16611         Log: typos in change#6399, regen headers
16612      Branch: perl
16613            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
16614 ____________________________________________________________________________
16615 [  6401] By: gsar                                  on 2000/07/14  10:59:12
16616         Log: typecasts needed for change#6394
16617      Branch: perl
16618            ! toke.c
16619 ____________________________________________________________________________
16620 [  6400] By: gsar                                  on 2000/07/14  10:49:37
16621         Log: integrate cfgperl contents into mainline
16622      Branch: perl
16623           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
16624           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
16625 ____________________________________________________________________________
16626 [  6399] By: gsar                                  on 2000/07/14  10:38:35
16627         Log: enable UTF-16 filter by default if relevant BOM is seen; various
16628              cleanups (typos, misformatted code, and small bugs)
16629      Branch: perl
16630            ! doop.c embed.pl mg.c op.c pp.c toke.c
16631 ____________________________________________________________________________
16632 [  6398] By: gsar                                  on 2000/07/14  08:55:38
16633         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
16634              name suggests anyway)
16635      Branch: perl
16636            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
16637 ____________________________________________________________________________
16638 [  6397] By: gsar                                  on 2000/07/14  08:44:33
16639         Log: move new variables to the end of the interpreter structure (for
16640              bincompat in code that doesn't #include XSUB.h)
16641      Branch: perl
16642            ! intrpvar.h
16643 ____________________________________________________________________________
16644 [  6396] By: gsar                                  on 2000/07/14  08:13:58
16645         Log: MakeMaker should not remove editor backups (*~) on `make clean`
16646              by default (completes change#6383)
16647      Branch: perl
16648            ! lib/ExtUtils/MM_Unix.pm
16649 ____________________________________________________________________________
16650 [  6395] By: jhi                                   on 2000/07/14  05:20:33
16651         Log: Replace change #6337 with a better one.
16652              
16653              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
16654              From: Hugo <hv@crypt.compulink.co.uk>
16655              Date: Fri, 14 Jul 2000 04:16:20 +0100
16656              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
16657      Branch: cfgperl
16658            ! regexec.c t/op/re_tests
16659 ____________________________________________________________________________
16660 [  6394] By: jhi                                   on 2000/07/14  01:33:59
16661         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
16662      Branch: cfgperl
16663            ! embed.pl global.sym proto.h toke.c
16664 ____________________________________________________________________________
16665 [  6393] By: jhi                                   on 2000/07/13  23:41:23
16666         Log: remove discarded test
16667      Branch: cfgperl
16668            ! MANIFEST
16669 ____________________________________________________________________________
16670 [  6392] By: jhi                                   on 2000/07/13  23:32:25
16671         Log: The {multiplier} of a fixed substring was overlooked which
16672              caused a wrong initial search offset for that substring.
16673              
16674              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
16675              From: Hugo <hv@crypt.compulink.co.uk>
16676              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
16677              Date: Thu, 13 Jul 2000 19:27:13 +0100
16678      Branch: cfgperl
16679            ! regcomp.c t/op/re_tests
16680 ____________________________________________________________________________
16681 [  6391] By: jhi                                   on 2000/07/13  16:37:42
16682         Log: typo fix from Craig Berry
16683      Branch: cfgperl
16684            ! vms/subconfigure.com
16685 ____________________________________________________________________________
16686 [  6390] By: jhi                                   on 2000/07/13  13:20:12
16687         Log: Integrate with Sarathy.
16688      Branch: cfgperl
16689            - t/op/method2entersub.t
16690           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
16691           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
16692           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
16693           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
16694 ____________________________________________________________________________
16695 [  6389] By: jhi                                   on 2000/07/13  13:18:48
16696         Log: Detypo from Peter Prymmer, part of #6388.
16697      Branch: cfgperl
16698            ! Configure config_h.SH
16699      Branch: metaconfig
16700            ! U/modified/d_longlong.U
16701 ____________________________________________________________________________
16702 [  6388] By: gsar                                  on 2000/07/13  06:33:40
16703         Log: typos (spotted by Peter Prymmer)
16704      Branch: perl
16705            ! Configure t/lib/english.t
16706 ____________________________________________________________________________
16707 [  6387] By: gsar                                  on 2000/07/13  05:35:28
16708         Log: new selfloader.t in change#6183 doesn't close DATA handles,
16709              and thus fails to clean up tmp files on dosish platforms
16710      Branch: perl
16711            ! t/lib/selfloader.t
16712 ____________________________________________________________________________
16713 [  6386] By: gsar                                  on 2000/07/12  21:42:39
16714         Log: sprintf test tweaks (from Dominic Dunlop)
16715      Branch: perl
16716            ! t/op/sprintf.t
16717 ____________________________________________________________________________
16718 [  6385] By: gsar                                  on 2000/07/12  21:33:46
16719         Log: fix bugs in processing %v-*d and similar format specs (from
16720              Avi Finkel <avi@finkel.org>)
16721      Branch: perl
16722            ! sv.c t/op/sprintf.t
16723 ____________________________________________________________________________
16724 [  6384] By: gsar                                  on 2000/07/12  16:04:19
16725         Log: readd missing perldelta.pod changes from changes#6339,6376
16726      Branch: perl
16727            ! pod/perldelta.pod
16728 ____________________________________________________________________________
16729 [  6383] By: gsar                                  on 2000/07/12  16:00:51
16730         Log: don't clobber *.orig files on *clean targets
16731      Branch: perl
16732            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
16733 ____________________________________________________________________________
16734 [  6382] By: gsar                                  on 2000/07/12  07:59:12
16735         Log: fix broken integrations in cfgperl
16736      Branch: cfgperl
16737           !> Changes pod/perldelta.pod
16738 ____________________________________________________________________________
16739 [  6381] By: gsar                                  on 2000/07/12  07:42:17
16740         Log: integrate cfgperl changes into mainline
16741      Branch: perl
16742            ! Changes
16743           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
16744           !> pod/perlre.pod
16745 ____________________________________________________________________________
16746 [  6380] By: gsar                                  on 2000/07/12  07:31:00
16747         Log: get sprintf.t to adjust properly for 3-digit exponents
16748      Branch: perl
16749            ! t/op/sprintf.t
16750 ____________________________________________________________________________
16751 [  6379] By: gsar                                  on 2000/07/12  06:40:04
16752         Log: change#6174 needs corresponding change in win32/config_h.PL,
16753              which grovels through config_h.SH to find the config.h name
16754      Branch: perl
16755            ! win32/config_h.PL
16756 ____________________________________________________________________________
16757 [  6378] By: jhi                                   on 2000/07/12  05:03:59
16758         Log: Do the cc sanity check both before the hints and
16759              after the cc selction.
16760      Branch: cfgperl
16761            ! Configure config_h.SH
16762      Branch: metaconfig
16763            ! U/modified/Oldconfig.U U/modified/cc.U
16764      Branch: metaconfig/U/perl
16765            + Checkcc.U
16766 ____________________________________________________________________________
16767 [  6377] By: jhi                                   on 2000/07/12  02:49:22
16768         Log: Fix nits noticed by Boston.pm.
16769      Branch: cfgperl
16770            ! pod/perlre.pod
16771 ____________________________________________________________________________
16772 [  6376] By: jhi                                   on 2000/07/11  21:22:13
16773         Log: Configure cosmetics and perldelta.
16774      Branch: cfgperl
16775            ! Configure config_h.SH pod/perldelta.pod
16776      Branch: metaconfig
16777            ! U/modified/cc.U
16778 ____________________________________________________________________________
16779 [  6375] By: gsar                                  on 2000/07/11  21:17:35
16780         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
16781      Branch: perl
16782            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
16783            ! win32/win32sck.c
16784 ____________________________________________________________________________
16785 [  6374] By: gsar                                  on 2000/07/11  20:48:50
16786         Log: tweak for build failure under multiplicity
16787      Branch: perl
16788            ! toke.c
16789 ____________________________________________________________________________
16790 [  6373] By: gsar                                  on 2000/07/11  20:37:23
16791         Log: integrate cfgperl changes#6325..6373 into mainline
16792              (NOTE: today's batch of integrations still untested)
16793      Branch: perl
16794           +> ext/DynaLoader/hints/netbsd.pl
16795            ! Changes
16796           !> (integrate 26 files)
16797 ____________________________________________________________________________
16798 [  6372] By: jhi                                   on 2000/07/11  20:30:36
16799         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
16800              regen perltoc.
16801      Branch: cfgperl
16802            + pod/perlbook.pod
16803            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
16804            ! pod/perltoc.pod
16805 ____________________________________________________________________________
16806 [  6371] By: jhi                                   on 2000/07/11  20:08:56
16807         Log: Minor cleanups on the booklist.
16808      Branch: cfgperl
16809            ! pod/perlfaq2.pod
16810 ____________________________________________________________________________
16811 [  6370] By: jhi                                   on 2000/07/11  19:31:13
16812         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
16813      Branch: cfgperl
16814            ! t/pragma/overload.t
16815 ____________________________________________________________________________
16816 [  6369] By: gsar                                  on 2000/07/11  19:27:48
16817         Log: integrate cfgperl changes#6293..6324 into mainline
16818      Branch: perl
16819           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
16820            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
16821           !> (integrate 30 files)
16822 ____________________________________________________________________________
16823 [  6368] By: gsar                                  on 2000/07/11  19:18:57
16824         Log: skip integrate of problematic change#6292 from cfgperl into mainline
16825      Branch: perl
16826           !> pp_hot.c
16827 ____________________________________________________________________________
16828 [  6367] By: gsar                                  on 2000/07/11  19:17:21
16829         Log: integrate cfgperl changes#6288..6290 into mainline
16830      Branch: perl
16831           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
16832 ____________________________________________________________________________
16833 [  6366] By: gsar                                  on 2000/07/11  19:11:18
16834         Log: integrate cfgperl changes#6268..6282 into mainline
16835      Branch: perl
16836           !> (integrate 30 files)
16837 ____________________________________________________________________________
16838 [  6365] By: gsar                                  on 2000/07/11  18:57:00
16839         Log: delete new accidentally branched file
16840      Branch: perl
16841            - t/op/method2entersub.t
16842 ____________________________________________________________________________
16843 [  6364] By: gsar                                  on 2000/07/11  18:55:13
16844         Log: skip integrate of change#6267 from cfgperl into mainline (the
16845              method call optimization is flawed without additional hints
16846              from user about immutableness of @ISA and no runtime method
16847              definitions)
16848      Branch: perl
16849           +> t/op/method2entersub.t
16850           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
16851           !> perl.h t/op/sprintf.t xsutils.c
16852 ____________________________________________________________________________
16853 [  6363] By: gsar                                  on 2000/07/11  18:49:43
16854         Log: integrate cfgperl changes#6261..6266 into mainline
16855      Branch: perl
16856           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
16857           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
16858           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16859           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
16860 ____________________________________________________________________________
16861 [  6362] By: gsar                                  on 2000/07/11  18:43:26
16862         Log: integrate cfgperl changes#6252..6260 into mainline
16863      Branch: perl
16864           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
16865           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
16866           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
16867           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
16868 ____________________________________________________________________________
16869 [  6361] By: gsar                                  on 2000/07/11  18:37:12
16870         Log: skip integrate of problematic change#6251 from cfgperl into mainline
16871      Branch: perl
16872           !> lib/Exporter.pm
16873 ____________________________________________________________________________
16874 [  6360] By: gsar                                  on 2000/07/11  18:34:56
16875         Log: integrate cfgperl change#6250 into mainline
16876      Branch: perl
16877           +> t/op/my_stash.t
16878           !> MANIFEST embed.pl proto.h toke.c
16879 ____________________________________________________________________________
16880 [  6359] By: gsar                                  on 2000/07/11  18:21:19
16881         Log: integrate cfgperl changes#6242..6249 into mainline
16882      Branch: perl
16883           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
16884           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
16885           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
16886           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
16887           !> t/lib/peek.t utf8.c
16888 ____________________________________________________________________________
16889 [  6358] By: gsar                                  on 2000/07/11  18:15:45
16890         Log: skip integrate of problematic change#6241 from cfgperl into mainline
16891      Branch: perl
16892           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
16893 ____________________________________________________________________________
16894 [  6357] By: jhi                                   on 2000/07/11  18:15:16
16895         Log: Fix for
16896              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
16897              From: Roderick Schertler <roderick@argon.org> 
16898              Date: Tue, 11 Jul 2000 13:55:05 -0400 
16899              Message-Id: <200007111755.NAA05077@jones.argon.org> 
16900      Branch: cfgperl
16901            ! doio.c
16902 ____________________________________________________________________________
16903 [  6356] By: jhi                                   on 2000/07/11  18:12:51
16904         Log: Typo in #6341.
16905      Branch: cfgperl
16906            ! pp_hot.c
16907 ____________________________________________________________________________
16908 [  6355] By: gsar                                  on 2000/07/11  18:12:10
16909         Log: integrate cfgperl changes#6231..6240 into mainline
16910      Branch: perl
16911           +> pod/perlutil.pod
16912           !> (integrate 35 files)
16913 ____________________________________________________________________________
16914 [  6354] By: jhi                                   on 2000/07/11  18:04:34
16915         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
16916              From: Dominic Dunlop <domo@computer.org> 
16917              Date: Tue, 11 Jul 2000 12:27:33 +0200 
16918              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
16919              
16920              Replaces change #6268.
16921      Branch: cfgperl
16922            ! t/op/sprintf.t
16923 ____________________________________________________________________________
16924 [  6353] By: gsar                                  on 2000/07/11  17:59:51
16925         Log: skip integrate of problematic change#6230 from cfgperl into mainline
16926              (a later version of File::Spec is already in mainline)
16927      Branch: perl
16928           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
16929           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
16930 ____________________________________________________________________________
16931 [  6352] By: gsar                                  on 2000/07/11  17:57:48
16932         Log: integrate cfgperl changes#6224..6229 into mainline
16933      Branch: perl
16934           +> lib/lib.pm.PL
16935            - lib/lib.pm
16936           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
16937           !> lib/English.pm op.c t/lib/english.t
16938 ____________________________________________________________________________
16939 [  6351] By: gsar                                  on 2000/07/11  17:50:10
16940         Log: skip integrate of problematic change#6223 from cfgperl into mainline
16941      Branch: perl
16942           !> doio.c
16943 ____________________________________________________________________________
16944 [  6350] By: gsar                                  on 2000/07/11  17:48:28
16945         Log: integrate cfgperl changes#6220..6222 into mainline
16946      Branch: perl
16947           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
16948           !> toke.c utf8.c win32/win32.h
16949 ____________________________________________________________________________
16950 [  6349] By: gsar                                  on 2000/07/11  17:46:13
16951         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
16952              mainline
16953      Branch: perl
16954           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16955           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
16956           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16957 ____________________________________________________________________________
16958 [  6348] By: jhi                                   on 2000/07/11  17:45:49
16959         Log: README.posix-bc podified from Thomas Dorner.
16960      Branch: cfgperl
16961            ! README.posix-bc
16962 ____________________________________________________________________________
16963 [  6347] By: gsar                                  on 2000/07/11  17:42:04
16964         Log: integrate cfgperl change#6217 into mainline
16965      Branch: perl
16966           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
16967           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
16968           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
16969 ____________________________________________________________________________
16970 [  6346] By: gsar                                  on 2000/07/11  17:39:37
16971         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
16972              mainline
16973      Branch: perl
16974           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
16975           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16976           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
16977           !> perlapi.h pod/perlapi.pod
16978 ____________________________________________________________________________
16979 [  6345] By: gsar                                  on 2000/07/11  17:36:42
16980         Log: integrate cfgperl changes#6207..6210 into mainline
16981      Branch: perl
16982           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
16983           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
16984 ____________________________________________________________________________
16985 [  6344] By: gsar                                  on 2000/07/11  17:31:20
16986         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
16987              mainline
16988      Branch: perl
16989           !> (integrate 40 files)
16990 ____________________________________________________________________________
16991 [  6343] By: gsar                                  on 2000/07/11  17:19:08
16992         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
16993      Branch: perl
16994           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
16995            ! Changes
16996           !> (integrate 34 files)
16997 ____________________________________________________________________________
16998 [  6342] By: jhi                                   on 2000/07/11  16:05:48
16999         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
17000              To: perl5-porters@perl.org
17001              From: Karsten Sperling <spiff@phreax.net>
17002              Date: Mon, 10 Jul 2000 15:12:52 +0200
17003              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
17004      Branch: cfgperl
17005            ! lib/Symbol.pm
17006 ____________________________________________________________________________
17007 [  6341] By: jhi                                   on 2000/07/11  15:59:23
17008         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
17009              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17010              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
17011              Date: Fri, 07 Jul 2000 17:57:16 +0100
17012      Branch: cfgperl
17013            ! pp_hot.c
17014 ____________________________________________________________________________
17015 [  6340] By: jhi                                   on 2000/07/11  15:55:47
17016         Log: Subject: Re: format bug report  [Patch]
17017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17018              Date: Wed, 05 Jul 2000 13:12:52 +0200
17019              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
17020              
17021              Subject: Re: format bug report  [Patch]
17022              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17023              Date: Wed, 05 Jul 2000 14:10:01 +0200
17024              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
17025      Branch: cfgperl
17026            ! t/op/write.t toke.c
17027 ____________________________________________________________________________
17028 [  6339] By: jhi                                   on 2000/07/11  13:54:09
17029         Log: Be less forgiving about ambiguous and illegal tr ranges.
17030              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
17031              From: Mark-Jason Dominus <mjd@plover.com>
17032              Date: Tue, 04 Jul 2000 10:00:12 -0400
17033              Message-ID: <20000704140012.17772.qmail@plover.com>
17034              
17035              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
17036              From: Mark-Jason Dominus <mjd@plover.com>
17037              Date: Wed, 05 Jul 2000 09:37:36 -0400
17038              Message-ID: <20000705133736.27293.qmail@plover.com>
17039      Branch: cfgperl
17040            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
17041 ____________________________________________________________________________
17042 [  6338] By: jhi                                   on 2000/07/11  13:31:24
17043         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
17044              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17045              Date: Tue, 11 Jul 2000 13:50:51 +0100
17046              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
17047      Branch: cfgperl
17048            ! sv.c
17049 ____________________________________________________________________________
17050 [  6337] By: jhi                                   on 2000/07/11  13:29:14
17051         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
17052              From: Hugo <hv@crypt.compulink.co.uk>
17053              Date: Tue, 11 Jul 2000 12:44:50 +0100
17054              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
17055      Branch: cfgperl
17056            ! regexec.c t/op/re_tests
17057 ____________________________________________________________________________
17058 [  6336] By: jhi                                   on 2000/07/11  13:26:47
17059         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
17060              From: simon@brecon.co.uk (Simon Cozens)
17061              Date: 7 Jul 2000 11:26:09 GMT
17062              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
17063      Branch: cfgperl
17064            ! mg.c
17065 ____________________________________________________________________________
17066 [  6335] By: jhi                                   on 2000/07/11  13:23:37
17067         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
17068              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
17069              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
17070              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
17071      Branch: cfgperl
17072            + ext/DynaLoader/hints/netbsd.pl
17073            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
17074 ____________________________________________________________________________
17075 [  6334] By: jhi                                   on 2000/07/11  13:20:38
17076         Log: Subject: PATCH perlguts.pod: Document D and d magic types
17077              From: mjd@plover.com
17078              Date: 5 Jul 2000 18:01:51 -0000
17079              Message-ID: <20000705180151.29413.qmail@plover.com>
17080      Branch: cfgperl
17081            ! pod/perlguts.pod
17082 ____________________________________________________________________________
17083 [  6333] By: jhi                                   on 2000/07/11  13:15:51
17084         Log: Precedence goof, fix based on
17085              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
17086              From: Hugo <hv@crypt.compulink.co.uk>
17087              Date: Tue, 11 Jul 2000 12:52:38 +0100
17088              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
17089      Branch: cfgperl
17090            ! t/op/taint.t
17091 ____________________________________________________________________________
17092 [  6332] By: jhi                                   on 2000/07/11  12:40:17
17093         Log: Integrate with Sarathy.
17094      Branch: cfgperl
17095           !> win32/win32sck.c
17096 ____________________________________________________________________________
17097 [  6331] By: jhi                                   on 2000/07/10  20:14:16
17098         Log: Sprinkle ldlibpath.
17099      Branch: cfgperl
17100            ! pod/Makefile.SH
17101 ____________________________________________________________________________
17102 [  6330] By: jhi                                   on 2000/07/10  17:54:49
17103         Log: More POSIX.pod tweaks.
17104      Branch: cfgperl
17105            ! ext/POSIX/POSIX.pod
17106 ____________________________________________________________________________
17107 [  6329] By: jhi                                   on 2000/07/10  14:02:12
17108         Log: Reorder perl.pod once more.
17109      Branch: cfgperl
17110            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17111 ____________________________________________________________________________
17112 [  6328] By: gsar                                  on 2000/07/10  07:06:00
17113         Log: accept() leaks memory on windows due to incorrect ordering of
17114              closesocket() and fclose() calls
17115      Branch: perl
17116            ! win32/win32sck.c
17117 ____________________________________________________________________________
17118 [  6327] By: gsar                                  on 2000/07/10  06:49:17
17119         Log: winsock options weren't being set in all threads under ithreads
17120              (caused send()s from second and subsequent threads to fail)
17121      Branch: perl
17122            ! win32/win32sck.c
17123 ____________________________________________________________________________
17124 [  6326] By: jhi                                   on 2000/07/08  02:45:40
17125         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
17126              was cast to an unsigned (32-bit) integer with wild abandon.
17127      Branch: cfgperl
17128            ! ext/Devel/DProf/DProf.xs
17129 ____________________________________________________________________________
17130 [  6325] By: jhi                                   on 2000/07/07  18:50:33
17131         Log: Remove perlbook, update perlfaq book listing,
17132              rearrange perl.pod, regenerate perltoc.
17133      Branch: cfgperl
17134            - pod/perlbook.pod
17135            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
17136            ! pod/perlfaq2.pod pod/perltoc.pod
17137 ____________________________________________________________________________
17138 [  6324] By: jhi                                   on 2000/07/07  14:03:40
17139         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
17140      Branch: cfgperl
17141            ! sv.h toke.c
17142 ____________________________________________________________________________
17143 [  6323] By: jhi                                   on 2000/07/06  16:03:55
17144         Log: Fix complaints of buildtoc.
17145      Branch: cfgperl
17146            + lib/Win32.pod
17147            - pod/Win32.pod
17148            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17149 ____________________________________________________________________________
17150 [  6322] By: jhi                                   on 2000/07/06  15:15:52
17151         Log: Add =head1 NAMEs so that buildtoc is happy.
17152              (The CGI::Util nit reported to Lincoln.)
17153      Branch: cfgperl
17154            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
17155            ! pod/perltoc.pod
17156 ____________________________________________________________________________
17157 [  6321] By: jhi                                   on 2000/07/06  03:16:04
17158         Log: Config is being used.
17159      Branch: cfgperl
17160            ! t/op/method.t
17161 ____________________________________________________________________________
17162 [  6320] By: jhi                                   on 2000/07/06  03:13:13
17163         Log: Integrate with Sarathy.
17164      Branch: cfgperl
17165           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
17166 ____________________________________________________________________________
17167 [  6319] By: jhi                                   on 2000/07/06  03:11:46
17168         Log: Autogenerate pod/Makefile and pod/buildtoc.
17169              buildtoc also checks whether the existin pods are
17170              mentioned in MANIFEST and perl.pod, and vice versa.
17171              (None of the thusly found discrepancies fixed yet.)
17172              roffitall also needs to be autogenerated similarly but it
17173              seems so badly out of date that I didn't touch it yet.
17174      Branch: cfgperl
17175            + pod/Makefile.SH pod/buildtoc.PL
17176            - pod/Makefile pod/buildtoc
17177            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
17178 ____________________________________________________________________________
17179 [  6318] By: gsar                                  on 2000/07/05  22:10:54
17180         Log: fix UNC path handling on Windows under ithreads, and chdir()
17181              return value when given a non-existent directory
17182      Branch: perl
17183            ! win32/vdir.h
17184 ____________________________________________________________________________
17185 [  6317] By: gsar                                  on 2000/07/05  22:08:19
17186         Log: winsock cleanup never done on Windows (leads to handle leaks)
17187      Branch: perl
17188            ! win32/perllib.c win32/win32sck.c
17189 ____________________________________________________________________________
17190 [  6316] By: gsar                                  on 2000/07/05  22:06:19
17191         Log: some debugger output does not go to the socket when RemotePort is set
17192      Branch: perl
17193            ! lib/perl5db.pl
17194 ____________________________________________________________________________
17195 [  6315] By: jhi                                   on 2000/07/05  00:25:21
17196         Log: Integrate with Sarathy, preliminary fix for unicos
17197              alignment problems in [ID 20000612.002] Perl problem on Cray system.
17198      Branch: cfgperl
17199            ! sv.h
17200           !> pp_hot.c
17201 ____________________________________________________________________________
17202 [  6314] By: gsar                                  on 2000/07/04  23:34:02
17203         Log: tyop in change#6306
17204      Branch: perl
17205            ! pp_hot.c
17206 ____________________________________________________________________________
17207 [  6313] By: jhi                                   on 2000/07/04  22:14:38
17208         Log: Multiline string literals ENONPORTABLE.
17209      Branch: cfgperl
17210            ! pp_hot.c
17211 ____________________________________________________________________________
17212 [  6312] By: jhi                                   on 2000/07/04  20:34:44
17213         Log: Integrate with Sarathy.
17214      Branch: cfgperl
17215           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
17216           !> t/op/method.t
17217 ____________________________________________________________________________
17218 [  6311] By: jhi                                   on 2000/07/04  20:30:56
17219         Log: More POSIX.pod embellishment.
17220      Branch: cfgperl
17221            ! ext/POSIX/POSIX.pod
17222 ____________________________________________________________________________
17223 [  6310] By: gsar                                  on 2000/07/04  17:28:48
17224         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
17225      Branch: perl
17226            ! t/lib/b.t
17227 ____________________________________________________________________________
17228 [  6309] By: jhi                                   on 2000/07/04  17:22:18
17229         Log: The #6308 required a little bit more.
17230      Branch: cfgperl
17231            ! Makefile.SH win32/Makefile
17232 ____________________________________________________________________________
17233 [  6308] By: jhi                                   on 2000/07/04  16:35:24
17234         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
17235      Branch: cfgperl
17236            + lib/lib_pm.PL
17237            - lib/lib.pm.PL
17238            ! MANIFEST Makefile.SH
17239 ____________________________________________________________________________
17240 [  6307] By: jhi                                   on 2000/07/04  16:28:58
17241         Log: Win32 patches for cfgperl from Sarathy.
17242      Branch: cfgperl
17243            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
17244            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
17245            ! thread.h toke.c util.c win32/Makefile win32/win32.c
17246 ____________________________________________________________________________
17247 [  6306] By: gsar                                  on 2000/07/04  16:28:40
17248         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
17249              (from Richard Soderberg <rs@oregonnet.com>)
17250      Branch: perl
17251            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
17252 ____________________________________________________________________________
17253 [  6305] By: jhi                                   on 2000/07/04  16:24:24
17254         Log: Integrate with Sarathy.
17255      Branch: cfgperl
17256           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
17257           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17258           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
17259           !> proto.h win32/win32.c
17260 ____________________________________________________________________________
17261 [  6304] By: gsar                                  on 2000/07/04  16:17:24
17262         Log: missing perldiag entry for unpack("w",...) diagnostic (from
17263              Andreas Koenig)
17264      Branch: perl
17265            ! pod/perldiag.pod
17266 ____________________________________________________________________________
17267 [  6303] By: gsar                                  on 2000/07/04  16:14:44
17268         Log: remove rel2abs prototypes (from Barrie Slaymaker)
17269      Branch: perl
17270            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17271            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17272 ____________________________________________________________________________
17273 [  6302] By: gsar                                  on 2000/07/04  04:59:35
17274         Log: adjust change#6299
17275      Branch: perl
17276            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
17277            ! win32/win32.c
17278 ____________________________________________________________________________
17279 [  6301] By: jhi                                   on 2000/07/04  04:50:07
17280         Log: Integrate with Sarathy.
17281      Branch: cfgperl
17282           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
17283           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
17284           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
17285 ____________________________________________________________________________
17286 [  6300] By: gsar                                  on 2000/07/04  04:42:09
17287         Log: PERL_OBJECT build tweak
17288      Branch: perl
17289            ! perl.h
17290 ____________________________________________________________________________
17291 [  6299] By: gsar                                  on 2000/07/04  04:37:00
17292         Log: fix memory leak on Windows (PL_sys_intern contents were never
17293              freed)
17294      Branch: perl
17295            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
17296            ! perlapi.c proto.h win32/win32.c
17297 ____________________________________________________________________________
17298 [  6298] By: gsar                                  on 2000/07/04  04:15:59
17299         Log: fix large memory leak that has been around for ever, masked by
17300              -DPURIFY (most of the arenas were never freed!)
17301      Branch: perl
17302            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
17303 ____________________________________________________________________________
17304 [  6297] By: gsar                                  on 2000/07/04  04:07:46
17305         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
17306      Branch: perl
17307            ! perl.c
17308 ____________________________________________________________________________
17309 [  6296] By: jhi                                   on 2000/06/30  18:28:37
17310         Log: Elaborate POSIX.pod.  Still needs work.
17311      Branch: cfgperl
17312            ! ext/POSIX/POSIX.pod
17313 ____________________________________________________________________________
17314 [  6295] By: jhi                                   on 2000/06/30  14:58:18
17315         Log: Point to perlipc for more SysV IPC examples.
17316      Branch: cfgperl
17317            ! pod/perlfunc.pod
17318 ____________________________________________________________________________
17319 [  6294] By: gsar                                  on 2000/06/30  14:47:45
17320         Log: slurp mode fix in change#4736 still not quite right
17321      Branch: perl
17322            ! pp_hot.c t/io/argv.t
17323 ____________________________________________________________________________
17324 [  6293] By: jhi                                   on 2000/06/30  12:02:55
17325         Log: Integrate with Sarathy.
17326      Branch: cfgperl
17327           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
17328 ____________________________________________________________________________
17329 [  6292] By: jhi                                   on 2000/06/30  12:01:11
17330         Log: From: simon@brecon.co.uk (Simon Cozens)
17331              Subject: UTF8 concat
17332              Date: 30 Jun 2000 06:13:25 GMT
17333              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
17334      Branch: cfgperl
17335            ! pp_hot.c
17336 ____________________________________________________________________________
17337 [  6291] By: gsar                                  on 2000/06/30  04:37:33
17338         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
17339              when @_ is modified, causing coredumps
17340      Branch: perl
17341            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
17342 ____________________________________________________________________________
17343 [  6290] By: jhi                                   on 2000/06/30  02:21:44
17344         Log: Integrate with Sarathy.
17345      Branch: cfgperl
17346           !> vms/vms.c vms/vmsish.h
17347 ____________________________________________________________________________
17348 [  6289] By: jhi                                   on 2000/06/30  02:21:02
17349         Log: Check VERSIONs.
17350      Branch: cfgperl
17351            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17352            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17353            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17354 ____________________________________________________________________________
17355 [  6288] By: jhi                                   on 2000/06/30  02:18:52
17356         Log: Integrate with Sarathy.
17357      Branch: cfgperl
17358           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
17359           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17360           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17361           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
17362 ____________________________________________________________________________
17363 [  6287] By: gsar                                  on 2000/06/30  02:17:08
17364         Log: integrate vmsperl changes into mainline
17365      Branch: perl
17366           !> vms/vms.c vms/vmsish.h
17367 ____________________________________________________________________________
17368 [  6285] By: gsar                                  on 2000/06/30  02:05:28
17369         Log: localize %INC in a Safe compartment so that use/require work
17370              (many other magic globals probably need similar treatment)
17371      Branch: perl
17372            ! ext/Opcode/Opcode.xs
17373 ____________________________________________________________________________
17374 [  6284] By: gsar                                  on 2000/06/30  01:54:54
17375         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
17376              about Windows
17377      Branch: perl
17378            ! pod/perlembed.pod
17379 ____________________________________________________________________________
17380 [  6283] By: jhi                                   on 2000/06/30  01:50:10
17381         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
17382              From: Barrie Slaymaker <barries@jester.slaysys.com>
17383              Date: Wed, 28 Jun 2000 11:35:29 -0400
17384              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
17385      Branch: perl
17386            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
17387            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17388            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17389            ! lib/File/Spec/Win32.pm
17390 ____________________________________________________________________________
17391 [  6282] By: jhi                                   on 2000/06/29  22:57:22
17392         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
17393              From: Dan Sugalski <dan@sidhe.org>
17394              Date: Tue, 06 Jun 2000 11:59:50 -0400
17395              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
17396      Branch: cfgperl
17397            ! vms/vms.c
17398 ____________________________________________________________________________
17399 [  6281] By: jhi                                   on 2000/06/29  22:52:50
17400         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
17401              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17402              Date: Wed, 7 Jun 2000 04:02:04 -0500
17403              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
17404      Branch: cfgperl
17405            ! utils/h2xs.PL
17406 ____________________________________________________________________________
17407 [  6280] By: jhi                                   on 2000/06/29  22:45:47
17408         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
17409              From: rspier@pobox.com (Robert Spier)
17410              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
17411              Message-ID: <14654.31913.845602.610277@rls.cx>
17412      Branch: cfgperl
17413            ! utils/h2xs.PL
17414 ____________________________________________________________________________
17415 [  6279] By: jhi                                   on 2000/06/29  22:38:16
17416         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
17417              From: Tim Ayers <tayers@bridge.com>
17418              Date: Thu, 08 Jun 2000 08:11:06 +0200
17419              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
17420              [resent by Richard Foley, Message-Id probably wrong]
17421      Branch: cfgperl
17422            ! pod/perlsub.pod
17423 ____________________________________________________________________________
17424 [  6278] By: jhi                                   on 2000/06/29  22:21:45
17425         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
17426              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
17427              Date: Fri, 09 Jun 2000 12:39:27 -0400
17428              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
17429              (plus update the version "number" of Text::Wrap)
17430      Branch: cfgperl
17431            ! lib/Text/Wrap.pm
17432 ____________________________________________________________________________
17433 [  6277] By: jhi                                   on 2000/06/29  22:13:10
17434         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
17435              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17436              Date: Mon, 12 Jun 2000 14:55:59 +0100
17437              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
17438      Branch: cfgperl
17439            ! pod/perlfunc.pod
17440 ____________________________________________________________________________
17441 [  6276] By: jhi                                   on 2000/06/29  22:11:06
17442         Log: Subject: [PATCH] Re: eval documentation: context
17443              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17444              Date: Mon, 12 Jun 2000 15:07:29 +0100
17445              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
17446      Branch: cfgperl
17447            ! pod/perlfunc.pod
17448 ____________________________________________________________________________
17449 [  6275] By: jhi                                   on 2000/06/29  21:59:46
17450         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
17451              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17452              Date: Tue, 13 Jun 2000 02:43:48 -0500
17453              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
17454      Branch: cfgperl
17455            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
17456 ____________________________________________________________________________
17457 [  6274] By: jhi                                   on 2000/06/29  21:56:14
17458         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
17459              From: Andy Dougherty <doughera@lafayette.edu>
17460              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
17461              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
17462      Branch: cfgperl
17463            ! ext/File/Glob/Glob.pm
17464 ____________________________________________________________________________
17465 [  6273] By: jhi                                   on 2000/06/29  21:49:09
17466         Log: Subject: [PATCH] xsub attributes
17467              From: Doug MacEachern <dougm@covalent.net>
17468              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
17469              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
17470      Branch: cfgperl
17471            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
17472            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
17473 ____________________________________________________________________________
17474 [  6272] By: jhi                                   on 2000/06/29  21:41:28
17475         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
17476              From: Tom Phoenix <rootbeer@redcat.com>
17477              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
17478              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
17479      Branch: cfgperl
17480            ! lib/Net/Ping.pm
17481 ____________________________________________________________________________
17482 [  6271] By: jhi                                   on 2000/06/29  21:36:55
17483         Log: Subject: PATCH pod/perltie.pod
17484              From: Ian Phillipps <Ian.Phillipps@iname.com>
17485              Date: Fri, 16 Jun 2000 00:17:19 +0100
17486              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
17487              (only the first hunk, the second hunk had already been done
17488              by some other patch)
17489      Branch: cfgperl
17490            ! pod/perltie.pod
17491 ____________________________________________________________________________
17492 [  6270] By: jhi                                   on 2000/06/29  21:24:51
17493         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
17494              From: Nicholas Clark <nick@talking.bollo.cx>
17495              Date: Fri, 23 Jun 2000 16:21:15 +0100
17496              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
17497      Branch: cfgperl
17498            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
17499            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
17500 ____________________________________________________________________________
17501 [  6269] By: jhi                                   on 2000/06/29  19:38:15
17502         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
17503              silence few compiler warnings.
17504      Branch: cfgperl
17505            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
17506 ____________________________________________________________________________
17507 [  6268] By: jhi                                   on 2000/06/29  18:21:50
17508         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
17509              From: Dominic Dunlop <domo@computer.org> 
17510              Date: Thu, 29 Jun 2000 12:32:39 +0200 
17511              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
17512      Branch: cfgperl
17513            ! t/op/sprintf.t
17514 ____________________________________________________________________________
17515 [  6267] By: jhi                                   on 2000/06/29  18:16:07
17516         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
17517              From: Doug MacEachern <dougm@covalent.net>
17518              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
17519              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
17520      Branch: cfgperl
17521            + t/op/method2entersub.t
17522            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
17523            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17524            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
17525            ! xsutils.c
17526 ____________________________________________________________________________
17527 [  6266] By: jhi                                   on 2000/06/29  15:11:15
17528         Log: Subject: [PATCH 5.6.0] cygwin port
17529              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
17530              From: "Fifer, Eric" <EFifer@sanwaint.com>
17531              Date: Thu, 29 Jun 2000 12:58:29 +0100
17532      Branch: cfgperl
17533            ! cygwin/Makefile.SHs
17534 ____________________________________________________________________________
17535 [  6265] By: jhi                                   on 2000/06/29  15:04:05
17536         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
17537              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17538              Date: Wed, 28 Jun 2000 17:50:12 -0700
17539              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
17540      Branch: cfgperl
17541            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17542 ____________________________________________________________________________
17543 [  6264] By: jhi                                   on 2000/06/29  15:00:57
17544         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
17545              From: Marty Lucich <marty@netcom.com>
17546              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
17547              Message-Id: <200006282116.OAA11148@netcom.com>
17548              ccdlflags update (the BSD/OS 4.1 part had already been taken
17549              care of by #6141).
17550      Branch: cfgperl
17551            ! hints/bsdos.sh
17552 ____________________________________________________________________________
17553 [  6263] By: jhi                                   on 2000/06/29  13:47:44
17554         Log: tr fixes from Simon Cozens
17555      Branch: cfgperl
17556            ! doop.c
17557 ____________________________________________________________________________
17558 [  6262] By: jhi                                   on 2000/06/28  18:46:01
17559         Log: Subject: 5.6.0 Patch for EPOC
17560              From: Olaf Flebbe <o.flebbe@gmx.de>
17561              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
17562              Message-ID: <23449.960929969@www11.gmx.net>
17563      Branch: cfgperl
17564            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
17565            ! epoc/epocish.h
17566 ____________________________________________________________________________
17567 [  6261] By: jhi                                   on 2000/06/28  18:29:07
17568         Log: Subject: Re: [PATCH cfgperl] BOMs away!
17569              From: simon@brecon.co.uk (Simon Cozens)
17570              Date: 17 Jun 2000 11:49:57 GMT
17571              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
17572      Branch: cfgperl
17573            ! pod/perldiag.pod t/comp/require.t toke.c
17574 ____________________________________________________________________________
17575 [  6260] By: jhi                                   on 2000/06/28  17:47:16
17576         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
17577              From: simon@brecon.co.uk (Simon Cozens) 
17578              Date: 17 Jun 2000 11:56:44 GMT 
17579              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
17580              pack U0, pack C0
17581      Branch: cfgperl
17582            ! pod/perlfunc.pod pp.c t/op/pack.t
17583 ____________________________________________________________________________
17584 [  6259] By: jhi                                   on 2000/06/28  16:43:17
17585         Log: perlnewmod was missing from MANIFEST.
17586      Branch: cfgperl
17587            ! MANIFEST
17588 ____________________________________________________________________________
17589 [  6258] By: jhi                                   on 2000/06/28  15:54:30
17590         Log: linenumber tweak
17591      Branch: cfgperl
17592            ! t/pragma/warn/regcomp
17593 ____________________________________________________________________________
17594 [  6257] By: jhi                                   on 2000/06/28  15:50:44
17595         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
17596              From: Doug MacEachern <dougm@covalent.net>
17597              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
17598              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
17599              (one part of the patch had been applied earlier)
17600      Branch: cfgperl
17601            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
17602 ____________________________________________________________________________
17603 [  6256] By: jhi                                   on 2000/06/28  15:40:22
17604         Log: tweaks from Simon Cozens to further fix tr/// under utf8
17605      Branch: cfgperl
17606            ! doop.c
17607 ____________________________________________________________________________
17608 [  6255] By: jhi                                   on 2000/06/28  15:33:45
17609         Log: small thinko tweaks
17610      Branch: cfgperl
17611            ! lib/IPC/Open3.pm t/op/my_stash.t
17612 ____________________________________________________________________________
17613 [  6254] By: jhi                                   on 2000/06/28  15:33:25
17614         Log: Subject: tr///, help wanted.
17615              From: simon@brecon.co.uk (Simon Cozens)
17616              Date: 28 Jun 2000 11:29:04 GMT
17617              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
17618      Branch: cfgperl
17619            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
17620            ! pp_proto.h proto.h t/op/tr.t
17621 ____________________________________________________________________________
17622 [  6253] By: jhi                                   on 2000/06/28  15:09:17
17623         Log: Paranoia tweak on #6249.
17624              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17625              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17626              Date: Sun, 25 Jun 2000 23:43:12 -0400
17627              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
17628      Branch: cfgperl
17629            ! lib/IPC/Open3.pm
17630 ____________________________________________________________________________
17631 [  6252] By: jhi                                   on 2000/06/28  15:01:38
17632         Log: Document #6249 and #6251.
17633      Branch: cfgperl
17634            ! lib/Exporter.pm lib/IPC/Open3.pm
17635 ____________________________________________________________________________
17636 [  6251] By: jhi                                   on 2000/06/28  14:50:43
17637         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
17638              From: Doug MacEachern <dougm@covalent.net>
17639              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
17640              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
17641      Branch: cfgperl
17642            ! lib/Exporter.pm
17643 ____________________________________________________________________________
17644 [  6250] By: jhi                                   on 2000/06/28  14:45:23
17645         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
17646              From: Doug MacEachern <dougm@covalent.net>
17647              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
17648              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
17649      Branch: cfgperl
17650            + t/op/my_stash.t
17651            ! MANIFEST embed.pl global.sym proto.h toke.c
17652 ____________________________________________________________________________
17653 [  6249] By: jhi                                   on 2000/06/28  14:36:34
17654         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
17655              From: Frank Tobin <ftobin@uiuc.edu>
17656              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
17657              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
17658      Branch: cfgperl
17659            ! lib/IPC/Open3.pm
17660 ____________________________________________________________________________
17661 [  6248] By: jhi                                   on 2000/06/28  14:11:25
17662         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
17663              From: Mark-Jason Dominus <mjd@plover.com>
17664              Date: Tue, 27 Jun 2000 22:36:42 -0400
17665              Message-ID: <20000628023642.12166.qmail@plover.com>
17666      Branch: cfgperl
17667            ! pod/perlfunc.pod
17668 ____________________________________________________________________________
17669 [  6247] By: jhi                                   on 2000/06/27  12:46:37
17670         Log: Tweak $VERSION, patch from Doug MacEachern.
17671      Branch: cfgperl
17672            ! lib/File/Spec.pm
17673 ____________________________________________________________________________
17674 [  6246] By: jhi                                   on 2000/06/27  03:34:46
17675         Log: Allow for standalone testing.
17676      Branch: cfgperl
17677            ! t/lib/filefunc.t t/lib/filespec.t
17678 ____________________________________________________________________________
17679 [  6245] By: jhi                                   on 2000/06/27  02:50:02
17680         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
17681              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17682              Date: Sat, 24 Jun 2000 13:06:20 +0100
17683              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
17684      Branch: cfgperl
17685            ! ext/DynaLoader/DynaLoader_pm.PL
17686 ____________________________________________________________________________
17687 [  6244] By: jhi                                   on 2000/06/27  02:46:10
17688         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
17689              From: Doug MacEachern <dougm@covalent.net>
17690              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
17691              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
17692      Branch: cfgperl
17693            ! gv.c sv.c t/lib/peek.t
17694 ____________________________________________________________________________
17695 [  6243] By: jhi                                   on 2000/06/27  02:38:07
17696         Log: Subject: [PATCH] is_utf8_string
17697              From: simon@brecon.co.uk (Simon Cozens)
17698              Date: 26 Jun 2000 02:25:59 GMT
17699              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
17700      Branch: cfgperl
17701            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
17702            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
17703            ! proto.h utf8.c
17704 ____________________________________________________________________________
17705 [  6242] By: jhi                                   on 2000/06/27  02:24:00
17706         Log: Subject: [PATCH] bytes<->utf8 fixes
17707              From: simon@brecon.co.uk (Simon Cozens)
17708              Date: 26 Jun 2000 04:55:45 GMT
17709              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
17710      Branch: cfgperl
17711            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
17712 ____________________________________________________________________________
17713 [  6241] By: jhi                                   on 2000/06/27  02:12:42
17714         Log: Do no -warn on \_, only on \alpha.
17715              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
17716              From: David Dyck <dcd@tc.fluke.com>
17717              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
17718              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
17719      Branch: cfgperl
17720            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
17721 ____________________________________________________________________________
17722 [  6240] By: jhi                                   on 2000/06/27  02:00:01
17723         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
17724              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17725              Date: Mon, 26 Jun 2000 18:40:14 +0100
17726              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
17727      Branch: cfgperl
17728            ! utils/h2xs.PL
17729 ____________________________________________________________________________
17730 [  6239] By: jhi                                   on 2000/06/27  01:53:40
17731         Log: Configure maintenance.  Sever some dependency cycles,
17732              separate gccversion from the cc unit,
17733              address [ID 20000623.006] Configure script patch for using gcc on AIX
17734              (but solve it a little bit differently),
17735              unduplex some accidentally duplicated units,
17736              suggest using gcc if no cc available
17737              (p5p thread: "Solaris configure: counterproposal", 1999-09)
17738      Branch: cfgperl
17739            ! Configure Todo-5.6 config_h.SH
17740      Branch: metaconfig
17741            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
17742            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
17743      Branch: metaconfig/U/perl
17744            + gccvers.U
17745            ! d_getespwnam.U d_getprpwnam.U i_prot.U
17746 ____________________________________________________________________________
17747 [  6238] By: jhi                                   on 2000/06/25  18:04:56
17748         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
17749              From: Dan Sugalski <dan@sidhe.org>
17750              Date: Fri, 23 Jun 2000 17:00:00 -0400
17751              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
17752      Branch: cfgperl
17753            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
17754 ____________________________________________________________________________
17755 [  6237] By: jhi                                   on 2000/06/25  16:36:45
17756         Log: Tweak embed.pl, regen headers.
17757      Branch: cfgperl
17758            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
17759            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
17760            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
17761            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
17762            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
17763 ____________________________________________________________________________
17764 [  6236] By: jhi                                   on 2000/06/25  15:26:42
17765         Log: Regen headers.
17766      Branch: cfgperl
17767            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
17768            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
17769            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
17770            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
17771            ! regnodes.h warnings.h
17772 ____________________________________________________________________________
17773 [  6235] By: jhi                                   on 2000/06/23  19:39:35
17774         Log: The thread begun by
17775              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
17776              From: Kevin.Ruscoe@ubsw.com
17777              Date: Fri, 16 Jun 2000 16:38:51 +0100
17778              Message-Id: <H000019b03c300d6@MHS>
17779      Branch: cfgperl
17780            ! hints/solaris_2.sh
17781 ____________________________________________________________________________
17782 [  6234] By: jhi                                   on 2000/06/23  19:23:36
17783         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
17784              because when run as services (Win32ese for daemons)
17785              no environment variables are set and tmpdir ends up as /tmp,
17786              which is ambiguous.
17787              
17788              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
17789              From: matt@sergeant.org
17790              Date: 16 Jun 2000 16:30:43 -0000
17791              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
17792      Branch: cfgperl
17793            ! lib/File/Spec/Win32.pm
17794 ____________________________________________________________________________
17795 [  6233] By: jhi                                   on 2000/06/23  19:18:58
17796         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
17797              From: Mark-Jason Dominus <mjd@plover.com>
17798              Date: Fri, 16 Jun 2000 20:53:04 -0400
17799              Message-ID: <20000617005304.8008.qmail@plover.com>
17800      Branch: cfgperl
17801            ! op.h
17802 ____________________________________________________________________________
17803 [  6232] By: jhi                                   on 2000/06/23  16:10:02
17804         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
17805              From: simon@brecon.co.uk (Simon Cozens)
17806              Date: 19 Jun 2000 15:18:27 GMT
17807              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
17808              
17809              plus update pod/Makefile and regenerate perltoc
17810      Branch: cfgperl
17811            + pod/perlutil.pod
17812            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
17813 ____________________________________________________________________________
17814 [  6231] By: jhi                                   on 2000/06/23  15:19:18
17815         Log: Subject: [PATCH 5.6.0] cygwin port
17816              From: "Fifer, Eric" <EFifer@sanwaint.com>
17817              Date: Tue, 20 Jun 2000 14:30:58 +0100
17818              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
17819      Branch: cfgperl
17820            ! README.cygwin lib/File/Find.pm
17821 ____________________________________________________________________________
17822 [  6230] By: jhi                                   on 2000/06/23  14:25:21
17823         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
17824      Branch: cfgperl
17825            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
17826            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17827            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17828            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
17829 ____________________________________________________________________________
17830 [  6229] By: jhi                                   on 2000/06/23  14:13:34
17831         Log: Subject: README.hpux version 0.6.1
17832              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
17833              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17834              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
17835      Branch: cfgperl
17836            ! README.hpux
17837 ____________________________________________________________________________
17838 [  6228] By: jhi                                   on 2000/06/23  14:07:20
17839         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
17840              From: Doug MacEachern <dougm@covalent.net>
17841              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
17842              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
17843      Branch: cfgperl
17844            ! op.c
17845 ____________________________________________________________________________
17846 [  6227] By: jhi                                   on 2000/06/23  14:01:06
17847         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
17848              From: Doug MacEachern <dougm@covalent.net>
17849              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
17850              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
17851      Branch: cfgperl
17852            + lib/lib.pm.PL
17853            - lib/lib.pm
17854            ! MANIFEST Makefile.SH
17855 ____________________________________________________________________________
17856 [  6226] By: jhi                                   on 2000/06/23  13:53:07
17857         Log: Subject: [PATCH] remove forward declarations in Socket.pm
17858              From: Doug MacEachern <dougm@covalent.net>
17859              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
17860              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
17861              
17862              From: Doug MacEachern <dougm@covalent.net>
17863              Subject: Re: [PATCH] remove forward declarations in Socket.pm
17864              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
17865              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
17866      Branch: cfgperl
17867            ! ext/Socket/Socket.pm op.c
17868 ____________________________________________________________________________
17869 [  6225] By: jhi                                   on 2000/06/23  13:41:52
17870         Log: Add source code filenames to apidoc.
17871              From: simon@brecon.co.uk (Simon Cozens)
17872              Subject: [PATCH embed.pl] Source X-ref
17873              Date: 22 Jun 2000 02:18:49 GMT
17874              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
17875      Branch: cfgperl
17876            ! embed.pl
17877 ____________________________________________________________________________
17878 [  6224] By: jhi                                   on 2000/06/23  13:32:33
17879         Log: A way to avoid English.pm performance hit.
17880              From: root <root@jester.slaysys.com>
17881              Subject: [YAPATCH English.pm] My turn to putt again
17882              Date: Thu, 22 Jun 2000 20:33:58 -0400
17883              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
17884      Branch: cfgperl
17885            ! lib/English.pm t/lib/english.t
17886 ____________________________________________________________________________
17887 [  6223] By: jhi                                   on 2000/06/23  13:27:06
17888         Log: Avoid double close().
17889              Subject: [PATCH] avoid double close()
17890              From: Doug MacEachern <dougm@covalent.net>
17891              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
17892              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
17893      Branch: cfgperl
17894            ! doio.c
17895 ____________________________________________________________________________
17896 [  6222] By: jhi                                   on 2000/06/23  13:25:54
17897         Log: doc typo fix
17898              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
17899              From: Ian Phillipps <Ian.Phillipps@iname.com>
17900              Date: Fri, 23 Jun 2000 10:40:58 +0100
17901              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
17902      Branch: cfgperl
17903            ! lib/Pod/Usage.pm
17904 ____________________________________________________________________________
17905 [  6221] By: jhi                                   on 2000/06/23  13:24:15
17906         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
17907              From: simon@brecon.co.uk (Simon Cozens)
17908              Subject: [PATCH] Eliminate tr///[CU][CU]
17909              Date: 23 Jun 2000 11:05:40 GMT
17910              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
17911      Branch: cfgperl
17912            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
17913 ____________________________________________________________________________
17914 [  6220] By: jhi                                   on 2000/06/22  16:07:51
17915         Log: Win32 patches from Benjamin Stuhl.
17916      Branch: cfgperl
17917            ! makedef.pl win32/win32.h
17918 ____________________________________________________________________________
17919 [  6219] By: jhi                                   on 2000/06/22  16:06:34
17920         Log: Bytecode patches from Benjamin Stuhl.
17921      Branch: cfgperl
17922            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
17923            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
17924            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
17925 ____________________________________________________________________________
17926 [  6218] By: jhi                                   on 2000/06/15  23:54:16
17927         Log: Bytecode patches from Benjamin Stuhl.
17928      Branch: cfgperl
17929            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
17930 ____________________________________________________________________________
17931 [  6217] By: jhi                                   on 2000/06/09  13:38:29
17932         Log: Rename the fdpid locking and integrate with Sarathy.
17933      Branch: cfgperl
17934            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
17935            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
17936            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
17937            ! win32/win32.c
17938           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
17939 ____________________________________________________________________________
17940 [  6216] By: gsar                                  on 2000/06/08  14:54:21
17941         Log: be more optimal about clearing @_
17942      Branch: perl
17943            ! cop.h
17944 ____________________________________________________________________________
17945 [  6215] By: gsar                                  on 2000/06/08  14:33:04
17946         Log: tweak comment about @DB::args
17947      Branch: perl
17948            ! av.h pp_ctl.c
17949 ____________________________________________________________________________
17950 [  6214] By: gsar                                  on 2000/06/08  13:57:54
17951         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
17952              caller() wants to populate @DB::args with it (causes a coredump
17953              in Carp::confess())
17954      Branch: perl
17955            ! cop.h t/op/runlevel.t
17956 ____________________________________________________________________________
17957 [  6213] By: gsar                                  on 2000/06/08  07:06:35
17958         Log: back out change#6106 (seems problematic)
17959      Branch: perl
17960            ! hints/solaris_2.sh
17961 ____________________________________________________________________________
17962 [  6212] By: jhi                                   on 2000/06/07  03:10:36
17963         Log: Continuing mopup for #6204.
17964      Branch: cfgperl
17965            ! ext/B/defsubs_h.PL
17966 ____________________________________________________________________________
17967 [  6211] By: jhi                                   on 2000/06/07  02:41:50
17968         Log: Mopup for #6204.
17969              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
17970              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
17971              This is comes from const() where POK isn't on when expected.
17972      Branch: cfgperl
17973            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
17974            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
17975            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
17976            ! perlapi.h pod/perlapi.pod
17977 ____________________________________________________________________________
17978 [  6210] By: jhi                                   on 2000/06/07  01:56:29
17979         Log: Mopup for #6207 and #6209.
17980      Branch: cfgperl
17981            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
17982 ____________________________________________________________________________
17983 [  6209] By: jhi                                   on 2000/06/07  01:33:12
17984         Log: Lock PL_fdpid against race conditions, based on:
17985              Subject: [PATCH 5.6.0]subprocess fixup for threads
17986              From: Dan Sugalski <dan@sidhe.org>
17987              To: perl5-porters@perl.org
17988              Date: Tue, 11 Apr 2000 17:02:32 -0400
17989              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
17990      Branch: cfgperl
17991            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
17992            ! win32/win32.c
17993 ____________________________________________________________________________
17994 [  6208] By: jhi                                   on 2000/06/07  01:05:23
17995         Log: Regen headers for #6207.
17996      Branch: cfgperl
17997            ! embed.h global.sym objXSUB.h proto.h
17998 ____________________________________________________________________________
17999 [  6207] By: jhi                                   on 2000/06/06  23:43:13
18000         Log: Subject: [PATCH 5.6.0] Threadsafe patches
18001              From: Dan Sugalski <dan@sidhe.org>
18002              To: perl5-porters@perl.org
18003              Date: Mon, 08 May 2000 18:08:13 -0400
18004              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
18005      Branch: cfgperl
18006            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
18007            ! proto.h sv.h util.c
18008 ____________________________________________________________________________
18009 [  6206] By: jhi                                   on 2000/06/06  23:21:23
18010         Log: Subject: [PATCH] Eliminate $a/$b in pod
18011              From: David Glasser <me@davidglasser.net>
18012              To: perl5-porters@perl.org
18013              Date: Mon, 29 May 2000 21:15:59 -0400
18014              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
18015      Branch: cfgperl
18016            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
18017            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
18018            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
18019            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
18020            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
18021            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
18022            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
18023            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
18024            ! pod/perlvar.pod pod/perlxs.pod
18025 ____________________________________________________________________________
18026 [  6205] By: jhi                                   on 2000/06/06  23:12:14
18027         Log: Subject: [PATCH] Win32 improvements
18028              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
18029              To: gsar@activestate.com, perl5-porters@perl.org
18030              Date: Mon, 29 May 2000 17:22:24 PDT
18031              Message-ID: <20000530002224.91142.qmail@hotmail.com>
18032              (MUA had mangled many lines by wordwrapping)
18033      Branch: cfgperl
18034            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
18035 ____________________________________________________________________________
18036 [  6204] By: jhi                                   on 2000/06/06  23:01:50
18037         Log: Subject: [PATCH] B::Bytecode patches
18038              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
18039              To: gsar@activestate.com, jhi@iki.fi
18040              Cc: perl5-porters@perl.org
18041              Message-ID: <20000602202526.48694.qmail@hotmail.com>
18042              (MUA had mangled many lines by wordwrapping)
18043      Branch: cfgperl
18044            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
18045            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
18046            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18047            ! intrpvar.h perl.c
18048 ____________________________________________________________________________
18049 [  6203] By: jhi                                   on 2000/06/06  22:32:43
18050         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
18051              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18052              Date: Tue, 06 Jun 2000 13:07:45 -0700
18053              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
18054      Branch: cfgperl
18055            ! pod/perldiag.pod
18056 ____________________________________________________________________________
18057 [  6202] By: jhi                                   on 2000/06/06  19:38:35
18058         Log: Integrate with Sarathy.
18059      Branch: cfgperl
18060           !> perl.c
18061 ____________________________________________________________________________
18062 [  6201] By: gsar                                  on 2000/06/06  00:42:59
18063         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
18064              does a PUSHMARK that's never ever POPMARKed; in general, only
18065              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
18066              Perl_eval_[sp]v() don't because they don't take any incoming
18067              arguments (this leak has been around since the original version
18068              of perl_eval_pv() in 5.003_97e)
18069      Branch: perl
18070            ! perl.c
18071 ____________________________________________________________________________
18072 [  6200] By: jhi                                   on 2000/06/04  03:44:52
18073         Log: Update to cperl-mode.el 4.31 from
18074              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
18075              Subject: A couple of notes
18076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18077              To: Mailing list Perl5 <perl5-porters@perl.org>
18078              Date: Sat, 3 Jun 2000 23:33:32 -0400
18079              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
18080      Branch: cfgperl
18081            ! emacs/cperl-mode.el
18082 ____________________________________________________________________________
18083 [  6199] By: jhi                                   on 2000/06/03  15:11:05
18084         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
18085              From: Dan Sugalski <dan@sidhe.org>
18086              To: perl5-porters@perl.org, vmsperl@perl.org
18087              Date: Fri, 02 Jun 2000 17:30:51 -0400
18088              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
18089      Branch: cfgperl
18090            ! vms/descrip_mms.template vms/gen_shrfls.pl
18091 ____________________________________________________________________________
18092 [  6198] By: jhi                                   on 2000/06/03  14:59:15
18093         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
18094              From: Dan Sugalski <dan@sidhe.org>
18095              To: vmsperl@perl.org, perl5-porters@perl.org
18096              Date: Fri, 02 Jun 2000 16:00:41 -0400
18097              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
18098              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
18099      Branch: cfgperl
18100            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
18101            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
18102            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
18103 ____________________________________________________________________________
18104 [  6197] By: jhi                                   on 2000/06/03  14:41:30
18105         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
18106              From: John Borwick <jhborwic@unity.ncsu.edu>
18107              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
18108              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
18109      Branch: cfgperl
18110            ! pod/perlsyn.pod
18111 ____________________________________________________________________________
18112 [  6196] By: jhi                                   on 2000/06/03  14:38:09
18113         Log: Integrate with Sarathy.
18114      Branch: cfgperl
18115           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
18116           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
18117           !> vms/perly_c.vms
18118 ____________________________________________________________________________
18119 [  6195] By: gsar                                  on 2000/06/02  22:43:13
18120         Log: fix yet another eval"" leak under USE_ITHREADS
18121      Branch: perl
18122            ! op.c
18123 ____________________________________________________________________________
18124 [  6194] By: gsar                                  on 2000/06/02  18:22:06
18125         Log: fix small eval"" memory leaks under USE_ITHREADS
18126      Branch: perl
18127            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
18128            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
18129            ! vms/perly_c.vms
18130 ____________________________________________________________________________
18131 [  6193] By: jhi                                   on 2000/06/01  13:03:56
18132         Log: Signals-be-gone for microperl.
18133      Branch: cfgperl
18134            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
18135 ____________________________________________________________________________
18136 [  6192] By: jhi                                   on 2000/06/01  12:52:02
18137         Log: Integrate with Sarathy.
18138      Branch: cfgperl
18139           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
18140           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
18141           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
18142           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
18143           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
18144           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
18145           !> t/op/vec.t utils/h2xs.PL
18146 ____________________________________________________________________________
18147 [  6191] By: gsar                                  on 2000/06/01  09:38:21
18148         Log: vec() loses numericalness (modified version of patch suggested
18149              by Robin Barker)
18150      Branch: perl
18151            ! doop.c t/op/vec.t
18152 ____________________________________________________________________________
18153 [  6190] By: gsar                                  on 2000/06/01  09:26:15
18154         Log: submit missing embed.pl change
18155      Branch: perl
18156            ! embed.pl
18157 ____________________________________________________________________________
18158 [  6189] By: gsar                                  on 2000/06/01  09:05:34
18159         Log: counting tr/// corrupts later operation (from M.J.T Guy)
18160      Branch: perl
18161            ! doop.c t/op/tr.t
18162 ____________________________________________________________________________
18163 [  6188] By: gsar                                  on 2000/06/01  08:58:39
18164         Log: h2xs tweaks
18165      Branch: perl
18166            ! utils/h2xs.PL
18167 ____________________________________________________________________________
18168 [  6187] By: gsar                                  on 2000/06/01  08:50:07
18169         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
18170              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18171      Branch: perl
18172            + lib/Pod/LaTeX.pm
18173            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
18174            ! pod/pod2latex.PL
18175 ____________________________________________________________________________
18176 [  6186] By: gsar                                  on 2000/06/01  08:24:40
18177         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
18178              <wolfgang.laun@alcatel.at>)
18179      Branch: perl
18180            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
18181            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
18182 ____________________________________________________________________________
18183 [  6185] By: gsar                                  on 2000/06/01  08:12:00
18184         Log: remove incorrect documentation about implicit split to @_ in
18185              list context, which never really worked in perl 5 (from
18186              M.J.T. Guy)
18187      Branch: perl
18188            ! pod/perlfunc.pod pod/perltrap.pod
18189 ____________________________________________________________________________
18190 [  6184] By: gsar                                  on 2000/06/01  07:52:27
18191         Log: tweak for change#6127
18192      Branch: perl
18193            ! perl.c
18194 ____________________________________________________________________________
18195 [  6183] By: gsar                                  on 2000/06/01  07:41:02
18196         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
18197              <nick@ccl4.org>)
18198      Branch: perl
18199            + t/lib/selfloader.t
18200            ! MANIFEST lib/SelfLoader.pm
18201 ____________________________________________________________________________
18202 [  6182] By: jhi                                   on 2000/06/01  00:34:42
18203         Log: Be Cleaner Part Deux.
18204      Branch: cfgperl
18205            ! Makefile.SH
18206 ____________________________________________________________________________
18207 [  6181] By: jhi                                   on 2000/06/01  00:32:09
18208         Log: Integrate with Sarathy.
18209      Branch: cfgperl
18210           !> pp.c t/op/arith.t
18211 ____________________________________________________________________________
18212 [  6180] By: jhi                                   on 2000/06/01  00:31:13
18213         Log: microperl nits from Simon Cozens.
18214      Branch: cfgperl
18215            + uconfig.h
18216            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
18217            ! unixish.h
18218 ____________________________________________________________________________
18219 [  6179] By: gsar                                  on 2000/05/31  22:37:51
18220         Log: buggy modulus on UVs introduced by change#3378 (resulted in
18221              4063328477 % 65535 amounting to 27406, instead of 27407)
18222      Branch: perl
18223            ! pp.c t/op/arith.t
18224 ____________________________________________________________________________
18225 [  6178] By: jhi                                   on 2000/05/31  21:52:41
18226         Log: Be cleaner.
18227      Branch: cfgperl
18228            ! Makefile.SH
18229 ____________________________________________________________________________
18230 [  6177] By: jhi                                   on 2000/05/31  21:47:33
18231         Log: Substitution utf8 patch from Simon Cozens.
18232      Branch: cfgperl
18233            ! pp_hot.c
18234 ____________________________________________________________________________
18235 [  6176] By: jhi                                   on 2000/05/31  21:45:34
18236         Log: Single-quoted utf8 patch from Simon Cozens.
18237      Branch: cfgperl
18238            ! toke.c
18239 ____________________________________________________________________________
18240 [  6175] By: jhi                                   on 2000/05/31  21:40:18
18241         Log: Integrate with Sarathy.
18242      Branch: cfgperl
18243           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
18244 ____________________________________________________________________________
18245 [  6174] By: jhi                                   on 2000/05/31  21:37:31
18246         Log: microperl changes from Simon Cozens; Makefile for microperl
18247              written from scratch; few casts added as microperl compilation
18248              doesn't have all prototypes available.
18249      Branch: cfgperl
18250            + Makefile.micro README.micro Todo.micro uconfig.sh
18251            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
18252            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
18253      Branch: metaconfig
18254            + U/modified/Config_h.U
18255 ____________________________________________________________________________
18256 [  6173] By: jhi                                   on 2000/05/31  20:00:24
18257         Log: metaconfig maintenance.
18258      Branch: metaconfig
18259            + U/modified/Inhdr.U U/typedefs/inotype.U
18260      Branch: metaconfig/U/perl
18261            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
18262            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
18263 ____________________________________________________________________________
18264 [  6172] By: gsar                                  on 2000/05/31  05:05:42
18265         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
18266              (from Ilya Zakharevich)
18267      Branch: perl
18268            ! regexec.c t/op/re_tests
18269 ____________________________________________________________________________
18270 [  6171] By: gsar                                  on 2000/05/31  05:01:47
18271         Log: scalar() doesn't force scalar context when used in void context
18272              (from Simon Cozens)
18273      Branch: perl
18274            ! op.c t/op/wantarray.t
18275 ____________________________________________________________________________
18276 [  6170] By: gsar                                  on 2000/05/31  04:41:33
18277         Log: change#6142 needs tweaks to tests to work where there's no symlink()
18278              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18279      Branch: perl
18280            ! t/lib/filefind.t
18281 ____________________________________________________________________________
18282 [  6169] By: gsar                                  on 2000/05/31  04:29:49
18283         Log: integrate cfgperl contents into mainline
18284      Branch: perl
18285           +> pod/perlmodlib.PL pod/perlnewmod.pod
18286           !> (integrate 42 files)
18287 ____________________________________________________________________________
18288 [  6168] By: jhi                                   on 2000/05/30  22:53:37
18289         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
18290      Branch: cfgperl
18291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18292            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
18293            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
18294            ! win32/config.bc win32/config.gc win32/config.vc
18295            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18296            ! win32/config_h.PL win32/config_sh.PL
18297      Branch: metaconfig/U/perl
18298            ! perlxv.U
18299 ____________________________________________________________________________
18300 [  6167] By: jhi                                   on 2000/05/30  22:20:21
18301         Log: tweak todo 
18302      Branch: cfgperl
18303            ! Todo-5.6
18304 ____________________________________________________________________________
18305 [  6166] By: jhi                                   on 2000/05/30  22:11:51
18306         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
18307              in case somebody wants to write an extension for more
18308              shadow database interfaces.
18309      Branch: cfgperl
18310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18311            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
18312            ! vos/config.def vos/config.h vos/config_h.SH_orig
18313            ! win32/config.bc win32/config.gc win32/config.vc
18314            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18315      Branch: metaconfig
18316            ! U/modified/Myinit.U
18317      Branch: metaconfig/U/perl
18318            + d_getespwnam.U d_getprpwnam.U i_prot.U
18319 ____________________________________________________________________________
18320 [  6165] By: jhi                                   on 2000/05/30  18:35:34
18321         Log: Integrate with Sarathy.
18322      Branch: cfgperl
18323           !> op.c
18324 ____________________________________________________________________________
18325 [  6164] By: jhi                                   on 2000/05/30  18:30:16
18326         Log: detypo
18327      Branch: cfgperl
18328            ! Configure config_h.SH
18329      Branch: metaconfig/U/perl
18330            ! perlxv.U
18331 ____________________________________________________________________________
18332 [  6163] By: gsar                                  on 2000/05/30  03:24:03
18333         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
18334      Branch: perl
18335            ! op.c
18336 ____________________________________________________________________________
18337 [  6162] By: gsar                                  on 2000/05/30  03:09:38
18338         Log: fix memory leak in method call optimization (change#3768);
18339              made C<eval "$x->foo()"> leak
18340      Branch: perl
18341            ! op.c
18342 ____________________________________________________________________________
18343 [  6161] By: jhi                                   on 2000/05/29  17:56:26
18344         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
18345              both from Simon Cozens.
18346      Branch: cfgperl
18347            + pod/perlmodlib.PL pod/perlnewmod.pod
18348            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
18349            ! pod/perlmodlib.pod pod/perltoc.pod
18350 ____________________________________________________________________________
18351 [  6160] By: jhi                                   on 2000/05/29  17:23:55
18352         Log: Changes for the File::Temp 0.08 (change #6159) test suite
18353              to fit better into the Perl distribution test framework.
18354      Branch: cfgperl
18355            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
18356            ! t/lib/ftmp-tempfile.t
18357 ____________________________________________________________________________
18358 [  6159] By: jhi                                   on 2000/05/29  16:55:36
18359         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
18360      Branch: cfgperl
18361            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18362            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18363 ____________________________________________________________________________
18364 [  6158] By: bailey                                on 2000/05/29  16:22:08
18365         Log: Add fallback to tmpfile for use in cases where user's relying on
18366              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
18367              Lane's patch)
18368      Branch: vmsperl
18369            ! vms/vms.c vms/vmsish.h
18370 ____________________________________________________________________________
18371 [  6157] By: jhi                                   on 2000/05/29  03:10:36
18372         Log: Regen Configure to jive with #6149.
18373      Branch: cfgperl
18374            ! Configure
18375      Branch: metaconfig
18376            ! U/modified/Getfile.U
18377 ____________________________________________________________________________
18378 [  6156] By: jhi                                   on 2000/05/29  03:01:38
18379         Log: Integrate with Sarathy.
18380      Branch: cfgperl
18381           +> ext/DynaLoader/dl_mac.xs
18382           !> (integrate 38 files)
18383 ____________________________________________________________________________
18384 [  6155] By: gsar                                  on 2000/05/28  21:15:58
18385         Log: small bug in change#6144; remove random \xA0 character that snuck
18386              in via change#6145
18387      Branch: perl
18388            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
18389 ____________________________________________________________________________
18390 [  6154] By: gsar                                  on 2000/05/28  21:04:19
18391         Log: avoid type mismatch warning
18392      Branch: perl
18393            ! perl.c
18394 ____________________________________________________________________________
18395 [  6153] By: gsar                                  on 2000/05/28  20:58:31
18396         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
18397              <nick@Bagpuss.uk.boo.com>)
18398      Branch: perl
18399            ! lib/Test/Harness.pm
18400 ____________________________________________________________________________
18401 [  6152] By: gsar                                  on 2000/05/28  20:53:42
18402         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
18403      Branch: perl
18404            ! regexec.c
18405 ____________________________________________________________________________
18406 [  6151] By: gsar                                  on 2000/05/28  20:50:28
18407         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
18408      Branch: perl
18409            ! regexec.c
18410 ____________________________________________________________________________
18411 [  6150] By: gsar                                  on 2000/05/28  20:39:58
18412         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
18413      Branch: perl
18414            ! pod/perlrequick.pod
18415 ____________________________________________________________________________
18416 [  6149] By: gsar                                  on 2000/05/28  20:35:16
18417         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
18418              <troc@netrus.net>)
18419      Branch: perl
18420            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
18421            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
18422            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
18423            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
18424 ____________________________________________________________________________
18425 [  6148] By: gsar                                  on 2000/05/28  20:21:07
18426         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
18427      Branch: perl
18428            ! lib/ExtUtils/MM_Unix.pm
18429 ____________________________________________________________________________
18430 [  6147] By: gsar                                  on 2000/05/28  20:12:41
18431         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
18432              (from Peter Prymmer)
18433      Branch: perl
18434            ! vms/subconfigure.com
18435 ____________________________________________________________________________
18436 [  6146] By: gsar                                  on 2000/05/28  20:06:15
18437         Log: doc typo
18438      Branch: perl
18439            ! lib/warnings.pm warnings.h warnings.pl
18440 ____________________________________________________________________________
18441 [  6145] By: gsar                                  on 2000/05/28  18:44:33
18442         Log: make xsubpp skip embedded pod (from Matthias Neeracher
18443              <neeri@iis.ee.ethz.ch>)
18444      Branch: perl
18445            ! lib/ExtUtils/xsubpp
18446 ____________________________________________________________________________
18447 [  6144] By: gsar                                  on 2000/05/28  18:42:49
18448         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
18449              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
18450              <neeri@iis.ee.ethz.ch>)
18451      Branch: perl
18452            ! lib/AutoSplit.pm
18453 ____________________________________________________________________________
18454 [  6143] By: gsar                                  on 2000/05/28  18:41:12
18455         Log: MacOS support, part 1 (from Matthias Neeracher
18456              <neeri@iis.ee.ethz.ch>)
18457      Branch: perl
18458            + ext/DynaLoader/dl_mac.xs
18459            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
18460            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
18461            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
18462            ! util.h
18463 ____________________________________________________________________________
18464 [  6142] By: gsar                                  on 2000/05/28  18:21:51
18465         Log: File::Find fails to chdir when chasing symlinks (from
18466              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18467      Branch: perl
18468            ! lib/File/Find.pm t/lib/filefind.t
18469 ____________________________________________________________________________
18470 [  6141] By: jhi                                   on 2000/05/28  14:25:15
18471         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
18472              forwarded by Peter Seebach from the bsdi-users mailing list.
18473              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
18474      Branch: perl
18475            ! hints/bsdos.sh
18476 ____________________________________________________________________________
18477 [  6140] By: jhi                                   on 2000/05/28  14:11:57
18478         Log: Integrate with Sarathy.
18479      Branch: cfgperl
18480           +> (branch 30 files)
18481           !> (integrate 93 files)
18482 ____________________________________________________________________________
18483 [  6139] By: gsar                                  on 2000/05/28  10:01:48
18484         Log: revise mktables.PL for bugs and newness in Unicode 3.0
18485              (from James Bence <jbence@amgen.com>)
18486      Branch: perl
18487            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
18488            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
18489            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
18490            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
18491            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
18492            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
18493            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
18494            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
18495            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
18496            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
18497            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
18498            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
18499            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
18500            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
18501            + lib/unicode/Is/SylWU.pl
18502            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
18503            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18504            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
18505            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
18506            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
18507            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
18508            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
18509            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
18510            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
18511            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
18512            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
18513            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
18514            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
18515            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
18516            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
18517            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
18518            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
18519            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
18520            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
18521            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
18522            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
18523            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
18524            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
18525            ! lib/unicode/Makefile lib/unicode/mktables.PL
18526 ____________________________________________________________________________
18527 [  6138] By: gsar                                  on 2000/05/28  08:50:32
18528         Log: add note about the handling of negative indices to tied arrays
18529              (from Michael G Schwern <schwern@pobox.com>)
18530      Branch: perl
18531            ! pod/perltie.pod
18532 ____________________________________________________________________________
18533 [  6137] By: gsar                                  on 2000/05/28  08:46:10
18534         Log: fix bogus redeclaration warning for "our" variables in different
18535              scopes
18536      Branch: perl
18537            ! op.c t/pragma/strict-vars
18538 ____________________________________________________________________________
18539 [  6136] By: gsar                                  on 2000/05/28  08:31:20
18540         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
18541      Branch: perl
18542            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
18543 ____________________________________________________________________________
18544 [  6135] By: gsar                                  on 2000/05/28  08:17:50
18545         Log: enable Test::Harness to dynamically determine column width etc.
18546              (from Rob Napier <rnapier@employees.org>)
18547      Branch: perl
18548            ! lib/Test/Harness.pm
18549 ____________________________________________________________________________
18550 [  6134] By: gsar                                  on 2000/05/28  08:13:39
18551         Log: make Test::Harness use wait.h/WCOREDUMP if available
18552              (from Ben Tilly <ben_tilly@hotmail.com>)
18553      Branch: perl
18554            ! lib/Test/Harness.pm
18555 ____________________________________________________________________________
18556 [  6133] By: gsar                                  on 2000/05/28  08:08:05
18557         Log: elide bogus test in change#6132
18558      Branch: perl
18559            ! t/pragma/warn/9enabled
18560 ____________________________________________________________________________
18561 [  6132] By: gsar                                  on 2000/05/28  08:03:14
18562         Log: warnings::enabled() doesn't fall back to looking at $^W if
18563              caller isn't using lexical warnings (from Paul Marquess)
18564      Branch: perl
18565            ! pp_ctl.c t/pragma/warn/9enabled
18566 ____________________________________________________________________________
18567 [  6131] By: gsar                                  on 2000/05/28  07:57:47
18568         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
18569      Branch: perl
18570            ! ext/POSIX/POSIX.pm
18571 ____________________________________________________________________________
18572 [  6130] By: gsar                                  on 2000/05/28  07:29:12
18573         Log: fix places that mean C<"word" character> but say C<alphanumeric
18574              character>
18575      Branch: perl
18576            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
18577 ____________________________________________________________________________
18578 [  6129] By: gsar                                  on 2000/05/28  07:18:41
18579         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
18580      Branch: perl
18581            ! vms/test.com
18582 ____________________________________________________________________________
18583 [  6128] By: gsar                                  on 2000/05/28  07:12:55
18584         Log: new perlxstut example for passing/returning refs to arrays
18585              (from David Lowe <dlowe@pootpoot.com>)
18586      Branch: perl
18587            ! pod/perlxstut.pod
18588 ____________________________________________________________________________
18589 [  6127] By: gsar                                  on 2000/05/28  07:02:50
18590         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
18591              failed (from Gisle Aas)
18592      Branch: perl
18593            ! cop.h perl.c
18594 ____________________________________________________________________________
18595 [  6126] By: gsar                                  on 2000/05/28  06:39:53
18596         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
18597              (reworked variant of patch suggested by Simon Cozens)
18598      Branch: perl
18599            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
18600            ! pp_hot.c proto.h t/op/gv.t
18601 ____________________________________________________________________________
18602 [  6125] By: gsar                                  on 2000/05/28  05:14:55
18603         Log: enable propagating exception objects via Perl_croak() in XS code
18604              (from Gisle Aas)
18605      Branch: perl
18606            ! util.c
18607 ____________________________________________________________________________
18608 [  6124] By: gsar                                  on 2000/05/28  05:07:28
18609         Log: integrate vmsperl contents into mainline
18610      Branch: perl
18611           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
18612           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
18613           !> vms/vmsish.h
18614 ____________________________________________________________________________
18615 [  6123] By: gsar                                  on 2000/05/28  05:03:53
18616         Log: clarify gotcha with #line directives (from Rocco Caputo
18617              <troc@netrus.net>)
18618      Branch: perl
18619            ! pod/perldebug.pod pod/perlsyn.pod
18620 ____________________________________________________________________________
18621 [  6122] By: gsar                                  on 2000/05/28  04:58:29
18622         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
18623              (from Mark-Jason Dominus)
18624      Branch: perl
18625            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
18626            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
18627            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
18628            ! toke.c
18629 ____________________________________________________________________________
18630 [  6121] By: bailey                                on 2000/05/25  04:46:54
18631         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
18632              lists (based on fixes by Craig Berry)
18633      Branch: vmsperl
18634            ! lib/File/Spec/VMS.pm
18635 ____________________________________________________________________________
18636 [  6120] By: bailey                                on 2000/05/25  04:25:38
18637         Log: Add missing escape (Charles Lane)
18638      Branch: vmsperl
18639            ! t/op/lex_assign.t
18640 ____________________________________________________________________________
18641 [  6119] By: bailey                                on 2000/05/25  04:21:25
18642         Log: Quiet error messages in vmsish.t (Charles Lane)
18643      Branch: vmsperl
18644            ! vms/ext/vmsish.t
18645 ____________________________________________________________________________
18646 [  6118] By: bailey                                on 2000/05/25  04:17:57
18647         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
18648              Flatten case labels in switch statements uniformly (Charles Bailey)
18649      Branch: vmsperl
18650            ! vms/vms.c
18651 ____________________________________________________________________________
18652 [  6117] By: bailey                                on 2000/05/25  03:58:09
18653         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
18654      Branch: vmsperl
18655            ! vms/vmsish.h
18656 ____________________________________________________________________________
18657 [  6116] By: bailey                                on 2000/05/25  03:11:15
18658         Log: Miscellaneous cosmetic fixes (Charles Lane)
18659      Branch: vmsperl
18660            ! lib/ExtUtils/MM_VMS.pm
18661 ____________________________________________________________________________
18662 [  6115] By: bailey                                on 2000/05/25  03:10:36
18663         Log: Add bounds checking for several strings (Charles Lane)
18664      Branch: vmsperl
18665            ! vms/vms.c
18666 ____________________________________________________________________________
18667 [  6114] By: bailey                                on 2000/05/25  02:25:34
18668         Log: Urk -- undo previous removal of vmsish 'exit' change
18669      Branch: vmsperl
18670            ! vms/ext/vmsish.pm vms/vmsish.h
18671 ____________________________________________________________________________
18672 [  6113] By: bailey                                on 2000/05/24  02:24:40
18673         Log: Ugly workaround for version-specific RTL error
18674      Branch: vmsperl
18675            ! vms/vms.c
18676 ____________________________________________________________________________
18677 [  6112] By: bailey                                on 2000/05/24  02:19:55
18678         Log: Check for existence of file before trying to delete
18679      Branch: vmsperl
18680            ! vms/test.com
18681 ____________________________________________________________________________
18682 [  6111] By: bailey                                on 2000/05/23  23:35:13
18683         Log: Resync with mainline prior to post-5.6.0 updates
18684      Branch: vmsperl
18685           +> (branch 49 files)
18686            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
18687            ! vms/ext/vmsish.pm
18688           !> (integrate 334 files)
18689 ____________________________________________________________________________
18690 [  6110] By: jhi                                   on 2000/05/23  19:28:32
18691         Log: todo tweak
18692      Branch: cfgperl
18693            ! Todo-5.6
18694 ____________________________________________________________________________
18695 [  6109] By: jhi                                   on 2000/05/18  17:38:54
18696         Log: Integrate with Sarathy.
18697      Branch: cfgperl
18698           !> mg.c perl.h win32/perlhost.h
18699 ____________________________________________________________________________
18700 [  6108] By: gsar                                  on 2000/05/17  02:24:56
18701         Log: reenable fake signal handling on Windows, bugs and all
18702      Branch: perl
18703            ! mg.c perl.h win32/perlhost.h
18704 ____________________________________________________________________________
18705 [  6107] By: jhi                                   on 2000/05/15  18:01:41
18706         Log: Tweak the todo list.
18707      Branch: cfgperl
18708            ! Todo-5.6
18709 ____________________________________________________________________________
18710 [  6106] By: jhi                                   on 2000/05/15  13:41:48
18711         Log: The (Configure) script refuses to go on, after asking for
18712              'You may also choose to try maximal 64-bitness....'.
18713              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
18714              -- Patrick Zima
18715              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
18716      Branch: cfgperl
18717            ! hints/solaris_2.sh
18718 ____________________________________________________________________________
18719 [  6105] By: jhi                                   on 2000/05/11  14:37:43
18720         Log: Integrate with Sarathy.
18721      Branch: cfgperl
18722           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
18723           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
18724 ____________________________________________________________________________
18725 [  6104] By: gsar                                  on 2000/05/11  03:39:07
18726         Log: PL_sys_intern was being initialized too late on windows
18727      Branch: perl
18728            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
18729            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
18730 ____________________________________________________________________________
18731 [  6103] By: jhi                                   on 2000/05/09  19:42:20
18732         Log: Test tweaking for Unicos continues.
18733      Branch: cfgperl
18734            ! t/op/64bitint.t
18735 ____________________________________________________________________________
18736 [  6102] By: jhi                                   on 2000/05/09  16:47:27
18737         Log: The test suite tweak in #6101 wasn't quite right.
18738      Branch: cfgperl
18739            ! t/lib/complex.t
18740 ____________________________________________________________________________
18741 [  6101] By: jhi                                   on 2000/05/09  15:35:34
18742         Log: Hints and test tweaks for Unicos.
18743      Branch: cfgperl
18744            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
18745 ____________________________________________________________________________
18746 [  6100] By: jhi                                   on 2000/05/08  21:15:06
18747         Log: More compilation tweakery from Allen Smith.
18748      Branch: cfgperl
18749            ! hints/irix_6.sh
18750 ____________________________________________________________________________
18751 [  6099] By: jhi                                   on 2000/05/08  19:21:18
18752         Log: Tweaks for the cc bugs from Allen Smith.
18753      Branch: cfgperl
18754            ! hints/irix_6.sh
18755 ____________________________________________________________________________
18756 [  6098] By: jhi                                   on 2000/05/08  19:13:37
18757         Log: Add a note about other, yet unsupported, shadow password APIs.
18758      Branch: cfgperl
18759            ! pp_sys.c
18760 ____________________________________________________________________________
18761 [  6097] By: jhi                                   on 2000/05/08  18:46:34
18762         Log: Add a note about possible compilation problems from Allen Smith.
18763      Branch: cfgperl
18764            ! hints/irix_6.sh
18765 ____________________________________________________________________________
18766 [  6096] By: jhi                                   on 2000/05/08  17:33:10
18767         Log: Integrate with Sarathy.
18768      Branch: cfgperl
18769           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
18770           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
18771 ____________________________________________________________________________
18772 [  6095] By: jhi                                   on 2000/05/08  16:21:33
18773         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
18774              might be useful in future.
18775      Branch: cfgperl
18776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18777            ! config_h.SH
18778      Branch: metaconfig
18779            ! U/installdirs/inc_version_list.U
18780      Branch: metaconfig/U/perl
18781            ! perlxv.U
18782 ____________________________________________________________________________
18783 [  6094] By: gsar                                  on 2000/05/08  14:22:22
18784         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
18785      Branch: perl
18786            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
18787            ! hints/cygwin.sh pp_sys.c
18788 ____________________________________________________________________________
18789 [  6093] By: gsar                                  on 2000/05/08  12:52:28
18790         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
18791              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
18792      Branch: perl
18793            ! pp_sys.c sv.c win32/perlhost.h
18794 ____________________________________________________________________________
18795 [  6092] By: jhi                                   on 2000/05/07  22:40:34
18796         Log: Regen perltoc with the fixed buildtoc.
18797      Branch: cfgperl
18798            ! pod/perltoc.pod
18799 ____________________________________________________________________________
18800 [  6091] By: jhi                                   on 2000/05/07  22:24:16
18801         Log: Integrate with Sarathy.
18802      Branch: cfgperl
18803           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
18804           !> t/op/substr.t toke.c
18805 ____________________________________________________________________________
18806 [  6090] By: gsar                                  on 2000/05/07  19:47:07
18807         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
18808              [NI]OK; added tests for both
18809      Branch: perl
18810            ! perl.c pp_hot.c sv.c t/op/substr.t
18811 ____________________________________________________________________________
18812 [  6089] By: gsar                                  on 2000/05/07  18:18:38
18813         Log: buildtoc tweak to fix newline lossage
18814      Branch: perl
18815            ! pod/buildtoc
18816 ____________________________________________________________________________
18817 [  6088] By: jhi                                   on 2000/05/07  16:35:36
18818         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
18819              because we do not use those.  The HAS_GETSPNAM remains,
18820              though, because we still do use that.
18821      Branch: cfgperl
18822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18823            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
18824            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
18825            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
18826            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18827            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
18828 ____________________________________________________________________________
18829 [  6087] By: gsar                                  on 2000/05/07  16:05:16
18830         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
18831      Branch: perl
18832            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
18833 ____________________________________________________________________________
18834 [  6086] By: jhi                                   on 2000/05/07  15:27:07
18835         Log: Integrate with Sarathy.
18836      Branch: cfgperl
18837           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18838           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18839           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
18840           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
18841           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
18842           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
18843 ____________________________________________________________________________
18844 [  6085] By: gsar                                  on 2000/05/07  05:52:02
18845         Log: repeat operator (x) doesn't preserve utf8-ness
18846      Branch: perl
18847            ! pp.c t/op/substr.t
18848 ____________________________________________________________________________
18849 [  6084] By: gsar                                  on 2000/05/07  05:39:55
18850         Log: substr() does not preserve utf8-ness (from Stefan Eissing
18851              <Eissing@medicaldataservice.de>); added tests
18852      Branch: perl
18853            ! pp.c t/op/substr.t
18854 ____________________________________________________________________________
18855 [  6083] By: gsar                                  on 2000/05/07  05:24:46
18856         Log: note about undocumented caller() return value (from M.J.T. Guy);
18857              yet another peek.t tweak
18858      Branch: perl
18859            ! pod/perlfunc.pod t/lib/peek.t
18860 ____________________________________________________________________________
18861 [  6082] By: gsar                                  on 2000/05/07  05:08:40
18862         Log: peek.t non-portable to ithreads
18863      Branch: perl
18864            ! t/lib/peek.t
18865 ____________________________________________________________________________
18866 [  6081] By: gsar                                  on 2000/05/07  04:17:04
18867         Log: better default perlbug categories for ok reports (from Richard Foley)
18868      Branch: perl
18869            ! utils/perlbug.PL
18870 ____________________________________________________________________________
18871 [  6080] By: gsar                                  on 2000/05/07  04:08:07
18872         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
18873              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18874      Branch: perl
18875            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18876            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18877            ! AUTHORS MAINTAIN MANIFEST
18878 ____________________________________________________________________________
18879 [  6079] By: gsar                                  on 2000/05/07  04:01:38
18880         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
18881      Branch: perl
18882            ! lib/Carp/Heavy.pm
18883 ____________________________________________________________________________
18884 [  6078] By: gsar                                  on 2000/05/07  01:24:19
18885         Log: workaround for CRT bug in chdir() (from Charles Lane, via
18886              Peter Prymmer)
18887      Branch: perl
18888            ! iperlsys.h vms/vms.c vms/vmsish.h
18889 ____________________________________________________________________________
18890 [  6077] By: gsar                                  on 2000/05/07  01:22:23
18891         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
18892              and Tom Phoenix)
18893      Branch: perl
18894            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
18895 ____________________________________________________________________________
18896 [  6076] By: gsar                                  on 2000/05/06  17:36:29
18897         Log: integrate cfgperl contents into mainline
18898      Branch: perl
18899           +> t/lib/peek.t
18900           !> Configure MANIFEST Porting/Glossary Porting/config.sh
18901           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
18902           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
18903           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
18904 ____________________________________________________________________________
18905 [  6075] By: jhi                                   on 2000/05/05  18:56:10
18906         Log: Make the test more portable.
18907      Branch: cfgperl
18908            ! t/lib/peek.t
18909 ____________________________________________________________________________
18910 [  6074] By: jhi                                   on 2000/05/05  18:49:20
18911         Log: Introduce t/lib/peek.t.
18912      Branch: cfgperl
18913            + t/lib/peek.t
18914            ! MANIFEST
18915 ____________________________________________________________________________
18916 [  6073] By: jhi                                   on 2000/05/05  14:30:45
18917         Log: Complex tweaks.
18918      Branch: cfgperl
18919            ! lib/Math/Complex.pm t/lib/complex.t
18920 ____________________________________________________________________________
18921 [  6072] By: jhi                                   on 2000/05/05  12:27:13
18922         Log: Integrate with Sarathy.
18923      Branch: cfgperl
18924           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
18925           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18926           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
18927           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
18928 ____________________________________________________________________________
18929 [  6071] By: gsar                                  on 2000/05/05  02:24:46
18930         Log: misformatted perllocal.pod (from Tim Jenness
18931              <t.jenness@jach.hawaii.edu>)
18932      Branch: perl
18933            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
18934 ____________________________________________________________________________
18935 [  6070] By: gsar                                  on 2000/05/05  02:16:52
18936         Log: remove misleading comment (from M.J.T. Guy)
18937      Branch: perl
18938            ! t/lib/anydbm.t
18939 ____________________________________________________________________________
18940 [  6069] By: gsar                                  on 2000/05/05  02:15:13
18941         Log: File::Spec compatibility update (from Barrie Slaymaker
18942              <barries@slaysys.com>)
18943      Branch: perl
18944            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18945            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18946 ____________________________________________________________________________
18947 [  6068] By: gsar                                  on 2000/05/05  02:01:50
18948         Log: note about values()
18949      Branch: perl
18950            ! pod/perlfunc.pod
18951 ____________________________________________________________________________
18952 [  6067] By: gsar                                  on 2000/05/05  01:33:09
18953         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
18954      Branch: perl
18955            ! win32/win32.c
18956 ____________________________________________________________________________
18957 [  6066] By: gsar                                  on 2000/05/05  01:23:43
18958         Log: s/END/CHECK/
18959      Branch: perl
18960            ! perl.c
18961 ____________________________________________________________________________
18962 [  6065] By: jhi                                   on 2000/05/04  17:30:22
18963         Log: Integrate with Sarathy.
18964      Branch: cfgperl
18965           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
18966 ____________________________________________________________________________
18967 [  6064] By: gsar                                  on 2000/05/04  17:26:14
18968         Log: change#5905 wasn't quite right--it's intent only applies when arguments
18969              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
18970      Branch: perl
18971            ! pp_sys.c sv.c
18972 ____________________________________________________________________________
18973 [  6063] By: gsar                                  on 2000/05/04  16:52:29
18974         Log: tokeq() could read unallocated field in argument
18975      Branch: perl
18976            ! toke.c
18977 ____________________________________________________________________________
18978 [  6062] By: gsar                                  on 2000/05/04  16:34:51
18979         Log: additional tests for utf8.t
18980      Branch: perl
18981            ! t/pragma/utf8.t
18982 ____________________________________________________________________________
18983 [  6061] By: gsar                                  on 2000/05/04  16:09:28
18984         Log: change#5921 neglected to make eq honor "use bytes"
18985      Branch: perl
18986            ! sv.c
18987 ____________________________________________________________________________
18988 [  6060] By: jhi                                   on 2000/05/04  15:30:16
18989         Log: Integrate with Sarathy.
18990      Branch: cfgperl
18991           !> perl.c regcomp.c t/pragma/utf8.t
18992 ____________________________________________________________________________
18993 [  6059] By: jhi                                   on 2000/05/04  15:26:37
18994         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
18995              in natively 64-bit platforms where a long is a quad (no need
18996              for long longs).  Also added bias for IVs.
18997      Branch: cfgperl
18998            ! toke.c
18999 ____________________________________________________________________________
19000 [  6058] By: gsar                                  on 2000/05/04  00:19:14
19001         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
19002              (spotted by Donald Kinzer <dkinzer@premia.com>)
19003      Branch: perl
19004            ! perl.c
19005 ____________________________________________________________________________
19006 [  6057] By: gsar                                  on 2000/05/03  18:34:01
19007         Log: fix broken parsing of /\x{ab}/
19008      Branch: perl
19009            ! regcomp.c t/pragma/utf8.t
19010 ____________________________________________________________________________
19011 [  6056] By: jhi                                   on 2000/05/03  17:57:16
19012         Log: The search of infinity continues, this time simplified.
19013      Branch: cfgperl
19014            ! lib/Math/Complex.pm
19015 ____________________________________________________________________________
19016 [  6055] By: jhi                                   on 2000/05/03  17:45:30
19017         Log: Detypo.
19018      Branch: cfgperl
19019            ! hints/unicos.sh
19020 ____________________________________________________________________________
19021 [  6054] By: jhi                                   on 2000/05/02  22:28:27
19022         Log: Be more forgiving in POSIX about HUGE_VALL.
19023      Branch: cfgperl
19024            ! ext/POSIX/POSIX.xs
19025 ____________________________________________________________________________
19026 [  6053] By: jhi                                   on 2000/05/02  22:25:05
19027         Log: Integrate with Sarathy.
19028      Branch: cfgperl
19029           !> hints/irix_6.sh pod/perlop.pod
19030 ____________________________________________________________________________
19031 [  6052] By: jhi                                   on 2000/05/02  22:24:31
19032         Log: Unicos hint tweak.
19033      Branch: cfgperl
19034            ! hints/unicos.sh
19035 ____________________________________________________________________________
19036 [  6051] By: jhi                                   on 2000/05/02  22:21:26
19037         Log: Complex tweakery.
19038      Branch: cfgperl
19039            ! lib/Math/Complex.pm t/lib/complex.t
19040 ____________________________________________________________________________
19041 [  6050] By: jhi                                   on 2000/05/02  19:26:22
19042         Log: Use setxxent()/endxxent().
19043      Branch: cfgperl
19044            ! t/op/grent.t t/op/pwent.t
19045 ____________________________________________________________________________
19046 [  6049] By: jhi                                   on 2000/05/02  19:06:02
19047         Log: Test both the scalar and list contexts.
19048      Branch: cfgperl
19049            ! t/op/grent.t t/op/pwent.t
19050 ____________________________________________________________________________
19051 [  6048] By: gsar                                  on 2000/05/02  18:29:10
19052         Log: add note about how $( doesn't interpolate in REs (from
19053              Philip Newton <newton@ficus.frogspace.net>)
19054      Branch: perl
19055            ! pod/perlop.pod
19056 ____________________________________________________________________________
19057 [  6047] By: jhi                                   on 2000/05/02  17:41:24
19058         Log: Call getspnam() only iff needd.
19059      Branch: cfgperl
19060            ! pp_sys.c
19061 ____________________________________________________________________________
19062 [  6046] By: gsar                                  on 2000/05/02  17:07:25
19063         Log: libscheck has insufficient checks for n32 libs (from
19064              Albert Chin-A-Young <china@thewrittenword.com>)
19065      Branch: perl
19066            ! hints/irix_6.sh
19067 ____________________________________________________________________________
19068 [  6045] By: jhi                                   on 2000/05/02  13:57:17
19069         Log: Integrate with Sarathy.
19070      Branch: cfgperl
19071           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
19072           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
19073 ____________________________________________________________________________
19074 [  6044] By: gsar                                  on 2000/05/02  06:48:19
19075         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
19076              such that underscores are only ignored in literal numbers,
19077              "\x{...}", and hex/oct argument
19078      Branch: perl
19079            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
19080 ____________________________________________________________________________
19081 [  6043] By: gsar                                  on 2000/05/02  02:22:29
19082         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
19083      Branch: perl
19084            ! pod/perlretut.pod
19085 ____________________________________________________________________________
19086 [  6042] By: gsar                                  on 2000/05/02  02:17:51
19087         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
19088      Branch: perl
19089            ! pod/perltrap.pod
19090 ____________________________________________________________________________
19091 [  6041] By: gsar                                  on 2000/05/02  01:53:51
19092         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
19093              to compensate
19094      Branch: perl
19095            ! Porting/makerel
19096 ____________________________________________________________________________
19097 [  6040] By: gsar                                  on 2000/05/02  01:51:57
19098         Log: missing files in MANIFEST
19099      Branch: perl
19100            ! MANIFEST
19101 ____________________________________________________________________________
19102 [  6039] By: jhi                                   on 2000/05/02  00:36:46
19103         Log: Infinite problems.
19104      Branch: cfgperl
19105            ! lib/Math/Complex.pm
19106 ____________________________________________________________________________
19107 [  6038] By: jhi                                   on 2000/05/02  00:06:38
19108         Log: pwent/spent #ifdef imbalance.
19109      Branch: cfgperl
19110            ! pp_sys.c
19111 ____________________________________________________________________________
19112 [  6037] By: jhi                                   on 2000/05/01  22:50:11
19113         Log: Use HUGE_VALL if applicable.
19114      Branch: cfgperl
19115            ! ext/POSIX/POSIX.xs util.c
19116 ____________________________________________________________________________
19117 [  6036] By: jhi                                   on 2000/05/01  22:20:53
19118         Log: Correct Freudian slip.
19119      Branch: cfgperl
19120            ! pp_sys.c
19121 ____________________________________________________________________________
19122 [  6035] By: jhi                                   on 2000/05/01  21:07:38
19123         Log: Continue on the pwent/spent case.
19124      Branch: cfgperl
19125            ! pp_sys.c
19126 ____________________________________________________________________________
19127 [  6034] By: jhi                                   on 2000/05/01  17:45:14
19128         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
19129              adjustments in 6032 conflicted badly with this, will have
19130              to revisit them later.
19131      Branch: cfgperl
19132           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
19133           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19134           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
19135           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
19136           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
19137           !> t/lib/cgi-html.t t/lib/cgi-request.t
19138 ____________________________________________________________________________
19139 [  6033] By: jhi                                   on 2000/05/01  17:40:49
19140         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
19141      Branch: cfgperl
19142            ! pp_sys.c
19143 ____________________________________________________________________________
19144 [  6032] By: gsar                                  on 2000/05/01  15:56:32
19145         Log: whitespace adjustments
19146      Branch: perl
19147            ! pp_sys.c
19148 ____________________________________________________________________________
19149 [  6031] By: gsar                                  on 2000/05/01  15:19:41
19150         Log: small nits in diagnostics.pm (from Robin Barker)
19151      Branch: perl
19152            ! lib/diagnostics.pm pod/perldiag.pod
19153 ____________________________________________________________________________
19154 [  6030] By: gsar                                  on 2000/05/01  08:39:18
19155         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
19156              for @- and @+ (from Johan Vromans)
19157      Branch: perl
19158            ! lib/English.pm pod/perlvar.pod
19159 ____________________________________________________________________________
19160 [  6029] By: gsar                                  on 2000/05/01  08:16:10
19161         Log: add CGI.pm v2.66 (from Lincoln Stein)
19162      Branch: perl
19163            + lib/CGI/Util.pm t/lib/cgi-pretty.t
19164            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19165            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
19166            ! t/lib/cgi-html.t t/lib/cgi-request.t
19167 ____________________________________________________________________________
19168 [  6028] By: gsar                                  on 2000/05/01  06:34:41
19169         Log: Pod::Man generates groff-incompatible macro definition (from
19170              Tom Christiansen)
19171      Branch: perl
19172            ! lib/Pod/Man.pm
19173 ____________________________________________________________________________
19174 [  6027] By: gsar                                  on 2000/05/01  06:31:36
19175         Log: podlators-1.02 update (from Russ Allbery)
19176      Branch: perl
19177            ! lib/Pod/Man.pm lib/Pod/Text.pm
19178 ____________________________________________________________________________
19179 [  6026] By: jhi                                   on 2000/04/30  23:24:23
19180         Log: Integrate with Sarathy.
19181      Branch: cfgperl
19182           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
19183           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
19184           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19185           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19186           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
19187           !> t/lib/syslog.t toke.c win32/win32.h
19188 ____________________________________________________________________________
19189 [  6025] By: gsar                                  on 2000/04/30  18:17:47
19190         Log: Is{Alnum,Alpha,Word} don't match titlecase
19191              
19192              TODO: IsSpace is defined recursively!
19193              
19194              (both spotted by Larry)
19195      Branch: perl
19196            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19197            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19198 ____________________________________________________________________________
19199 [  6024] By: gsar                                  on 2000/04/30  17:50:19
19200         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
19201              (from Hugo van der Sanden)
19202      Branch: perl
19203            ! toke.c
19204 ____________________________________________________________________________
19205 [  6023] By: gsar                                  on 2000/04/30  17:14:43
19206         Log: debugger stomps on $. (from M.J.T. Guy)
19207      Branch: perl
19208            ! lib/perl5db.pl
19209 ____________________________________________________________________________
19210 [  6022] By: gsar                                  on 2000/04/30  16:59:22
19211         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
19212      Branch: perl
19213            ! sv.c
19214 ____________________________________________________________________________
19215 [  6021] By: gsar                                  on 2000/04/29  21:00:08
19216         Log: remove Win2K issue in pod (fixed by change#6020)
19217      Branch: perl
19218            ! README.win32 pod/perl56delta.pod
19219 ____________________________________________________________________________
19220 [  6020] By: gsar                                  on 2000/04/29  20:51:49
19221         Log: test tweak
19222      Branch: perl
19223            ! t/lib/open3.t
19224 ____________________________________________________________________________
19225 [  6019] By: gsar                                  on 2000/04/29  20:34:27
19226         Log: windows portability tweaks
19227      Branch: perl
19228            ! t/lib/b.t win32/win32.h
19229 ____________________________________________________________________________
19230 [  6018] By: gsar                                  on 2000/04/29  19:55:24
19231         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
19232              make _PATH_LOG() return "" if unavailable
19233      Branch: perl
19234            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
19235            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
19236 ____________________________________________________________________________
19237 [  6017] By: jhi                                   on 2000/04/28  22:49:46
19238         Log: Integrate with Sarathy.
19239      Branch: cfgperl
19240           !> op.c perl.c pod/perldiag.pod t/lib/b.t
19241 ____________________________________________________________________________
19242 [  6016] By: jhi                                   on 2000/04/28  22:46:14
19243         Log: Do not warn that an infinity does not look like a number.
19244      Branch: cfgperl
19245            ! sv.c
19246 ____________________________________________________________________________
19247 [  6015] By: gsar                                  on 2000/04/28  22:35:49
19248         Log: tweak test for portability
19249      Branch: perl
19250            ! t/lib/b.t
19251 ____________________________________________________________________________
19252 [  6014] By: gsar                                  on 2000/04/28  22:05:31
19253         Log: glob() loading File::Glob behind the scenes may cause syntax errors
19254      Branch: perl
19255            ! op.c
19256 ____________________________________________________________________________
19257 [  6013] By: gsar                                  on 2000/04/28  21:25:22
19258         Log: tweak change#5945 to display correct switch name in diagnostic
19259      Branch: perl
19260            ! perl.c pod/perldiag.pod
19261 ____________________________________________________________________________
19262 [  6012] By: jhi                                   on 2000/04/28  21:08:12
19263         Log: Integrate with Sarathy.
19264      Branch: cfgperl
19265           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
19266           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
19267           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
19268 ____________________________________________________________________________
19269 [  6011] By: jhi                                   on 2000/04/28  21:04:46
19270         Log: &HUGE_VAL is not defined, it exists.
19271      Branch: cfgperl
19272            ! lib/Math/Complex.pm
19273 ____________________________________________________________________________
19274 [  6010] By: gsar                                  on 2000/04/28  21:02:58
19275         Log: clarify note about shadow password support (from
19276              gellyfish@gellyfish.com)
19277      Branch: perl
19278            ! pod/perlfunc.pod
19279 ____________________________________________________________________________
19280 [  6009] By: gsar                                  on 2000/04/28  21:00:00
19281         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
19282      Branch: perl
19283            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
19284 ____________________________________________________________________________
19285 [  6008] By: gsar                                  on 2000/04/28  20:56:33
19286         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
19287      Branch: perl
19288            ! installperl vms/subconfigure.com
19289 ____________________________________________________________________________
19290 [  6007] By: gsar                                  on 2000/04/28  20:51:21
19291         Log: note about compile failures and END blocks (from M.J.T. Guy)
19292      Branch: perl
19293            ! pod/perl56delta.pod pod/perlmod.pod
19294 ____________________________________________________________________________
19295 [  6006] By: jhi                                   on 2000/04/28  20:42:14
19296         Log: Regen Configure.
19297      Branch: cfgperl
19298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19299            ! config_h.SH
19300 ____________________________________________________________________________
19301 [  6005] By: gsar                                  on 2000/04/28  20:41:16
19302         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
19303      Branch: perl
19304            ! utils/perldoc.PL
19305 ____________________________________________________________________________
19306 [  6004] By: jhi                                   on 2000/04/28  20:28:21
19307         Log: Integrate with Sarathy.
19308      Branch: cfgperl
19309           !> Configure INSTALL Porting/Glossary Porting/config.sh
19310           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
19311           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
19312           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
19313           !> win32/config.vc win32/win32.c
19314 ____________________________________________________________________________
19315 [  6003] By: gsar                                  on 2000/04/28  20:11:20
19316         Log: allow REG_EXPAND_SZ keys in Windows registry (from
19317              John Clayton <John.Clayton@barclayscapital.com>)
19318      Branch: perl
19319            ! win32/win32.c
19320 ____________________________________________________________________________
19321 [  6002] By: gsar                                  on 2000/04/28  19:34:16
19322         Log: destructive sv_setsv() can lose UV-ness from source, causing
19323              numeric promotions/comparisons to fail to do the right thing
19324      Branch: perl
19325            ! sv.c
19326 ____________________________________________________________________________
19327 [  6001] By: gsar                                  on 2000/04/28  18:44:15
19328         Log: support additional library locations via $Config{otherlibdirs}
19329              (from Andy Dougherty)
19330      Branch: perl
19331            ! Configure INSTALL Porting/Glossary Porting/config.sh
19332            ! Porting/config_H config_h.SH epoc/config.sh perl.c
19333            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
19334            ! win32/config.bc win32/config.gc win32/config.vc
19335 ____________________________________________________________________________
19336 [  6000] By: gsar                                  on 2000/04/28  18:26:58
19337         Log: reworked otherlibdirs.U (from Andy Dougherty)
19338      Branch: metaconfig
19339            ! U/installdirs/otherlibdirs.U
19340 ____________________________________________________________________________
19341 [  5999] By: gsar                                  on 2000/04/28  18:17:07
19342         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
19343      Branch: perl
19344            ! t/pragma/warn/toke toke.c
19345 ____________________________________________________________________________
19346 [  5998] By: jhi                                   on 2000/04/28  13:32:17
19347         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
19348      Branch: cfgperl
19349            ! lib/Math/Complex.pm
19350 ____________________________________________________________________________
19351 [  5997] By: jhi                                   on 2000/04/28  13:14:04
19352         Log: Preserve $!.
19353      Branch: cfgperl
19354            ! lib/Math/Complex.pm
19355 ____________________________________________________________________________
19356 [  5996] By: jhi                                   on 2000/04/28  12:59:23
19357         Log: Integrate with Sarathy.
19358      Branch: cfgperl
19359           +> pod/perlrequick.pod pod/perlretut.pod
19360           !> (integrate 51 files)
19361 ____________________________________________________________________________
19362 [  5995] By: gsar                                  on 2000/04/28  09:37:36
19363         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
19364      Branch: perl
19365            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
19366 ____________________________________________________________________________
19367 [  5994] By: gsar                                  on 2000/04/28  09:33:26
19368         Log: fix for missed accounting for null byte in pack("Z",...) (from
19369              M.J.T. Guy)
19370      Branch: perl
19371            ! pp.c t/op/pack.t
19372 ____________________________________________________________________________
19373 [  5993] By: gsar                                  on 2000/04/28  09:30:05
19374         Log: various minor tweaks seen on p5p
19375      Branch: perl
19376            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
19377 ____________________________________________________________________________
19378 [  5992] By: gsar                                  on 2000/04/28  09:08:19
19379         Log: pod nit (from Simon Cozens)
19380      Branch: perl
19381            ! pod/perlop.pod
19382 ____________________________________________________________________________
19383 [  5991] By: gsar                                  on 2000/04/28  09:06:36
19384         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
19385      Branch: perl
19386            ! README.posix-bc hints/posix-bc.sh
19387 ____________________________________________________________________________
19388 [  5990] By: gsar                                  on 2000/04/28  08:54:52
19389         Log: use $ENV{LIB} to search for libs under Visual C compiler
19390              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
19391      Branch: perl
19392            ! lib/ExtUtils/Liblist.pm
19393 ____________________________________________________________________________
19394 [  5989] By: gsar                                  on 2000/04/28  08:27:12
19395         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
19396              itself and no other (from Tom Hughes)
19397      Branch: perl
19398            ! t/op/array.t toke.c
19399 ____________________________________________________________________________
19400 [  5988] By: gsar                                  on 2000/04/28  08:01:38
19401         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
19402              <paul@miraclefish.com>)
19403      Branch: perl
19404            ! lib/ExtUtils/MakeMaker.pm
19405 ____________________________________________________________________________
19406 [  5987] By: gsar                                  on 2000/04/28  07:53:09
19407         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
19408      Branch: perl
19409            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
19410 ____________________________________________________________________________
19411 [  5986] By: gsar                                  on 2000/04/28  07:44:17
19412         Log: add regular expressions tutorial and quick-start guide (from
19413              Mark Kvale <kvale@phy.ucsf.edu>)
19414      Branch: perl
19415            + pod/perlrequick.pod pod/perlretut.pod
19416            ! AUTHORS MAINTAIN MANIFEST
19417 ____________________________________________________________________________
19418 [  5985] By: gsar                                  on 2000/04/28  07:30:28
19419         Log: forked child may not exit correctly if it failed to open
19420              /dev/console (from Graham Barr)
19421      Branch: perl
19422            ! ext/Sys/Syslog/Syslog.pm
19423 ____________________________________________________________________________
19424 [  5984] By: gsar                                  on 2000/04/28  07:27:20
19425         Log: attributes::reftype() doesn't work on tied argument
19426      Branch: perl
19427            ! xsutils.c
19428 ____________________________________________________________________________
19429 [  5983] By: gsar                                  on 2000/04/28  07:15:04
19430         Log: numeric conversion of non-number in change#3378 tramples on
19431              OOK offset, causing segfaults
19432      Branch: perl
19433            ! sv.c
19434 ____________________________________________________________________________
19435 [  5982] By: gsar                                  on 2000/04/28  04:48:25
19436         Log: avoid error in IO::Socket::INET when given an unknown service name
19437              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
19438      Branch: perl
19439            ! ext/IO/lib/IO/Socket/INET.pm
19440 ____________________________________________________________________________
19441 [  5981] By: gsar                                  on 2000/04/28  04:31:31
19442         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
19443              prototype mismatch with CORE::glob(); update pod and tests to
19444              suit (File::Glob::glob() is still available for backward
19445              compatibility, but should be considered deprecated)
19446      Branch: perl
19447            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
19448            ! t/lib/glob-taint.t
19449 ____________________________________________________________________________
19450 [  5980] By: gsar                                  on 2000/04/28  03:47:29
19451         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
19452              <ghudson@mit.edu>)
19453      Branch: metaconfig
19454            ! U/modified/Options.U
19455      Branch: perl
19456            ! Configure
19457 ____________________________________________________________________________
19458 [  5979] By: gsar                                  on 2000/04/28  03:07:54
19459         Log: under useithreads, constant pad entries could inadvertantly be
19460              shared across threads (from Eric Blood <eblood@xmission.com>);
19461              added Eric's test case to testsuite
19462      Branch: perl
19463            ! op.c t/op/misc.t
19464 ____________________________________________________________________________
19465 [  5978] By: gsar                                  on 2000/04/27  21:13:00
19466         Log: sync version numbers in File::Spec with the ones on CPAN
19467              (from Barrie Slaymaker)
19468      Branch: perl
19469            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19470            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19471            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19472 ____________________________________________________________________________
19473 [  5977] By: gsar                                  on 2000/04/27  21:07:29
19474         Log: autoquote barewords followed by newline and arrow properly
19475              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
19476      Branch: perl
19477            ! t/pragma/warn/toke toke.c
19478 ____________________________________________________________________________
19479 [  5976] By: gsar                                  on 2000/04/27  20:41:20
19480         Log: DB_File v1.73 update (from Paul Marquess)
19481      Branch: perl
19482            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19483            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19484 ____________________________________________________________________________
19485 [  5975] By: gsar                                  on 2000/04/27  20:34:24
19486         Log: allow sort() reentrancy (variant of patch suggested by
19487              Hugo van der Sanden)
19488      Branch: perl
19489            ! pp_ctl.c t/op/sort.t
19490 ____________________________________________________________________________
19491 [  5974] By: gsar                                  on 2000/04/27  19:46:57
19492         Log: change#4197 somehow missed initializing PL_errors, meaning
19493              sytax error queueing wasn't working outside eval"" at all;
19494              also fixed eval"" to localize PL_error_count, so that compile-time
19495              eval's don't clobber the error state of the outer context
19496      Branch: perl
19497            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
19498            ! t/pragma/warn/toke
19499 ____________________________________________________________________________
19500 [  5973] By: gsar                                  on 2000/04/27  18:29:05
19501         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
19502      Branch: perl
19503            ! regcomp.c regexec.c t/op/re_tests
19504 ____________________________________________________________________________
19505 [  5972] By: jhi                                   on 2000/04/27  18:22:41
19506         Log: Integrate with Sarathy.
19507      Branch: cfgperl
19508           +> t/lib/b.t t/lib/syslog.t
19509           !> (integrate 31 files)
19510 ____________________________________________________________________________
19511 [  5971] By: jhi                                   on 2000/04/27  18:18:46
19512         Log: Unicos tweaks from Mark P. Lutz.
19513      Branch: cfgperl
19514            ! hints/unicos.sh lib/Math/Complex.pm
19515 ____________________________________________________________________________
19516 [  5970] By: gsar                                  on 2000/04/27  18:05:11
19517         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
19518              IV is >32bits
19519      Branch: perl
19520            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
19521 ____________________________________________________________________________
19522 [  5969] By: gsar                                  on 2000/04/27  17:50:56
19523         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
19524      Branch: perl
19525            + t/lib/syslog.t
19526            ! MANIFEST ext/Sys/Syslog/Syslog.pm
19527 ____________________________________________________________________________
19528 [  5968] By: gsar                                  on 2000/04/27  17:44:49
19529         Log: tolerate spaces in group names in test on solaris (from David Boyce
19530              <dsb@boyski.com>)
19531      Branch: perl
19532            ! t/op/groups.t
19533 ____________________________________________________________________________
19534 [  5967] By: gsar                                  on 2000/04/27  17:41:22
19535         Log: improved docs on the warn_uninit diagnostic (from David Glasser
19536              and Simon Cozens)
19537      Branch: perl
19538            ! pod/perldiag.pod
19539 ____________________________________________________________________________
19540 [  5966] By: gsar                                  on 2000/04/27  16:54:58
19541         Log: add testsuite for B backends, fix bug in B::Deparse (from
19542              Simon Cozens <simon@brecon.co.uk>)
19543      Branch: perl
19544            + t/lib/b.t
19545            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
19546 ____________________________________________________________________________
19547 [  5965] By: gsar                                  on 2000/04/27  16:10:37
19548         Log: avoid "will not stay shared" warnings for our variables (from
19549              Robin Barker)
19550      Branch: perl
19551            ! op.c t/pragma/warn/op
19552 ____________________________________________________________________________
19553 [  5964] By: gsar                                  on 2000/04/27  07:05:05
19554         Log: reformat to 72 columns (again)
19555      Branch: perl
19556            ! pod/perldiag.pod
19557 ____________________________________________________________________________
19558 [  5963] By: gsar                                  on 2000/04/27  06:28:31
19559         Log: patch from Larry to make (\&) prototype work; added tests for
19560              the same
19561      Branch: perl
19562            ! op.c t/comp/proto.t
19563 ____________________________________________________________________________
19564 [  5962] By: gsar                                  on 2000/04/27  06:15:47
19565         Log: updated README.hpux (from Jeff Okamoto)
19566      Branch: perl
19567            ! README.hpux
19568 ____________________________________________________________________________
19569 [  5961] By: gsar                                  on 2000/04/27  05:55:03
19570         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
19571      Branch: perl
19572            ! emacs/cperl-mode.el
19573 ____________________________________________________________________________
19574 [  5960] By: gsar                                  on 2000/04/27  05:49:26
19575         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
19576      Branch: perl
19577            ! INSTALL
19578 ____________________________________________________________________________
19579 [  5959] By: gsar                                  on 2000/04/27  05:33:41
19580         Log: doubled words in pods (from Simon Cozens
19581              <simon.p.cozens@jp.pwcglobal.com>)
19582      Branch: perl
19583            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
19584            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
19585            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
19586            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
19587            ! pod/perltootc.pod
19588 ____________________________________________________________________________
19589 [  5958] By: gsar                                  on 2000/04/27  05:11:39
19590         Log: change#3569 deleted some essential code, revert; avoid use of
19591              atexit() to make DynaLoader work properly on AIX under mod_perl
19592              (from Jens-Uwe Mager <jum@helios.de>)
19593      Branch: perl
19594            ! ext/DynaLoader/dl_aix.xs
19595 ____________________________________________________________________________
19596 [  5957] By: gsar                                  on 2000/04/27  04:54:51
19597         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
19598      Branch: perl
19599            ! pod/perlmod.pod
19600 ____________________________________________________________________________
19601 [  5956] By: gsar                                  on 2000/04/27  04:51:47
19602         Log: better diagnostics on failed tests (from Ilya Zakharevich)
19603      Branch: perl
19604            ! t/op/lex_assign.t
19605 ____________________________________________________________________________
19606 [  5955] By: gsar                                  on 2000/04/27  04:26:44
19607         Log: longstanding bug exposed by change#3307: sort arguments weren't
19608              compiled with the right wantarray context (ensuing runtime lookup
19609              via block_gimme() was getting the incidental context of the
19610              sort() itself)
19611      Branch: perl
19612            ! op.c t/op/sort.t
19613 ____________________________________________________________________________
19614 [  5954] By: gsar                                  on 2000/04/26  23:42:12
19615         Log: integrate cfgperl contents into mainline
19616      Branch: perl
19617           !> (integrate 30 files)
19618 ____________________________________________________________________________
19619 [  5953] By: jhi                                   on 2000/04/26  23:06:42
19620         Log: Integrate with Sarathy.
19621      Branch: cfgperl
19622           !> README.win32 ext/B/B/Deparse.pm
19623           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
19624           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
19625           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
19626           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
19627           !> utils/perldoc.PL vms/perlvms.pod
19628 ____________________________________________________________________________
19629 [  5952] By: jhi                                   on 2000/04/26  23:03:46
19630         Log: Undo "use integer" addition from 64bitint as it seems
19631              to break most of the subtests in Digital UNIX;
19632              Unicos needs to find another way.
19633      Branch: cfgperl
19634            ! t/op/64bitint.t
19635 ____________________________________________________________________________
19636 [  5951] By: jhi                                   on 2000/04/26  22:57:53
19637         Log: Be more robust on "extreme" (large absolute value)
19638              arguments.  Originally reported by Daniel Connelly
19639              as a problem with asinh() on large negative arguments,
19640              asinh() used to bail out because an argument to log()
19641              ended up being zero.  Ilya Zakharevich proposed using
19642              Taylor's series in such cases, which for such large
19643              arguments is a very good approximation.
19644      Branch: cfgperl
19645            ! lib/Math/Complex.pm t/lib/complex.t
19646 ____________________________________________________________________________
19647 [  5950] By: gsar                                  on 2000/04/25  19:13:12
19648         Log: reformat perldiag to avoid long lines
19649      Branch: perl
19650            ! pod/perldiag.pod
19651 ____________________________________________________________________________
19652 [  5949] By: gsar                                  on 2000/04/25  18:41:11
19653         Log: make perldoc use the pod2man from the same version (from
19654              M.J.T. Guy)
19655      Branch: perl
19656            ! utils/perldoc.PL
19657 ____________________________________________________________________________
19658 [  5948] By: gsar                                  on 2000/04/25  18:21:57
19659         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
19660              <kompas@kompas.usr.onet.pl>)
19661      Branch: perl
19662            ! lib/vars.pm
19663 ____________________________________________________________________________
19664 [  5947] By: gsar                                  on 2000/04/25  18:11:53
19665         Log: use &dl_error rather than &dl_load_file as the guard for calling
19666              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
19667              statically built perl)
19668      Branch: perl
19669            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
19670 ____________________________________________________________________________
19671 [  5946] By: jhi                                   on 2000/04/25  17:37:54
19672         Log: Document that tr() is not tr(1).
19673      Branch: cfgperl
19674            ! pod/perlop.pod
19675 ____________________________________________________________________________
19676 [  5945] By: gsar                                  on 2000/04/25  16:34:33
19677         Log: make module name mandatory after -M switch; reorder perldiag
19678              alphabetically (from Mark-Jason Dominus)
19679      Branch: perl
19680            ! perl.c pod/perldiag.pod
19681 ____________________________________________________________________________
19682 [  5944] By: jhi                                   on 2000/04/25  01:15:18
19683         Log: On second thoughts frexp() does have two arguments.
19684      Branch: cfgperl
19685            ! perl.h
19686 ____________________________________________________________________________
19687 [  5943] By: jhi                                   on 2000/04/24  22:56:32
19688         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
19689              Now pp_ncmp() returns undef is either operand is a NaN.
19690      Branch: cfgperl
19691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19692            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
19693            ! vms/subconfigure.com vos/config.def vos/config.h
19694            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
19695            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19696            ! win32/config_H.vc
19697      Branch: metaconfig/U/perl
19698            + d_modfl.U
19699 ____________________________________________________________________________
19700 [  5942] By: jhi                                   on 2000/04/24  19:45:17
19701         Log: Regen Configure to match #5937.
19702      Branch: cfgperl
19703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19704            ! config_h.SH
19705      Branch: metaconfig
19706            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
19707 ____________________________________________________________________________
19708 [  5941] By: jhi                                   on 2000/04/24  19:24:11
19709         Log: Further Unicos fixes for Mark Lutz.
19710      Branch: cfgperl
19711            ! hints/unicos.sh pp_ctl.c
19712 ____________________________________________________________________________
19713 [  5940] By: jhi                                   on 2000/04/24  19:09:06
19714         Log: Various Unicos 10.0.0.6 fixes.
19715              
19716              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
19717              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
19718              Reply-To: tecmpl1@triton.ca.boeing.com 
19719              To: perl5-porters@perl.org 
19720              Date: Fri, 14 Apr 2000 20:21:00 GMT 
19721              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
19722      Branch: cfgperl
19723            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
19724 ____________________________________________________________________________
19725 [  5939] By: gsar                                  on 2000/04/24  19:01:24
19726         Log: more pod nits (from Larry Virden)
19727      Branch: perl
19728            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
19729            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
19730            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
19731 ____________________________________________________________________________
19732 [  5938] By: gsar                                  on 2000/04/24  18:54:01
19733         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
19734      Branch: perl
19735            ! ext/B/B/Deparse.pm
19736 ____________________________________________________________________________
19737 [  5937] By: jhi                                   on 2000/04/24  17:39:00
19738         Log: Integrate with Sarathy.
19739      Branch: cfgperl
19740           +> (branch 31 files)
19741           !> (integrate 73 files)
19742 ____________________________________________________________________________
19743 [  5936] By: gsar                                  on 2000/04/24  17:30:06
19744         Log: additional tests for change#5934 (from Paul Marquess, who also
19745              sent in the same fix)
19746      Branch: perl
19747            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
19748            ! t/pragma/warn/5nolint t/pragma/warn/6default
19749 ____________________________________________________________________________
19750 [  5935] By: jhi                                   on 2000/04/24  17:26:05
19751         Log: Do not assume sign propagation.
19752              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
19753              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
19754              To: payner@ncifcrf.gov, perl5-porters@perl.org 
19755              Date: Tue, 18 Apr 2000 18:24:49 +0100 
19756              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
19757      Branch: cfgperl
19758            ! t/op/bop.t t/op/misc.t
19759 ____________________________________________________________________________
19760 [  5934] By: gsar                                  on 2000/04/24  17:16:54
19761         Log: propagate lexical warnings from surrounding scope correctly
19762              within string eval()
19763      Branch: perl
19764            ! pp_ctl.c t/pragma/warn/pp_ctl
19765 ____________________________________________________________________________
19766 [  5933] By: jhi                                   on 2000/04/24  17:01:07
19767         Log: Flatten the cpp jungle doing the nosuid checking.
19768      Branch: cfgperl
19769            ! perl.c
19770 ____________________________________________________________________________
19771 [  5932] By: gsar                                  on 2000/04/24  09:08:14
19772         Log: add rsignal(), whichsig() and do_join() to public API list
19773              (mod_perl uses them to good advantage)
19774      Branch: perl
19775            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
19776 ____________________________________________________________________________
19777 [  5931] By: gsar                                  on 2000/04/24  09:01:40
19778         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
19779      Branch: perl
19780            ! pp_hot.c regexec.c t/op/pat.t
19781 ____________________________________________________________________________
19782 [  5930] By: gsar                                  on 2000/04/24  08:58:33
19783         Log: small os390 tweaks (from Peter Prymmer)
19784      Branch: perl
19785            ! config_h.SH makedepend.SH
19786 ____________________________________________________________________________
19787 [  5929] By: gsar                                  on 2000/04/24  08:55:25
19788         Log: pod nits
19789      Branch: perl
19790            ! pod/perlguts.pod
19791 ____________________________________________________________________________
19792 [  5928] By: gsar                                  on 2000/04/24  08:50:13
19793         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
19794      Branch: perl
19795            ! ext/IO/lib/IO/Poll.pm
19796 ____________________________________________________________________________
19797 [  5927] By: gsar                                  on 2000/04/24  08:43:24
19798         Log: arrange for next() to resume at the unstack op rather than the
19799              loop conditional, so that scope cleanup happens correctly
19800              (from Stephen McCamant)
19801      Branch: perl
19802            ! op.c pp_ctl.c t/op/misc.t
19803 ____________________________________________________________________________
19804 [  5926] By: gsar                                  on 2000/04/24  08:18:40
19805         Log: on windows, reserve 16M of stack rather than 128M (allows more
19806              threads to run concurrently)
19807      Branch: perl
19808            ! win32/Makefile win32/makefile.mk
19809 ____________________________________________________________________________
19810 [  5925] By: gsar                                  on 2000/04/24  08:13:52
19811         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
19812      Branch: perl
19813            ! toke.c
19814 ____________________________________________________________________________
19815 [  5924] By: gsar                                  on 2000/04/24  08:08:59
19816         Log: avoid using uninitialized memory in require version check
19817      Branch: perl
19818            ! pp_ctl.c universal.c
19819 ____________________________________________________________________________
19820 [  5923] By: gsar                                  on 2000/04/24  07:20:14
19821         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
19822      Branch: perl
19823            ! ext/IO/lib/IO/Poll.pm
19824 ____________________________________________________________________________
19825 [  5922] By: gsar                                  on 2000/04/24  07:08:42
19826         Log: commentary about IoTYPE() (from Nathan Torkington)
19827      Branch: perl
19828            ! sv.h
19829 ____________________________________________________________________________
19830 [  5921] By: gsar                                  on 2000/04/24  06:58:26
19831         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
19832              by fix
19833      Branch: perl
19834            ! sv.c t/lib/charnames.t t/pragma/utf8.t
19835 ____________________________________________________________________________
19836 [  5920] By: gsar                                  on 2000/04/24  06:37:59
19837         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
19838      Branch: perl
19839            ! doop.c t/op/ver.t
19840 ____________________________________________________________________________
19841 [  5919] By: gsar                                  on 2000/04/24  06:21:58
19842         Log: Configure might miss old directories when prefix must be
19843              expanded (from Robin Barker)
19844      Branch: metaconfig
19845            ! U/installdirs/inc_version_list.U
19846      Branch: perl
19847            ! Configure
19848 ____________________________________________________________________________
19849 [  5918] By: gsar                                  on 2000/04/24  06:16:11
19850         Log: VMS nits in glob() test (from Charles Lane)
19851      Branch: perl
19852            ! t/lib/glob-basic.t
19853 ____________________________________________________________________________
19854 [  5917] By: gsar                                  on 2000/04/24  06:11:56
19855         Log: various pod nits (from Larry Virden and others)
19856      Branch: perl
19857            ! README.amiga README.hpux README.machten README.os2
19858            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
19859            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
19860            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
19861            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
19862            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
19863            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
19864            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
19865            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
19866 ____________________________________________________________________________
19867 [  5916] By: gsar                                  on 2000/04/24  05:52:43
19868         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
19869              <wjones@tc.fluke.com>)
19870      Branch: perl
19871            ! t/lib/glob-basic.t
19872 ____________________________________________________________________________
19873 [  5915] By: gsar                                  on 2000/04/24  05:07:01
19874         Log: supported platforms mixed up
19875      Branch: perl
19876            ! pod/perl56delta.pod pod/perlport.pod
19877 ____________________________________________________________________________
19878 [  5914] By: gsar                                  on 2000/04/24  04:56:08
19879         Log: caller() wasn't returning the right number of elements for
19880              eval {...}
19881      Branch: perl
19882            ! pp_ctl.c t/pragma/warn/9enabled
19883 ____________________________________________________________________________
19884 [  5913] By: gsar                                  on 2000/04/24  04:35:41
19885         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
19886              Mark-Jason Dominus)
19887      Branch: perl
19888            ! pod/perlfunc.pod
19889 ____________________________________________________________________________
19890 [  5912] By: gsar                                  on 2000/04/24  04:17:15
19891         Log: fix totally broken caching in UNIVERSAL::isa() (from
19892              Nick Ing-Simmons)
19893      Branch: perl
19894            ! t/op/universal.t universal.c
19895 ____________________________________________________________________________
19896 [  5911] By: gsar                                  on 2000/04/24  03:39:47
19897         Log: add linebreak properties from unicode/LineBrk.txt (from
19898              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
19899      Branch: perl
19900            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19901            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19902            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19903            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19904            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19905            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19906            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19907            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19908            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19909            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19910            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19911            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19912            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19913            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
19914            + lib/unicode/Is/LbrkZW.pl
19915            ! lib/unicode/mktables.PL
19916 ____________________________________________________________________________
19917 [  5910] By: gsar                                  on 2000/04/24  03:23:10
19918         Log: typo in pod
19919      Branch: perl
19920            ! ext/Thread/Thread.pm
19921 ____________________________________________________________________________
19922 [  5909] By: gsar                                  on 2000/04/24  03:22:03
19923         Log: mode argument to do_binmode() should be file mode, not boolean
19924      Branch: perl
19925            ! pp_sys.c
19926 ____________________________________________________________________________
19927 [  5908] By: gsar                                  on 2000/04/16  16:51:08
19928         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
19929              always returns a valid GV even when the symbol is trapped by strictures
19930              (avoids coredumps)
19931              
19932              TODO: the C<package;> hack needs similar treatment
19933      Branch: perl
19934            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
19935            ! t/pragma/strict-vars
19936 ____________________________________________________________________________
19937 [  5907] By: jhi                                   on 2000/03/31  23:42:56
19938         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
19939              an assumption which #5905 demolished.
19940      Branch: cfgperl
19941            ! pp_sys.c
19942 ____________________________________________________________________________
19943 [  5906] By: jhi                                   on 2000/03/31  18:54:37
19944         Log: Typo in #5905.
19945      Branch: cfgperl
19946            ! t/op/64bitint.t
19947 ____________________________________________________________________________
19948 [  5905] By: jhi                                   on 2000/03/31  18:50:54
19949         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
19950              reported by Joseph N. Hall.  The bug was that even with use64bitint
19951              one had to use the prefixes q, L, or ll with printf/sprintf,
19952              contrary to the documentation and common sense.
19953      Branch: cfgperl
19954            ! sv.c t/op/64bitint.t
19955 ____________________________________________________________________________
19956 [  5904] By: gsar                                  on 2000/03/28  02:31:32
19957         Log: add Changes, perldelta.pod
19958      Branch: perl
19959            + Changes pod/perldelta.pod
19960 ____________________________________________________________________________
19961 [  5903] By: gsar                                  on 2000/03/28  02:03:55
19962         Log: rename Changes and perldelta.pod
19963      Branch: perl
19964           +> Changes5.6 pod/perl56delta.pod
19965            - Changes pod/perldelta.pod
19966            ! MANIFEST
19967 ____________________________________________________________________________
19968 [  5902] By: gsar                                  on 2000/03/28  01:59:14
19969         Log: create maint-5.6 branch
19970      Branch: maint-5.6/perl
19971           +> (branch 1611 files)
19972 ____________________________________________________________________________
19973 [  5901] By: jhi                                   on 2000/03/23  05:48:43
19974         Log: Integrate with Sarathy.
19975      Branch: cfgperl
19976           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
19977 ____________________________________________________________________________
19978 [  5900] By: gsar                                  on 2000/03/23  05:42:43
19979         Log: three guesses on what this is :-)
19980      Branch: perl
19981            ! Changes