An inconvenient hang would happen if the stdio _ptr wasn't
[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 [  7952] By: jhi                                   on 2000/12/01  23:54:47
36         Log: Subject: Re: long shell lines
37              From: Andy Dougherty <doughera@lafayette.edu>
38              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
39              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
40              
41              Split overly long shell command lines.
42      Branch: perl
43            ! lib/ExtUtils/MM_Unix.pm
44 ____________________________________________________________________________
45 [  7951] By: jhi                                   on 2000/12/01  23:48:02
46         Log: The metaconfig unit change for #7950.
47      Branch: metaconfig
48            + U/modified/stdchar.U
49 ____________________________________________________________________________
50 [  7950] By: jhi                                   on 2000/12/01  23:47:39
51         Log: Try to find stdchar also from <stdio_impl.h>.
52      Branch: perl
53            ! Configure config_h.SH
54 ____________________________________________________________________________
55 [  7949] By: jhi                                   on 2000/12/01  23:46:45
56         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
57              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58              Date: Fri, 1 Dec 2000 16:26:08 -0500
59              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
60              
61              Reword the diagnostic message.
62      Branch: perl
63            ! pod/perldiag.pod
64 ____________________________________________________________________________
65 [  7948] By: nick                                  on 2000/12/01  22:49:43
66         Log: Integrate mainline (for s/y/m as sub names stuff).
67      Branch: perlio
68           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
69           !> t/pragma/warn/toke toke.c
70 ____________________________________________________________________________
71 [  7947] By: jhi                                   on 2000/12/01  20:55:41
72         Log: Integrate perlio.
73      Branch: perl
74           !> perlio.c perliol.h t/io/pipe.t
75 ____________________________________________________________________________
76 [  7946] By: jhi                                   on 2000/12/01  20:36:51
77         Log: Upgrade to CPAN 1.59_51, from Andreas König.
78      Branch: perl
79            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
80 ____________________________________________________________________________
81 [  7945] By: nick                                  on 2000/12/01  20:31:32
82         Log: Integrate mainline
83      Branch: perlio
84           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
85           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
86           +> t/lib/net-hostent.t
87           !> (integrate 35 files)
88 ____________________________________________________________________________
89 [  7944] By: jhi                                   on 2000/12/01  20:23:29
90         Log: Some help for 20001130.011.  Now one gets warnings like
91              "Ambiguous -f() resolved as a file test ..."
92      Branch: perl
93            ! pod/perldiag.pod t/pragma/warn/toke toke.c
94 ____________________________________________________________________________
95 [  7943] By: jhi                                   on 2000/12/01  19:44:44
96         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
97              that also breaks using them as methods. 
98      Branch: perl
99            ! pod/perldiag.pod t/op/misc.t toke.c
100 ____________________________________________________________________________
101 [  7942] By: nick                                  on 2000/12/01  17:56:46
102         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
103              Make 'unix' pass most tests
104              - do unread by temporary push of layer ("pending") holding unread chars
105              - fast_gets is now based on per-handle flag
106              - relax one of io/pipe.t tests to allow print to fail and close to
107              succeed so that it passes on unbuffered "unix" layer.
108              Remaining fail is sporadic and a genuine race condition between
109              parent/child in fork test.
110      Branch: perlio
111            ! perlio.c perliol.h t/io/pipe.t
112 ____________________________________________________________________________
113 [  7941] By: jhi                                   on 2000/12/01  15:28:58
114         Log: (Retracted by #7943.)
115              
116              Reserve the short named string operator names.
117      Branch: perl
118            ! pod/perldiag.pod t/op/misc.t toke.c
119 ____________________________________________________________________________
120 [  7940] By: jhi                                   on 2000/12/01  06:45:53
121         Log: Get the three different space character classes right under utf8.
122      Branch: perl
123            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
124            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
125            ! regexec.c t/op/pat.t utf8.c
126 ____________________________________________________________________________
127 [  7939] By: jhi                                   on 2000/12/01  03:26:26
128         Log: Two more tests that make no sense in UTF-8 since the test
129              data is not in UTF-8.
130      Branch: perl
131            ! t/op/regexp.t
132 ____________________________________________________________________________
133 [  7938] By: jhi                                   on 2000/12/01  03:20:39
134         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
135              should it be required inside regexen?
136      Branch: perl
137            ! regcomp.c t/op/regmesg.t
138 ____________________________________________________________________________
139 [  7937] By: jhi                                   on 2000/12/01  02:58:53
140         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
141              stored and restored, and thusly was trounced by the utf8 swash
142              routines.
143      Branch: perl
144            ! regcomp.c
145 ____________________________________________________________________________
146 [  7936] By: jhi                                   on 2000/11/30  20:41:39
147         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
148              Why the different platforms behave so differently (core dump vs
149              no core dump) on this bug is a but of a mystery, but if I had to
150              guess I would mumble something like 'alignment'.
151      Branch: perl
152            ! sv.c
153 ____________________________________________________________________________
154 [  7935] By: jhi                                   on 2000/11/30  16:17:02
155         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
156              From: Robin Barker <rmb1@cise.npl.co.uk>
157              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
158              Date: Thu, 30 Nov 2000 14:27:12 GMT
159      Branch: perl
160            ! perlio.c toke.c
161 ____________________________________________________________________________
162 [  7934] By: jhi                                   on 2000/11/30  16:04:49
163         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
164      Branch: perl
165            ! t/lib/net-hostent.t
166 ____________________________________________________________________________
167 [  7933] By: jhi                                   on 2000/11/30  06:07:26
168         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
169              From: Peter Prymmer <pvhp@forte.com>
170              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
171              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
172              
173              In VMS the localhost may be LOCALHOST.
174      Branch: perl
175            ! t/lib/net-hostent.t
176 ____________________________________________________________________________
177 [  7932] By: jhi                                   on 2000/11/30  01:11:11
178         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
179              From: Peter Prymmer <pvhp@forte.com>
180              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
181              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
182              
183              plus regen perlapi.pod.
184      Branch: perl
185            ! pod/perlapi.pod utf8.c
186 ____________________________________________________________________________
187 [  7931] By: jhi                                   on 2000/11/30  01:06:19
188         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
189              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
190              Date:     Wed, 29 Nov 2000 17:15:11 EST
191              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
192      Branch: perl
193            ! t/lib/filter-util.pl t/lib/filter-util.t
194 ____________________________________________________________________________
195 [  7930] By: jhi                                   on 2000/11/29  18:51:55
196         Log: Update Changes.
197      Branch: perl
198            ! Changes patchlevel.h
199 ____________________________________________________________________________
200 [  7929] By: jhi                                   on 2000/11/29  18:50:55
201         Log: Update the va_copy() metaconfig unit.
202      Branch: metaconfig/U/perl
203            ! need_va_copy.U
204 ____________________________________________________________________________
205 [  7928] By: jhi                                   on 2000/11/29  17:50:43
206         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
207              From: Dominic Dunlop <domo@computer.org>
208              Date: Tue, 28 Nov 2000 16:41:57 +0100
209              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
210              
211              Patch to catch a core dump in the Configure va_copy test.
212      Branch: perl
213            ! Configure config_h.SH
214 ____________________________________________________________________________
215 [  7927] By: jhi                                   on 2000/11/29  17:31:59
216         Log: Retract #7921, the patch shouldn't be needed.
217      Branch: perl
218            ! sv.c
219 ____________________________________________________________________________
220 [  7926] By: jhi                                   on 2000/11/29  17:01:41
221         Log: Make the Class::Struct import() wiser.
222      Branch: perl
223            ! lib/Class/Struct.pm t/lib/class-struct.t
224 ____________________________________________________________________________
225 [  7925] By: jhi                                   on 2000/11/29  16:36:33
226         Log: All the core library users of Class::Struct seem to be
227              using "use Class::Struct 'struct';" instead of the bare
228              "use Class::Struct;", which isn't documented in Class::Struct.
229              This can't be right.
230      Branch: perl
231            ! lib/File/stat.pm
232 ____________________________________________________________________________
233 [  7924] By: jhi                                   on 2000/11/29  16:32:15
234         Log: A test works better if it has the right 1..$n output.
235      Branch: perl
236            ! t/lib/class-struct.t
237 ____________________________________________________________________________
238 [  7923] By: jhi                                   on 2000/11/29  16:29:11
239         Log: Forgot to MANIFEST the new Net::hostent test.
240      Branch: perl
241            ! MANIFEST
242 ____________________________________________________________________________
243 [  7922] By: jhi                                   on 2000/11/29  16:27:49
244         Log: Integrate perlio.
245      Branch: perl
246           !> iperlsys.h perlio.c
247 ____________________________________________________________________________
248 [  7921] By: jhi                                   on 2000/11/29  16:27:10
249         Log: (Retracted by #7927.)
250              
251              Subject: [PATCH] Is infinity a number?
252              From: Simon Cozens <simon@cozens.net>
253              Date: Wed, 29 Nov 2000 14:48:20 +0000
254              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
255      Branch: perl
256            ! sv.c
257 ____________________________________________________________________________
258 [  7920] By: jhi                                   on 2000/11/29  16:23:02
259         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
260              From: rspier@pobox.com (Robert Spier)
261              Date: Wed, 29 Nov 2000 02:17:49 -0500
262              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
263              
264              Add a test for Net::hostent.
265      Branch: perl
266            + t/lib/net-hostent.t
267 ____________________________________________________________________________
268 [  7919] By: jhi                                   on 2000/11/29  16:21:31
269         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
270              add a test for Class::Struct.
271      Branch: perl
272            + t/lib/class-struct.t
273            ! MANIFEST lib/Class/Struct.pm
274 ____________________________________________________________________________
275 [  7918] By: jhi                                   on 2000/11/29  15:48:40
276         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
277              From: rspier@pobox.com (Robert Spier)
278              Date: Wed, 29 Nov 2000 02:25:39 -0500
279              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
280              
281              More checking in case someone has broken their services or
282              protocol databases.
283      Branch: perl
284            ! ext/Sys/Syslog/Syslog.pm
285 ____________________________________________________________________________
286 [  7917] By: jhi                                   on 2000/11/29  15:46:25
287         Log: Subject: [PATCH] $^O  win32 -> MSWin32
288              From: rspier@pobox.com (Robert Spier)
289              Date: Wed, 29 Nov 2000 02:17:38 -0500
290              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
291              
292              plus similar nits for vms, err, VMS, and UNICOS.
293      Branch: perl
294            ! t/lib/syslfs.t t/op/lfs.t
295 ____________________________________________________________________________
296 [  7916] By: jhi                                   on 2000/11/29  15:42:51
297         Log: Subject: [PATCH] Tokeniser debugging
298              From: Simon Cozens <simon@cozens.net>
299              Date: Wed, 29 Nov 2000 14:15:45 +0000
300              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
301      Branch: perl
302            ! perl.c perl.h pod/perlrun.pod toke.c
303 ____________________________________________________________________________
304 [  7915] By: jhi                                   on 2000/11/29  15:41:36
305         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
307              Date: Wed, 29 Nov 2000 02:13:14 -0500
308              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
309              
310              OUT keyword nits.
311              
312              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
314              Date: Wed, 29 Nov 2000 03:09:04 -0500
315              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
316              
317              OUT and IN_OUT documentation.
318      Branch: perl
319            ! lib/ExtUtils/xsubpp pod/perlxs.pod
320 ____________________________________________________________________________
321 [  7914] By: jhi                                   on 2000/11/29  03:35:01
322         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
323              From: John Tobey <jtobey@john-edwin-tobey.org>
324              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
325              Message-Id: <m140e1N-000FOoC@feynman.localnet>
326              
327              plus a performance speedup noticed by Sarathy.
328      Branch: perl
329            ! op.c
330 ____________________________________________________________________________
331 [  7913] By: jhi                                   on 2000/11/29  03:16:59
332         Log: Use "1 while unlink" so that VMS gets clean, too.
333      Branch: perl
334            ! t/lib/filter-util.t
335 ____________________________________________________________________________
336 [  7912] By: jhi                                   on 2000/11/29  03:09:08
337         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
339              Date: Tue, 28 Nov 2000 03:27:09 -0500
340              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
341      Branch: perl
342            ! lib/ExtUtils/xsubpp
343 ____________________________________________________________________________
344 [  7911] By: jhi                                   on 2000/11/29  03:06:30
345         Log: This should have been part of #7872: no need to scan UTF-8
346              until eternity.
347      Branch: perl
348            ! utf8.c
349 ____________________________________________________________________________
350 [  7910] By: jhi                                   on 2000/11/29  02:50:04
351         Log: One more perltie.pod nit from Casey R. Tweten.
352      Branch: perl
353            ! pod/perltie.pod
354 ____________________________________________________________________________
355 [  7909] By: jhi                                   on 2000/11/29  02:44:23
356         Log: Document the known sprintf test failures, exact standard
357              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
358      Branch: perl
359            ! pod/perldelta.pod t/op/sprintf.t
360 ____________________________________________________________________________
361 [  7908] By: jhi                                   on 2000/11/29  02:36:23
362         Log: Add the Encoding table format documentation.
363      Branch: perl
364            + ext/Encode/Encode/EncodeFormat.pod
365            ! MANIFEST
366 ____________________________________________________________________________
367 [  7907] By: jhi                                   on 2000/11/29  02:07:24
368         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
369              From: "Casey R. Tweten" <crt@kiski.net>
370              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
371              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
372              
373              Subject: Re: [PATCH] Updating perltie.pod for arrays
374              From: "Casey R. Tweten" <crt@kiski.net>
375              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
376              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
377      Branch: perl
378            ! pod/perltie.pod
379 ____________________________________________________________________________
380 [  7906] By: nick                                  on 2000/11/28  22:40:59
381         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
382      Branch: perlio
383            ! iperlsys.h perlio.c
384 ____________________________________________________________________________
385 [  7905] By: nick                                  on 2000/11/28  22:04:34
386         Log: Integrate mainline
387      Branch: perlio
388           !> (integrate 39 files)
389 ____________________________________________________________________________
390 [  7904] By: jhi                                   on 2000/11/28  16:44:43
391         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
392              From: Nicholas Clark <nick@babyhippo.co.uk>
393              Date: Tue, 28 Nov 2000 11:16:57 +0000
394              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
395      Branch: perl
396            ! pod/perlipc.pod
397 ____________________________________________________________________________
398 [  7903] By: jhi                                   on 2000/11/28  16:40:31
399         Log: Subject: [PATCH] Updating perltie.pod for arrays
400              From: "Casey R. Tweten" <crt@kiski.net>
401              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
402              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
403      Branch: perl
404            ! pod/perltie.pod
405 ____________________________________________________________________________
406 [  7902] By: jhi                                   on 2000/11/28  16:39:37
407         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
408              From: Robin Barker <rmb1@cise.npl.co.uk>
409              Date: Mon, 27 Nov 2000 17:56:44 GMT
410              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
411      Branch: perl
412            ! pod/perlfunc.pod t/op/split.t
413 ____________________________________________________________________________
414 [  7901] By: jhi                                   on 2000/11/28  16:28:04
415         Log: setmode() is a DOSish-only thing.
416      Branch: perl
417            ! perlio.c
418 ____________________________________________________________________________
419 [  7900] By: jhi                                   on 2000/11/28  16:21:46
420         Log: Subject: [PATCH] perlcc.PL cleanups
421              From: Simon Cozens <simon@cozens.net>
422              Date: Tue, 28 Nov 2000 12:44:35 +0000
423              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
424      Branch: perl
425            ! utils/perlcc.PL
426 ____________________________________________________________________________
427 [  7899] By: gsar                                  on 2000/11/28  06:32:55
428         Log: reintegrate files missed by change#7895
429      Branch: maint-5.6/perl
430           +> ext/ByteLoader/bytecode.h utils/Makefile
431            - utils/perlbc.PL
432 ____________________________________________________________________________
433 [  7897] By: gsar                                  on 2000/11/27  18:22:47
434         Log: can't integrate these two files, for some reason
435      Branch: maint-5.6/perl
436            - ext/ByteLoader/bytecode.h utils/Makefile
437 ____________________________________________________________________________
438 [  7895] By: gsar                                  on 2000/11/27  18:11:21
439         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
440              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
441              6757..6890,6892..6901 from mainline
442              
443              Bytecompiler patches from Benjamin Stuhl.
444              
445              More bytecompiler.
446              
447              Subject: [PATCH blead] B:: missing dependency
448              
449              Subject: [PATCH: 6757] configure.com updates and syslog build
450              
451              Long double Gconvert fixes from Yitzchak Scott-Thoennes
452              and Spider Boardman.
453              
454              Subject: [PATCH blead] nextchar() abuse misses an optimisation
455              
456              Long double fixes from Spider Boardman.
457              
458              Make the selection of NVff et al stricter.
459              
460              cSVOPo_*v things index into the current PL_curpad
461              under ithreads, which is different from the curpad
462              used by the XSUB.  (In other words, the code as-is
463              before this patch wouldn't work under ithreads.)
464              
465              Be portable.
466              
467              VMS MMS (make) wants null action.
468              
469              Mac and other portability updates from Chris Nandor.
470              
471              Storable support, v-version fixes.
472              Subject: CPAN.pm beta for testing available
473              
474              Portability fix from Hugo van der Sanden.
475              
476              Bad makefile.
477              
478              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
479              
480              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
481              
482              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
483              
484              Replace #6705 with a minimal doc patch.
485              Subject: [PATCH 5.6.0] replace change #6705
486              
487              Drop the separate perlbc, perlcc -b should be enough.
488              
489              installperl couldn't tell whether it had run tests or not.
490              Subject: [PATCH] Re: installperl and t/TEST
491              
492              Add silencer flags to installperl.
493              Subject: [PATCH] Making installperl silent.
494              
495              Make "make install" by default silent.  A new "install-verbose"
496              target is verbose.
497              
498              More liberal parsing of version numbers.
499              Subject: Re: CPAN.pm beta for testing available
500              
501              Create directories in silence.
502              Subject: [PATCH] Another silencer for MakeMaker
503              
504              DOS patches and portability/porting notes, from Tim Jenness.
505              
506              Make installman to recognize the silence flag -S.
507              
508              Actually do something with the silencer option.
509              
510              Continue silencing.
511              
512              Show the doc file, not the temp file.
513              
514              Regen perltoc.
515              
516              Subject: [PATCH] More silencing of installman.
517              
518              Better wording for the vec lvalue diagnostic.
519              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
520              
521              Subject: [PATCH: 6805] several more tweaks to configure.com
522              
523              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
524              
525              Missing parts of 
526              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
527              
528              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
529              (applied slightly modified)
530              
531              installperl --verbose and --silent.
532              Subject: Re: [PATCH] More silencing of installman.
533              
534              Add install-silent target.
535              
536              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
537              the problem reported in
538              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
539              
540              Tweak the sfio/useperlio logic, hopefully as wished in
541              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
542              
543              One forgotten file from #6816.
544              
545              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
546              
547              Remove duplicately applied patch shards.
548              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
549              
550              Support preserving extremely big/small angles.
551              
552              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
553              
554              Subject: [PATCH] installation not quite silent yet.
555              
556              Update the test count.
557              
558              Use UVxf, PTR2UV, NVff.
559              
560              Document PTR2XX and INT2PTR.
561              
562              no-install target a la make -n.
563              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
564              
565              grep -e isn't portable.
566              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
567              
568              Can't get the test to reliably work thanks to the
569              inaccurateness of floating point.  "Resolves" bug ids
570              20000826.003, 20000826.009, 20000826.010,
571              
572              Subject: installman buglet
573              
574              DJGPP update from Laszlo Molnar.
575              
576              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
577              
578              Passing -R in ldflags makes now it to appear in the default
579              for lddlflags, just like with -L.
580              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
581              
582              Test nit.
583              
584              Use the actual thread type, not the pointer-to-struct.
585              
586              Provice virtual $Config{ccflags_nolargefiles} etc. 
587              
588              display_format used as a class method without arguments was broken,
589              reported in
590              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
591              
592              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
593              
594              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
595              
596              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
597              
598              opmini.o may be left around if a build is interrupted.
599              
600              Typo in #6858.
601              
602              Fix for ID 20000828.001, long doubles were not formatted
603              correctly (showed up in $], which stopped installing perl).
604              
605              An attempt to fix the problem reported in
606              Subject: Building perl@6856 using gcc/AIX 4.3.3 
607              I can't test this properly since the gcc installation I have
608              access to seems to be botched (gcc is calling the AIX cpp,
609              a losing proposition...)
610              
611              Add -ld to archname on long tr...double platforms.
612              
613              Subject: hv.h Doc Patch
614              
615              Potential cruft.
616              
617              Subject: [PATCH bleedperl@6856] warnings fixes
618              
619              -S is the silent flag, -s is the strip flag.
620              Subject: [PATCH] Re: [PATCH] make no-install          
621              
622              Take out the SUIDMAIL thing, that will not be
623              a problem in 5.7.*.
624              
625              Subject: [PATCH bleedperl@6866] spellings
626              
627              Subject: [PATCH] Re: files not cleaned even by veryclean
628              
629              Use minimal @INC in tests, most of the time just '../lib',
630              so that we simply can't pick up stuff from other Perls than
631              the one we are testing.  Pointed out by
632              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
633              
634              Update to Getopt::Long 2.24, from Johan Vromans.
635              
636              Fix for thinko in #6848.
637              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
638              
639              Patches all over for people and the files they (hopefully) care about.
640              
641              Subject: Net::protoent does not export 'getproto'
642              
643              Missed a change in #6869.
644              
645              Subject: [PATCH] Warnings in B::Deparse
646              
647              Subject: [PATCH] Glob dumping
648              
649              Disable one of the tests for now.
650              
651              Disabling the one test is a bit tricky.
652              
653              Don't forget to tidy up.
654              
655              The #6881 removed one dump line.
656              
657              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
658              
659              Under usethreads the dumped variable is IN_PAD.
660              Subject: Re: [PATCH] Glob dumping
661              
662              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
663              
664              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
665              
666              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
667              
668              Regen Configure for #6894.
669              
670              Subject: [PATCH: 6889] updates to perlebcdic.pod
671              
672              Undo namespace pollution of #6878.
673              Subject: Re: Net::protoent does not export 'getproto'
674              
675              Admit that we are leaking scalars.
676              
677              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
678      Branch: maint-5.6/perl
679           !> (integrate 271 files)
680 ____________________________________________________________________________
681 [  7894] By: gsar                                  on 2000/11/27  16:00:34
682         Log: a couple of nits
683      Branch: maint-5.6/perl
684            ! MANIFEST pp_sys.c
685 ____________________________________________________________________________
686 [  7893] By: gsar                                  on 2000/11/27  15:10:56
687         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
688              6740..6745,6747..6757,6760
689              
690              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
691              
692              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
693              
694              Doc nits spotted by Richard Soderberg.
695              
696              move WNOHANG definition to where other such things are
697              
698              Make $Config{byteorder} more magical so that it is
699              dynamically computed: nice for 'fat binaries'.
700              Subject: [PATCH]: default byteorder
701              
702              Subject: [PATCH] Cwd.pm now uses strict
703              
704              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
705              
706              Get -DLEAKTEST to compile (not necessarily to work, mind)
707              Subject: [ID 20000724.006] -DLEAKTEST problem
708              
709              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
710              
711              Add perlebcdic from Peter Prymmer, regen toc.
712              
713              Don't propose using modules built for 5.005 if no binary
714              compatibility with 5.005 is attempted.
715              
716              Do not use prototyping here.
717              Subject: [ID 20000817.016] [PATCH] Peek.xs
718              
719              Document what the backtick returns if the command fails.
720              
721              Add byteorder to the myconfig output.
722              
723              Introduce NVef, NVff, and NVgf, use the middle one.
724              (helps for lib/peek + Linux + long doubles)  Reported in
725              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
726              Use NVs in POSIX math, not doubles.
727              Subject: [ID 20000817.014] POSIX & modfl
728              
729              Subject: [PATCH 5.6.0+] newSVrv() memory leak
730              
731              The byteorder code in #6671 was wrong.
732              
733              Fix the lib/complex failure of
734              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
735              Linux long double accuracy issue: something that
736              when printed with %g looks like "2" but int() of it is 1.
737              
738              Propagate new Configure vars.
739              
740              Unbuffer the output.
741              
742              Subject: [PATCH] perltrap.pod spring cleaning
743              
744              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
745              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
746              
747              Tiny Getopt::Long patch from Johan Vromans.
748              
749              Document code point which makes if (defined %stash::) to work
750              (noted by Spider Boardman).
751              
752              Subject: [PATCH perl@6698] cygwin port
753              
754              Document the NDBM_File and ODBM_File as SDBM_File
755              was documented in #6417.
756              
757              The new tests were missing from #6415.
758              
759              Add [[:blank:]] as suggested in
760              Subject: [ID 20000716.024] [=cc=] / [:blank:]
761              (the [=cc=] has already been taken care of by #6439
762              so the whole bug report can be closed)
763              and make [[:space:]] to be equivalent to isspace(3)
764              (as opposed to \s, which is isSPACE()).  The difference
765              is that now [[:space:]] matches the mythical vertical tab,
766              while \s doesn't.
767              
768              Don't eat leading os from index entries.
769              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
770              
771              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
772              
773              Typo in pp_complement().
774              Subject: [PATCH perl-current] Deparse
775              
776              Add warnif(), check warnings further up the stack,
777              all the warnings functions now can take an optional object reference.
778              Subject: [PATCH bleedperl@6691] warnings pragma update
779              
780              Fix a core dump in lib/selfloader under -DDEBUGGING.
781              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
782              
783              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
784              
785              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
786              
787              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
788              Put back the long double avoidance code to POSIX.xs
789              because VMS seems to need it still.
790              
791              Introduce a 'veryclean' target that is like 'distclean'
792              but also removes *~ and *.orig.
793              
794              Subject: [ID 20000817.023] endianness description in perlfunc.pod
795              
796              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
797              
798              Let's try #6717 again.
799              
800              UTF8 concat fixes.
801              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
802              
803              pp_open() could pass an uninitialized filename down to do_open9().
804              
805              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
806              
807              Update to CGI 2.72, from Lincoln Stein.
808              
809              Subject: [PATCH] Silence MakeMaker (Was: installman)
810              
811              Use temporary directory instead of current directory.
812              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
813              
814              Document odd vs even subreleases and -Dusedevel.
815              
816              The veryclean target needs to clobber.
817              
818              Use File::Spec->tmpdir().
819              
820              Document the number of exponent digits.
821              
822              Mention perlebcdic and perlposix-bc.
823              
824              s/this one/the 5.6.0 release/
825              
826              The #6724 is here.
827              
828              The correct cleaning order is an art.
829              
830              small tweaks for change#6705: avoid C++ style comments in C code;
831              use Perl's malloc API rather than the low level system one
832              
833              Array context keeps slithering in.
834              
835              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
836              
837              Subject: [PATCH] os2.c fix for use64bitint
838              
839              Update to Pod::LaTeX 0.53.
840              Subject: [PATCH] lib/Pod/LaTeX.pm updates
841              
842              Document the endianness of Alpha more precisely.
843              
844              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
845              
846              Rename the macro argument because some preprocessors
847              can't tell the difference and expand arguments also inside
848              double quoted strings.
849              
850              free TLS slot properly on Windows
851              
852              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
853              
854              Unicos/mk requires elaborate paranoia.
855              
856              Tweak the floating point output routine preferences.
857              
858              Also under djgpp the timestamps are funky.
859              
860              Apply some PodParser 1.18 patches; the Pod/Find.pm
861              patches cannot be applied since #6712 conflicts.
862              
863              Use PodParser 1.18 new test.
864              
865              A pod nit.
866              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
867              
868              Be verydeepclean.
869      Branch: maint-5.6/perl
870           +> pod/perlebcdic.pod
871           !> (integrate 106 files)
872 ____________________________________________________________________________
873 [  7892] By: jhi                                   on 2000/11/27  15:02:32
874         Log: Update Changes.
875      Branch: perl
876            ! Changes patchlevel.h
877 ____________________________________________________________________________
878 [  7891] By: jhi                                   on 2000/11/27  14:57:23
879         Log: Subject: Re: perlfaq style changes
880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
881              Date: Sat, 25 Nov 2000 23:32:26 -0800
882              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
883              
884              plus a note from Ronald Kimball.
885      Branch: perl
886            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
887 ____________________________________________________________________________
888 [  7890] By: jhi                                   on 2000/11/27  14:53:14
889         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
890              From: Benjamin Holzman <bah@ecnvantage.com>
891              Date: Sun, 26 Nov 2000 16:27:33 -0500
892              Message-ID: <20001126162733.J25040@ecnvantage.com>
893      Branch: perl
894            ! gv.c
895 ____________________________________________________________________________
896 [  7889] By: jhi                                   on 2000/11/27  14:43:11
897         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
898              From: lvirden@cas.org
899              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
900              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
901      Branch: perl
902            ! README.amiga
903 ____________________________________________________________________________
904 [  7888] By: jhi                                   on 2000/11/27  14:32:34
905         Log: Restore also the locale test to no-sprintf-taint state.
906              Fixes the bug 20001127.003.
907      Branch: perl
908            ! sv.c t/pragma/locale.t
909 ____________________________________________________________________________
910 [  7887] By: gsar                                  on 2000/11/27  14:13:05
911         Log: integrate changes#6613..6616,6620..6665 from mainline
912              
913              VMS configure.com update continues.
914              
915              Subject: Test fails / warnings with perl-current #6612
916              
917              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
918              
919              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
920              
921              For now remove the mail code.
922              
923              Subject: Re: [PATCH] @+, @- readonly
924              
925              Subject: warning: storage class after type is obsolescent
926              
927              Subject: sfio2000
928              
929              Subject: Re: File::Temp problems on VMS in bleedperl
930              
931              README.os2 update.
932              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
933              
934              Make the user to give up his firstborn, err, to knowingly
935              verify installing an unstable developer release.  Also bump
936              the release to 5.7.0, but leave a patch tag in the local
937              patches saying that this is not yet the real thing.
938              
939              Update (kinda) to Test 1.14, from Joshua Pritikin.
940              
941              make ok etc also for win32.
942              
943              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
944              
945              Don't blow limited stacks, a lower number is enough to
946              tickle the lookbehind limit.
947              
948              Use -Dusedevel; regen Configure and the respective Porting stuff.
949              
950              Subject: [PATCH] debugger exit code should reflect user exit code
951              
952              Subject: [PATCH perl@6620] cygwin port
953              
954              Missed a file from #6638.
955              
956              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)
957              
958              magic callbacks all need to have same type signature
959              
960              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
961              
962              Fix a dependency problem.
963              Subject: [PATCH: 6640] VMS Makefile.SH update
964              
965              The numeric locale was reset to "C" by s?printf and never restored.
966              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
967              No test since adding the failing example to locale.t
968              does not fail -- probably because the locale settings are so
969              thoroughly tweaked by that time.  Running the example standalone
970              does fail, though.  UPDATE: test case added at change #7540.
971              
972              Subject: [ID 20000324.040] minor fix to perlhpux.pod
973              
974              Update to CPAN 1.57.
975              
976              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
977              
978              Change the perlbug address to perl.org since it's more forgiving.
979              
980              Change the regx compilation error markers to use = instead of <
981              since pod makes using the latter quite messy.  Reported in
982              ID 20000814.006 by Abigail and in
983              Subject: Unknown escape E<> ?
984              
985              Update to perldebtut 1.9, from Richard Foley.
986              
987              check that the number pseudo children doesn't exceed
988              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
989              the WaitForMultipleObjects() limit that would cause wait()
990              to crash)
991              wait() and waitpid() could potentially be rewritten to use
992              more than one thread to do the waiting to eliminate this
993              limitation
994              
995              change#6328 could make close(SOCKET) return false on windows
996              when it shouldn't
997              
998              pod nit seen in passing
999              
1000              on windows, the return values from wait() and waitpid() don't
1001              match those of pseudo-pids
1002              
1003              waitpid() now handles externally spawned pids correctly;
1004              fixes for backtick/wait/waitpid failures on Windows 9x
1005              these changes make the pid returned by process functions on
1006              Windows 9x always positive by clearing the high bit (which
1007              is always set on Win9x); pseudo-process PIDs are likewise
1008              always negative now on Win9x (just as on NT/2000)
1009              
1010              trailing new %ENV entries weren't being pushed into the real
1011              environment of subprocesses on Windows
1012              
1013              Tweak the regex compilation errors once more.
1014              
1015              avoid warnings from dense compiler
1016              
1017              add "ok" targets from change#6632 in makefile.mk
1018      Branch: maint-5.6/perl
1019            - lib/Pod/PlainText.pm vms/configure.com
1020           !> (integrate 66 files)
1021 ____________________________________________________________________________
1022 [  7886] By: jhi                                   on 2000/11/27  13:54:18
1023         Log: __FUNCTION__ isn't portable and trying to emulate it leads
1024              into practically spelling out the name of the function.
1025              Takes care of the bug 20001127.001.
1026      Branch: perl
1027            ! perlio.c
1028 ____________________________________________________________________________
1029 [  7885] By: gsar                                  on 2000/11/27  13:53:18
1030         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
1031              6610..6611 from mainline
1032              
1033              Make regular expression parse error messages easier to understand.
1034              Subject: Re: enhanced(?) regex error messages
1035              
1036              Tiny tidying on report_evil_fh().
1037              
1038              Subject: Re: enhanced(?) regex error messages 
1039              plus Capitalize the error messages, plus perldiag them.
1040              
1041              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
1042              
1043              Document here-doc better.
1044              
1045              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1046              
1047              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
1048              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
1049              (either perlbug or p5p ate the original), plus regen
1050              perlapi and perltoc. 
1051              
1052              Regen global.sym.
1053              
1054              Double check that we have a dirhandle.
1055              
1056              Subject: Re: enhanced(?) regex error messages
1057              (plus two small patches sent privately)
1058              (this still seems to leave few test failures)
1059              
1060              warn is a macro, avoid using at a variable to avoid warnings
1061              in some configurations; readdir.t is too conservative in
1062              estimating number of *.t's
1063              
1064              Get back into sync with Jeffrey on the enhanced regex warnings.
1065              
1066              Subject: [PATCH 5.6.0] cygwin port
1067              
1068              Zero entries were skipped, fix from Adrian Goalby
1069              <argoalby@yahoo.co.uk>
1070              
1071              Subject: Remove dead entry in perldiag
1072              
1073              Amend the description of Perl6.
1074              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
1075              
1076              detypo
1077              
1078              It's the 2ndO'ROSSC.
1079              
1080              Revert the sv.c part of #6559, a better fix is needed.
1081              
1082              Iterating perl6 description.
1083              
1084              Update to Term::ANSIColor 1.03, from Russ Allbery.
1085              
1086              Update to Getopt::Long 2.23_05, from Johan Vromans.
1087              
1088              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
1089              
1090              Update to Pod::Parser 1.17, from Brad Appleton.
1091              
1092              Update to CPAN 1.56, from Andreas König.
1093              
1094              Update to CGI 2.70, from Lincoln Stein.
1095              
1096              Put back the std @INC thing.
1097              
1098              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
1099              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
1100              
1101              Document the IO::Select timeout.
1102              
1103              sleep(1) does not necessarily return 1.
1104              Subject: [PATCH bleadperl] op/lex_assign.t  
1105              
1106              Subject: debugger "d" command doesnt check line number
1107              
1108              B::Deparse didn't do sub attributes.
1109              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1110              
1111              Preprocessing and postprocessing for File::Find.
1112              Subject: Patch to Find::File.pm to allow alphabetical results
1113              
1114              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
1115              
1116              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
1117              
1118              Subject: Re: [ID 20000730.003] utf8::length() bad
1119              
1120              Subject: Getting perlio and threads to compile
1121              (the Solaris version changes in Configure skipped)
1122              
1123              Tests for #6589.
1124              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1125              
1126              Add Perl debugging tutorial, regen toc. 
1127              Subject: perldebtut.pod
1128              
1129              Add a few missing files, update MANIFEST.
1130              
1131              Rewrite of vms/subconfigure.com as configure.com,
1132              from Peter Prymmer and the vmsperl crew.
1133              
1134              Should have deleted this in #6603.
1135              
1136              Fix the test for 5005threads.
1137              
1138              Fix-n-skip the tests under 5005threads.
1139              
1140              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
1141              
1142              Upgrade to CGI 2.71, from Lincoln Stein.
1143      Branch: maint-5.6/perl
1144           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
1145           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
1146           +> t/op/regmesg.t t/pod/find.t vms/configure.com
1147            - vms/subconfigure.com
1148            ! lib/lib.pm
1149           !> (integrate 115 files)
1150 ____________________________________________________________________________
1151 [  7884] By: jhi                                   on 2000/11/27  13:44:33
1152         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
1153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1154              Date:     Mon, 27 Nov 2000 08:23:54 EST
1155              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
1156      Branch: perl
1157            ! vms/descrip_mms.template vms/test.com
1158 ____________________________________________________________________________
1159 [  7883] By: gsar                                  on 2000/11/27  11:50:46
1160         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
1161              6511..6513,6515..6523,6525..6536
1162              
1163              The swallow_bom() saga continues.  The #23 of require.t
1164              (UTF16-LE) still fails (silently, no output) but the #22
1165              (UTF16-BE) seems to be working now.  The root of the
1166              failure may be in sv_gets(): is it UTF-16LE-aware,
1167              especially when it comes to line endings? 
1168              
1169              Document the problem with -P in HP-UX and its workaround.
1170              
1171              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
1172              (aka ID 20000730.002)
1173              
1174              Subject: fix and question re: waitpid() under win32
1175              
1176              Make the safety catch for buggy gccs work with triple version
1177              numbers like 2.95.2.  Reported in
1178              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
1179              
1180              In Digital UNIX warn if gcc explicitly chosen because even
1181              2.95.2 is known to cause problems.
1182              
1183              Make chr() for values >127 to create utf8 when under utf8.
1184              
1185              various syntax errors and such (not fixed: comp/require.t#22 coredump
1186              on Windows)
1187              
1188              Stash away the largefiles flags and libswanted.
1189              
1190              BOM patching from Simon Cozens.
1191              
1192              If gccosandvers is equal to osname, clear gccosandvers.
1193              
1194              Make p4desc to skip non-mainperl branches by default.
1195              
1196              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
1197              
1198              The test from this
1199              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
1200              
1201              In new BSDs changes to argv[] do not show up in ps(1) output,
1202              instead one must use setproctitle().  This was already addressed
1203              by change #6457, but the below has a new variant for FreeBSD 4.0
1204              or later, and the matter is also documented more.
1205              
1206              FreeBSD 3.* updates from
1207              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
1208              
1209              regen_headers, regen perltoc.
1210              
1211              Document in one place the memory abstractions used in Perl core.
1212              
1213              memcpy has n o in it, as pinted ut by Sarathy.
1214              
1215              Remove the extraneous "main::" prefix from all the
1216              "opened only for", "on closed", and "never opened" warnings.
1217              
1218              The name of a filehandle does not have <these>.
1219              
1220              The tr utf8 patching continues.
1221              
1222              The new setproctitle() feature is available only in 
1223              bleeding edge FreeBSD.  From Paul Saab.
1224              
1225              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
1226              
1227              Dump UVs as UVs in Data::Dumper.
1228              
1229              detypo #6494
1230              
1231              Document the IVdf UVuf UVof UVxf.
1232              
1233              require.t needs binmode() to work on windows
1234              
1235              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1236              that are hopefully soon put into use.
1237              
1238              Allow "no Module;" even if there is no 'unimport'.
1239              
1240              Better skip message for the test; one of the two problems in
1241              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1242              
1243              The subtest 4 may fail also on VOBS, as pointed out
1244              by Nick Ing-Simmons in November 1999, bug id 19991124.003
1245              (but the failure in that bug report isn't the subtest 4).
1246              
1247              Be more informative on what is skipped and why,
1248              also repeat the list at the end.
1249              
1250              Add a URL for FSF.
1251              
1252              Subject: [PATCH] sv.h documentation - SvLEN
1253              
1254              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
1255              
1256              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
1257              
1258              Subject: [PATCH] bad cppsymbols on os2 + Configure question
1259              
1260              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
1261              
1262              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
1263              mention the idea of @( and @)
1264              
1265              This is 6512.  Really.
1266              
1267              Subject: [ID 19990721.004] Documentation bug in perlfunc
1268              
1269              Subject: Minor tweak to perlvar.pod
1270              
1271              In the warnings call filehandles consistently so;
1272              add "unopened" warning for stat().
1273              
1274              After the #6519 a warning about stat() is just that,
1275              not about a filetest, which now have their own warning.
1276              
1277              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
1278              
1279              Subject: Re: Array vs. List context
1280              
1281              Subject: New perlcc, take 2
1282              
1283              Weed buglets pointed out by
1284              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
1285              
1286              gcc versions might have (parentheses) in them.
1287              
1288              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
1289              
1290              Essential prototype changes were missing from #6527.
1291              Also make report_evil_fh() more bomb-proof.
1292              
1293              Zap lib/Sys directory when cleaning up.
1294              
1295              Change the Policy policy: now -Dprefix= with an existing
1296              Policy.sh and prefix == siteprefix == vendorprefix, then all
1297              of them follow along the new prefix.
1298              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
1299              
1300              Continue fixing the io warnings.  This also
1301              sort of fixes bug ID 20000802.003: the core dump
1302              is no more.  Whether the current behaviour is correct
1303              (giving a warning: "Not a format reference"), is another matter.
1304              
1305              Have symbols for the IoTYPEs.
1306              
1307              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
1308              
1309              Document a bit that UDP is not what you might think.
1310              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
1311              tr memory corruption fix from Simon Cozens.
1312              
1313              Plug the security hole described in the Aug 05 2000 bugtraq message
1314              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
1315              The security hole exists only in suidperls, which isn't
1316              installed or even built by default.
1317      Branch: maint-5.6/perl
1318           !> (integrate 71 files)
1319 ____________________________________________________________________________
1320 [  7882] By: gsar                                  on 2000/11/27  10:25:36
1321         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
1322              from mainline
1323              
1324              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
1325              to be fatal errors (instead of by default ignoring them, and
1326              ignoring with a bug: even though -w gave an error, the opening [
1327              was left in)  Reported in:
1328              
1329              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
1330              
1331              Subject: [PATCH] split /^/
1332              
1333              MacOS nits from Matthias Neeracher.
1334              
1335              More split() doc and test patches from Mike Guy.
1336              
1337              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
1338              from Graham Barr in the module list.
1339              
1340              docfix from Peter Scott <Peter@PSDT.com>.
1341              
1342              File::Temp patches for VMS and OS/2 from Tim Jenness.
1343              
1344              open() wariness in perlbug.
1345              
1346              Subject: [PATCH] minor doc change - perlguts
1347              
1348              Subject: Minor doc patch: handy.h
1349              
1350              Be wary of close()s, too.
1351              
1352              Further File::Temp patches from Yitzchak Scott-Thoennes
1353              and Craig A. Berry.
1354              
1355              Subject: [PATCH] fixes bug 20000508.004
1356              
1357              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
1358              
1359              Allow "no AutoLoader;", based on change #6444,
1360              suggested by Graham Barr.
1361              
1362              Use setproctitle() if available to modify $0.
1363              
1364              Warn if the version of the operating system used to compile gcc
1365              differs from the current version of the operating system.
1366              Also display the gcc compilation os and version in myconfig.
1367              Inspiration from
1368              
1369              Tiny fixes for #6460.
1370              
1371              The problem described in this
1372              Subject: [ID 20000322.018] named chars aren't magical enough
1373              has been fixed in perl 5.6.0 but just in case added a test
1374              to keep it away.  (The report from Joseph Hall.)
1375              
1376              Tune the comments and hopefully stop a memory leak.
1377              
1378              Subject: UTF8 concat
1379              (with a memory leak fixed, plus a few casts added)
1380              This also seems to help for
1381              Subject: [ID 20000716.015] join UTF8 weirdness
1382              
1383              Do not upgrade SVs into utf8 just because they participate
1384              in eq or cmp.  Reported and fix suggested in
1385              Subject: [ID 20000720.009] sv_eq UTF8 bug
1386              
1387              Fix the HALF_UPGRADE() macro introduced in #6263.
1388              
1389              Find green threads before native threads.
1390              Subject: Re: Patch to jpl/JNI/Makefile.PL
1391      Branch: maint-5.6/perl
1392           !> (integrate 30 files)
1393 ____________________________________________________________________________
1394 [  7881] By: jhi                                   on 2000/11/27  05:48:41
1395         Log: It seems that *both* the unused submatch loop cleanup
1396              codes are needed.
1397      Branch: perl
1398            ! regexec.c
1399 ____________________________________________________________________________
1400 [  7880] By: jhi                                   on 2000/11/27  04:50:07
1401         Log: Clean .exists deeper.
1402      Branch: perl
1403            ! Makefile.SH
1404 ____________________________________________________________________________
1405 [  7879] By: jhi                                   on 2000/11/27  02:31:35
1406         Log: The code in regcppop() (see #7878) contains the correct lower
1407              limit for the unused submatch 'cleanup' loop so that under
1408              "use utf8" the following code wouldn't dump core:
1409              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
1410              the cleanup loop in regtry() stomped beyond allocated area
1411              in the startp[] array.  Therefore, copied the correct lower
1412              loop limit (*PL_reglastparen) to regtry().  Note: something
1413              may still not be quite right: why was the _higher_ loop limit
1414              (prog->nparens) different in the utf8 case?
1415              
1416              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
1417              without core dumps, there were about 17 of them before
1418              the patch (with us since Perl 5.7.0).  Two failures, still:
1419              496 and 505 (though these may not be severe).
1420              
1421              Patch #7881 is also needed since both the cleanup loops
1422              seem to be needed.
1423              
1424              Also, the t/op/pat#44 seems to core dump under utf8.
1425              Plus a couple of failures.  UGH-8.
1426      Branch: perl
1427            ! regexec.c
1428 ____________________________________________________________________________
1429 [  7878] By: jhi                                   on 2000/11/27  02:21:17
1430         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
1431              the code in regcppop() seems to be redundant for the test suite --
1432              but it contains a germ of truth, and it needed for the build
1433              process itself: see #7879 and #7881.
1434      Branch: perl
1435            ! regexec.c
1436 ____________________________________________________________________________
1437 [  7877] By: jhi                                   on 2000/11/27  01:53:09
1438         Log: Comment on comment.
1439      Branch: perl
1440            ! regexec.c
1441 ____________________________________________________________________________
1442 [  7876] By: jhi                                   on 2000/11/27  00:49:59
1443         Log: Adjust the docs to agree with #7875.
1444      Branch: perl
1445            ! pod/perllocale.pod
1446 ____________________________________________________________________________
1447 [  7875] By: jhi                                   on 2000/11/27  00:49:27
1448         Log: Retract #7863.  It makes more sense not to taint formatted output,
1449              not even by sprintf().
1450      Branch: perl
1451            ! sv.c
1452 ____________________________________________________________________________
1453 [  7874] By: jhi                                   on 2000/11/26  23:36:02
1454         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
1455              Not really fixed (should really dump the UTF-8 charclass),
1456              but stopped displaying the garbage.
1457              
1458              Also add a note on the (missing) Unicode PSXSPC and BLANK.
1459      Branch: perl
1460            ! regcomp.c
1461 ____________________________________________________________________________
1462 [  7873] By: jhi                                   on 2000/11/26  21:31:13
1463         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
1464      Branch: perl
1465            ! regexec.c
1466 ____________________________________________________________________________
1467 [  7872] By: jhi                                   on 2000/11/26  21:06:04
1468         Log: No need to scan till infinity, 13 is enough.
1469      Branch: perl
1470            ! handy.h utf8.c
1471 ____________________________________________________________________________
1472 [  7871] By: jhi                                   on 2000/11/26  20:20:32
1473         Log: Test line numbers are different with utf8.
1474      Branch: perl
1475            ! t/op/re_tests
1476 ____________________________________________________________________________
1477 [  7870] By: jhi                                   on 2000/11/26  20:10:12
1478         Log: Message nit.
1479      Branch: perl
1480            ! regcomp.c
1481 ____________________________________________________________________________
1482 [  7869] By: jhi                                   on 2000/11/26  19:01:05
1483         Log: Make utf8_length() and utf8_distance() (the latter of which
1484              is unused at the moment) to be less forgiving about bad UTF-8.
1485      Branch: perl
1486            ! embed.h embed.pl objXSUB.h proto.h utf8.c
1487 ____________________________________________________________________________
1488 [  7868] By: jhi                                   on 2000/11/26  18:45:56
1489         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
1490              From: Benjamin Holzman <bah@ecnvantage.com>
1491              Date: Sat, 25 Nov 2000 20:40:20 -0500       
1492              Message-ID: <20001125204020.A25040@ecnvantage.com>              
1493              
1494              Debian allows installing /usr/bin/locale without installing
1495              any locales, an error message will ensue.
1496      Branch: perl
1497            ! t/pragma/locale.t
1498 ____________________________________________________________________________
1499 [  7867] By: jhi                                   on 2000/11/26  18:31:12
1500         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
1501              From: Benjamin Holzman <bah@ecnvantage.com>
1502              Date: Sun, 26 Nov 2000 02:42:34 -0500
1503              Message-ID: <20001126024234.G25040@ecnvantage.com>
1504              
1505              Patch for the bug 20000212.002.
1506      Branch: perl
1507            ! sv.c t/op/array.t
1508 ____________________________________________________________________________
1509 [  7866] By: jhi                                   on 2000/11/26  18:28:09
1510         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
1511              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1512              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
1513              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
1514              
1515              File::Temp 0.11.
1516      Branch: perl
1517            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
1518 ____________________________________________________________________________
1519 [  7865] By: jhi                                   on 2000/11/26  18:24:22
1520         Log: The metaconfig unit change for #7864.
1521      Branch: metaconfig/U/perl
1522            ! need_va_copy.U
1523 ____________________________________________________________________________
1524 [  7864] By: jhi                                   on 2000/11/26  18:23:41
1525         Log: Make the va_copy() test not to be so talkative.
1526      Branch: perl
1527            ! Configure config_h.SH
1528 ____________________________________________________________________________
1529 [  7863] By: jhi                                   on 2000/11/26  18:11:02
1530         Log: Fix locale inconsistencies unearthed by Hugo's work.
1531              Now the floating point sprintf really does taint the result
1532              string as perllocale promises (has promised for a long time)
1533              if "use locale" is in the lexical scope.
1534      Branch: perl
1535            ! sv.c t/pragma/locale.t
1536 ____________________________________________________________________________
1537 [  7862] By: jhi                                   on 2000/11/26  00:35:15
1538         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
1539              From: Nicholas Clark <nick@ccl4.org>
1540              Date: Sun, 26 Nov 2000 00:07:50 +0000
1541              Message-ID: <20001126000750.A22446@plum.flirble.org>
1542              
1543              Infinit.
1544      Branch: perl
1545            ! sv.c
1546 ____________________________________________________________________________
1547 [  7861] By: jhi                                   on 2000/11/26  00:01:26
1548         Log: Integrate perlio.
1549      Branch: perl
1550           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
1551 ____________________________________________________________________________
1552 [  7860] By: nick                                  on 2000/11/25  22:04:17
1553         Log: Correct relative path from new ext\Filter\Util\Call location
1554              back to miniperl.
1555      Branch: perlio
1556            ! win32/makefile.mk
1557 ____________________________________________________________________________
1558 [  7859] By: nick                                  on 2000/11/25  21:26:54
1559         Log: Integrate mainline.
1560      Branch: perlio
1561           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1562           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
1563           +> t/lib/filter-util.t
1564            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1565            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1566            - t/lib/filt-util.t
1567           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
1568           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
1569           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
1570           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
1571           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
1572           !> win32/makefile.mk
1573 ____________________________________________________________________________
1574 [  7858] By: gsar                                  on 2000/11/25  20:52:17
1575         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
1576              parent's memory; fix it by keeping track of the actual pad
1577              offset rather than a raw pointer (this change is probably also
1578              relevant to non-ithreads case to avoid fallout from reallocs of
1579              the pad array, but is currently only enabled for the ithreads
1580              case in the interests of minimal disruption to existing "well
1581              tested" code)
1582      Branch: perl
1583            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
1584            ! proto.h scope.c scope.h sv.c t/op/fork.t
1585 ____________________________________________________________________________
1586 [  7857] By: nick                                  on 2000/11/25  20:01:28
1587         Log: All tests pass on Win32/gcc/USE_PERLIO.
1588              - when crlf layer is pushed make unix-level binary.
1589              - remove :crlf injection in pp_backtick in pp_sys.c
1590              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
1591      Branch: perlio
1592            ! doio.c perlio.c pp_sys.c win32/makefile.mk
1593 ____________________________________________________________________________
1594 [  7856] By: jhi                                   on 2000/11/25  18:38:30
1595         Log: Update the metaconfig units for #7855.
1596      Branch: metaconfig/U/perl
1597            ! useperlio.U usesocks.U
1598 ____________________________________________________________________________
1599 [  7855] By: jhi                                   on 2000/11/25  18:37:54
1600         Log: Undo the SOCKS workarounds, instead start using PerlIO
1601              if SOCKS is selected.
1602              
1603              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
1604              From: Jens Hamisch <jens@Strawberry.COM>
1605              Date: Fri, 24 Nov 2000 18:31:30 +0100
1606              Message-ID: <20001124183130.E28337@Strawberry.COM>
1607              
1608              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
1609              From: Jens Hamisch <jens@Strawberry.COM>
1610              Date: Fri, 24 Nov 2000 19:11:51 +0100
1611              Message-ID: <20001124191151.A28753@Strawberry.COM>
1612      Branch: perl
1613            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
1614            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
1615 ____________________________________________________________________________
1616 [  7854] By: jhi                                   on 2000/11/25  17:39:08
1617         Log: Undo #7848.  Some of the code seems to use walkoptree(),
1618              some walkoptree_slow().  An unfinished renaming?
1619              Now the sub is walkoptree() (which is @EXPORT_OK),
1620              the walkoptree_slow() is a typeglob alias to walkoptree.
1621              This makes the tests to pass, at least.
1622      Branch: perl
1623            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
1624 ____________________________________________________________________________
1625 [  7853] By: nick                                  on 2000/11/24  22:24:33
1626         Log: Re-arrange crlf vs binary for platforms that care.
1627              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
1628              Lip-service to making stdio layer work on such platfroms (untested).
1629              Now fails 3 tests rather than one, checkin to see if I can debug 
1630              the issue under linux. (Do not merge.)
1631      Branch: perlio
1632            ! doio.c perlio.c perliol.h
1633 ____________________________________________________________________________
1634 [  7852] By: jhi                                   on 2000/11/24  18:57:39
1635         Log: AUTHORS edits.
1636      Branch: perl
1637            ! AUTHORS
1638 ____________________________________________________________________________
1639 [  7851] By: jhi                                   on 2000/11/24  17:34:56
1640         Log: Add Jan-Erik Karlsson.
1641      Branch: perl
1642            ! AUTHORS
1643 ____________________________________________________________________________
1644 [  7850] By: jhi                                   on 2000/11/24  17:27:56
1645         Log: Configure should find stdchar on its own.
1646      Branch: perl
1647            ! hints/solaris_2.sh
1648 ____________________________________________________________________________
1649 [  7849] By: jhi                                   on 2000/11/24  17:24:55
1650         Log: Subject: PATCH over 7848: Filter test flawed
1651              From: andreas.koenig@anima.de (Andreas J. Koenig)
1652              Date: 24 Nov 2000 10:28:29 +0100
1653              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
1654      Branch: perl
1655            ! t/lib/filter-util.t
1656 ____________________________________________________________________________
1657 [  7848] By: jhi                                   on 2000/11/24  17:22:15
1658         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
1659              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
1660              Date: Fri, 24 Nov 2000 16:12:58 +0000
1661              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
1662      Branch: perl
1663            ! ext/B/B.pm
1664 ____________________________________________________________________________
1665 [  7847] By: jhi                                   on 2000/11/24  03:07:01
1666         Log: Integrate perlio.
1667      Branch: perl
1668           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
1669           !> win32/makefile.mk
1670 ____________________________________________________________________________
1671 [  7846] By: gsar                                  on 2000/11/24  00:55:57
1672         Log: integrate changes#6415..6418,6420..6438 from mainline
1673              
1674              Fix the bitvector ops for utf8 (tricky since past 7 bits
1675              the utf8 'characters' can be more than one octet).
1676              
1677              MPE/ix updates for perl 5.6.0 from Mark Bixby.
1678              
1679              Subject: SDBM_File documentation
1680              
1681              Detypo.
1682              
1683              Decutandpasto.
1684              
1685              Send all installperl messages to STDERR and be -w clean.
1686              
1687              Out-of-date note removed.
1688              
1689              Protect against "wild next"s, that is, callbacks doing "next"
1690              instead of "return".
1691              
1692              Use STDOUT consistently.
1693              
1694              The output might have been produced in the wrong order.
1695              
1696              A missing 'break' after the [[:space:]] switch case.
1697              
1698              Add tests for
1699              [ID 19991110.003] another matching finding by pcre author
1700              which has already been fixed by some patch, as verified in
1701              
1702              Documentation to explain the behaviour of map().
1703              
1704              Add an optimization for map-maps-a-list-element-to-more-list-elements
1705              case, but add also notes explaining the relationship of this
1706              patch and the earlier notes by Sarathy.
1707              
1708              Subject: [ID 20000716.023] syslog test fails without sockets
1709              
1710              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
1711              Test cases for #6431.
1712              
1713              File::Spec::VMS fixup for tmpdir from Craig Berry.
1714              
1715              Make the "uninit variable" warning to say "concat or string"
1716              or "join or string" when in concat or join .
1717              
1718              Get UTF16 BOMs working.  Patch from
1719              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
1720              
1721              Subject: [PATCH] Make large file tests deal with SIGXFSZ
1722              
1723              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
1724              
1725              Subject: [PATCH] av.c apidoc
1726      Branch: maint-5.6/perl
1727           !> (integrate 43 files)
1728 ____________________________________________________________________________
1729 [  7845] By: gsar                                  on 2000/11/24  00:20:45
1730         Log: integrate changes#6406..6414 from mainline
1731              
1732              Merge perlhacktut into perlhack, update perlguts.
1733              
1734              Fix AutoSplit to use File::Spec the right way in VMS,
1735              from Peter Prymmer.
1736              
1737              The bug report
1738              [ID 19991110.002] minimal matching discrepancy found by pcre author
1739              seems to have been fixed (though differently from what was suggested
1740              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
1741              
1742              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
1743              not in pod, from Peter Prymmer
1744              
1745              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
1746              From: Hugo <hv@crypt.compulink.co.uk>
1747              Date: Fri, 14 Jul 2000 23:05:20 +0100
1748              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
1749              
1750              Didn't anymore apply, but that point still could use another fix.
1751              
1752              lib/b test fixes from Peter Prymmer.
1753              
1754              More docs for sv functions.
1755              
1756              perlvms.pod whitespace cleanup to keep pod utils happy.
1757              
1758              another VMS build tweak from Peter Prymmer
1759      Branch: maint-5.6/perl
1760           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
1761           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
1762           !> vms/descrip_mms.template vms/perlvms.pod
1763 ____________________________________________________________________________
1764 [  7844] By: nick                                  on 2000/11/23  23:42:45
1765         Log: Win32/perlio Now just fails one io/argv.t test - lack 
1766              of default :crlf on standard streams.
1767      Branch: perlio
1768            ! doio.c perlio.c
1769 ____________________________________________________________________________
1770 [  7843] By: nick                                  on 2000/11/23  23:04:05
1771         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
1772              peek fail is showing a real problem (multiple crlf layers
1773              are getting pushed.)
1774      Branch: perlio
1775            ! doio.c perlio.c win32/makefile.mk
1776 ____________________________________________________________________________
1777 [  7842] By: nick                                  on 2000/11/23  19:46:23
1778         Log: Implement PerlIO_binmode()
1779              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
1780              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
1781              make binmode in t/lib/io_tell.t unconditional so that works.
1782              Checkin just so Win32 machine can see these changes.
1783      Branch: perlio
1784            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
1785 ____________________________________________________________________________
1786 [  7841] By: jhi                                   on 2000/11/23  19:30:00
1787         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
1788      Branch: perl
1789            ! README.amiga
1790 ____________________________________________________________________________
1791 [  7840] By: jhi                                   on 2000/11/23  17:18:02
1792         Log: SOCKS wrestling continues, patches from Jens Hamisch.
1793      Branch: perl
1794            ! doio.c embed.h embed.pl perlsdio.h proto.h
1795 ____________________________________________________________________________
1796 [  7839] By: jhi                                   on 2000/11/23  16:54:14
1797         Log: Push Filter::Util::Call one level deeper.
1798      Branch: perl
1799            + t/lib/filter-util.t
1800           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1801           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
1802            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1803            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1804            - t/lib/filt-util.t
1805            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
1806            ! win32/Makefile win32/makefile.mk
1807 ____________________________________________________________________________
1808 [  7838] By: jhi                                   on 2000/11/23  16:52:40
1809         Log: Reach back one higher up when searching for PERL_SRC.
1810      Branch: perl
1811            ! lib/ExtUtils/MM_Unix.pm
1812 ____________________________________________________________________________
1813 [  7837] By: jhi                                   on 2000/11/23  16:05:41
1814         Log: Subject: Re: perl@7826
1815              Date: Thu, 23 Nov 2000 02:20:25 -0600
1816              From: "Craig A. Berry" <craigberry@mac.com>
1817              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
1818              
1819              Make VMS to like Filter::Util::Call. 
1820      Branch: perl
1821            ! configure.com ext/Filter/Util/Makefile.PL
1822 ____________________________________________________________________________
1823 [  7836] By: nick                                  on 2000/11/23  16:04:08
1824         Log: Implement crlf layer - not ready for merge.
1825      Branch: perlio
1826            ! perlio.c win32/makefile.mk
1827 ____________________________________________________________________________
1828 [  7835] By: jhi                                   on 2000/11/23  15:56:52
1829         Log: STDCHAR is different in Sparc v9 vs x86.
1830      Branch: perl
1831            ! hints/solaris_2.sh
1832 ____________________________________________________________________________
1833 [  7834] By: jhi                                   on 2000/11/23  15:50:47
1834         Log: The type needs to be visible to protos.
1835      Branch: perl
1836            ! perl.h
1837 ____________________________________________________________________________
1838 [  7833] By: jhi                                   on 2000/11/23  15:40:46
1839         Log: Finish unfinished SOCKS workaround changes.
1840      Branch: perl
1841            ! doio.c
1842 ____________________________________________________________________________
1843 [  7832] By: jhi                                   on 2000/11/23  15:33:30
1844         Log: Integrate perlio.
1845      Branch: perl
1846           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1847           !> win32/makefile.mk
1848 ____________________________________________________________________________
1849 [  7831] By: nick                                  on 2000/11/23  10:31:07
1850         Log: Correct makefile.mk dependancies for ext/Filter/Util
1851              Build ext/Encode
1852              Run dmake regen_config_h
1853      Branch: perlio
1854            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1855            ! win32/makefile.mk
1856 ____________________________________________________________________________
1857 [  7830] By: nick                                  on 2000/11/23  08:05:07
1858         Log: Integrate mainline
1859      Branch: perlio
1860           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1861           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
1862           +> t/lib/filt-util.pl t/lib/filt-util.t
1863           !> (integrate 41 files)
1864 ____________________________________________________________________________
1865 [  7829] By: gsar                                  on 2000/11/23  03:07:11
1866         Log: build the Filter extension on windows
1867      Branch: perl
1868            ! win32/Makefile win32/makefile.mk
1869 ____________________________________________________________________________
1870 [  7828] By: gsar                                  on 2000/11/23  02:46:35
1871         Log: regenerate win32/config* and fix some inconsistencies in the
1872              makefiles; always export Perl_deb() because it is needed
1873              by ext/re/* (whether perl itself is built with -DDEBUGGING
1874              or not)
1875      Branch: perl
1876            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
1877            ! win32/config_H.vc win32/makefile.mk
1878 ____________________________________________________________________________
1879 [  7827] By: gsar                                  on 2000/11/23  02:18:38
1880         Log: get sources building on windows+MSVC again (untested with other
1881              compilers)
1882      Branch: perl
1883            ! win32/include/sys/socket.h win32/perllib.c
1884 ____________________________________________________________________________
1885 [  7826] By: jhi                                   on 2000/11/23  01:18:26
1886         Log: Update Changes.
1887      Branch: perl
1888            ! Changes patchlevel.h
1889 ____________________________________________________________________________
1890 [  7825] By: jhi                                   on 2000/11/23  00:20:41
1891         Log: Subject: Re: av.c patch (having slight problems)
1892              From: "Ben Tilly" <ben_tilly@hotmail.com>
1893              Date: Tue, 21 Nov 2000 23:29:31 -0500
1894              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
1895              
1896              unshift() speedup.
1897      Branch: perl
1898            ! av.c
1899 ____________________________________________________________________________
1900 [  7824] By: jhi                                   on 2000/11/22  23:59:15
1901         Log: Fixes for signedness warnings noticed by VMSperlers.
1902      Branch: perl
1903            ! ext/Storable/Storable.xs regcomp.c sv.c
1904 ____________________________________________________________________________
1905 [  7823] By: jhi                                   on 2000/11/22  23:19:31
1906         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
1907              From: Peter Prymmer <pvhp@forte.com>
1908              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
1909              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
1910      Branch: perl
1911            ! t/pragma/warn/pp_hot
1912 ____________________________________________________________________________
1913 [  7822] By: jhi                                   on 2000/11/22  22:52:20
1914         Log: Be clean.
1915      Branch: perl
1916            ! Makefile.SH
1917 ____________________________________________________________________________
1918 [  7821] By: jhi                                   on 2000/11/22  22:46:39
1919         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
1920              by Damian Conway, as suggested by Paul Marquess.
1921      Branch: perl
1922            + lib/Filter/Simple.pm
1923 ____________________________________________________________________________
1924 [  7820] By: jhi                                   on 2000/11/22  22:45:51
1925         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
1926      Branch: perl
1927            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1928            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1929            + t/lib/filt-util.t
1930            ! MANIFEST
1931 ____________________________________________________________________________
1932 [  7819] By: jhi                                   on 2000/11/22  22:03:27
1933         Log: Integrate perlio.
1934      Branch: perl
1935           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
1936           !> win32/makefile.mk
1937 ____________________________________________________________________________
1938 [  7818] By: jhi                                   on 2000/11/22  21:56:02
1939         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
1940      Branch: perl
1941            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
1942            ! t/lib/io_sock.t
1943 ____________________________________________________________________________
1944 [  7817] By: jhi                                   on 2000/11/22  21:39:49
1945         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
1946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1947              Date: Wed, 22 Nov 2000 16:08:12 -0500
1948              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
1949      Branch: perl
1950            ! lib/ExtUtils/Liblist.pm
1951 ____________________________________________________________________________
1952 [  7816] By: jhi                                   on 2000/11/22  21:38:25
1953         Log: Go ahead and #include <unistd.h> in perl.h.
1954      Branch: perl
1955            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
1956            ! util.c
1957 ____________________________________________________________________________
1958 [  7815] By: jhi                                   on 2000/11/22  21:22:52
1959         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
1960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1961              Date: Mon, 20 Nov 2000 18:30:52 -0500
1962              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
1963      Branch: perl
1964            ! pod/perlre.pod regcomp.c t/op/re_tests
1965 ____________________________________________________________________________
1966 [  7814] By: jhi                                   on 2000/11/22  21:21:46
1967         Log: Subject: [PATCH 5.7.0] Liblist finally works
1968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1969              Date: Tue, 21 Nov 2000 22:02:17 -0500
1970              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
1971      Branch: perl
1972            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1973            ! lib/ExtUtils/MakeMaker.pm
1974 ____________________________________________________________________________
1975 [  7813] By: jhi                                   on 2000/11/22  21:20:23
1976         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
1977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1978              Date: Wed, 22 Nov 2000 17:53:15 +0100
1979              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
1980              
1981              AIX dynaloader and perlio patch.
1982      Branch: perl
1983            ! ext/DynaLoader/dl_aix.xs
1984 ____________________________________________________________________________
1985 [  7812] By: jhi                                   on 2000/11/22  21:17:52
1986         Log: (Accidentally empty patch.)
1987      Branch: perl
1988            ! av.c
1989 ____________________________________________________________________________
1990 [  7811] By: jhi                                   on 2000/11/22  21:16:31
1991         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
1992              From: Peter Prymmer <pvhp@forte.com>
1993              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
1994              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
1995      Branch: perl
1996            ! vms/test.com
1997 ____________________________________________________________________________
1998 [  7810] By: jhi                                   on 2000/11/22  21:15:36
1999         Log: Subject: Re: perl@7777 
2000              From: "John P. Linderman" <jpl@research.att.com>
2001              Date: Wed, 22 Nov 2000 13:11:11 -0500
2002              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
2003              
2004              Detypoing.
2005      Branch: perl
2006            ! lib/CPAN.pm
2007 ____________________________________________________________________________
2008 [  7809] By: jhi                                   on 2000/11/22  21:14:19
2009         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
2010              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2011              Date:     Wed, 22 Nov 2000 13:51:37 EST
2012              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
2013      Branch: perl
2014            ! perlsdio.h
2015 ____________________________________________________________________________
2016 [  7808] By: jhi                                   on 2000/11/22  21:13:27
2017         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
2018              From: Casey Tweten <crt@kiski.net>
2019              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
2020              Message-Id: <200011201653.LAA10194@home.kiski.net>
2021      Branch: perl
2022            ! t/lib/io_udp.t
2023 ____________________________________________________________________________
2024 [  7807] By: jhi                                   on 2000/11/22  21:12:35
2025         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
2026              From: Casey Tweten <crt@kiski.net>
2027              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
2028              Message-Id: <200011201636.LAA07227@home.kiski.net>
2029      Branch: perl
2030            ! t/lib/io_sock.t
2031 ____________________________________________________________________________
2032 [  7806] By: jhi                                   on 2000/11/22  21:10:59
2033         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
2034              From: "Casey R. Tweten" <crt@kiski.net>
2035              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
2036              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
2037      Branch: perl
2038            ! utils/h2xs.PL
2039 ____________________________________________________________________________
2040 [  7805] By: nick                                  on 2000/11/22  21:05:06
2041         Log: Integrate mainline
2042      Branch: perlio
2043           !> Changes Porting/genlog ext/DB_File/DB_File.xs
2044           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
2045           !> utils/perlbug.PL
2046 ____________________________________________________________________________
2047 [  7804] By: jhi                                   on 2000/11/22  21:01:12
2048         Log: Subject: [PATCH] Test.pm POD peculiarity
2049              From: "Casey R. Tweten" <crt@kiski.net>
2050              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
2051              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
2052      Branch: perl
2053            ! lib/Test.pm
2054 ____________________________________________________________________________
2055 [  7803] By: jhi                                   on 2000/11/22  20:59:59
2056         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
2057              From: "Philip Newton" <pnewton@gmx.de>
2058              Date: Wed, 22 Nov 2000 14:25:53 +0100
2059              Message-Id: <3A1BD771.25462.1939FAD@localhost>
2060              
2061              Be case-understanding also on 's', and use the -oi of sendmail
2062              not to terminate the transmission on a lone '.'.
2063      Branch: perl
2064            ! utils/perlbug.PL
2065 ____________________________________________________________________________
2066 [  7802] By: nick                                  on 2000/11/22  20:51:42
2067         Log: Win32 PerlIO intermediate state now working as expected.
2068              - In current state we are still using C runtime in text/binary
2069              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
2070              - PERLIO=stdio and PERLIO=unix pass all expected tests.
2071              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
2072              and PerlIO_seek() and the dummy crlf layer is not making adjustments
2073              for CRLF translation happening in C runtime. All other tests pass.
2074              
2075              Added note to README.win32 to point out the snags of doing a perl build
2076              with Norton AntiVirus turned on.
2077              
2078              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
2079              which file a fail comes from.
2080              
2081              Updated "canned" config.h to match the one generated.
2082      Branch: perlio
2083            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2084            ! win32/makefile.mk
2085 ____________________________________________________________________________
2086 [  7801] By: jhi                                   on 2000/11/22  06:50:20
2087         Log: Nickety nits.
2088      Branch: perl
2089            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2090 ____________________________________________________________________________
2091 [  7800] By: jhi                                   on 2000/11/22  01:29:55
2092         Log: Changes had accidentally gone too silent on non-main branches.
2093      Branch: perl
2094            ! Changes Porting/genlog patchlevel.h
2095 ____________________________________________________________________________
2096 [  7799] By: gsar                                  on 2000/11/22  01:02:56
2097         Log: some lib_pm.PL changes snuck in via change#7772
2098      Branch: maint-5.6/perl
2099            ! Makefile.SH
2100 ____________________________________________________________________________
2101 [  7798] By: nick                                  on 2000/11/21  21:59:40
2102         Log: Integrate mainline
2103      Branch: perlio
2104           !> (integrate 28 files)
2105 ____________________________________________________________________________
2106 [  7797] By: jhi                                   on 2000/11/21  21:01:45
2107         Log: Integrate perlio.
2108      Branch: perl
2109           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
2110 ____________________________________________________________________________
2111 [  7796] By: nick                                  on 2000/11/21  20:36:22
2112         Log: Win32 builds and runs (mostly) with USE_PERLIO.
2113              PERLIO=perlio passes all tests. 
2114              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
2115      Branch: perlio
2116            ! perlio.c win32/perllib.c win32/win32.c
2117 ____________________________________________________________________________
2118 [  7795] By: jhi                                   on 2000/11/21  19:03:44
2119         Log: Update Changes.
2120      Branch: perl
2121            ! Changes patchlevel.h
2122 ____________________________________________________________________________
2123 [  7794] By: jhi                                   on 2000/11/21  18:56:34
2124         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
2125              From: "Craig A. Berry" <craigberry@mac.com>
2126              Date: Mon, 20 Nov 2000 20:27:06 -0600
2127              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
2128              
2129              A cut-and-pasto.
2130      Branch: perl
2131            ! perlio.h
2132 ____________________________________________________________________________
2133 [  7793] By: jhi                                   on 2000/11/21  18:54:41
2134         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
2135              From: Dominic Dunlop <domo@computer.org> 
2136              Date: Mon, 20 Nov 2000 18:55:29 +0100
2137              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
2138              
2139              va_copy() and the need of it.
2140              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
2141      Branch: metaconfig/U/perl
2142            + need_va_copy.U
2143      Branch: perl
2144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2145            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
2146            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
2147            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2148            ! win32/config.bc win32/config.gc win32/config.vc
2149 ____________________________________________________________________________
2150 [  7792] By: jhi                                   on 2000/11/21  17:04:10
2151         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
2152      Branch: perl
2153           !> scope.h
2154 ____________________________________________________________________________
2155 [  7791] By: jhi                                   on 2000/11/21  17:01:16
2156         Log: Export the SOCKS workaround symbols only if necessary.
2157      Branch: perl
2158            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
2159 ____________________________________________________________________________
2160 [  7790] By: nick                                  on 2000/11/20  23:57:11
2161         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
2162      Branch: perlio
2163            ! scope.h
2164 ____________________________________________________________________________
2165 [  7789] By: nick                                  on 2000/11/20  23:38:33
2166         Log: Integrate mainline
2167      Branch: perlio
2168           +> lib/File/Spec/Epoc.pm
2169           !> (integrate 34 files)
2170 ____________________________________________________________________________
2171 [  7788] By: nick                                  on 2000/11/20  23:20:18
2172         Log: Make extra buffer layer work (dummy crlf layer)
2173      Branch: perlio
2174            ! doio.c perlio.c perlio.h
2175 ____________________________________________________________________________
2176 [  7787] By: jhi                                   on 2000/11/20  22:44:04
2177         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
2178              From: Peter Prymmer <pvhp@forte.com>
2179              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
2180              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
2181      Branch: perl
2182            ! t/pragma/locale.t
2183 ____________________________________________________________________________
2184 [  7786] By: jhi                                   on 2000/11/20  22:29:10
2185         Log: Subject: DOC PATCH 5.6.0 perlreftut
2186              From: mjd@plover.com
2187              Date: 20 Nov 2000 19:45:06 -0000
2188              Message-ID: <20001120194506.9505.qmail@plover.com>
2189      Branch: perl
2190            ! pod/perlreftut.pod
2191 ____________________________________________________________________________
2192 [  7785] By: jhi                                   on 2000/11/20  22:27:44
2193         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
2194              From: David Dyck <dcd@tc.fluke.com>
2195              Date: Mon, 20 Nov 2000 11:43:40 -0800
2196              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
2197      Branch: perl
2198            ! lib/Cwd.pm
2199 ____________________________________________________________________________
2200 [  7784] By: jhi                                   on 2000/11/20  22:23:21
2201         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
2202              Date: Mon, 20 Nov 2000 17:06:10 -0500
2203              To: Mailing list Perl5 <perl5-porters@perl.org>
2204              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
2205      Branch: perl
2206            ! pp_ctl.c t/op/pat.t
2207 ____________________________________________________________________________
2208 [  7783] By: jhi                                   on 2000/11/20  22:11:18
2209         Log: Subject: [PATCH] doop.c - UTF8 tr///               
2210              From: Simon Cozens <simon@cozens.net>
2211              Date: Sat, 18 Nov 2000 18:49:30 +0000
2212              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
2213              
2214              Subject: Re: [PATCH] doop.c - UTF8 tr///           
2215              From: Simon Cozens <simon@cozens.net>
2216              Date: Mon, 20 Nov 2000 20:45:22 +0000
2217              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
2218              
2219              Make tr on UTF-8 better but still not correct.
2220      Branch: perl
2221            ! doop.c
2222 ____________________________________________________________________________
2223 [  7782] By: jhi                                   on 2000/11/20  22:02:16
2224         Log: Remove the shared object before attempting to create
2225              (by linking) a new one.  E.g. in AIX not removing
2226              becomes quite painful if one tries to do more than one
2227              build in the same tree (an interrupted build, for example),
2228              since the AIX' shared dynaloader seemingly keeps the shared
2229              objects open and therefore 'busy' for quite a while, even when
2230              nobody is using the objects, leading into link failures.
2231      Branch: perl
2232            ! lib/ExtUtils/MM_Unix.pm
2233 ____________________________________________________________________________
2234 [  7781] By: gsar                                  on 2000/11/20  19:02:55
2235         Log: type mismatch due to faulty integration
2236      Branch: maint-5.6/perl
2237            ! toke.c win32/Makefile
2238 ____________________________________________________________________________
2239 [  7780] By: gsar                                  on 2000/11/20  17:31:55
2240         Log: integrate changes#6392,6394..6399,6401..6404
2241              
2242              The {multiplier} of a fixed substring was overlooked which
2243              caused a wrong initial search offset for that substring.
2244              
2245              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2246              From: Hugo <hv@crypt.compulink.co.uk>
2247              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2248              Date: Thu, 13 Jul 2000 19:27:13 +0100
2249              
2250              Fix the BOM bug: not a byteorder bug, a signedness bug.
2251              
2252              Replace change #6337 with a better one.
2253              
2254              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2255              From: Hugo <hv@crypt.compulink.co.uk>
2256              Date: Fri, 14 Jul 2000 04:16:20 +0100
2257              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2258              
2259              MakeMaker should not remove editor backups (*~) on `make clean`
2260              by default (completes change#6383)
2261              
2262              move new variables to the end of the interpreter structure (for
2263              bincompat in code that doesn't #include XSUB.h)
2264              
2265              rename totally bletcherous SvLOCK() thingy (doesn't do what the
2266              name suggests anyway)
2267              
2268              various cleanups (typos, misformatted code, and small bugs)
2269              
2270              typecasts needed for change#6394
2271              
2272              typos in change#6399, regen headers
2273              
2274              inconsistent types needs casts
2275              
2276              PERL_OBJECT build tweaks
2277      Branch: maint-5.6/perl
2278           !> MANIFEST doop.c embed.h embed.pl embedvar.h
2279           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
2280           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
2281           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
2282           !> toke.c util.c
2283 ____________________________________________________________________________
2284 [  7779] By: gsar                                  on 2000/11/20  17:06:29
2285         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
2286              
2287              Cosmetics and perldelta.
2288              
2289              Fix nits noticed by Boston.pm.
2290              
2291              Do the cc sanity check both before the hints and
2292              after the cc selction.
2293              
2294              get sprintf.t to adjust properly for 3-digit exponents
2295              
2296              don't clobber *.orig files on *clean targets
2297              
2298              fix bugs in processing %v-*d and similar format specs (from
2299              Avi Finkel <avi@finkel.org>)
2300              
2301              sprintf test tweaks (from Dominic Dunlop)
2302              
2303              new selfloader.t in change#6183 doesn't close DATA handles,
2304              and thus fails to clean up tmp files on dosish platforms
2305              
2306              typos (spotted by Peter Prymmer)
2307              
2308              typo fix from Craig Berry
2309      Branch: maint-5.6/perl
2310           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
2311           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
2312           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
2313           !> x2p/Makefile.SH
2314 ____________________________________________________________________________
2315 [  7778] By: gsar                                  on 2000/11/20  16:46:51
2316         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
2317              
2318              Subject: Re: format bug report  [Patch]
2319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2320              Date: Wed, 05 Jul 2000 13:12:52 +0200
2321              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
2322              
2323              Subject: Re: format bug report  [Patch]
2324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2325              Date: Wed, 05 Jul 2000 14:10:01 +0200
2326              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
2327              
2328              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
2329              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2330              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
2331              Date: Fri, 07 Jul 2000 17:57:16 +0100
2332              
2333              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
2334              To: perl5-porters@perl.org
2335              From: Karsten Sperling <spiff@phreax.net>
2336              Date: Mon, 10 Jul 2000 15:12:52 +0200
2337              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
2338              
2339              README.posix-bc podified from Thomas Dorner.
2340              
2341              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
2342              From: Dominic Dunlop <domo@computer.org>
2343              Date: Tue, 11 Jul 2000 12:27:33 +0200
2344              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
2345              
2346              Typo in #6341.
2347              
2348              Fix for
2349              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
2350              From: Roderick Schertler <roderick@argon.org>
2351              Date: Tue, 11 Jul 2000 13:55:05 -0400
2352              Message-Id: <200007111755.NAA05077@jones.argon.org>
2353              
2354              Minor cleanups on the booklist.
2355              
2356              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2357              regen perltoc.
2358              
2359              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
2360      Branch: maint-5.6/perl
2361           +> pod/perlbook.pod
2362           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
2363           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
2364           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
2365 ____________________________________________________________________________
2366 [  7777] By: jhi                                   on 2000/11/20  16:08:49
2367         Log: Update Changes.
2368      Branch: perl
2369            ! Changes patchlevel.h
2370 ____________________________________________________________________________
2371 [  7776] By: jhi                                   on 2000/11/20  15:27:56
2372         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
2373              This may be overly harsh but until proven otherwise, we think this
2374              way, or until we have a simple test for Configure (having to start
2375              up servers is does not count as simple) to check for the problems.
2376      Branch: perl
2377            ! perl.h
2378 ____________________________________________________________________________
2379 [  7775] By: jhi                                   on 2000/11/20  15:22:17
2380         Log: Solaris hints tweaks.
2381      Branch: perl
2382            ! hints/solaris_2.sh
2383 ____________________________________________________________________________
2384 [  7774] By: jhi                                   on 2000/11/20  15:01:20
2385         Log: Add a workaround to SOCKS 64-bit problems.
2386      Branch: perl
2387            ! doio.c embed.h embed.pl perlsdio.h proto.h
2388 ____________________________________________________________________________
2389 [  7773] By: jhi                                   on 2000/11/20  14:51:47
2390         Log: sysseek() instead of seek().
2391      Branch: perl
2392            ! t/lib/syslfs.t
2393 ____________________________________________________________________________
2394 [  7772] By: gsar                                  on 2000/11/20  13:06:23
2395         Log: integrate changes#6315..6319,6321..6331,6333..6338
2396              
2397              Integrate with Sarathy, preliminary fix for unicos
2398              alignment problems in [ID 20000612.002] Perl problem on Cray system.
2399              
2400              some debugger output does not go to the socket when RemotePort is set
2401              
2402              winsock cleanup never done on Windows (leads to handle leaks)
2403              
2404              fix UNC path handling on Windows under ithreads, and chdir()
2405              return value when given a non-existent directory
2406              
2407              Autogenerate pod/Makefile and pod/buildtoc.
2408              buildtoc also checks whether the existin pods are
2409              mentioned in MANIFEST and perl.pod, and vice versa.
2410              (None of the thusly found discrepancies fixed yet.)
2411              roffitall also needs to be autogenerated similarly but it
2412              seems so badly out of date that I didn't touch it yet.
2413              
2414              Config is being used.
2415              
2416              Add =head1 NAMEs so that buildtoc is happy.
2417              (The CGI::Util nit reported to Lincoln.)
2418              
2419              Fix complaints of buildtoc.
2420              
2421              Fix the alignment problem in Crays ([ID 20000612.002]).
2422              
2423              Remove perlbook, update perlfaq book listing,
2424              rearrange perl.pod, regenerate perltoc.
2425              
2426              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
2427              was cast to an unsigned (32-bit) integer with wild abandon.
2428              
2429              winsock options weren't being set in all threads under ithreads
2430              (caused send()s from second and subsequent threads to fail)
2431              
2432              accept() leaks memory on windows due to incorrect ordering of
2433              closesocket() and fclose() calls
2434              
2435              Reorder perl.pod once more.
2436              
2437              More POSIX.pod tweaks.
2438              
2439              Sprinkle ldlibpath.
2440              
2441              Precedence goof, fix based on
2442              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
2443              From: Hugo <hv@crypt.compulink.co.uk>
2444              Date: Tue, 11 Jul 2000 12:52:38 +0100
2445              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
2446              
2447              Subject: PATCH perlguts.pod: Document D and d magic types
2448              From: mjd@plover.com
2449              Date: 5 Jul 2000 18:01:51 -0000
2450              Message-ID: <20000705180151.29413.qmail@plover.com>
2451              
2452              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
2453              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
2454              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
2455              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
2456              
2457              Subject: [PATCH cfgperl] $& segfaults if you trick it
2458              From: simon@brecon.co.uk (Simon Cozens)
2459              Date: 7 Jul 2000 11:26:09 GMT
2460              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
2461              
2462              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2463              From: Hugo <hv@crypt.compulink.co.uk>
2464              Date: Tue, 11 Jul 2000 12:44:50 +0100
2465              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
2466              
2467              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
2468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2469              Date: Tue, 11 Jul 2000 13:50:51 +0100
2470              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
2471      Branch: maint-5.6/perl
2472           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
2473           +> pod/buildtoc.PL
2474            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
2475           !> (integrate 26 files)
2476 ____________________________________________________________________________
2477 [  7771] By: gsar                                  on 2000/11/20  12:31:42
2478         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
2479              6310,6311,6314
2480              
2481              Subject: [PATCH bleedperl] File::Spec 0.82 beta
2482              From: Barrie Slaymaker <barries@jester.slaysys.com>
2483              Date: Wed, 28 Jun 2000 11:35:29 -0400
2484              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
2485              
2486              tweak perlembed for multiplicity/usethreads sanity; correct notes
2487              about Windows
2488              
2489              localize %INC in a Safe compartment so that use/require work
2490              (many other magic globals probably need similar treatment)
2491              
2492              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2493              when @_ is modified, causing coredumps
2494              
2495              slurp mode fix in change#4736 still not quite right
2496              
2497              Point to perlipc for more SysV IPC examples.
2498              
2499              Elaborate POSIX.pod.  Still needs work.
2500              
2501              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
2502              
2503              fix large memory leak that has been around for ever, masked by
2504              -DPURIFY (most of the arenas were never freed!)
2505              
2506              fix memory leak on Windows (PL_sys_intern contents were never
2507              freed)
2508              
2509              PERL_OBJECT build tweak
2510              
2511              adjust change#6299
2512              
2513              remove rel2abs prototypes (from Barrie Slaymaker)
2514              
2515              missing perldiag entry for unpack("w",...) diagnostic (from
2516              Andreas Koenig)
2517              
2518              better diagnostic on Frob->stuff() when Frob:: doesn't exist
2519              (from Richard Soderberg <rs@oregonnet.com>)
2520              
2521              Win32 patches for cfgperl from Sarathy.
2522              
2523              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
2524              
2525              More POSIX.pod embellishment.
2526              
2527              tyop in change#6306
2528      Branch: maint-5.6/perl
2529           !> (integrate 44 files)
2530 ____________________________________________________________________________
2531 [  7770] By: gsar                                  on 2000/11/20  11:51:00
2532         Log: integrate changes#6268..6282 from cfgperl branch
2533              
2534              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
2535              From: Dominic Dunlop <domo@computer.org>
2536              Date: Thu, 29 Jun 2000 12:32:39 +0200
2537              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
2538              
2539              Regen headers for #6261 (and update embed.pl for this) and #6267,
2540              silence few compiler warnings.
2541              
2542              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
2543              From: Nicholas Clark <nick@talking.bollo.cx>
2544              Date: Fri, 23 Jun 2000 16:21:15 +0100
2545              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
2546              
2547              Subject: PATCH pod/perltie.pod
2548              From: Ian Phillipps <Ian.Phillipps@iname.com>
2549              Date: Fri, 16 Jun 2000 00:17:19 +0100
2550              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
2551              (only the first hunk, the second hunk had already been done
2552              by some other patch)
2553              
2554              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
2555              From: Tom Phoenix <rootbeer@redcat.com>
2556              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
2557              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
2558              
2559              Subject: [PATCH] xsub attributes
2560              From: Doug MacEachern <dougm@covalent.net>
2561              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
2562              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
2563              
2564              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
2565              From: Andy Dougherty <doughera@lafayette.edu>
2566              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
2567              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
2568              
2569              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
2570              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2571              Date: Tue, 13 Jun 2000 02:43:48 -0500
2572              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
2573              
2574              Subject: [PATCH] Re: eval documentation: context
2575              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2576              Date: Mon, 12 Jun 2000 15:07:29 +0100
2577              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
2578              
2579              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
2580              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2581              Date: Mon, 12 Jun 2000 14:55:59 +0100
2582              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
2583              
2584              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
2585              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
2586              Date: Fri, 09 Jun 2000 12:39:27 -0400
2587              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
2588              (plus update the version "number" of Text::Wrap)
2589              
2590              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
2591              From: Tim Ayers <tayers@bridge.com>
2592              Date: Thu, 08 Jun 2000 08:11:06 +0200
2593              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
2594              [resent by Richard Foley, Message-Id probably wrong]
2595              
2596              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
2597              From: rspier@pobox.com (Robert Spier)
2598              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
2599              Message-ID: <14654.31913.845602.610277@rls.cx>
2600              
2601              Subject: [PATCH 5.6.0] utils/h2xs.PL
2602              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2603              Date: Wed, 7 Jun 2000 04:02:04 -0500
2604              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
2605              
2606              Subject: [PATCH 5.6.0]ITHREADs for VMS
2607              From: Dan Sugalski <dan@sidhe.org>
2608              Date: Tue, 06 Jun 2000 11:59:50 -0400
2609              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
2610      Branch: maint-5.6/perl
2611           !> (integrate 31 files)
2612 ____________________________________________________________________________
2613 [  7769] By: gsar                                  on 2000/11/20  11:29:06
2614         Log: integrate changes#6261..6266 from cfgperl
2615              
2616              Subject: Re: [PATCH cfgperl] BOMs away!
2617              From: simon@brecon.co.uk (Simon Cozens)
2618              Date: 17 Jun 2000 11:49:57 GMT
2619              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
2620              
2621              Subject: 5.6.0 Patch for EPOC
2622              From: Olaf Flebbe <o.flebbe@gmx.de>
2623              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
2624              Message-ID: <23449.960929969@www11.gmx.net>
2625              
2626              tr fixes from Simon Cozens
2627              
2628              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
2629              From: Marty Lucich <marty@netcom.com>
2630              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
2631              Message-Id: <200006282116.OAA11148@netcom.com>
2632              ccdlflags update (the BSD/OS 4.1 part had already been taken
2633              care of by #6141).
2634              
2635              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2636              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2637              Date: Wed, 28 Jun 2000 17:50:12 -0700
2638              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
2639              
2640              Subject: [PATCH 5.6.0] cygwin port
2641              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
2642              From: "Fifer, Eric" <EFifer@sanwaint.com>
2643              Date: Thu, 29 Jun 2000 12:58:29 +0100
2644      Branch: maint-5.6/perl
2645           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
2646           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
2647           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2648           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
2649 ____________________________________________________________________________
2650 [  7768] By: gsar                                  on 2000/11/20  11:13:44
2651         Log: integrate changes#6252..6256,6259..6260
2652              
2653              Paranoia tweak on #6249.
2654              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2655              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2656              Date: Sun, 25 Jun 2000 23:43:12 -0400
2657              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
2658              
2659              Subject: tr///, help wanted.
2660              From: simon@brecon.co.uk (Simon Cozens)
2661              Date: 28 Jun 2000 11:29:04 GMT
2662              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
2663              
2664              small thinko tweaks
2665              
2666              tweaks from Simon Conzes to further fix tr/// under utf8
2667              
2668              perlnewmod was missing from MANIFEST.
2669              
2670              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
2671              From: simon@brecon.co.uk (Simon Cozens)
2672              Date: 17 Jun 2000 11:56:44 GMT
2673              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
2674              pack U0, pack C0
2675      Branch: maint-5.6/perl
2676           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
2677           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
2678           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
2679           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
2680 ____________________________________________________________________________
2681 [  7767] By: gsar                                  on 2000/11/20  10:51:38
2682         Log: integrate change#6250 from cfgperl
2683              
2684              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2685              From: Doug MacEachern <dougm@covalent.net>
2686              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
2687              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
2688      Branch: maint-5.6/perl
2689           +> t/op/my_stash.t
2690           !> MANIFEST embed.pl global.sym proto.h toke.c
2691 ____________________________________________________________________________
2692 [  7766] By: gsar                                  on 2000/11/20  10:48:34
2693         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
2694              
2695              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
2696              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2697              Date: Mon, 26 Jun 2000 18:40:14 +0100
2698              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
2699              
2700              Subject: [PATCH] bytes<->utf8 fixes
2701              From: simon@brecon.co.uk (Simon Cozens)
2702              Date: 26 Jun 2000 04:55:45 GMT
2703              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
2704              
2705              Subject: [PATCH] is_utf8_string
2706              From: simon@brecon.co.uk (Simon Cozens)
2707              Date: 26 Jun 2000 02:25:59 GMT
2708              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
2709              
2710              Subject: [PATCH] avoid mg_ptr in '*' magic
2711              From: Doug MacEachern <dougm@covalent.net>
2712              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
2713              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
2714              
2715              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
2716              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2717              Date: Sat, 24 Jun 2000 13:06:20 +0100
2718              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
2719              
2720              Allow for standalone testing.
2721              
2722              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
2723              From: Mark-Jason Dominus <mjd@plover.com>
2724              Date: Tue, 27 Jun 2000 22:36:42 -0400
2725              Message-ID: <20000628023642.12166.qmail@plover.com>
2726              
2727              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2728              From: Frank Tobin <ftobin@uiuc.edu>
2729              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
2730              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
2731      Branch: maint-5.6/perl
2732           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
2733           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
2734           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
2735           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
2736           !> utf8.c utils/h2xs.PL
2737 ____________________________________________________________________________
2738 [  7765] By: gsar                                  on 2000/11/20  10:29:13
2739         Log: integrate change#6239 from cfgperl
2740              
2741              Configure maintenance.  Sever some dependency cycles,
2742              separate gccversion from the cc unit,
2743              address [ID 20000623.006] Configure script patch for using gcc on AIX
2744              (but solve it a little bit differently),
2745              unduplex some accidentally duplicated units,
2746              suggest using gcc if no cc available
2747              (p5p thread: "Solaris configure: counterproposal", 1999-09)
2748      Branch: maint-5.6/perl
2749           !> Configure Todo-5.6 config_h.SH
2750 ____________________________________________________________________________
2751 [  7764] By: gsar                                  on 2000/11/20  10:25:55
2752         Log: integrate changes#6233..6238 from cfgperl
2753              
2754              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
2755              From: Mark-Jason Dominus <mjd@plover.com>
2756              Date: Fri, 16 Jun 2000 20:53:04 -0400
2757              Message-ID: <20000617005304.8008.qmail@plover.com>
2758              
2759              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
2760              because when run as services (Win32ese for daemons)
2761              no environment variables are set and tmpdir ends up as /tmp,
2762              which is ambiguous.
2763              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
2764              From: matt@sergeant.org
2765              Date: 16 Jun 2000 16:30:43 -0000
2766              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
2767              
2768              The thread begun by
2769              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
2770              From: Kevin.Ruscoe@ubsw.com
2771              Date: Fri, 16 Jun 2000 16:38:51 +0100
2772              Message-Id: <H000019b03c300d6@MHS>
2773              
2774              Tweak embed.pl, regen headers.
2775              
2776              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
2777              From: Dan Sugalski <dan@sidhe.org>
2778              Date: Fri, 23 Jun 2000 17:00:00 -0400
2779              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
2780      Branch: maint-5.6/perl
2781           !> (integrate 27 files)
2782 ____________________________________________________________________________
2783 [  7763] By: gsar                                  on 2000/11/20  10:08:08
2784         Log: s/perl56delta/perldelta/g
2785      Branch: maint-5.6/perl
2786            ! pod/Makefile
2787 ____________________________________________________________________________
2788 [  7762] By: gsar                                  on 2000/11/20  10:04:00
2789         Log: integrate changes#6225,6229,6231,6232 from cfgperl
2790              
2791              Add source code filenames to apidoc.
2792              From: simon@brecon.co.uk (Simon Cozens)
2793              Subject: [PATCH embed.pl] Source X-ref
2794              Date: 22 Jun 2000 02:18:49 GMT
2795              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
2796              
2797              Subject: README.hpux version 0.6.1
2798              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
2799              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2800              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
2801              
2802              Subject: [PATCH 5.6.0] cygwin port
2803              From: "Fifer, Eric" <EFifer@sanwaint.com>
2804              Date: Tue, 20 Jun 2000 14:30:58 +0100
2805              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
2806              
2807              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
2808              From: simon@brecon.co.uk (Simon Cozens)
2809              Date: 19 Jun 2000 15:18:27 GMT
2810              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
2811              
2812              plus update pod/Makefile and regenerate perltoc
2813      Branch: maint-5.6/perl
2814           +> pod/perlutil.pod
2815           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
2816           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
2817 ____________________________________________________________________________
2818 [  7761] By: jhi                                   on 2000/11/20  04:09:55
2819         Log: Miraculous typo.
2820      Branch: perl
2821            ! t/op/pat.t
2822 ____________________________________________________________________________
2823 [  7760] By: jhi                                   on 2000/11/20  04:06:08
2824         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
2825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2826              Date: Sun, 19 Nov 2000 22:30:26 -0500
2827              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
2828      Branch: perl
2829            ! regexec.c scope.h t/op/pat.t
2830 ____________________________________________________________________________
2831 [  7759] By: jhi                                   on 2000/11/20  02:05:22
2832         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
2833      Branch: perl
2834            ! perl.h
2835 ____________________________________________________________________________
2836 [  7758] By: jhi                                   on 2000/11/20  01:58:11
2837         Log: Subject: [perl 7711: EPOC] updates
2838              From: Olaf Flebbe <o.flebbe@gmx.de>
2839              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
2840              Message-ID: <25575.974658810@www23.gmx.net>               
2841      Branch: perl
2842            + lib/File/Spec/Epoc.pm
2843            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
2844            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
2845            ! lib/File/Spec.pm perl.c sv.c
2846 ____________________________________________________________________________
2847 [  7757] By: jhi                                   on 2000/11/20  01:53:11
2848         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
2849      Branch: perl
2850            ! MANIFEST
2851 ____________________________________________________________________________
2852 [  7756] By: jhi                                   on 2000/11/20  01:47:22
2853         Log: Integrate perlio.
2854      Branch: perl
2855            - ext/re/hints/MSWin32.pl
2856           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
2857           !> win32/config.gc win32/config_H.gc win32/win32sck.c
2858 ____________________________________________________________________________
2859 [  7755] By: nick                                  on 2000/11/19  20:57:17
2860         Log: Add dummy crlf layer (just as buffer)
2861              Correct 1st bug - one layer of indirection.
2862      Branch: perlio
2863            ! perlio.c perlio.h perliol.h
2864 ____________________________________________________________________________
2865 [  7754] By: nick                                  on 2000/11/19  20:56:12
2866         Log: Work-round to Perl_deb_nocontext is no longer required
2867      Branch: perlio
2868            - ext/re/hints/MSWin32.pl
2869 ____________________________________________________________________________
2870 [  7753] By: nick                                  on 2000/11/19  20:01:16
2871         Log: diff -se shows these as different
2872      Branch: perlio
2873            ! global.sym pod/perlapi.pod
2874 ____________________________________________________________________________
2875 [  7752] By: nick                                  on 2000/11/19  18:57:30
2876         Log: Configure GCC/Win32 build -Duseperlio
2877              Fix a couple of gross issues
2878              - double-include of ../deb.o in re.dll
2879              - win32sck.c needs PerlIO and FILE 
2880      Branch: perlio
2881            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
2882            ! win32/win32sck.c
2883 ____________________________________________________________________________
2884 [  7751] By: nick                                  on 2000/11/19  17:05:36
2885         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
2886      Branch: perlio
2887            ! perlio.c
2888 ____________________________________________________________________________
2889 [  7750] By: nick                                  on 2000/11/19  16:57:14
2890         Log: Missing aTHX_
2891      Branch: perlio
2892            ! sv.c
2893 ____________________________________________________________________________
2894 [  7749] By: jhi                                   on 2000/11/19  16:28:40
2895         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
2896              From: "Peter J. Farley III" <pjfarley@banet.net>
2897              Date: Sun, 19 Nov 2000 01:42:58 -0500
2898              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
2899      Branch: perl
2900            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
2901 ____________________________________________________________________________
2902 [  7748] By: jhi                                   on 2000/11/19  16:08:10
2903         Log: Subject: podlators 1.05 available        
2904              From: Russ Allbery <rra@stanford.edu>   
2905              Date: 18 Nov 2000 22:04:28 -0800
2906              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
2907      Branch: perl
2908            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2909 ____________________________________________________________________________
2910 [  7747] By: nick                                  on 2000/11/19  11:19:39
2911         Log: Integrate mainline
2912      Branch: perlio
2913           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
2914           !> util.c
2915 ____________________________________________________________________________
2916 [  7746] By: jhi                                   on 2000/11/19  06:42:22
2917         Log: Make hex scanning warn on "\x{x}" and "\xx".
2918              "\x" and and hex("x") are still valid.
2919      Branch: perl
2920            ! util.c
2921 ____________________________________________________________________________
2922 [  7745] By: nick                                  on 2000/11/18  22:52:28
2923         Log: Integrate mainline
2924      Branch: perlio
2925           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
2926           !> perl.h perlio.c proto.h regcomp.c regcomp.h
2927 ____________________________________________________________________________
2928 [  7744] By: jhi                                   on 2000/11/18  22:50:28
2929         Log: Introduce Perl_utf8_length().  Use it.
2930      Branch: perl
2931            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
2932 ____________________________________________________________________________
2933 [  7743] By: jhi                                   on 2000/11/18  22:38:51
2934         Log: Compiler denit.
2935      Branch: perl
2936            ! perlio.c
2937 ____________________________________________________________________________
2938 [  7742] By: jhi                                   on 2000/11/18  20:33:05
2939         Log: Integrate perlio.
2940      Branch: perl
2941           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
2942           !> perlio.h pp_ctl.c pp_sys.c sv.c
2943 ____________________________________________________________________________
2944 [  7741] By: jhi                                   on 2000/11/18  20:31:27
2945         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
2946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2947              Date: Fri, 17 Nov 2000 20:35:11 -0500
2948              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
2949              
2950              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
2951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2952              Date: Fri, 17 Nov 2000 21:03:47 -0500
2953              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
2954              
2955              Plus a little bit of tweaking in pregcomp().
2956      Branch: perl
2957            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2958 ____________________________________________________________________________
2959 [  7740] By: nick                                  on 2000/11/18  20:17:22
2960         Log: Lexical use open ... support:
2961              add ->cop_io to COP structure in cop.h.
2962              Make mg.c and gv.c associate it with ${^OPEN}.
2963              Make lib/open.pm set it.
2964              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
2965              manner similar to ->cop_warnings.
2966              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
2967              call new PerlIO_apply_layers().
2968              Declare latter in perlio.h and define in perlio.c
2969      Branch: perlio
2970            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
2971            ! perlio.h pp_ctl.c pp_sys.c sv.c
2972 ____________________________________________________________________________
2973 [  7739] By: jhi                                   on 2000/11/18  19:54:00
2974         Log: Integrate perlio.
2975      Branch: perl
2976           !> doio.c perlio.c pp.c
2977 ____________________________________________________________________________
2978 [  7738] By: jhi                                   on 2000/11/18  17:16:13
2979         Log: Subject: [PATCH 5.7.0] etags broken again
2980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2981              Date: Sat, 18 Nov 2000 02:41:36 -0500
2982              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
2983      Branch: perl
2984            ! emacs/ptags
2985 ____________________________________________________________________________
2986 [  7737] By: jhi                                   on 2000/11/18  17:12:18
2987         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
2988      Branch: perl
2989            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2990 ____________________________________________________________________________
2991 [  7736] By: nick                                  on 2000/11/18  14:06:20
2992         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
2993              part to be isolated.
2994      Branch: perlio
2995            ! doio.c perlio.c
2996 ____________________________________________________________________________
2997 [  7735] By: nick                                  on 2000/11/18  11:03:32
2998         Log: Integrate mainline
2999      Branch: perlio
3000           !> Changes README.amiga README.win32 patchlevel.h
3001           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
3002 ____________________________________________________________________________
3003 [  7734] By: jhi                                   on 2000/11/18  01:18:56
3004         Log: Update Changes.
3005      Branch: perl
3006            ! Changes patchlevel.h
3007 ____________________________________________________________________________
3008 [  7733] By: jhi                                   on 2000/11/18  00:32:54
3009         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
3010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3011              Date: Fri, 17 Nov 2000 17:28:02 -0500
3012              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
3013      Branch: perl
3014            ! regcomp.c regexec.c t/op/re_tests
3015 ____________________________________________________________________________
3016 [  7732] By: jhi                                   on 2000/11/18  00:28:56
3017         Log: Sparc 64-bit pack() fix from Jens Hamisch.
3018      Branch: perl
3019            ! pp.c
3020 ____________________________________________________________________________
3021 [  7731] By: jhi                                   on 2000/11/18  00:18:39
3022         Log: Explain in more detail the {} syntax ambiguousity.
3023              
3024              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
3025              From: Nicholas Clark <nick@ccl4.org>
3026              Date: Fri, 17 Nov 2000 22:10:28 +0000
3027              Message-ID: <20001117221028.A88930@plum.flirble.org>
3028      Branch: perl
3029            ! pod/perlfunc.pod
3030 ____________________________________________________________________________
3031 [  7730] By: jhi                                   on 2000/11/18  00:12:18
3032         Log: Subject: Fix for README.amiga (20000323.033)
3033              From: "Stephen P. Potter" <spp@spotter.yi.org>
3034              Date: Fri, 17 Nov 2000 12:25:51 -0500
3035              Message-Id: <200011171725.MAA05768@spotter.yi.org>
3036      Branch: perl
3037            ! README.amiga
3038 ____________________________________________________________________________
3039 [  7729] By: jhi                                   on 2000/11/18  00:08:34
3040         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
3041              From: "A. C. Yardley" <yardley@tanet.net>
3042              Date: Mon, 3 Apr 2000 11:35:33 -0700
3043              Message-ID: <3483.000403@tanet.net>
3044      Branch: perl
3045            ! README.win32
3046 ____________________________________________________________________________
3047 [  7728] By: nick                                  on 2000/11/17  21:59:47
3048         Log: Integrate mainline
3049      Branch: perlio
3050           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
3051           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
3052           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
3053           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
3054 ____________________________________________________________________________
3055 [  7727] By: nick                                  on 2000/11/17  21:56:31
3056         Log: Experiment on use of attributes.pm interface.
3057              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
3058              SVt_PVRV if not already something better (else vivify of say magic gets
3059              core dump).
3060      Branch: perlio
3061            ! perlio.c pp.c
3062 ____________________________________________________________________________
3063 [  7726] By: jhi                                   on 2000/11/17  14:15:49
3064         Log: Subject: Fix for 20000815.006
3065              From: "Stephen P. Potter" <spp@spotter.yi.org>
3066              Date: Fri, 17 Nov 2000 08:57:45 -0500
3067              Message-Id: <200011171357.IAA05122@spotter.yi.org>
3068              
3069              It's really 20000518.006.
3070      Branch: perl
3071            ! pod/perlmodlib.PL
3072 ____________________________________________________________________________
3073 [  7725] By: jhi                                   on 2000/11/17  14:12:31
3074         Log: Subject: Fix for 20000409.001
3075              From: "Stephen P. Potter" <spp@spotter.yi.org>
3076              Date: Fri, 17 Nov 2000 08:55:45 -0500
3077              Message-Id: <200011171355.IAA05104@spotter.yi.org>
3078      Branch: perl
3079            ! pod/perlfaq9.pod
3080 ____________________________________________________________________________
3081 [  7724] By: jhi                                   on 2000/11/17  14:08:58
3082         Log: Undo #7627 now that we have =head3.
3083      Branch: perl
3084            ! pod/perlhack.pod
3085 ____________________________________________________________________________
3086 [  7723] By: jhi                                   on 2000/11/17  14:04:09
3087         Log: As surmised the #7719 wasn't a good move.
3088      Branch: perl
3089            ! hints/solaris_2.sh
3090 ____________________________________________________________________________
3091 [  7722] By: jhi                                   on 2000/11/17  13:59:04
3092         Log: Also the 64bitall hints can be either here or there.
3093      Branch: perl
3094            ! hints/solaris_2.sh
3095 ____________________________________________________________________________
3096 [  7721] By: jhi                                   on 2000/11/17  02:26:23
3097         Log: Test tweak for the open pragma.
3098      Branch: perl
3099            ! t/lib/b.t
3100 ____________________________________________________________________________
3101 [  7720] By: jhi                                   on 2000/11/17  00:23:22
3102         Log: The long double hints can be here or there.
3103      Branch: perl
3104            ! hints/solaris_2.sh
3105 ____________________________________________________________________________
3106 [  7719] By: jhi                                   on 2000/11/17  00:14:06
3107         Log: For Solaris use64bitall the stdchar needs a little bit of help.
3108      Branch: perl
3109            ! hints/solaris_2.sh
3110 ____________________________________________________________________________
3111 [  7718] By: jhi                                   on 2000/11/16  23:27:34
3112         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
3113              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3114              Date: Wed, 15 Nov 2000 08:56:32 +0100
3115              Message-ID: <3A1241B0.64477E00@alcatel.at>
3116      Branch: perl
3117            ! lib/Carp/Heavy.pm
3118 ____________________________________________________________________________
3119 [  7717] By: jhi                                   on 2000/11/16  23:23:29
3120         Log: Subject: [PATCH] Re: 20001101.003 PDL
3121              From: Nicholas Clark <nick@ccl4.org>
3122              Date: Thu, 16 Nov 2000 16:48:25 +0000
3123              Message-ID: <20001116164825.B93487@plum.flirble.org>
3124      Branch: perl
3125            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
3126 ____________________________________________________________________________
3127 [  7716] By: jhi                                   on 2000/11/16  23:21:31
3128         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
3129              From: "Casey R. Tweten" <crt@kiski.net>
3130              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
3131              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
3132      Branch: perl
3133            ! lib/Pod/Checker.pm pod/perlpod.pod
3134 ____________________________________________________________________________
3135 [  7715] By: jhi                                   on 2000/11/16  23:19:40
3136         Log: Avoid an infinite loop in VMS when utils scripts are run
3137              with no arguments, from Charles Lane.
3138      Branch: perl
3139            ! configure.com
3140 ____________________________________________________________________________
3141 [  7714] By: jhi                                   on 2000/11/16  23:17:08
3142         Log: Subject: perllocale.pod changes
3143              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3144              Date: Mon, 13 Nov 2000 10:09:22 +0300
3145              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
3146      Branch: perl
3147            ! pod/perllocale.pod
3148 ____________________________________________________________________________
3149 [  7713] By: jhi                                   on 2000/11/16  23:14:06
3150         Log: Integrate perlio.
3151      Branch: perl
3152           !> doio.c perlio.c perlio.h util.c
3153 ____________________________________________________________________________
3154 [  7712] By: nick                                  on 2000/11/16  21:10:58
3155         Log: Integrate mainline
3156      Branch: perlio
3157           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3158           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3159           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
3160           !> vos/config.ga.def vos/config.ga.h win32/config.bc
3161           !> win32/config.gc win32/config.vc
3162 ____________________________________________________________________________
3163 [  7711] By: nick                                  on 2000/11/16  19:56:41
3164         Log: Minor tweaks:
3165              consistent way of getting 'rb', 'wb' etc. for binary opens
3166              move *perlio::layers to *open::layers
3167              a #define to show layers available
3168              DOSISH popen/PerlIO had export/import sense inverted.
3169      Branch: perlio
3170            ! doio.c perlio.c perlio.h util.c
3171 ____________________________________________________________________________
3172 [  7710] By: jhi                                   on 2000/11/16  15:46:05
3173         Log: Add HAS_SBRK_PROTO.
3174      Branch: metaconfig/U/perl
3175            + d_sbrkproto.U
3176      Branch: perl
3177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3178            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3179            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3180            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3181            ! win32/config.gc win32/config.vc
3182 ____________________________________________________________________________
3183 [  7709] By: nick                                  on 2000/11/16  07:31:49
3184         Log: Integrate mainline
3185      Branch: perlio
3186           !> (integrate 35 files)
3187 ____________________________________________________________________________
3188 [  7708] By: jhi                                   on 2000/11/16  05:33:03
3189         Log: These files are text, not binary.
3190      Branch: perl
3191            ! ext/Encode/Encode/iso8859-10.enc
3192            ! ext/Encode/Encode/iso8859-13.enc
3193            ! ext/Encode/Encode/iso8859-14.enc
3194            ! ext/Encode/Encode/iso8859-15.enc
3195 ____________________________________________________________________________
3196 [  7707] By: jhi                                   on 2000/11/16  01:53:37
3197         Log: Update Changes.
3198      Branch: perl
3199            ! Changes patchlevel.h
3200 ____________________________________________________________________________
3201 [  7706] By: jhi                                   on 2000/11/16  01:35:59
3202         Log: More #undefing of stdio.
3203      Branch: perl
3204            ! fakesdio.h nostdio.h
3205 ____________________________________________________________________________
3206 [  7705] By: jhi                                   on 2000/11/16  01:34:18
3207         Log: Add fwalk() probe to the configuration files and regen perltoc.
3208      Branch: perl
3209            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3210            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3211            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
3212            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3213            ! win32/config.bc win32/config.gc win32/config.vc
3214 ____________________________________________________________________________
3215 [  7704] By: jhi                                   on 2000/11/16  01:33:07
3216         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
3217              an optional third argument to Inlibc?)
3218      Branch: metaconfig/U/perl
3219            + d__fwalk.U
3220 ____________________________________________________________________________
3221 [  7703] By: jhi                                   on 2000/11/16  01:09:22
3222         Log: The type of the hash_cb() size argument is tricky.
3223      Branch: perl
3224            ! ext/DB_File/DB_File.xs
3225 ____________________________________________________________________________
3226 [  7702] By: jhi                                   on 2000/11/15  23:01:16
3227         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
3228      Branch: perl
3229            ! nostdio.h
3230 ____________________________________________________________________________
3231 [  7701] By: jhi                                   on 2000/11/15  22:52:32
3232         Log: Detypo.
3233      Branch: perl
3234            ! t/lib/bigfltpm.t
3235 ____________________________________________________________________________
3236 [  7700] By: jhi                                   on 2000/11/15  22:51:56
3237         Log: UINT64_C() work continues.
3238      Branch: perl
3239            ! handy.h perl.h utf8.h
3240 ____________________________________________________________________________
3241 [  7699] By: jhi                                   on 2000/11/15  14:13:04
3242         Log: SOCKS has its own USE_THREADS, based on
3243              
3244              Subject: [ID 20001114.002] et. al. bugfix followup
3245              From: Jens Hamisch <jens@Strawberry.COM> 
3246              Date: Wed, 15 Nov 2000 14:23:11 +0100
3247              Message-ID: <20001115142311.A21164@Strawberry.COM>
3248      Branch: perl
3249            ! perl.h
3250 ____________________________________________________________________________
3251 [  7698] By: jhi                                   on 2000/11/15  03:50:56
3252         Log: Add few missing #undefs and sort them.
3253      Branch: perl
3254            ! fakesdio.h
3255 ____________________________________________________________________________
3256 [  7697] By: jhi                                   on 2000/11/15  03:39:14
3257         Log: Linenumber fix.
3258      Branch: perl
3259            ! t/pragma/warn/utf8
3260 ____________________________________________________________________________
3261 [  7696] By: jhi                                   on 2000/11/15  02:55:26
3262         Log: EBCDIC tweaks.
3263              
3264              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
3265              From: Peter Prymmer <pvhp@forte.com>
3266              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
3267              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
3268      Branch: perl
3269            ! t/op/regmesg.t t/pragma/warn/utf8
3270 ____________________________________________________________________________
3271 [  7695] By: jhi                                   on 2000/11/15  02:53:58
3272         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
3273              From: Peter Prymmer <pvhp@forte.com>
3274              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
3275              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
3276      Branch: perl
3277            ! utf8.c
3278 ____________________________________________________________________________
3279 [  7694] By: jhi                                   on 2000/11/15  02:50:55
3280         Log: Subject: [PATCH: perl@7674] updates to README.os390
3281              From: Prymmer/Kahn <pvhp@best.com>
3282              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
3283              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
3284      Branch: perl
3285            ! README.os390
3286 ____________________________________________________________________________
3287 [  7693] By: jhi                                   on 2000/11/15  02:48:37
3288         Log: Quit utf8_to_uv() instantly if curlen == 0.
3289      Branch: perl
3290            ! utf8.c
3291 ____________________________________________________________________________
3292 [  7692] By: jhi                                   on 2000/11/15  02:24:29
3293         Log: Use u_int32_t for the size of hash_cb(), not size_t.
3294              
3295              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
3296              From: Jens Hamisch <jens@Strawberry.COM>     
3297              Date: Tue, 14 Nov 2000 19:03:55 +0100
3298              Message-Id: <20001114190355.A20559@Strawberry.COM>
3299      Branch: perl
3300            ! ext/DB_File/DB_File.xs
3301 ____________________________________________________________________________
3302 [  7691] By: jhi                                   on 2000/11/15  02:20:12
3303         Log: Use UINT64_C().
3304              
3305              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
3306              From: Jens Hamisch <jens@Strawberry.COM>
3307              Date: Tue, 14 Nov 2000 19:16:23 +0100
3308              Message-Id: <20001114191623.G20559@Strawberry.COM>
3309      Branch: perl
3310            ! utf8.c utf8.h
3311 ____________________________________________________________________________
3312 [  7690] By: jhi                                   on 2000/11/15  02:17:06
3313         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
3314              (a macro to define signed and unsigned integer constants).
3315      Branch: perl
3316            ! handy.h
3317 ____________________________________________________________________________
3318 [  7689] By: jhi                                   on 2000/11/15  01:56:51
3319         Log: Regen Configure.
3320      Branch: perl
3321            ! Configure
3322 ____________________________________________________________________________
3323 [  7688] By: jhi                                   on 2000/11/15  01:56:32
3324         Log: Make the unit know about SOCKS.
3325      Branch: metaconfig
3326            ! U/protos/socksizetype.U
3327 ____________________________________________________________________________
3328 [  7687] By: jhi                                   on 2000/11/15  01:54:47
3329         Log: Remove unused dependencies.
3330      Branch: metaconfig
3331            ! U/compline/d_getpagsz.U
3332 ____________________________________________________________________________
3333 [  7686] By: nick                                  on 2000/11/14  21:25:13
3334         Log: Integrate mainline.
3335      Branch: perlio
3336           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
3337           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
3338           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
3339           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
3340           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
3341           !> win32/config.bc win32/config.gc win32/config.vc
3342           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
3343 ____________________________________________________________________________
3344 [  7685] By: jhi                                   on 2000/11/14  17:54:56
3345         Log: Integrate perlio.
3346      Branch: perl
3347           +> fakesdio.h perliol.h
3348           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3349           !> perlsdio.h perlsfio.h pod/perlfunc.pod
3350 ____________________________________________________________________________
3351 [  7684] By: nick                                  on 2000/11/14  17:43:04
3352         Log: PerlIO #include and #ifdef re-work.
3353      Branch: perlio
3354            + fakesdio.h perliol.h
3355            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3356            ! perlsdio.h perlsfio.h
3357 ____________________________________________________________________________
3358 [  7683] By: jhi                                   on 2000/11/14  15:42:40
3359         Log: Hoist the duplicated socket/netdb include logic to perl.h;
3360              undef SETERRNO in case SOCKS has defined it.  Based on:
3361              
3362              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
3363              From: Jens Hamisch <jens@Strawberry.COM> 
3364              Date: Tue, 14 Nov 2000 11:34:40 +0100
3365              Message-Id: <20001114113440.A20005@Strawberry.COM>
3366      Branch: perl
3367            ! doio.c perl.h pp_sys.c
3368 ____________________________________________________________________________
3369 [  7682] By: jhi                                   on 2000/11/14  14:07:28
3370         Log: Subject: some additions for makefiles for win32 (for perl@7674)
3371              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3372              Date: Tue, 14 Nov 2000 09:31:13 +0300
3373              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
3374      Branch: perl
3375            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3376            ! win32/makefile.mk
3377 ____________________________________________________________________________
3378 [  7681] By: jhi                                   on 2000/11/14  14:01:41
3379         Log: Subject: tiny typo in perl5db.pl
3380              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3381              Date: Tue, 14 Nov 2000 09:29:28 +0300
3382              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
3383      Branch: perl
3384            ! lib/perl5db.pl
3385 ____________________________________________________________________________
3386 [  7680] By: jhi                                   on 2000/11/14  04:13:50
3387         Log: Redo #7679 with LFs instead of CRLFs.
3388      Branch: perl
3389            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
3390            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
3391            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3392 ____________________________________________________________________________
3393 [  7679] By: jhi                                   on 2000/11/14  01:21:09
3394         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
3395              From: Benjamin Stuhl <tiriath@yahoo.com> 
3396              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3397              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3398      Branch: perl
3399            + win32/bin/mdelete.bat
3400            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3401            ! makedef.pl perlio.c win32/Makefile win32/config.gc
3402            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3403 ____________________________________________________________________________
3404 [  7678] By: jhi                                   on 2000/11/14  01:19:20
3405         Log: Fix the re extension building for Win32.
3406              
3407              Subject: [PATCH perl@7638] Get PerlIO building on Win32
3408              From: Benjamin Stuhl <tiriath@yahoo.com> 
3409              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3410              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3411      Branch: perl
3412            + ext/re/hints/MSWin32.pl
3413            ! MANIFEST
3414 ____________________________________________________________________________
3415 [  7677] By: jhi                                   on 2000/11/14  01:13:54
3416         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
3417              From: sthoenna@efn.org
3418              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
3419              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
3420      Branch: perl
3421            ! doop.c pp.c toke.c utf8.c utf8.h
3422 ____________________________________________________________________________
3423 [  7676] By: jhi                                   on 2000/11/13  20:23:15
3424         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3425              From: Nicholas Clark <nick@ccl4.org>
3426              Date: Mon, 13 Nov 2000 18:55:04 +0000
3427              Message-ID: <20001113185504.J29183@plum.flirble.org>
3428      Branch: perl
3429            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
3430 ____________________________________________________________________________
3431 [  7675] By: nick                                  on 2000/11/13  20:21:57
3432         Log: Integrate mainline ...
3433      Branch: perlio
3434           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
3435           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
3436           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
3437           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
3438 ____________________________________________________________________________
3439 [  7674] By: jhi                                   on 2000/11/13  15:07:56
3440         Log: Update Changes.
3441      Branch: perl
3442            ! Changes patchlevel.h
3443 ____________________________________________________________________________
3444 [  7673] By: jhi                                   on 2000/11/13  14:42:42
3445         Log: Remove the new two tests of lib/io_xs for now, they seem to
3446              fail under perlio on some platforms.
3447      Branch: perl
3448            ! t/lib/io_xs.t
3449 ____________________________________________________________________________
3450 [  7672] By: jhi                                   on 2000/11/13  13:57:53
3451         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
3452      Branch: perl
3453            ! perlio.c
3454 ____________________________________________________________________________
3455 [  7671] By: jhi                                   on 2000/11/13  05:30:48
3456         Log: Placate nervous compilers that see longer than ints switch()ing.
3457      Branch: perl
3458            ! utf8.c
3459 ____________________________________________________________________________
3460 [  7670] By: jhi                                   on 2000/11/13  05:14:21
3461         Log: fputs() does return EOF on error but here we don't care.
3462      Branch: perl
3463            ! perlio.c
3464 ____________________________________________________________________________
3465 [  7669] By: jhi                                   on 2000/11/13  05:02:45
3466         Log: Declare reg_data like reg_substr_data.
3467      Branch: perl
3468            ! regexp.h
3469 ____________________________________________________________________________
3470 [  7668] By: jhi                                   on 2000/11/13  04:54:34
3471         Log: Typos in #7667.
3472      Branch: perl
3473            ! perl.h
3474 ____________________________________________________________________________
3475 [  7667] By: jhi                                   on 2000/11/13  04:49:49
3476         Log: Cleanup messy #ifdef.
3477      Branch: perl
3478            ! perl.h
3479 ____________________________________________________________________________
3480 [  7666] By: jhi                                   on 2000/11/13  04:17:34
3481         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3482              From: Nicholas Clark <nick@talking.bollo.cx>
3483              Date: Sun, 12 Nov 2000 21:14:11 +0000
3484              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
3485              
3486              Note: only one breakage of the two reported is fixed by this patch.
3487      Branch: perl
3488            ! perlio.c
3489 ____________________________________________________________________________
3490 [  7665] By: jhi                                   on 2000/11/13  04:05:07
3491         Log: Tweak the definition of the bit complement on UTF-8 data:
3492              if none of the characters in the string are > 0xff,
3493              the result is a complemented byte string, not a (UTF-8)
3494              char string.  Based on the summary in
3495              
3496              Subject: Re: [ID 20000918.005] ~ on wide chars
3497              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
3498              Date: Fri, 10 Nov 2000 09:47:15 -0800
3499              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
3500              
3501              This should give us the maximum backward (pre-char string)
3502              compatibility and utf8 compatibility.  The other alternative
3503              would be to limit the bit complement to be always byte only,
3504              taking the least significant byte of the chars.
3505      Branch: perl
3506            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
3507 ____________________________________________________________________________
3508 [  7664] By: jhi                                   on 2000/11/13  00:23:44
3509         Log: Couple of tests from #7660 salvaged.
3510      Branch: perl
3511            - t/op/tell.t
3512            ! MANIFEST t/io/tell.t
3513 ____________________________________________________________________________
3514 [  7663] By: jhi                                   on 2000/11/13  00:02:48
3515         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
3516              From: Nicholas Clark <nick@talking.bollo.cx>
3517              Date: Sun, 12 Nov 2000 21:23:43 +0000
3518              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
3519      Branch: perl
3520            ! perlsfio.h
3521 ____________________________________________________________________________
3522 [  7662] By: jhi                                   on 2000/11/13  00:01:39
3523         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
3524              From: Nicholas Clark <nick@talking.bollo.cx>
3525              Date: Sun, 12 Nov 2000 21:30:04 +0000
3526              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
3527      Branch: perl
3528            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
3529 ____________________________________________________________________________
3530 [  7661] By: jhi                                   on 2000/11/12  23:57:29
3531         Log: Document tell() on special streams.
3532      Branch: perl
3533            ! pod/perlfunc.pod
3534 ____________________________________________________________________________
3535 [  7660] By: jhi                                   on 2000/11/12  23:54:22
3536         Log: (Subsumed by #7664)
3537      Branch: perl
3538            + t/op/tell.t
3539            ! MANIFEST
3540 ____________________________________________________________________________
3541 [  7659] By: jhi                                   on 2000/11/12  22:55:25
3542         Log: Many subdocumented return values of the IO extension now documented.
3543              ungetc and write still left subdocumented.
3544              
3545              Subject: [PATCH] (was Re: IO::Handle::ungetc)
3546              From: Nicholas Clark <nick@talking.bollo.cx>
3547              Date: Sun, 12 Nov 2000 21:35:53 +0000
3548              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
3549      Branch: perl
3550            ! ext/IO/lib/IO/Handle.pm
3551 ____________________________________________________________________________
3552 [  7658] By: jhi                                   on 2000/11/12  21:37:06
3553         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
3554              From: Nicholas Clark <nick@talking.bollo.cx>
3555              Date: Sun, 12 Nov 2000 20:03:22 +0000
3556              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
3557      Branch: perl
3558            ! pod/perlfunc.pod
3559 ____________________________________________________________________________
3560 [  7657] By: jhi                                   on 2000/11/12  20:34:55
3561         Log: Integrate perlio.
3562      Branch: perl
3563           !> perlio.c
3564 ____________________________________________________________________________
3565 [  7656] By: nick                                  on 2000/11/12  19:25:06
3566         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
3567      Branch: perlio
3568            ! perlio.c
3569 ____________________________________________________________________________
3570 [  7655] By: nick                                  on 2000/11/12  19:09:41
3571         Log: Integrate mainline
3572      Branch: perlio
3573           +> README.solaris ext/Encode/Encode/cp1006.enc
3574           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
3575           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
3576           +> ext/Encode/Encode/iso8859-13.enc
3577           +> ext/Encode/Encode/iso8859-14.enc
3578           +> ext/Encode/Encode/iso8859-15.enc
3579           !> (integrate 34 files)
3580 ____________________________________________________________________________
3581 [  7654] By: jhi                                   on 2000/11/12  19:00:22
3582         Log: Add a metaconfig unit for fsync.
3583      Branch: metaconfig/U/perl
3584            + d_fsync.U
3585 ____________________________________________________________________________
3586 [  7653] By: jhi                                   on 2000/11/12  19:00:01
3587         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
3588      Branch: perl
3589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3590            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3591            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3592            ! vos/config.ga.h win32/config.bc win32/config.gc
3593            ! win32/config.vc
3594 ____________________________________________________________________________
3595 [  7652] By: jhi                                   on 2000/11/11  21:12:01
3596         Log: Copy the s// information of README.hpux also to the perlrun.
3597      Branch: perl
3598            ! README.hpux pod/perlrun.pod
3599 ____________________________________________________________________________
3600 [  7651] By: jhi                                   on 2000/11/11  21:03:13
3601         Log: More README.solaris updates from Andy Dougherty.
3602      Branch: perl
3603            ! README.solaris
3604 ____________________________________________________________________________
3605 [  7650] By: jhi                                   on 2000/11/11  18:38:57
3606         Log: More descriptive error for unknown perlio layers.
3607              
3608              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
3609              From: Dominic Dunlop <domo@computer.org> 
3610              Date: Sat, 11 Nov 2000 18:20:32 +0100             
3611              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
3612      Branch: perl
3613            ! perlio.c pod/perldiag.pod
3614 ____________________________________________________________________________
3615 [  7649] By: jhi                                   on 2000/11/11  18:37:52
3616         Log: MachTen doesn't really do mmap() and munmap().
3617              
3618              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
3619              From: Dominic Dunlop <domo@computer.org> 
3620              Date: Sat, 11 Nov 2000 18:20:32 +0100             
3621              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
3622      Branch: perl
3623            ! hints/machten.sh
3624 ____________________________________________________________________________
3625 [  7648] By: jhi                                   on 2000/11/11  18:36:46
3626         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
3627              From: rspier@pobox.com (Robert Spier)
3628              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
3629              Message-ID: <14861.32839.491271.985797@rls.cx>
3630      Branch: perl
3631            ! Porting/Contract pod/perltoot.pod
3632 ____________________________________________________________________________
3633 [  7647] By: jhi                                   on 2000/11/11  18:35:30
3634         Log: Simplify the getpagesize() unit by dropping the
3635              pagesize probe since it's nowadays slightly more
3636              complicated because of sysconf(). (Note: if some
3637              platform really needs the -lPW for getpagesize,
3638              I just broke it.)
3639              
3640              TODO: a new pagesize unit.
3641      Branch: metaconfig
3642            ! U/compline/d_getpagsz.U
3643 ____________________________________________________________________________
3644 [  7646] By: jhi                                   on 2000/11/11  18:33:23
3645         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
3646      Branch: perl
3647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3648            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3649            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3650            ! vos/config.ga.h win32/config.bc win32/config.gc
3651            ! win32/config.vc
3652 ____________________________________________________________________________
3653 [  7645] By: jhi                                   on 2000/11/11  16:45:15
3654         Log: Use sysconf() or getpagesize() to find out the pagesize.
3655      Branch: perl
3656            ! perlio.c
3657 ____________________________________________________________________________
3658 [  7644] By: jhi                                   on 2000/11/11  15:46:08
3659         Log: Integrate perlio.
3660      Branch: perl
3661           !> perlio.c
3662 ____________________________________________________________________________
3663 [  7643] By: jhi                                   on 2000/11/11  15:33:36
3664         Log: Subject: Re: [PATCH] README.solaris
3665              From: Lupe Christoph <lupe@lupe-christoph.de>
3666              Date: Sat, 11 Nov 2000 14:08:10 +0100
3667              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
3668      Branch: perl
3669            ! README.solaris
3670 ____________________________________________________________________________
3671 [  7642] By: jhi                                   on 2000/11/11  15:22:12
3672         Log: Subject: [PATCH perl@7638] cygwin port
3673              From: "Eric Fifer" <egf7@columbia.edu>            
3674              Date: Fri, 10 Nov 2000 19:30:30 -0000
3675              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
3676      Branch: perl
3677            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
3678 ____________________________________________________________________________
3679 [  7641] By: nick                                  on 2000/11/11  14:50:36
3680         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
3681              Also call "Buf" layer directly when unread'ing non-read chars.
3682      Branch: perlio
3683            ! perlio.c
3684 ____________________________________________________________________________
3685 [  7640] By: jhi                                   on 2000/11/11  02:05:02
3686         Log: Add more encoding tables.
3687      Branch: perl
3688            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
3689            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
3690            + ext/Encode/Encode/iso8859-10.enc
3691            + ext/Encode/Encode/iso8859-13.enc
3692            + ext/Encode/Encode/iso8859-14.enc
3693            + ext/Encode/Encode/iso8859-15.enc
3694            ! MANIFEST
3695 ____________________________________________________________________________
3696 [  7639] By: jhi                                   on 2000/11/10  18:49:25
3697         Log: Subject: [PATCH] README.solaris
3698              From: Andy Dougherty <doughera@lafayette.edu>
3699              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
3700              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
3701      Branch: perl
3702            + README.solaris
3703            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
3704            ! pod/perl.pod pod/perltoc.pod
3705 ____________________________________________________________________________
3706 [  7638] By: jhi                                   on 2000/11/10  15:04:15
3707         Log: Update Changes.
3708      Branch: perl
3709            ! Changes patchlevel.h
3710 ____________________________________________________________________________
3711 [  7637] By: jhi                                   on 2000/11/10  14:14:28
3712         Log: Explain better why certain regex tests are skipped.
3713              
3714              Subject: Re: tests skipped: unknown reason
3715              From: Lupe Christoph <lupe@lupe-christoph.de>
3716              Date: Fri, 10 Nov 2000 09:08:56 +0100
3717              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
3718      Branch: perl
3719            ! t/op/regexp.t
3720 ____________________________________________________________________________
3721 [  7636] By: nick                                  on 2000/11/10  13:40:00
3722         Log: Integrate mainline.
3723      Branch: perlio
3724           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
3725           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
3726           !> win32/bin/search.pl
3727 ____________________________________________________________________________
3728 [  7635] By: nick                                  on 2000/11/10  13:25:52
3729         Log: Re-instate stdio large file support via perlio.
3730      Branch: perl
3731            ! perlio.c
3732 ____________________________________________________________________________
3733 [  7634] By: jhi                                   on 2000/11/10  04:49:55
3734         Log: Amdahl UTS hints updates.
3735              
3736              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
3737              From: hom00@utsglobal.com (Harold O Morris)
3738              Date: Thu, 9 Nov 2000 20:02 PST
3739              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
3740      Branch: perl
3741            ! hints/uts.sh
3742 ____________________________________________________________________________
3743 [  7633] By: jhi                                   on 2000/11/09  23:33:28
3744         Log: Subject: [PATCH] IO::Seekable pod
3745              From: Nicholas Clark <nick@talking.bollo.cx>
3746              Date: Thu, 9 Nov 2000 20:29:45 +0000
3747              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
3748      Branch: perl
3749            ! ext/IO/lib/IO/Handle.pm
3750 ____________________________________________________________________________
3751 [  7632] By: jhi                                   on 2000/11/09  21:55:41
3752         Log: Various doc oddball characters.
3753              
3754              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
3755              From: Michael Somos <somos@grail.cba.csuohio.edu>
3756              Date: Mon, 6 Nov 2000 17:44:20 -0500
3757              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
3758      Branch: perl
3759            ! emacs/cperl-mode.el lib/unicode/syllables.txt
3760            ! win32/bin/search.pl
3761 ____________________________________________________________________________
3762 [  7631] By: jhi                                   on 2000/11/09  21:12:29
3763         Log: Subject: Re: bash -c exit and linux hints 
3764              From: "John P. Linderman" <jpl@research.att.com>
3765              Date: Thu, 02 Nov 2000 09:37:25 -0500
3766              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
3767      Branch: perl
3768            ! hints/linux.sh
3769 ____________________________________________________________________________
3770 [  7630] By: nick                                  on 2000/11/09  20:34:11
3771         Log: Integrate mainline.
3772      Branch: perlio
3773           !> (integrate 91 files)
3774 ____________________________________________________________________________
3775 [  7629] By: jhi                                   on 2000/11/09  19:46:31
3776         Log: Missing dTHXs.
3777              
3778              Subject: RE: perl@7595 builds not on cygwin
3779              From: "Eric Fifer" <egf7@columbia.edu>
3780              Date: Thu, 9 Nov 2000 19:26:50 -0000
3781              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
3782      Branch: perl
3783            ! ext/Devel/Peek/Peek.xs
3784 ____________________________________________________________________________
3785 [  7628] By: jhi                                   on 2000/11/09  14:48:27
3786         Log: Disable only the tests 99 and 166 for UTF-8 locales.
3787      Branch: perl
3788            ! t/pragma/locale.t
3789 ____________________________________________________________________________
3790 [  7627] By: jhi                                   on 2000/11/09  14:40:27
3791         Log: There's no =head3.
3792      Branch: perl
3793            ! pod/perlhack.pod
3794 ____________________________________________________________________________
3795 [  7626] By: jhi                                   on 2000/11/09  13:54:26
3796         Log: The generated boot_* headers are wrong.  Pickier compiler,
3797              such as KAI C++ will refuse to compile the resulting perlmain.
3798              
3799              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
3800              From: Harri Pasanen <harri.pasanen@trema.com>
3801              Date: Thu, 09 Nov 2000 14:23:28 +0100
3802              Message-Id: <3A0AA550.26D548A3@trema.com>
3803      Branch: perl
3804            ! minimod.pl
3805 ____________________________________________________________________________
3806 [  7625] By: jhi                                   on 2000/11/09  13:50:44
3807         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
3808              From: Prymmer/Kahn <pvhp@best.com>
3809              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
3810              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
3811              
3812              All except the "cow orker" change.
3813      Branch: perl
3814            ! Porting/pumpkin.pod
3815 ____________________________________________________________________________
3816 [  7624] By: jhi                                   on 2000/11/09  13:45:33
3817         Log: Fix for
3818              
3819              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
3820              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3821              Date: Thu, 09 Nov 2000 11:05:52 +0100
3822              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
3823      Branch: perl
3824            ! pod/perldiag.pod t/pragma/warn/pp_sys
3825 ____________________________________________________________________________
3826 [  7623] By: jhi                                   on 2000/11/09  13:37:16
3827         Log: Typo in an ifndef.
3828              
3829              Subject: Re: [PATCH 5.7.0] better messages from malloc()
3830              From: Joe Smith <jms@inwap.com>         
3831              Date: Thu, 09 Nov 2000 01:33:14 -0800
3832              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
3833      Branch: perl
3834            ! malloc.c
3835 ____________________________________________________________________________
3836 [  7622] By: jhi                                   on 2000/11/09  13:31:18
3837         Log: Remove unused extra arguments.
3838      Branch: metaconfig/U/perl
3839            ! perlxv.U
3840      Branch: perl
3841            ! Configure config_h.SH
3842 ____________________________________________________________________________
3843 [  7621] By: jhi                                   on 2000/11/09  13:16:36
3844         Log: More VMS moves on environment handling, from Charles Lane.
3845      Branch: perl
3846            ! t/pragma/locale.t
3847 ____________________________________________________________________________
3848 [  7620] By: jhi                                   on 2000/11/09  04:42:38
3849         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
3850              From: David Dyck <dcd@tc.fluke.com>
3851              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
3852              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
3853      Branch: perl
3854            ! pp_sys.c
3855 ____________________________________________________________________________
3856 [  7619] By: jhi                                   on 2000/11/09  04:36:21
3857         Log: Forgot from #7618.
3858      Branch: perl
3859            ! lib/File/stat.pm
3860 ____________________________________________________________________________
3861 [  7618] By: jhi                                   on 2000/11/09  04:28:44
3862         Log: Make deleting for %ENV work for (newer versions of) VMS,
3863              from Craig A. Berry.
3864      Branch: perl
3865            ! vms/vms.c
3866 ____________________________________________________________________________
3867 [  7617] By: jhi                                   on 2000/11/09  04:25:05
3868         Log: Subject: [PATCH] Class::Struct at compile time
3869              From: "Casey R. Tweten" <crt@kiski.net>
3870              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
3871              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
3872      Branch: perl
3873            ! lib/Class/Struct.pm
3874 ____________________________________________________________________________
3875 [  7616] By: jhi                                   on 2000/11/09  04:15:17
3876         Log: Subject: [ID 20001108.013] spelling
3877              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
3878              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
3879              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
3880      Branch: perl
3881            ! lib/ftp.pl
3882 ____________________________________________________________________________
3883 [  7615] By: jhi                                   on 2000/11/09  04:12:42
3884         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
3885              From: Peter Prymmer <pvhp@forte.com>
3886              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
3887              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
3888      Branch: perl
3889            ! configure.com
3890 ____________________________________________________________________________
3891 [  7614] By: jhi                                   on 2000/11/08  22:42:55
3892         Log: A missing aTHX_.
3893      Branch: perl
3894            ! ext/IPC/SysV/SysV.xs
3895 ____________________________________________________________________________
3896 [  7613] By: jhi                                   on 2000/11/08  19:30:21
3897         Log: Update Changes.
3898      Branch: perl
3899            ! Changes patchlevel.h
3900 ____________________________________________________________________________
3901 [  7612] By: jhi                                   on 2000/11/08  18:35:25
3902         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
3903              From: David Dyck <dcd@tc.fluke.com>
3904              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
3905              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
3906      Branch: perl
3907            ! pp_sys.c
3908 ____________________________________________________________________________
3909 [  7611] By: jhi                                   on 2000/11/08  18:30:26
3910         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
3911              From: Dominic Dunlop <domo@computer.org>
3912              Date: Tue, 7 Nov 2000 12:05:25 +0100
3913              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
3914      Branch: perl
3915            ! malloc.c
3916 ____________________________________________________________________________
3917 [  7610] By: jhi                                   on 2000/11/08  18:25:14
3918         Log: Do not test UTF-8 locales since that the tests would require
3919              polymorphic regexen.
3920      Branch: perl
3921            ! t/pragma/locale.t
3922 ____________________________________________________________________________
3923 [  7609] By: jhi                                   on 2000/11/08  17:12:51
3924         Log: Locale buglets.
3925              
3926              Subject: RE: Locales support (setlocale) fixes
3927              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3928              Date: Wed, 8 Nov 2000 20:01:39 +0300
3929              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
3930      Branch: perl
3931            ! t/pragma/locale.t util.c
3932 ____________________________________________________________________________
3933 [  7608] By: jhi                                   on 2000/11/08  17:00:16
3934         Log: Deleting $ENV{PATH} in VMS is not recommendable.
3935      Branch: perl
3936            ! t/pragma/locale.t
3937 ____________________________________________________________________________
3938 [  7607] By: jhi                                   on 2000/11/08  16:58:26
3939         Log: Subject: PATCH std stdio for (Free)BSD
3940              From: Nicholas Clark <nick@ccl4.org>
3941              Date: Wed, 8 Nov 2000 15:36:29 +0000
3942              Message-ID: <20001108153629.D98736@plum.flirble.org>
3943      Branch: metaconfig
3944            ! U/compline/d_stdstdio.U
3945      Branch: perl
3946            ! Configure config_h.SH
3947 ____________________________________________________________________________
3948 [  7606] By: jhi                                   on 2000/11/08  16:43:31
3949         Log: Forgot to bump the line numbers in #7601.
3950      Branch: perl
3951            ! t/pragma/warn/pp_sys
3952 ____________________________________________________________________________
3953 [  7605] By: jhi                                   on 2000/11/08  16:39:12
3954         Log: More careful detection of how well NVs and UVs mix.
3955              
3956              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))
3957              From: Nicholas Clark <nick@ccl4.org>
3958              Date: Wed, 8 Nov 2000 15:14:12 +0000
3959              Message-ID: <20001108151412.B98736@plum.flirble.org>
3960              
3961              Added some SIGFPE paranoia.
3962      Branch: metaconfig/U/perl
3963            ! perlxv.U
3964      Branch: perl
3965            ! Configure config_h.SH
3966 ____________________________________________________________________________
3967 [  7604] By: jhi                                   on 2000/11/08  14:39:10
3968         Log: Subject: [patch perl@7595] VMS configure.com tweak
3969              From: "Craig A. Berry" <craigberry@mac.com>
3970              Date: Wed, 8 Nov 2000 00:24:12 -0600
3971              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
3972      Branch: perl
3973            ! configure.com
3974 ____________________________________________________________________________
3975 [  7603] By: jhi                                   on 2000/11/08  14:27:11
3976         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
3977              From: Robin Barker <rmb1@cise.npl.co.uk>
3978              Date: Wed, 8 Nov 2000 11:11:39 GMT
3979              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
3980      Branch: perl
3981            ! perlio.c
3982 ____________________________________________________________________________
3983 [  7602] By: jhi                                   on 2000/11/08  14:25:03
3984         Log: Fix for the tie-refhash string table leaks.
3985              
3986              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
3987              Date: Wed, 8 Nov 2000 13:03:04 GMT
3988              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
3989      Branch: perl
3990            ! t/lib/tie-refhash.t
3991 ____________________________________________________________________________
3992 [  7601] By: jhi                                   on 2000/11/08  14:21:08
3993         Log: Try to avoid flockless and emulationless places.
3994      Branch: perl
3995            ! t/pragma/warn/pp_sys
3996 ____________________________________________________________________________
3997 [  7600] By: jhi                                   on 2000/11/08  02:28:54
3998         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
3999              
4000              Subject: [PATCH] prototyped functions that should be overrideable
4001              From: "Casey R. Tweten" <crt@kiski.net>
4002              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
4003              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
4004      Branch: perl
4005            ! toke.c
4006 ____________________________________________________________________________
4007 [  7599] By: jhi                                   on 2000/11/08  01:12:05
4008         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
4009              
4010              Subject: [PATCH] perlbug.PL
4011              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4012              Date: Mon, 6 Nov 2000 21:39:01 -0500
4013              Message-ID: <20001106213901.B20955@O2.chapin.edu>
4014      Branch: perl
4015            ! utils/perlbug.PL
4016 ____________________________________________________________________________
4017 [  7598] By: jhi                                   on 2000/11/07  23:42:00
4018         Log: Bad thinko in #7581 (I used the test program with the expanded
4019              values as-is).
4020      Branch: metaconfig
4021            ! U/compline/d_stdstdio.U
4022      Branch: perl
4023            ! Configure
4024 ____________________________________________________________________________
4025 [  7597] By: jhi                                   on 2000/11/07  21:43:29
4026         Log: Subject: [PATCH perl@7573] cygwin port
4027              From: "Fifer, Eric" <EFifer@sanwaint.com>
4028              Date: Tue, 7 Nov 2000 18:08:51 -0000 
4029              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
4030              
4031              Synchronize with Cygwin 1.1.5.
4032      Branch: perl
4033            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
4034            ! pod/perlport.pod unixish.h util.c
4035 ____________________________________________________________________________
4036 [  7596] By: jhi                                   on 2000/11/07  21:39:25
4037         Log: perlhack updates from H.Merijn Brand.
4038      Branch: perl
4039            ! pod/perlhack.pod
4040 ____________________________________________________________________________
4041 [  7595] By: jhi                                   on 2000/11/07  20:21:41
4042         Log: Update Changes.
4043      Branch: perl
4044            ! Changes patchlevel.h
4045 ____________________________________________________________________________
4046 [  7594] By: jhi                                   on 2000/11/07  19:18:58
4047         Log: Be more robust in Dynaloader.pm.
4048      Branch: perl
4049            ! ext/DynaLoader/DynaLoader_pm.PL
4050 ____________________________________________________________________________
4051 [  7593] By: jhi                                   on 2000/11/07  16:49:31
4052         Log: AUTHORS update.
4053      Branch: perl
4054            ! AUTHORS
4055 ____________________________________________________________________________
4056 [  7592] By: gsar                                  on 2000/11/07  16:39:51
4057         Log: normalize relative paths in virtualized current directory on windows,
4058              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
4059              returns)
4060      Branch: perl
4061            ! win32/vdir.h
4062 ____________________________________________________________________________
4063 [  7591] By: jhi                                   on 2000/11/07  16:04:26
4064         Log: Too profiler-happy: with optimization the #7590 actually makes
4065              the test to run 0.5% _slower_.  Requires much more instrumentation.
4066              Retract #7590.
4067      Branch: perl
4068            ! regcomp.c regcomp.h
4069 ____________________________________________________________________________
4070 [  7590] By: jhi                                   on 2000/11/07  15:51:13
4071         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
4072              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
4073              by using memset() and testing bytewise (as opposed to bitwise).
4074      Branch: perl
4075            ! regcomp.c regcomp.h
4076 ____________________________________________________________________________
4077 [  7589] By: jhi                                   on 2000/11/07  12:56:39
4078         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
4079              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4080              Date: Mon, 06 Nov 2000 23:45:30 -0500
4081              Message-Id: <0011079735.AA973576259@univpress.com>
4082      Branch: perl
4083            ! configure.com t/lib/st-lock.t
4084 ____________________________________________________________________________
4085 [  7588] By: jhi                                   on 2000/11/07  01:03:28
4086         Log: Tweak #7587.
4087      Branch: perl
4088            ! pod/perldiag.pod
4089 ____________________________________________________________________________
4090 [  7587] By: jhi                                   on 2000/11/07  01:00:27
4091         Log: A doc addition for bug id 20001105.019, beware \p.
4092      Branch: perl
4093            ! pod/perldiag.pod
4094 ____________________________________________________________________________
4095 [  7586] By: jhi                                   on 2000/11/07  00:32:22
4096         Log: Fake support of holey files in win/dosish platforms.
4097              
4098              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
4099              From: kipp@shonanblue.ne.jp
4100              Date: Mon, 6 Nov 2000 13:30:55 -0800
4101              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
4102      Branch: perl
4103            ! ext/SDBM_File/sdbm/sdbm.c
4104 ____________________________________________________________________________
4105 [  7585] By: jhi                                   on 2000/11/07  00:12:54
4106         Log: Subject: Pod updates
4107              From: "Stephen P. Potter" <spp@spotter.yi.org>
4108              Date: Mon, 06 Nov 2000 18:56:43 -0500
4109              Message-Id: <200011062357.SAA18173@spotter.yi.org>
4110      Branch: perl
4111            ! README.dos README.os2 README.win32 pod/buildtoc.PL
4112            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
4113            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
4114            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4115            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
4116            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
4117            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
4118            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
4119            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
4120            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
4121            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
4122            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
4123            ! pod/perltootc.pod pod/perlunicode.pod
4124 ____________________________________________________________________________
4125 [  7584] By: jhi                                   on 2000/11/07  00:04:17
4126         Log: Varargs don't always work too well if one puts an unsigned
4127              char on the stack and pop an unsigned quad off the stack.
4128              
4129              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
4130              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
4131              Date: Mon, 06 Nov 2000 15:19:05 -0800
4132              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
4133      Branch: perl
4134            ! utf8.c
4135 ____________________________________________________________________________
4136 [  7583] By: jhi                                   on 2000/11/06  23:58:48
4137         Log: %ENV note tweaks from Dan Sugalski.
4138      Branch: perl
4139            ! pod/perlport.pod vms/perlvms.pod
4140 ____________________________________________________________________________
4141 [  7582] By: jhi                                   on 2000/11/06  23:05:49
4142         Log: glibc5 detection by __GNU_LIBRARY__.
4143      Branch: perl
4144            ! toke.c
4145 ____________________________________________________________________________
4146 [  7581] By: jhi                                   on 2000/11/06  22:51:29
4147         Log: Make the stdio test program of 7427 less noisy while being 
4148              compiled so that Digital UNIX wouldn't get both
4149              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
4150              undefined.  This makes perlio happy.
4151      Branch: metaconfig
4152            ! U/compline/d_stdstdio.U
4153      Branch: perl
4154            ! Configure config_h.SH
4155 ____________________________________________________________________________
4156 [  7580] By: jhi                                   on 2000/11/06  22:41:41
4157         Log: Document %ENV = () portability issues.
4158      Branch: perl
4159            ! pod/perlport.pod vms/perlvms.pod
4160 ____________________________________________________________________________
4161 [  7579] By: jhi                                   on 2000/11/06  21:29:24
4162         Log: VOS updates from Paul Green.
4163      Branch: perl
4164            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4165 ____________________________________________________________________________
4166 [  7578] By: jhi                                   on 2000/11/06  21:00:40
4167         Log: Sanitize the environment further.
4168      Branch: perl
4169            ! t/pragma/locale.t
4170 ____________________________________________________________________________
4171 [  7577] By: jhi                                   on 2000/11/06  20:53:51
4172         Log: Re-introduce 7552 lost in integration.
4173      Branch: perl
4174            ! perlio.c
4175 ____________________________________________________________________________
4176 [  7576] By: jhi                                   on 2000/11/06  20:33:46
4177         Log: Admit that the test leaks scalars.
4178      Branch: perl
4179            ! t/comp/proto.t
4180 ____________________________________________________________________________
4181 [  7575] By: jhi                                   on 2000/11/06  20:17:08
4182         Log: Integrate perlio.
4183      Branch: perl
4184           !> perlio.c
4185 ____________________________________________________________________________
4186 [  7574] By: nick                                  on 2000/11/06  20:07:28
4187         Log: Remove debug. Try (Mmap_t) on madvise() call.
4188      Branch: perlio
4189            ! perlio.c
4190 ____________________________________________________________________________
4191 [  7573] By: jhi                                   on 2000/11/06  13:56:05
4192         Log: Update Changes.
4193      Branch: perl
4194            ! Changes patchlevel.h
4195 ____________________________________________________________________________
4196 [  7572] By: jhi                                   on 2000/11/06  13:48:41
4197         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
4198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4199              Date: Mon, 06 Nov 2000 10:11:42 +0100
4200              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
4201      Branch: perl
4202            ! pod/perlhack.pod
4203 ____________________________________________________________________________
4204 [  7571] By: jhi                                   on 2000/11/06  01:45:51
4205         Log: AUTHORS updates.
4206      Branch: perl
4207            ! AUTHORS
4208 ____________________________________________________________________________
4209 [  7570] By: jhi                                   on 2000/11/06  00:18:00
4210         Log: Fix for
4211              
4212              Subject: [ID 20000728.005] perl -P broken
4213              From: David Dyck <dcd@tc.fluke.com>
4214              Date: Fri, 28 Jul 2000 17:19:16 -0700
4215              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
4216              
4217              (hopefully).  The fix is also not complete, it seems to break
4218              BOM swallowing for libc5 systems, but until someone figures
4219              out a way to do this without ftell(), this will do.
4220      Branch: perl
4221            ! toke.c
4222 ____________________________________________________________________________
4223 [  7569] By: jhi                                   on 2000/11/06  00:05:30
4224         Log: Document that the evaled syntax errors cause scalar leaks.
4225      Branch: perl
4226            ! t/comp/proto.t
4227 ____________________________________________________________________________
4228 [  7568] By: jhi                                   on 2000/11/05  23:14:47
4229         Log: opmini.o can linger from Configures past.
4230      Branch: perl
4231            ! Makefile.SH
4232 ____________________________________________________________________________
4233 [  7567] By: jhi                                   on 2000/11/05  21:28:39
4234         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
4235              first argument correctly.
4236      Branch: perl
4237            ! perlio.c
4238 ____________________________________________________________________________
4239 [  7566] By: jhi                                   on 2000/11/05  21:15:56
4240         Log: Integrate perlio.
4241      Branch: perl
4242           !> perlio.c
4243 ____________________________________________________________________________
4244 [  7565] By: jhi                                   on 2000/11/05  21:15:13
4245         Log: Use -dM for gcc (the suggested patch did it only for Linux,
4246              but I think it can be generalized).
4247              
4248              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
4249              From: Pixel <pixel@mandrakesoft.com>
4250              Date: 05 Nov 2000 21:49:34 +0100 
4251              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
4252      Branch: perl
4253            ! ext/Errno/Errno_pm.PL
4254 ____________________________________________________________________________
4255 [  7564] By: nick                                  on 2000/11/05  21:09:18
4256         Log: Added a mmap layer as a "subclass" of perlio.
4257              PERLIO=mmap ./perl harness passes
4258      Branch: perlio
4259            ! perlio.c
4260 ____________________________________________________________________________
4261 [  7563] By: jhi                                   on 2000/11/05  19:48:55
4262         Log: Add a note for future generations about bug id 20000229.006.
4263      Branch: perl
4264            ! malloc.c
4265 ____________________________________________________________________________
4266 [  7562] By: jhi                                   on 2000/11/05  19:38:24
4267         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
4268      Branch: perl
4269            ! pp_ctl.c t/op/pos.t
4270 ____________________________________________________________________________
4271 [  7561] By: jhi                                   on 2000/11/05  18:21:46
4272         Log: Add =pod to be tidy.
4273      Branch: perl
4274            ! lib/Math/Complex.pm
4275 ____________________________________________________________________________
4276 [  7560] By: jhi                                   on 2000/11/05  17:38:46
4277         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
4278      Branch: perl
4279            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4280            ! ext/Storable/Storable.xs t/lib/st-recurse.t
4281 ____________________________________________________________________________
4282 [  7559] By: jhi                                   on 2000/11/05  17:32:59
4283         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
4284              From: "Peter J. Farley III" <pjfarley@banet.net>
4285              Date: Sun, 05 Nov 2000 11:55:59 -0500
4286              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
4287      Branch: perl
4288            ! t/lib/syslog.t
4289 ____________________________________________________________________________
4290 [  7558] By: jhi                                   on 2000/11/05  17:29:19
4291         Log: Integrate perlio.
4292      Branch: perl
4293           !> perlio.c
4294 ____________________________________________________________________________
4295 [  7557] By: jhi                                   on 2000/11/05  17:22:01
4296         Log: A fix of sorts for 20000329.026, a better error message
4297              for a missing "use charnames" when using the \N{...}. 
4298      Branch: perl
4299            ! pod/perldiag.pod toke.c
4300 ____________________________________________________________________________
4301 [  7556] By: jhi                                   on 2000/11/05  16:33:50
4302         Log: Test tweak: show also the failed locales.
4303              
4304              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
4305              From: Lupe Christoph <lupe@lupe-christoph.de>         
4306              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
4307              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
4308      Branch: perl
4309            ! t/pragma/locale.t
4310 ____________________________________________________________________________
4311 [  7555] By: nick                                  on 2000/11/05  11:09:34
4312         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
4313              open RDWR so does not fail. (pragma/warnings 303 again...)
4314      Branch: perlio
4315            ! perlio.c
4316 ____________________________________________________________________________
4317 [  7554] By: nick                                  on 2000/11/05  10:10:13
4318         Log: Fix case where ungetc(f,EOF) was allowed.
4319              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
4320              so we can see similarities.
4321              Use types more carefully and a STDCHAR array in hope that this will
4322              fix Jarrko's 64bit machine.
4323      Branch: perlio
4324            ! perlio.c
4325 ____________________________________________________________________________
4326 [  7553] By: jhi                                   on 2000/11/05  01:12:16
4327         Log: Fix for
4328              
4329              Subject: [ID 20001004.007] taint propogation is inconsistent
4330              From: pimlott@idiomtech.com (Andrew Pimlott) 
4331              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
4332              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
4333              
4334              The culprit was sv_setsv() which was rather blindly
4335              propagating taint, which lead to behaviour where if
4336              a tainted anon hash value was seen all the hash values
4337              from then on at that level became tainted, or at any
4338              upper levels in the case of nested anon hashes.
4339      Branch: perl
4340            ! sv.c t/op/taint.t
4341 ____________________________________________________________________________
4342 [  7552] By: jhi                                   on 2000/11/04  23:44:18
4343         Log: Some cpps don't like splitting conditionals across several lines.
4344      Branch: perl
4345            ! perlio.c
4346 ____________________________________________________________________________
4347 [  7551] By: nick                                  on 2000/11/04  23:40:44
4348         Log: Integrate mainline
4349      Branch: perlio
4350           !> pp_hot.c t/op/taint.t
4351 ____________________________________________________________________________
4352 [  7550] By: nick                                  on 2000/11/04  23:39:05
4353         Log: Integrate mainline again
4354      Branch: perlio
4355           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
4356           !> t/lib/b.t t/op/misc.t util.c
4357 ____________________________________________________________________________
4358 [  7549] By: jhi                                   on 2000/11/04  23:14:01
4359         Log: Fix for
4360              
4361              Subject: [ID 20001004.006] undef is never tainted
4362              From: pimlott@idiomtech.com (Andrew Pimlott)
4363              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
4364              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
4365              
4366              An undef read from a slurped file was not tainted.
4367      Branch: perl
4368            ! pp_hot.c t/op/taint.t
4369 ____________________________________________________________________________
4370 [  7548] By: jhi                                   on 2000/11/04  22:56:21
4371         Log: Test tweak ($Config{useperlio} is by default undef) .
4372      Branch: perl
4373            ! t/lib/b.t
4374 ____________________________________________________________________________
4375 [  7547] By: jhi                                   on 2000/11/04  22:43:56
4376         Log: Integrate perlio.
4377      Branch: perl
4378           +> lib/perlio.pm
4379           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
4380           !> pod/perlapi.pod t/lib/b.t
4381 ____________________________________________________________________________
4382 [  7546] By: jhi                                   on 2000/11/04  22:40:59
4383         Log: Configure would use a bad $myuname from an old config.sh.
4384              
4385              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
4386              From: Andy Dougherty <doughera@lafayette.edu>
4387              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
4388              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
4389      Branch: metaconfig
4390            ! U/modified/Oldconfig.U
4391      Branch: perl
4392            ! Configure config_h.SH
4393 ____________________________________________________________________________
4394 [  7545] By: jhi                                   on 2000/11/04  22:36:54
4395         Log: Subject: Locales support (setlocale) fixes
4396              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4397              Date: Sat, 4 Nov 2000 10:15:48 +0300 
4398              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
4399              
4400              Modified quite a bit to be more portable.
4401      Branch: perl
4402            ! embed.h embed.pl perl.h proto.h util.c
4403 ____________________________________________________________________________
4404 [  7544] By: jhi                                   on 2000/11/04  22:32:47
4405         Log: Dying is too strict here, better just skip.
4406      Branch: perl
4407            ! t/op/misc.t
4408 ____________________________________________________________________________
4409 [  7543] By: nick                                  on 2000/11/04  21:55:13
4410         Log: Merge mainline
4411      Branch: perlio
4412           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4413           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
4414           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
4415           !> (integrate 64 files)
4416 ____________________________________________________________________________
4417 [  7542] By: jhi                                   on 2000/11/04  21:09:28
4418         Log: More Changes tweakery.
4419      Branch: perl
4420            ! Changes Porting/genlog
4421 ____________________________________________________________________________
4422 [  7541] By: jhi                                   on 2000/11/04  20:58:18
4423         Log: Changes fixups.
4424      Branch: perl
4425            ! Changes
4426 ____________________________________________________________________________
4427 [  7540] By: jhi                                   on 2000/11/04  20:42:38
4428         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
4429              create a "fast path" for locale name probing using "locale -a"
4430              if available, squash finally hopefully the s?printf resetting
4431              the numeric locale (since, IIUC perllocale, it never shouldn't). 
4432      Branch: perl
4433            ! sv.c t/op/misc.t t/pragma/locale.t
4434 ____________________________________________________________________________
4435 [  7539] By: nick                                  on 2000/11/04  19:56:10
4436         Log: PerlIO infrastructure complete.
4437      Branch: perlio
4438            + lib/perlio.pm
4439            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
4440 ____________________________________________________________________________
4441 [  7538] By: nick                                  on 2000/11/04  14:31:32
4442         Log: Type tweaks + less contorted allocation scheme
4443      Branch: perlio
4444            ! perlio.c
4445 ____________________________________________________________________________
4446 [  7537] By: nick                                  on 2000/11/04  12:40:42
4447         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
4448              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
4449              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
4450              sensible) which lead to some interesting fails.
4451      Branch: perlio
4452            ! perlio.c
4453 ____________________________________________________________________________
4454 [  7536] By: jhi                                   on 2000/11/04  00:20:02
4455         Log: Add FCNTL_CAN_LOCK.
4456              
4457              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4458              From: Andy Dougherty <doughera@lafayette.edu>
4459              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
4460              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
4461              
4462              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4463              From: Andy Dougherty <doughera@lafayette.edu>
4464              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
4465              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
4466      Branch: metaconfig/U/perl
4467            + d_fcntl_can_lock.U
4468            ! startperl.U
4469      Branch: perl
4470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4471            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
4472            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4473            ! vos/config.ga.h win32/config.bc win32/config.gc
4474            ! win32/config.vc
4475 ____________________________________________________________________________
4476 [  7535] By: nick                                  on 2000/11/03  22:19:10
4477         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
4478              - Works on Linux with
4479              perlio + unix
4480              stdio
4481              - Works on Solaris with
4482              perlio + unix
4483              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
4484              - Fails (hangs in openpid) if you try and stack
4485              perlio + stdio - Linux stdio's read() logic is hanging.
4486      Branch: perlio
4487            ! iperlsys.h perlio.c
4488 ____________________________________________________________________________
4489 [  7534] By: jhi                                   on 2000/11/03  15:16:02
4490         Log: Subject: Re: README.aix
4491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4492              Date: Fri, 03 Nov 2000 16:03:15 +0100
4493              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
4494      Branch: perl
4495            ! README.aix
4496 ____________________________________________________________________________
4497 [  7533] By: jhi                                   on 2000/11/03  03:59:02
4498         Log: Subject: [PATCH 5.7.0] better messages from malloc()
4499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4500              Date: Wed, 1 Nov 2000 23:39:56 -0500
4501              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
4502      Branch: perl
4503            ! malloc.c pod/perldiag.pod
4504 ____________________________________________________________________________
4505 [  7532] By: jhi                                   on 2000/11/03  00:11:56
4506         Log: The #7521 touched things it shouldn't have.
4507      Branch: perl
4508            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
4509 ____________________________________________________________________________
4510 [  7531] By: jhi                                   on 2000/11/02  22:32:33
4511         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
4512              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4513              Date:     Thu, 2 Nov 2000 16:58:36 EST
4514              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
4515      Branch: perl
4516            ! vms/gen_shrfls.pl
4517 ____________________________________________________________________________
4518 [  7530] By: jhi                                   on 2000/11/02  22:08:49
4519         Log: Fix the problem discussed in
4520              
4521              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
4522              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
4523              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
4524              
4525              originally from Linc Madison.  Also Andreas König's comments
4526              taken into account.  Some other problems with Tie::SubstrHash
4527              fixed: didn't croak when the table exceeded the requested number
4528              of entries (as documented) but instead when the number of entries
4529              exceeded the size of the table, a croak() had an unnecessary \n,
4530              didn't have a CLEAR method, documented that there is no exists().
4531              Didn't fix to be strict-proof because the module uses &foo; and
4532              dynamic scope.  Added a test script exercizing both first tamely 
4533              the basic functionality, and then the failure cases reported by
4534              Linc Madison.
4535      Branch: perl
4536            + t/lib/tie-substrhash.t
4537            ! MANIFEST lib/Tie/SubstrHash.pm
4538 ____________________________________________________________________________
4539 [  7529] By: jhi                                   on 2000/11/02  17:58:08
4540         Log: recv() can fail and return undef.
4541              
4542              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
4543              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
4544              Date: Thu, 2 Nov 2000 20:12:20 +0300
4545              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
4546      Branch: perl
4547            ! lib/Net/Ping.pm
4548 ____________________________________________________________________________
4549 [  7528] By: jhi                                   on 2000/11/02  17:49:09
4550         Log: Detpyo.
4551      Branch: perl
4552            ! pod/perlop.pod
4553 ____________________________________________________________________________
4554 [  7527] By: jhi                                   on 2000/11/02  15:48:37
4555         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
4556              fix a autovivification bug in Tie::RefHash, add tests for both.
4557              
4558              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
4559              From: Edward Avis <epa98@doc.ic.ac.uk>
4560              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
4561              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
4562      Branch: perl
4563            + t/lib/tie-refhash.t
4564            ! MANIFEST lib/Tie/RefHash.pm
4565 ____________________________________________________________________________
4566 [  7526] By: jhi                                   on 2000/11/02  13:56:26
4567         Log: Test::Harness revealed buglets in the new DynaLoader.
4568              
4569              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
4570              From: andreas.koenig@anima.de (Andreas J. Koenig)
4571              Date: 02 Nov 2000 11:26:48 +0100 
4572              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
4573      Branch: perl
4574            ! ext/DynaLoader/DynaLoader_pm.PL
4575 ____________________________________________________________________________
4576 [  7525] By: jhi                                   on 2000/11/01  23:52:08
4577         Log: The entry for #7503 was missing.
4578      Branch: perl
4579            ! Changes
4580 ____________________________________________________________________________
4581 [  7524] By: jhi                                   on 2000/11/01  23:40:52
4582         Log: Update Changes.
4583      Branch: perl
4584            ! Changes patchlevel.h
4585 ____________________________________________________________________________
4586 [  7523] By: jhi                                   on 2000/11/01  22:57:09
4587         Log: More tweaking on the #7522 theme.
4588      Branch: perl
4589            ! ext/DynaLoader/DynaLoader_pm.PL
4590 ____________________________________________________________________________
4591 [  7522] By: jhi                                   on 2000/11/01  22:06:15
4592         Log: Expand %Config variables and %ENV variables only if
4593              so requested during build time using the
4594              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
4595              Not expanding makes relocating distributions easier.
4596      Branch: perl
4597            ! ext/DynaLoader/DynaLoader_pm.PL
4598 ____________________________________________________________________________
4599 [  7521] By: jhi                                   on 2000/11/01  20:56:34
4600         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
4601              and setgid() because they were just changing $< and $( which means
4602              only changing the real uid/gid, as opposed to changing both
4603              real and effective ids.  (The alternative way could have been
4604              in POSIX.pm to change $> and $), too, but making a direct call
4605              to the C API feels cleaner.)  Fixes the bug
4606              
4607              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
4608              From: "Garry T. Williams" <garry@zvolve.com>
4609              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
4610              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
4611      Branch: perl
4612            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4613            ! ext/POSIX/typemap pod/perlvar.pod
4614 ____________________________________________________________________________
4615 [  7520] By: jhi                                   on 2000/11/01  20:08:33
4616         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
4617              From: "Garry T. Williams" <garry@zvolve.com>
4618              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
4619              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
4620      Branch: perl
4621            ! pod/perlsec.pod
4622 ____________________________________________________________________________
4623 [  7519] By: jhi                                   on 2000/11/01  20:01:22
4624         Log: Locale warning explanation tweak.
4625      Branch: perl
4626            ! pod/perldiag.pod
4627 ____________________________________________________________________________
4628 [  7518] By: jhi                                   on 2000/11/01  18:57:13
4629         Log: C.pm part of
4630              
4631              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
4632              From: Jarkko Hietaniemi <jhi@iki.fi>
4633              Date: Tue, 10 Oct 2000 08:22:28 -0500
4634              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
4635      Branch: perl
4636            ! ext/B/B/C.pm
4637 ____________________________________________________________________________
4638 [  7517] By: jhi                                   on 2000/11/01  18:41:59
4639         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
4640              From: Martien Verbruggen <mgjv@comdyn.com.au>
4641              Date: Fri, 6 Oct 2000 14:09:10 +1100
4642              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
4643      Branch: perl
4644            ! pod/perlop.pod
4645 ____________________________________________________________________________
4646 [  7516] By: jhi                                   on 2000/11/01  18:34:55
4647         Log: Generalize the Camel wording.
4648              
4649              Subject: Re: perlfaq style changes
4650              From: John Borwick <jhborwic@unity.ncsu.edu>
4651              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
4652              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
4653      Branch: perl
4654            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
4655 ____________________________________________________________________________
4656 [  7515] By: jhi                                   on 2000/11/01  16:52:31
4657         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
4658              From: pimlott@idiomtech.com (Andrew Pimlott)
4659              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
4660              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
4661      Branch: perl
4662            ! pod/perlsec.pod
4663 ____________________________________________________________________________
4664 [  7514] By: jhi                                   on 2000/11/01  15:03:40
4665         Log: More AIX lore.
4666      Branch: perl
4667            ! ext/re/hints/aix.pl
4668 ____________________________________________________________________________
4669 [  7513] By: jhi                                   on 2000/11/01  14:48:30
4670         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
4671              From: root <root@chronos.fi.muni.cz>
4672              Date: Wed, 1 Nov 2000 12:31:32 +0100
4673              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
4674      Branch: perl
4675            ! lib/Net/Ping.pm
4676 ____________________________________________________________________________
4677 [  7512] By: jhi                                   on 2000/11/01  14:46:47
4678         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
4679              From: Martin Husemann <martin@duskware.de>
4680              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
4681              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
4682      Branch: perl
4683            ! regcomp.c
4684 ____________________________________________________________________________
4685 [  7511] By: jhi                                   on 2000/11/01  14:39:50
4686         Log: AUTHORS updates.
4687      Branch: perl
4688            ! AUTHORS
4689 ____________________________________________________________________________
4690 [  7510] By: jhi                                   on 2000/11/01  14:29:50
4691         Log: Subject: [PATCH] startperl to respect versiononly
4692              From: Robin Barker <rmb1@cise.npl.co.uk> 
4693              Date: Tue, 31 Oct 2000 16:29:36 GMT
4694              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
4695      Branch: metaconfig/U/perl
4696            ! startperl.U
4697      Branch: perl
4698            ! Configure config_h.SH
4699 ____________________________________________________________________________
4700 [  7509] By: jhi                                   on 2000/11/01  14:19:53
4701         Log: printf UVs the correct way, noticed by Robin Barker.
4702      Branch: perl
4703            ! utf8.c
4704 ____________________________________________________________________________
4705 [  7508] By: jhi                                   on 2000/11/01  14:10:03
4706         Log: Do not cleanup *% because the % has special meanings in some
4707              shell environments.
4708      Branch: perl
4709            ! ext/Storable/Makefile.PL
4710 ____________________________________________________________________________
4711 [  7507] By: jhi                                   on 2000/11/01  14:06:00
4712         Log: The NonStop-UX libraries have a novel way to say NaN.
4713      Branch: perl
4714            ! t/lib/bigfltpm.t
4715 ____________________________________________________________________________
4716 [  7506] By: jhi                                   on 2000/11/01  14:03:35
4717         Log: The osname has been lowercased by now, from Tom Bates.
4718      Branch: metaconfig
4719            ! U/modified/Oldconfig.U
4720      Branch: perl
4721            ! Configure config_h.SH
4722 ____________________________________________________________________________
4723 [  7505] By: jhi                                   on 2000/10/31  19:18:39
4724         Log: The compiler is either gcc or cc, from Tom Bates.
4725      Branch: perl
4726            ! hints/nonstopux.sh
4727 ____________________________________________________________________________
4728 [  7504] By: jhi                                   on 2000/10/31  14:53:42
4729         Log: Update Changes.
4730      Branch: perl
4731            ! Changes patchlevel.h
4732 ____________________________________________________________________________
4733 [  7503] By: jhi                                   on 2000/10/31  14:30:50
4734         Log: Whitespace style tweak.  Was originally going to see to
4735              
4736              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
4737              From: Joe Smith <jms@inwap.com>
4738              Date: Mon, 30 Oct 2000 18:47:57 -0800
4739              Message-Id: <39FE32DD.24AAC4D@inwap.com>
4740              
4741              but that had already been taken care of.
4742      Branch: metaconfig
4743            ! U/compline/d_stdstdio.U
4744      Branch: perl
4745            ! Configure config_h.SH
4746 ____________________________________________________________________________
4747 [  7502] By: jhi                                   on 2000/10/31  14:25:02
4748         Log: AUTHORS tweaks.
4749      Branch: perl
4750            ! AUTHORS
4751 ____________________________________________________________________________
4752 [  7501] By: jhi                                   on 2000/10/31  14:23:59
4753         Log: Subject: perlfaq style changes
4754              From: John Borwick <jhborwic@unity.ncsu.edu>
4755              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
4756              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
4757      Branch: perl
4758            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4759            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4760            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4761            ! pod/perlfaq9.pod
4762 ____________________________________________________________________________
4763 [  7500] By: jhi                                   on 2000/10/31  14:22:15
4764         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
4765              
4766              Subject: Re: [ID 20000918.005] ~ on wide chars
4767              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4768              Date: Mon, 30 Oct 2000 21:09:55 -0800
4769              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
4770              
4771              (The ord() part of the patch skipped.)
4772      Branch: perl
4773            ! doop.c
4774 ____________________________________________________________________________
4775 [  7499] By: jhi                                   on 2000/10/31  14:20:08
4776         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
4777              From: Jens Hamisch <jens@Strawberry.COM>
4778              Date: Mon, 30 Oct 2000 15:17:07 +0100
4779              Message-Id: <20001030151707.A9597@Strawberry.COM>
4780      Branch: perl
4781            ! av.c
4782 ____________________________________________________________________________
4783 [  7498] By: jhi                                   on 2000/10/31  14:16:29
4784         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
4785              From: Peter Prymmer <pvhp@forte.com>
4786              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
4787              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
4788      Branch: perl
4789            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4790            + ext/Encode/Encode/posix-bc.enc
4791            ! MANIFEST t/lib/encode.t
4792 ____________________________________________________________________________
4793 [  7497] By: jhi                                   on 2000/10/31  14:13:22
4794         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
4795              From: Peter Prymmer <pvhp@forte.com>
4796              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
4797              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
4798      Branch: perl
4799            ! t/lib/cgi-html.t
4800 ____________________________________________________________________________
4801 [  7496] By: jhi                                   on 2000/10/31  14:12:05
4802         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
4803              From: Peter Prymmer <pvhp@forte.com>
4804              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
4805              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
4806      Branch: perl
4807            ! t/lib/cgi-function.t
4808 ____________________________________________________________________________
4809 [  7495] By: jhi                                   on 2000/10/31  14:11:08
4810         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
4811              From: Peter Prymmer <pvhp@forte.com>
4812              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
4813              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
4814      Branch: perl
4815            + ext/re/hints/aix.pl
4816            ! MANIFEST ext/re/Makefile.PL
4817 ____________________________________________________________________________
4818 [  7494] By: jhi                                   on 2000/10/31  14:08:32
4819         Log: Use Errno magic.
4820              
4821              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
4822              From: Casey Tweten <perl@ctweten.amsite.com>
4823              Date: Mon, 30 Oct 2000 15:51:17 -0500
4824              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
4825      Branch: perl
4826            ! lib/File/Temp.pm
4827 ____________________________________________________________________________
4828 [  7493] By: jhi                                   on 2000/10/31  14:05:07
4829         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
4830              
4831              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
4832              From: Nicholas Clark <nick@ccl4.org>
4833              Date: Mon, 30 Oct 2000 17:38:45 +0000
4834              Message-ID: <20001030173845.O60355@plum.flirble.org>
4835      Branch: perl
4836            ! Makefile.SH utils/perlbug.PL
4837 ____________________________________________________________________________
4838 [  7492] By: nick                                  on 2000/10/30  19:37:23
4839         Log: Change files which are mysteriously different to mainline to be
4840              copies of mainline.
4841      Branch: perlio
4842            ! objXSUB.h perlapi.c pod/perlapi.pod
4843 ____________________________________________________________________________
4844 [  7491] By: nick                                  on 2000/10/30  18:05:54
4845         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
4846              - typo in endian code in putc.
4847              - Don't allow read of write-only files and vice-versa
4848              - and off-by-one in flush-all loop.
4849              Remove debug calls as they were using GCC specific features.
4850      Branch: perlio
4851            ! perlio.c
4852 ____________________________________________________________________________
4853 [  7490] By: nick                                  on 2000/10/29  21:45:45
4854         Log: Integrate mainline to perlio
4855      Branch: perlio
4856           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
4857           !> toke.c
4858 ____________________________________________________________________________
4859 [  7489] By: jhi                                   on 2000/10/29  21:11:08
4860         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
4861              From: andreas.koenig@anima.de (Andreas J. Koenig)
4862              Date: 29 Oct 2000 22:05:59 +0100
4863              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
4864      Branch: perl
4865            ! lib/ExtUtils/Manifest.pm
4866 ____________________________________________________________________________
4867 [  7488] By: jhi                                   on 2000/10/29  21:07:47
4868         Log: Tests for #7487.
4869              
4870              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
4871              From: andreas.koenig@anima.de (Andreas J. Koenig)
4872              Date: 29 Oct 2000 19:37:09 +0100
4873              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
4874      Branch: perl
4875            ! t/comp/proto.t
4876 ____________________________________________________________________________
4877 [  7487] By: jhi                                   on 2000/10/29  21:06:27
4878         Log: constsub spillage.
4879              
4880              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
4881              From: John Tobey <jtobey@john-edwin-tobey.org>
4882              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
4883              Message-Id: <m13pvSr-000FObC@feynman.localnet>
4884      Branch: perl
4885            ! op.c
4886 ____________________________________________________________________________
4887 [  7486] By: nick                                  on 2000/10/29  21:05:04
4888         Log: Integrate mainline to perlio branch
4889      Branch: perlio
4890           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
4891           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
4892           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
4893           +> vos/install_perl.cm
4894            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
4895            - vos/config.h vos/config_h.SH_orig
4896           !> (integrate 141 files)
4897 ____________________________________________________________________________
4898 [  7485] By: jhi                                   on 2000/10/29  21:00:47
4899         Log: Make \x{...} consistently produce UTF-8.
4900              
4901              Subject: Re: \x{...} is confused 
4902              From: Simon Cozens <simon@cozens.net>
4903              Date: Sun, 29 Oct 2000 19:36:48 +0000
4904              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
4905      Branch: perl
4906            ! t/pragma/utf8.t toke.c
4907 ____________________________________________________________________________
4908 [  7484] By: nick                                  on 2000/10/29  20:05:29
4909         Log: PerlIO passes all tests.
4910      Branch: perlio
4911            ! perlio.c
4912 ____________________________________________________________________________
4913 [  7483] By: jhi                                   on 2000/10/29  18:06:55
4914         Log: Update Changes.
4915      Branch: perl
4916            ! Changes patchlevel.h
4917 ____________________________________________________________________________
4918 [  7482] By: nick                                  on 2000/10/29  17:43:28
4919         Log: Include <unistd.h> to get correct lseek() prototype etc.
4920              (I thought perl.h did that) - down to two fails
4921              - comp/require.t (last test)
4922              - lib/io_xs.t - possibly import/export of FILE * ?
4923      Branch: perlio
4924            ! perlio.c
4925 ____________________________________________________________________________
4926 [  7481] By: jhi                                   on 2000/10/29  17:02:37
4927         Log: UTF-8 decoder tweak.
4928      Branch: perl
4929            ! utf8.c
4930 ____________________________________________________________________________
4931 [  7480] By: nick                                  on 2000/10/29  16:26:11
4932         Log: Fixed two bugs:
4933              - error code not being set on close (of broken pipe)
4934              - append mode was truncating.
4935              At least one seek/tell bug remains.
4936      Branch: perlio
4937            ! perlio.c
4938 ____________________________________________________________________________
4939 [  7479] By: nick                                  on 2000/10/29  11:18:16
4940         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
4941              in case of accidents. Still several worrying fails, no line disciplines yet.
4942      Branch: perlio
4943            ! iperlsys.h perlio.c
4944 ____________________________________________________________________________
4945 [  7478] By: jhi                                   on 2000/10/29  02:04:01
4946         Log: Add also emailless people.
4947      Branch: perl
4948            ! AUTHORS
4949 ____________________________________________________________________________
4950 [  7477] By: jhi                                   on 2000/10/29  01:36:00
4951         Log: The #7476 needs a MANIFEST change, too.
4952      Branch: perl
4953            ! MANIFEST
4954 ____________________________________________________________________________
4955 [  7476] By: jhi                                   on 2000/10/29  01:35:21
4956         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
4957      Branch: perl
4958            - MAINTAIN
4959            ! AUTHORS Changes
4960 ____________________________________________________________________________
4961 [  7475] By: jhi                                   on 2000/10/28  23:57:25
4962         Log: De-quoted-unreadable to ISO Latin 1.
4963              (There's one ISO-2022-JP name in Changes5.004.)
4964      Branch: perl
4965            ! Changes Changes5.6
4966 ____________________________________________________________________________
4967 [  7474] By: jhi                                   on 2000/10/28  19:13:06
4968         Log: Subject: [ID 20001027.007] uniq array in perlfaq
4969              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
4970              Date: Fri, 27 Oct 2000 19:28:30 +0200
4971              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
4972      Branch: perl
4973            ! pod/perlfaq4.pod
4974 ____________________________________________________________________________
4975 [  7473] By: jhi                                   on 2000/10/28  18:02:05
4976         Log: Locking null mutexes is not recommendable.
4977              
4978              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
4979              From: Hugo <hv@crypt.compulink.co.uk>
4980              Date: Sat, 28 Oct 2000 18:41:12 +0100
4981              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
4982      Branch: perl
4983            ! op.c
4984 ____________________________________________________________________________
4985 [  7472] By: jhi                                   on 2000/10/28  17:52:58
4986         Log: Better create a true mailing list for the repository keepers.
4987      Branch: perl
4988            ! Porting/repository.pod
4989 ____________________________________________________________________________
4990 [  7471] By: jhi                                   on 2000/10/28  17:28:24
4991         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
4992              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
4993      Branch: perl
4994            + Porting/repository.pod
4995            ! MANIFEST
4996 ____________________________________________________________________________
4997 [  7470] By: jhi                                   on 2000/10/28  17:20:54
4998         Log: Subject: DOC PATCH 5.6.0
4999              From: mjd@plover.com
5000              Date: 27 Oct 2000 17:32:44 -0000
5001              Message-ID: <20001027173244.23754.qmail@plover.com>
5002      Branch: perl
5003            ! pod/perlfunc.pod
5004 ____________________________________________________________________________
5005 [  7469] By: jhi                                   on 2000/10/28  17:16:45
5006         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
5007              From: "Peter J. Farley III" <pjfarley@banet.net>
5008              Date: Fri, 27 Oct 2000 20:32:56 -0400
5009              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
5010      Branch: perl
5011            ! README.dos
5012 ____________________________________________________________________________
5013 [  7468] By: jhi                                   on 2000/10/28  17:07:18
5014         Log: Make target reordering to avoid pointless re-makes.
5015              
5016              Subject: Re: Total re-make of 'make okfile' after 7451 ?
5017              From: Nicholas Clark <nick@ccl4.org>
5018              Date: Sat, 28 Oct 2000 00:31:02 +0100
5019              Message-ID: <20001028003101.A54517@plum.flirble.org>
5020      Branch: perl
5021            ! Makefile.SH
5022 ____________________________________________________________________________
5023 [  7467] By: jhi                                   on 2000/10/28  17:05:31
5024         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
5025              From: lvirden@cas.org
5026              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
5027              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
5028      Branch: perl
5029            ! README.os2
5030 ____________________________________________________________________________
5031 [  7466] By: jhi                                   on 2000/10/28  16:09:16
5032         Log: Upgrade to CPAN 1.58_55.
5033              
5034              Subject: CPAN.pm status
5035              From: andreas.koenig@anima.de (Andreas J. Koenig) 
5036              Date: 28 Oct 2000 08:18:00 +0200 
5037              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
5038      Branch: perl
5039            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5040 ____________________________________________________________________________
5041 [  7465] By: jhi                                   on 2000/10/28  16:02:47
5042         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
5043      Branch: perl
5044            ! embed.h embed.pl perl.h proto.h toke.c
5045 ____________________________________________________________________________
5046 [  7464] By: nick                                  on 2000/10/28  10:43:44
5047         Log: Fix for sv_2iv() on "shared" value from keys %hash.
5048      Branch: perl
5049            ! sv.c
5050 ____________________________________________________________________________
5051 [  7463] By: jhi                                   on 2000/10/27  16:18:29
5052         Log: Update Changes.
5053      Branch: perl
5054            ! Changes patchlevel.h
5055 ____________________________________________________________________________
5056 [  7462] By: jhi                                   on 2000/10/27  16:17:44
5057         Log: Too enthusiastic editing in #7460.
5058      Branch: metaconfig
5059            ! U/modified/Oldsym.U
5060      Branch: perl
5061            ! Configure config_h.SH
5062 ____________________________________________________________________________
5063 [  7461] By: jhi                                   on 2000/10/27  15:37:38
5064         Log: Retract #7459, the script needs more work.
5065      Branch: perl
5066            - mkreef
5067            ! MANIFEST
5068 ____________________________________________________________________________
5069 [  7460] By: jhi                                   on 2000/10/27  15:23:14
5070         Log: Use $sort, $uniq (and $tr) consistently as wondered
5071              by Nicholas Clark.
5072      Branch: metaconfig
5073            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
5074            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
5075            ! U/modified/libc.U
5076      Branch: perl
5077            ! Configure config_h.SH
5078 ____________________________________________________________________________
5079 [  7459] By: jhi                                   on 2000/10/27  15:02:07
5080         Log: (Retracted by #7461)
5081              
5082              Add a shell script for creating/removing symbolic link farms,
5083              useful for keeping the source code read-only and doing the
5084              builds somewhere else.
5085      Branch: perl
5086            + mkreef
5087            ! MANIFEST
5088 ____________________________________________________________________________
5089 [  7458] By: jhi                                   on 2000/10/27  14:42:20
5090         Log: Do away with the fix_pl.
5091      Branch: perl
5092            - fix_pl
5093            ! MANIFEST Makefile.SH
5094 ____________________________________________________________________________
5095 [  7457] By: jhi                                   on 2000/10/27  12:43:13
5096         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
5097              From: Jens Hamisch <jens@Strawberry.COM>
5098              Date: Fri, 27 Oct 2000 14:38:21 +0200
5099              Message-Id: <20001027143821.B3366@Strawberry.COM>
5100      Branch: perl
5101            ! perl.h
5102 ____________________________________________________________________________
5103 [  7456] By: jhi                                   on 2000/10/27  12:33:42
5104         Log: Subject: [PATCH] todo
5105              From: Nicholas Clark <nick@ccl4.org>
5106              Date: Thu, 26 Oct 2000 22:32:29 +0100
5107              Message-ID: <20001026223229.A44540@plum.flirble.org>
5108      Branch: perl
5109            ! pod/perltodo.pod
5110 ____________________________________________________________________________
5111 [  7455] By: jhi                                   on 2000/10/27  12:02:21
5112         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
5113              From: John Tobey <jtobey@john-edwin-tobey.org>
5114              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
5115              Message-Id: <m13ozHF-000FObC@feynman.localnet>
5116      Branch: perl
5117            ! op.c t/pragma/sub_lval.t
5118 ____________________________________________________________________________
5119 [  7454] By: jhi                                   on 2000/10/27  11:59:42
5120         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
5121              From: sthoenna@efn.org
5122              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
5123              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
5124      Branch: perl
5125            ! pp.c t/op/assignwarn.t
5126 ____________________________________________________________________________
5127 [  7453] By: jhi                                   on 2000/10/27  00:15:08
5128         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
5129      Branch: perl
5130            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5131            ! ext/Storable/Storable.xs t/lib/st-lock.t
5132 ____________________________________________________________________________
5133 [  7452] By: jhi                                   on 2000/10/26  13:05:52
5134         Log: Undo #7451, this seems to be a deficiency in Perforce,
5135              there is no per-file line-terminator type, only per-client.
5136      Branch: perl
5137            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
5138            ! win32/makefile.mk
5139 ____________________________________________________________________________
5140 [  7451] By: jhi                                   on 2000/10/26  04:56:03
5141         Log: Experimenting in DOS arcana.
5142      Branch: perl
5143            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
5144            ! win32/makefile.mk
5145 ____________________________________________________________________________
5146 [  7450] By: jhi                                   on 2000/10/26  04:50:52
5147         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
5148              From: "Peter J. Farley III" <pjfarley@banet.net>            
5149              Date: Wed, 25 Oct 2000 23:10:18 -0400
5150              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
5151      Branch: perl
5152            ! t/io/open.t
5153 ____________________________________________________________________________
5154 [  7449] By: jhi                                   on 2000/10/26  04:49:16
5155         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
5156              From: Hugo <hv@crypt.compulink.co.uk>
5157              Date: Thu, 26 Oct 2000 01:55:17 +0100
5158              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
5159              
5160              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
5161      Branch: perl
5162            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
5163 ____________________________________________________________________________
5164 [  7448] By: jhi                                   on 2000/10/26  04:38:36
5165         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
5166              From: Peter Prymmer <pvhp@forte.com>
5167              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
5168              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
5169      Branch: perl
5170            ! configure.com
5171 ____________________________________________________________________________
5172 [  7447] By: jhi                                   on 2000/10/25  23:20:02
5173         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
5174              in platforms that strictly require all the symbols being present
5175              at link time.
5176      Branch: perl
5177            ! handy.h
5178 ____________________________________________________________________________
5179 [  7446] By: jhi                                   on 2000/10/25  21:55:57
5180         Log: Update Changes.
5181      Branch: perl
5182            ! Changes patchlevel.h
5183 ____________________________________________________________________________
5184 [  7445] By: jhi                                   on 2000/10/25  21:27:08
5185         Log: Integrate with vmsperl #7430 by Charles Bailey:
5186              
5187              Cleanup from prior patch (Charles Lane?):
5188              - improve handling of MFDs in Basename and Path
5189              - default to no xsubpp line # munging when building debug images
5190      Branch: perl
5191           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5192 ____________________________________________________________________________
5193 [  7444] By: jhi                                   on 2000/10/25  21:03:50
5194         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
5195              From: John Peacock <JPeacock@UnivPress.com>
5196              Date: Thu, 18 May 2000 11:55:27 -0400
5197              Message-ID: <3924126F.A58BE57A@UnivPress.com>
5198      Branch: perl
5199            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
5200            ! t/op/write.t
5201 ____________________________________________________________________________
5202 [  7443] By: jhi                                   on 2000/10/25  20:43:10
5203         Log: Temporary stopgap for the self-tying issue: for now only
5204              array and hash self-ties are verboten.  The real fix, of
5205              course, would be to comprehensively test (and implement?)
5206              and debug (and document) self-ties.
5207      Branch: perl
5208            ! pod/perldiag.pod pp_sys.c t/op/tie.t
5209 ____________________________________________________________________________
5210 [  7442] By: jhi                                   on 2000/10/25  20:14:30
5211         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
5212              From: Dan Sugalski <dan@sidhe.org>
5213              Date: Wed, 25 Oct 2000 13:36:35 -0400
5214              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
5215              
5216              plus regen global.sym.
5217      Branch: perl
5218            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
5219            ! thrdvar.h util.c
5220 ____________________________________________________________________________
5221 [  7441] By: jhi                                   on 2000/10/25  20:12:20
5222         Log: buildtoc target tweaks.
5223      Branch: perl
5224            ! pod/Makefile.SH
5225 ____________________________________________________________________________
5226 [  7440] By: jhi                                   on 2000/10/25  20:03:53
5227         Log: A new version of making the syslog test more robust.
5228              (Replaces #7421.)
5229              
5230              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5231              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5232              Date: Wed, 25 Oct 2000 12:13:54 -0400
5233              Message-ID: <20001025121354.B2264@O2.chapin.edu>
5234      Branch: perl
5235            ! t/lib/syslog.t
5236 ____________________________________________________________________________
5237 [  7439] By: jhi                                   on 2000/10/25  20:00:48
5238         Log: Continue the internal UTF-8 API tweaking.
5239              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
5240              used much more than the simpler API, now called utf8_to_uv_simple().
5241              Still not quite happy with API, too much partial duplication
5242              of functionality.
5243      Branch: perl
5244            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
5245            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
5246            ! regcomp.c regexec.c sv.c toke.c utf8.c
5247 ____________________________________________________________________________
5248 [  7438] By: jhi                                   on 2000/10/25  18:52:30
5249         Log: Allow poking holes at the UTF-8 decoding strictness.
5250      Branch: perl
5251            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
5252            ! utf8.h
5253 ____________________________________________________________________________
5254 [  7437] By: jhi                                   on 2000/10/25  13:53:05
5255         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
5256              UTF8LEN() and UTF8SKIP(). 
5257      Branch: perl
5258            ! pp.c utf8.c utf8.h
5259 ____________________________________________________________________________
5260 [  7436] By: jhi                                   on 2000/10/25  13:51:37
5261         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
5262              From: Nicholas Clark <nick@ccl4.org>
5263              Date: Wed, 25 Oct 2000 14:44:05 +0100
5264              Message-ID: <20001025144404.D27253@plum.flirble.org>
5265      Branch: perl
5266            ! pod/perlrun.pod
5267 ____________________________________________________________________________
5268 [  7435] By: jhi                                   on 2000/10/25  13:49:32
5269         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
5270              From: Mike Guy <mjtg@cam.ac.uk>
5271              Date: Tue, 24 Oct 2000 14:59:40 +0100
5272              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
5273      Branch: perl
5274            ! scope.c
5275 ____________________________________________________________________________
5276 [  7434] By: jhi                                   on 2000/10/25  13:48:41
5277         Log: AIX is picky about its symbol exports.  Solution for now
5278              is to include the deb.o explicitly to the re extension build.
5279              
5280              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
5281              From: Peter Prymmer <pvhp@forte.com>
5282              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
5283              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
5284      Branch: perl
5285            ! ext/re/Makefile.PL hints/aix.sh
5286 ____________________________________________________________________________
5287 [  7433] By: jhi                                   on 2000/10/25  13:46:49
5288         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
5289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5290              Date: Wed, 25 Oct 2000 12:02:20 +0200
5291              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
5292      Branch: perl
5293            ! perlsdio.h
5294 ____________________________________________________________________________
5295 [  7432] By: jhi                                   on 2000/10/25  13:44:28
5296         Log: Subject: Minor update to find2perl, for portability
5297              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5298              Date: Wed, 25 Oct 2000 12:05:47 +0100
5299              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
5300      Branch: perl
5301            ! x2p/find2perl.PL
5302 ____________________________________________________________________________
5303 [  7431] By: jhi                                   on 2000/10/25  13:40:39
5304         Log: Add targets to Makefile.SH, most importantly
5305              'regen_all' which also remembers to update vms/perly*.
5306      Branch: perl
5307            ! Makefile.SH
5308 ____________________________________________________________________________
5309 [  7430] By: bailey                                on 2000/10/25  03:13:53
5310         Log: Cleanup from prior patch (Charles Lane?):
5311              - improve handling of MFDs in Basename and Path
5312              - default to no xsubpp line # munging when building debug images
5313      Branch: vmsperl
5314            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5315 ____________________________________________________________________________
5316 [  7429] By: jhi                                   on 2000/10/24  20:03:40
5317         Log: Podify README.epoc and README.vos.
5318      Branch: perl
5319            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
5320            ! pod/perlport.pod pod/perltoc.pod
5321 ____________________________________________________________________________
5322 [  7428] By: jhi                                   on 2000/10/24  19:10:33
5323         Log: Stratus VOS updates from Paul Green.
5324      Branch: perl
5325            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5326            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
5327            - vos/config.def vos/config.h vos/config_h.SH_orig
5328            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
5329            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
5330 ____________________________________________________________________________
5331 [  7427] By: jhi                                   on 2000/10/24  18:59:48
5332         Log: Check if stdio supports tweaking lval and cnt simultaneously.
5333              
5334              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5335              From: Nicholas Clark <nick@ccl4.org>
5336              Date: Mon, 23 Oct 2000 15:39:32 +0100
5337              Message-ID: <20001023153932.A10786@plum.flirble.org>
5338      Branch: metaconfig
5339            ! U/compline/d_stdstdio.U
5340      Branch: perl
5341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5342            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
5343            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
5344            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
5345            ! vos/config.h vos/config_h.SH_orig win32/config.bc
5346            ! win32/config.gc win32/config.vc
5347 ____________________________________________________________________________
5348 [  7426] By: jhi                                   on 2000/10/24  17:57:44
5349         Log: Missed the header file changes from #7425.
5350      Branch: perl
5351            ! embed.h embed.pl objXSUB.h proto.h
5352 ____________________________________________________________________________
5353 [  7425] By: jhi                                   on 2000/10/24  17:55:17
5354         Log: Fix the bug reported in
5355              
5356              From: andreas.koenig@anima.de (Andreas J. Koenig)
5357              Subject: Encode bug?
5358              Date: 24 Oct 2000 14:01:26 +0200 
5359              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
5360              
5361              Also make is_utf8_char() stricter.
5362      Branch: perl
5363            ! ext/Encode/Encode.xs utf8.c
5364 ____________________________________________________________________________
5365 [  7424] By: jhi                                   on 2000/10/24  15:15:39
5366         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
5367              From: Peter Scott <Peter@PSDT.com>
5368              Date: Mon, 23 Oct 2000 19:46:01 -0700
5369              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
5370      Branch: perl
5371            ! pod/perlfaq5.pod
5372 ____________________________________________________________________________
5373 [  7423] By: jhi                                   on 2000/10/24  14:25:30
5374         Log: Test tweak to avoid pulling in the whole Config.
5375      Branch: perl
5376            ! t/lib/st-lock.t
5377 ____________________________________________________________________________
5378 [  7422] By: jhi                                   on 2000/10/24  14:03:16
5379         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
5380      Branch: perl
5381            ! pp.c
5382 ____________________________________________________________________________
5383 [  7421] By: jhi                                   on 2000/10/24  13:32:09
5384         Log: (Replaced by #7440.)
5385              
5386              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5387              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5388              Date: Mon, 23 Oct 2000 16:40:54 -0400
5389              Message-ID: <20001023164054.B14491@O2.chapin.edu>
5390      Branch: perl
5391            ! t/lib/syslog.t
5392 ____________________________________________________________________________
5393 [  7420] By: jhi                                   on 2000/10/24  13:30:53
5394         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
5395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5396              Date: Mon, 23 Oct 2000 17:29:03 -0400
5397              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
5398      Branch: perl
5399            ! lib/ExtUtils/MM_Unix.pm
5400 ____________________________________________________________________________
5401 [  7419] By: jhi                                   on 2000/10/24  13:29:57
5402         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
5403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5404              Date: Mon, 23 Oct 2000 19:01:32 -0400
5405              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
5406      Branch: perl
5407            ! utils/h2xs.PL
5408 ____________________________________________________________________________
5409 [  7418] By: jhi                                   on 2000/10/24  13:26:04
5410         Log: Replace #7409 with
5411              
5412              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
5413              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5414              Date: Mon, 23 Oct 2000 20:08:56 +0200
5415              Message-ID: <20001023200855.A14850@nice.ram.loc>
5416      Branch: perl
5417            ! ext/Storable/Storable.pm t/lib/st-lock.t
5418 ____________________________________________________________________________
5419 [  7417] By: jhi                                   on 2000/10/24  13:17:52
5420         Log: Run vms/vms_yfix.pl, should have done that after changing
5421              perly.c in #7382.
5422      Branch: perl
5423            ! vms/perly_c.vms vms/perly_h.vms
5424 ____________________________________________________________________________
5425 [  7416] By: jhi                                   on 2000/10/24  02:55:33
5426         Log: Make the UTF-8 decoding stricter and more verbose when
5427              malformation happens.  This involved adding an argument
5428              to utf8_to_uv_chk(), which involved changing its prototype,
5429              and prefer STRLEN over I32 for the UTF-8 length, which as
5430              a domino effect necessitated changing the prototypes of
5431              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
5432              The stricter UTF-8 decoding checking uses Markus Kuhn's
5433              UTF-8 Decode Stress Tester from
5434              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
5435      Branch: perl
5436            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
5437            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
5438            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
5439            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
5440 ____________________________________________________________________________
5441 [  7415] By: jhi                                   on 2000/10/23  14:06:06
5442         Log: Update Changes.
5443      Branch: perl
5444            ! Changes patchlevel.h
5445 ____________________________________________________________________________
5446 [  7414] By: jhi                                   on 2000/10/23  12:39:52
5447         Log: Undo the basename() part of #7412 since the lib/basename
5448              tests would need upgrading too.
5449      Branch: perl
5450            ! lib/File/Basename.pm
5451 ____________________________________________________________________________
5452 [  7413] By: jhi                                   on 2000/10/23  12:19:27
5453         Log: Document PERL_INSTALL_ROOT of #7210.
5454      Branch: perl
5455            ! lib/ExtUtils/Install.pm
5456 ____________________________________________________________________________
5457 [  7412] By: jhi                                   on 2000/10/23  12:16:47
5458         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
5459      Branch: perl
5460            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
5461            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
5462 ____________________________________________________________________________
5463 [  7411] By: jhi                                   on 2000/10/23  12:07:41
5464         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
5465              From: Prymmer/Kahn <pvhp@best.com>
5466              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
5467              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
5468      Branch: perl
5469            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
5470 ____________________________________________________________________________
5471 [  7410] By: jhi                                   on 2000/10/23  04:10:11
5472         Log: The change #7187 was not so good on VMS.
5473              
5474              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
5475              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5476              Date: Sun, 22 Oct 2000 23:03:08 -0500
5477              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
5478      Branch: perl
5479            ! utils/perldoc.PL
5480 ____________________________________________________________________________
5481 [  7409] By: jhi                                   on 2000/10/23  03:57:36
5482         Log: Avoid Storable locking on DJGPP for now.
5483              
5484              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
5485              From: "Peter J. Farley III" <pjfarley@banet.net>
5486              Date: Sun, 22 Oct 2000 20:00:00 -0400
5487              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
5488      Branch: perl
5489            ! ext/Storable/Storable.pm t/lib/st-lock.t
5490 ____________________________________________________________________________
5491 [  7408] By: jhi                                   on 2000/10/23  03:50:24
5492         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
5493              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5494              Date: Sun, 22 Oct 2000 21:12:22 -0400
5495              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
5496      Branch: perl
5497            ! lib/vars.pm
5498 ____________________________________________________________________________
5499 [  7407] By: jhi                                   on 2000/10/23  03:43:12
5500         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
5501              From: Hugo <hv@crypt.compulink.co.uk>
5502              Date: Mon, 23 Oct 2000 00:47:22 +0100
5503              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
5504      Branch: perl
5505            ! regexec.c t/op/pat.t
5506 ____________________________________________________________________________
5507 [  7406] By: jhi                                   on 2000/10/23  03:40:29
5508         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
5509      Branch: perl
5510            ! lib/ExtUtils/MakeMaker.pm
5511 ____________________________________________________________________________
5512 [  7405] By: jhi                                   on 2000/10/22  21:32:00
5513         Log: Doc patch.
5514              
5515              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
5516              From: rspier@pobox.com (Robert Spier)
5517              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
5518              Message-ID: <14835.16112.13457.447971@rls.cx>
5519      Branch: perl
5520            ! lib/strict.pm
5521 ____________________________________________________________________________
5522 [  7404] By: jhi                                   on 2000/10/22  21:30:51
5523         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
5524              From: rspier@pobox.com (Robert Spier)
5525              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
5526              Message-ID: <14835.17223.72448.705566@rls.cx>
5527      Branch: perl
5528            ! lib/ExtUtils/MakeMaker.pm
5529 ____________________________________________________________________________
5530 [  7403] By: jhi                                   on 2000/10/22  21:24:11
5531         Log: Subject: [PATCH bleadperl] ripples from constsub patch
5532              From: John Tobey <jtobey@john-edwin-tobey.org>
5533              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
5534              Message-Id: <m13nSOB-000FObC@feynman.localnet>
5535      Branch: perl
5536            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
5537 ____________________________________________________________________________
5538 [  7402] By: jhi                                   on 2000/10/22  20:59:35
5539         Log: Support s?printf parameter reordering.
5540      Branch: perl
5541            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
5542 ____________________________________________________________________________
5543 [  7401] By: jhi                                   on 2000/10/22  19:19:14
5544         Log: Expand %Config variables only if explicitly so requested
5545              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
5546              
5547              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
5548              From: Gurusamy Sarathy <gsar@ActiveState.com>
5549              Date: Sun, 22 Oct 2000 11:47:32 -0700
5550              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
5551      Branch: perl
5552            ! Makefile.SH lib/lib_pm.PL
5553 ____________________________________________________________________________
5554 [  7400] By: jhi                                   on 2000/10/22  18:24:10
5555         Log: Move the #7390 test from warn/op to comp/redef.
5556              
5557              Subject: Re: Creating const subs for constants.
5558              From: John Tobey <jtobey@john-edwin-tobey.org>
5559              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
5560              Message-Id: <m13nG72-000FObC@feynman.localnet>               
5561      Branch: perl
5562            ! t/comp/redef.t t/pragma/warn/op
5563 ____________________________________________________________________________
5564 [  7399] By: jhi                                   on 2000/10/22  17:49:59
5565         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
5566              From: Nicholas Clark <nick@ccl4.org>
5567              Date: Sat, 21 Oct 2000 22:23:19 +0100
5568              Message-ID: <20001021222319.B45586@plum.flirble.org>
5569      Branch: perl
5570            ! ext/DynaLoader/DynaLoader_pm.PL
5571 ____________________________________________________________________________
5572 [  7398] By: jhi                                   on 2000/10/22  17:47:35
5573         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
5574              From: Hugo <hv@crypt.compulink.co.uk>
5575              Date: Sat, 21 Oct 2000 18:19:59 +0100
5576              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
5577      Branch: perl
5578            ! ext/B/B.pm ext/B/B/C.pm
5579 ____________________________________________________________________________
5580 [  7397] By: jhi                                   on 2000/10/22  17:35:18
5581         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
5582              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5583              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
5584              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
5585      Branch: perl
5586            ! hints/openbsd.sh
5587 ____________________________________________________________________________
5588 [  7396] By: jhi                                   on 2000/10/22  17:19:46
5589         Log: Subject: installman go-faster stripes
5590              From: Nicholas Clark <nick@talking.bollo.cx>
5591              Date: Sat, 21 Oct 2000 17:24:53 +0100
5592              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
5593              
5594              Subject: Re: installman go-faster stripes
5595              From: Russ Allbery <rra@stanford.edu>
5596              Date: 21 Oct 2000 11:04:13 -0700
5597              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
5598      Branch: perl
5599            ! installman pod/pod2man.PL
5600 ____________________________________________________________________________
5601 [  7395] By: jhi                                   on 2000/10/22  17:17:35
5602         Log: Hints tweak from Anton Berezin.
5603      Branch: perl
5604            ! hints/freebsd.sh
5605 ____________________________________________________________________________
5606 [  7394] By: jhi                                   on 2000/10/22  04:50:04
5607         Log: Tweak the Is* definitions of Unicode character classes
5608              to better match the official categorizations; embrace
5609              the official categorizations; add the combining marks
5610              as alpha (and -numeric); fix DCinital (a typo and edito)
5611              to be DCmedial.
5612      Branch: perl
5613            + lib/unicode/Is/DCmedial.pl
5614            - lib/unicode/Is/DCinital.pl
5615            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5616            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
5617            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
5618            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
5619 ____________________________________________________________________________
5620 [  7393] By: jhi                                   on 2000/10/21  18:06:05
5621         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
5622              From: Daniel Chetlin <daniel@chetlin.com>
5623              Date: Sat, 21 Oct 2000 02:57:03 -0700
5624              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
5625      Branch: perl
5626            + t/lib/tie-splice.t
5627            ! MANIFEST lib/Tie/Array.pm
5628 ____________________________________________________________________________
5629 [  7392] By: gsar                                  on 2000/10/21  18:05:15
5630         Log: resync utfperl branch with mainline
5631      Branch: utfperl
5632           !> (integrate 1760 files)
5633 ____________________________________________________________________________
5634 [  7391] By: jhi                                   on 2000/10/21  14:37:49
5635         Log: Testcases for a #7383,#7385 related bug.
5636              
5637              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
5638              From: Nicholas Clark <nick@ccl4.org>
5639              Date: Sat, 21 Oct 2000 15:04:51 +0100
5640              Message-ID: <20001021150451.A51566@plum.flirble.org>
5641      Branch: perl
5642            ! t/pragma/utf8.t
5643 ____________________________________________________________________________
5644 [  7390] By: jhi                                   on 2000/10/21  14:35:57
5645         Log: Add a testcase for #7389.
5646      Branch: perl
5647            ! t/pragma/warn/op
5648 ____________________________________________________________________________
5649 [  7389] By: jhi                                   on 2000/10/21  14:26:45
5650         Log: Subject: Re: Creating const subs for constants.
5651              From: John Tobey <jtobey@john-edwin-tobey.org>
5652              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
5653              Message-Id: <m13mo0N-000FObC@feynman.localnet>
5654      Branch: perl
5655            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
5656            ! proto.h sv.c
5657 ____________________________________________________________________________
5658 [  7388] By: nick                                  on 2000/10/21  11:44:23
5659         Log: Populate perlio branch
5660      Branch: perlio
5661           +> (branch 1760 files)
5662 ____________________________________________________________________________
5663 [  7387] By: nick                                  on 2000/10/21  10:52:05
5664         Log: Get branch back as replica of mainline via :
5665              p4 integrate -b utfperl
5666              p4 resolve -at ./...
5667      Branch: utfperl
5668           +> (branch 269 files)
5669            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
5670            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
5671            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
5672            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
5673            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
5674            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5675            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5676            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5677            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5678            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5679            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5680            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5681            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5682            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5683            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5684            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5685            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5686            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5687            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
5688            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
5689            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
5690            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
5691            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
5692            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
5693            - lib/unicode/UCD300.html lib/unicode/Unicode.300
5694            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
5695            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
5696            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
5697            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
5698           !> (integrate 965 files)
5699 ____________________________________________________________________________
5700 [  7386] By: jhi                                   on 2000/10/21  01:31:12
5701         Log: Update Changes.
5702      Branch: perl
5703            ! Changes patchlevel.h
5704 ____________________________________________________________________________
5705 [  7385] By: jhi                                   on 2000/10/21  01:28:42
5706         Log: The #7383 was right only in the context of the original bug report,
5707              not in more general case.
5708      Branch: perl
5709            ! pp_hot.c
5710 ____________________________________________________________________________
5711 [  7384] By: jhi                                   on 2000/10/21  01:08:23
5712         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
5713      Branch: perl
5714            ! ext/IO/lib/IO/Select.pm
5715 ____________________________________________________________________________
5716 [  7383] By: jhi                                   on 2000/10/21  00:44:18
5717         Log: Fix for ID 20001020.006, concatenating an unset submatch
5718              with utf8 resulted in "Modification of a read-only value".
5719      Branch: perl
5720            ! pp_hot.c t/pragma/utf8.t
5721 ____________________________________________________________________________
5722 [  7382] By: jhi                                   on 2000/10/20  20:44:31
5723         Log: Make scan_num() reëntrant, as suggested in
5724              
5725              Subject: [PATCH perl@7229] Rentrant parser and yylex()
5726              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5727              Date: Fri, 20 Oct 2000 14:17:27 +0100
5728              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
5729      Branch: perl
5730            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
5731            ! toke.c
5732 ____________________________________________________________________________
5733 [  7381] By: jhi                                   on 2000/10/20  20:07:29
5734         Log: Reëntrancy fix.
5735              
5736              Subject: [PATCH perl@7229] Rentrant parser and yylex()
5737              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5738              Date: Fri, 20 Oct 2000 14:17:27 +0100
5739              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
5740      Branch: perl
5741            ! embed.h embed.pl perl.h proto.h toke.c
5742 ____________________________________________________________________________
5743 [  7380] By: jhi                                   on 2000/10/20  19:15:54
5744         Log: Don't write double values through long double pointers,
5745              based on a part of
5746              
5747              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
5748              From: Jens Hamisch <jens@Strawberry.COM>
5749              Date: Tue, 17 Oct 2000 08:39:36 +0200
5750              Message-Id: <20001017083936.A11104@Strawberry.COM>
5751      Branch: perl
5752            ! perl.h pp.c
5753 ____________________________________________________________________________
5754 [  7379] By: jhi                                   on 2000/10/20  18:43:37
5755         Log: Portability tweak on #7377.
5756              
5757              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
5758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5759              Date:     Fri, 20 Oct 2000 13:13:41 EDT
5760              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
5761      Branch: perl
5762            ! t/lib/dprof.t
5763 ____________________________________________________________________________
5764 [  7378] By: jhi                                   on 2000/10/20  12:57:19
5765         Log: SOCKS function redefinitions need prototypes, too, otherwise
5766              for example 32 bit versus 64 bit differences cause a lot of
5767              problems.  Part of
5768              
5769              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
5770              From: Jens Hamisch <jens@Strawberry.COM>
5771              Date: Tue, 17 Oct 2000 08:39:36 +0200
5772              Message-Id: <20001017083936.A11104@Strawberry.COM>
5773      Branch: perl
5774            ! doio.c pp_sys.c
5775 ____________________________________________________________________________
5776 [  7377] By: jhi                                   on 2000/10/20  12:37:12
5777         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
5778              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5779              Date:     Fri, 20 Oct 2000 08:26:04 EDT
5780              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
5781      Branch: perl
5782            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
5783 ____________________________________________________________________________
5784 [  7376] By: jhi                                   on 2000/10/20  12:35:31
5785         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
5786              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5787              Date:     Fri, 20 Oct 2000 07:48:15 EDT
5788              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
5789      Branch: perl
5790            ! configure.com vms/gen_shrfls.pl
5791 ____________________________________________________________________________
5792 [  7375] By: bailey                                on 2000/10/20  04:44:37
5793         Log: SYN SYN
5794      Branch: vmsperl
5795           +> (branch 134 files)
5796            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
5797            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5798            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5799            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
5800            - eg/cgi/frameset.cgi eg/cgi/index.html
5801            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5802            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5803            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5804            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5805            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5806            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5807            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5808            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5809            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5810            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5811            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5812            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5813            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5814            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
5815            - lib/unicode/Props.txt lib/unicode/UCD300.html
5816            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
5817            - utils/perlbc.PL vms/subconfigure.com
5818           !> (integrate 785 files)
5819 ____________________________________________________________________________
5820 [  7374] By: jhi                                   on 2000/10/20  00:59:48
5821         Log: In the latest compiler builds cccdlflags must not become -fpic,
5822              from Wilfredo Sánchez.
5823      Branch: perl
5824            ! hints/darwin.sh
5825 ____________________________________________________________________________
5826 [  7373] By: jhi                                   on 2000/10/20  00:56:35
5827         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
5828              From: Tony Cook <tony@develop-help.com>
5829              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
5830              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
5831      Branch: perl
5832            ! pod/perlop.pod
5833 ____________________________________________________________________________
5834 [  7372] By: jhi                                   on 2000/10/19  19:34:40
5835         Log: Typo noted by Mark Lutz.
5836      Branch: perl
5837            ! t/op/64bitint.t
5838 ____________________________________________________________________________
5839 [  7371] By: jhi                                   on 2000/10/19  19:33:13
5840         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
5841      Branch: metaconfig
5842            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5843      Branch: metaconfig/U/perl
5844            ! End.U dlsrc.U libperl.U
5845      Branch: perl
5846            + hints/nonstopux.sh
5847            ! Configure MANIFEST config_h.SH
5848 ____________________________________________________________________________
5849 [  7370] By: jhi                                   on 2000/10/19  17:18:08
5850         Log: Subject: PATCH do_print has 2 PerlIO_error()s
5851              From: nick@ccl4.org
5852              Date: Thu, 19 Oct 2000 18:09:20 +0100
5853              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
5854      Branch: perl
5855            ! doio.c
5856 ____________________________________________________________________________
5857 [  7369] By: jhi                                   on 2000/10/19  14:01:49
5858         Log: Update Changes.
5859      Branch: perl
5860            ! Changes patchlevel.h
5861 ____________________________________________________________________________
5862 [  7368] By: jhi                                   on 2000/10/19  13:04:29
5863         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
5864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5865              Date: Wed, 18 Oct 2000 13:12:01 +0200
5866              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
5867      Branch: perl
5868            ! hints/aix.sh
5869 ____________________________________________________________________________
5870 [  7367] By: jhi                                   on 2000/10/19  02:22:40
5871         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
5872              of a 'pmshort' anywhere in the B, so the offending line was simply
5873              removed.
5874      Branch: perl
5875            ! ext/B/B/Debug.pm
5876 ____________________________________________________________________________
5877 [  7366] By: jhi                                   on 2000/10/19  02:12:37
5878         Log: Add the test case for the bug id 20000730.004 which seems
5879              to have been fixed by now.
5880      Branch: perl
5881            ! t/pragma/utf8.t
5882 ____________________________________________________________________________
5883 [  7365] By: jhi                                   on 2000/10/18  23:36:24
5884         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
5885              From: Hugo <hv@crypt.compulink.co.uk>
5886              Date: Wed, 18 Oct 2000 23:25:58 +0100
5887              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
5888      Branch: perl
5889            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
5890 ____________________________________________________________________________
5891 [  7364] By: jhi                                   on 2000/10/18  21:12:53
5892         Log: (retracted)
5893      Branch: perl
5894            ! pp.c
5895 ____________________________________________________________________________
5896 [  7363] By: jhi                                   on 2000/10/18  20:55:38
5897         Log: Missing change from #7362.
5898      Branch: perl
5899            ! win32/perlhost.h
5900 ____________________________________________________________________________
5901 [  7362] By: jhi                                   on 2000/10/18  20:52:01
5902         Log: Borland C fstat() never saw the fd as writable.
5903              
5904              Subject: fix for Borland's weak "stat" (perl@7211)
5905              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5906              Date: Mon, 16 Oct 2000 09:55:03 +0400
5907              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
5908      Branch: perl
5909            ! win32/win32.c
5910 ____________________________________________________________________________
5911 [  7361] By: jhi                                   on 2000/10/18  17:43:50
5912         Log: Regen toc.
5913      Branch: perl
5914            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
5915 ____________________________________________________________________________
5916 [  7360] By: jhi                                   on 2000/10/18  17:07:44
5917         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5918              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
5919              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
5920              Date: Mon, 16 Oct 2000 15:19:49 +0200
5921      Branch: perl
5922            + README.aix
5923            ! MANIFEST
5924 ____________________________________________________________________________
5925 [  7359] By: jhi                                   on 2000/10/18  17:04:49
5926         Log: Subject: Pod patch for Devel::Peek
5927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5928              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
5929              Date: Mon, 16 Oct 2000 12:26:34 +0200
5930      Branch: perl
5931            ! ext/Devel/Peek/Peek.pm
5932 ____________________________________________________________________________
5933 [  7358] By: jhi                                   on 2000/10/18  17:03:15
5934         Log: Make Cwd more bulletproof in chrooted environments.
5935              
5936              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
5937              From: "Eric E. Coe" <Eric.Coe@oracle.com>
5938              Date: Wed, 18 Oct 2000 04:03:54 -0400
5939              Message-Id: <39ED596A.70E599FE@oracle.com>
5940      Branch: perl
5941            ! lib/Cwd.pm
5942 ____________________________________________________________________________
5943 [  7357] By: jhi                                   on 2000/10/18  16:37:26
5944         Log: Disable the UTF8 downgrade croakage for now to avoid
5945              too many not okay messages.
5946      Branch: perl
5947            ! doio.c
5948 ____________________________________________________________________________
5949 [  7356] By: jhi                                   on 2000/10/17  23:29:41
5950         Log: Show the failed remote port, instead of the failing line number.
5951              
5952              Subject: [PATCH 5.6.1 Debugger] More diagnostics
5953              From: David Sparks <daves@ActiveState.com>
5954              Date: Tue, 17 Oct 2000 15:00:24 -0700
5955              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
5956      Branch: perl
5957            ! lib/perl5db.pl
5958 ____________________________________________________________________________
5959 [  7355] By: jhi                                   on 2000/10/17  14:11:31
5960         Log: On output try to downgrade to bytes, croak if impossible,
5961              from Simon Cozens.  This means that outputting >255 UTF8
5962              is impossible.  Consider this as a strong incentive to get
5963              the I/O disciplines implemented.
5964      Branch: perl
5965            ! doio.c pod/perldiag.pod sv.c
5966 ____________________________________________________________________________
5967 [  7354] By: jhi                                   on 2000/10/17  13:42:23
5968         Log: Clarify documentation on 'use bytes'.
5969              
5970              Subject: Re: What does 'use bytes' "mean" ?
5971              From: Simon Cozens <simon@cozens.net>
5972              Date: Mon, 18 Sep 2000 18:24:25 +0100
5973              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
5974      Branch: perl
5975            ! lib/bytes.pm
5976 ____________________________________________________________________________
5977 [  7353] By: jhi                                   on 2000/10/17  13:28:12
5978         Log: Workaround for a sfio bug where the stream error indicator
5979              is not cleared as documented.
5980              
5981              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
5982              From: Nicholas Clark <nick@ccl4.org>
5983              Date: Mon, 16 Oct 2000 18:28:23 +0100
5984              Message-ID: <20001016182823.J19700@plum.flirble.org>
5985      Branch: perl
5986            ! doio.c
5987 ____________________________________________________________________________
5988 [  7352] By: jhi                                   on 2000/10/17  13:06:19
5989         Log: More IoTYPE sprinkling.
5990      Branch: perl
5991            ! doio.c pp_hot.c
5992 ____________________________________________________________________________
5993 [  7351] By: jhi                                   on 2000/10/16  22:47:07
5994         Log: Detect early whether the std streams have gone bad.
5995              
5996              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
5997              Date: Mon, 16 Oct 2000 23:28:42 +0100
5998              From: Nicholas Clark <nick@ccl4.org>
5999              Message-ID: <20001016232842.A37942@plum.flirble.org>
6000      Branch: perl
6001            ! t/op/misc.t
6002 ____________________________________________________________________________
6003 [  7350] By: jhi                                   on 2000/10/16  22:45:16
6004         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
6005              From: "Peter J. Farley III" <pjfarley@banet.net>
6006              Date: Mon, 16 Oct 2000 18:15:59 -0400
6007              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
6008      Branch: perl
6009            ! djgpp/djgpp.c dosish.h t/io/open.t
6010 ____________________________________________________________________________
6011 [  7349] By: jhi                                   on 2000/10/16  22:36:45
6012         Log: perldelta tweak.
6013      Branch: perl
6014            ! pod/perldelta.pod
6015 ____________________________________________________________________________
6016 [  7348] By: jhi                                   on 2000/10/16  15:17:53
6017         Log: Update Changes.
6018      Branch: perl
6019            ! Changes patchlevel.h
6020 ____________________________________________________________________________
6021 [  7347] By: jhi                                   on 2000/10/16  13:55:27
6022         Log: Add the capability to include/exclude branches.
6023      Branch: perl
6024            ! Porting/genlog
6025 ____________________________________________________________________________
6026 [  7346] By: jhi                                   on 2000/10/16  13:18:04
6027         Log: Add Charles Lane.
6028      Branch: perl
6029            ! AUTHORS Changes
6030 ____________________________________________________________________________
6031 [  7345] By: jhi                                   on 2000/10/16  13:13:21
6032         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
6033      Branch: perl
6034            ! pod/perldelta.pod
6035 ____________________________________________________________________________
6036 [  7344] By: gsar                                  on 2000/10/16  09:30:21
6037         Log: integrate change#6220 from cfgperl
6038              
6039              Win32 patches from Benjamin Stuhl.
6040      Branch: maint-5.6/perl
6041           !> makedef.pl win32/win32.h
6042 ____________________________________________________________________________
6043 [  7343] By: gsar                                  on 2000/10/16  08:32:19
6044         Log: integrate changes#6221,6222 from cfgperl
6045              
6046              Remove tr///CU (the feature is to be obsoleted by better interfaces).
6047              From: simon@brecon.co.uk (Simon Cozens)
6048              Subject: [PATCH] Eliminate tr///[CU][CU]
6049              Date: 23 Jun 2000 11:05:40 GMT
6050              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
6051              
6052              doc typo fix
6053              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
6054              From: Ian Phillipps <Ian.Phillipps@iname.com>
6055              Date: Fri, 23 Jun 2000 10:40:58 +0100
6056              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
6057      Branch: maint-5.6/perl
6058           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
6059 ____________________________________________________________________________
6060 [  7342] By: gsar                                  on 2000/10/16  08:28:08
6061         Log: integrate change#6217 from cfgperl (in part)
6062              
6063              Rename the fdpid locking and integrate with Sarathy.
6064      Branch: maint-5.6/perl
6065           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
6066           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
6067           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
6068           !> win32/win32.c
6069 ____________________________________________________________________________
6070 [  7341] By: gsar                                  on 2000/10/16  08:23:39
6071         Log: integrate changes#6214..6216 from mainline
6072              
6073              @_ can't have junk in it even in the non-USE_ITHREADS case because
6074              caller() wants to populate @DB::args with it (causes a coredump
6075              in Carp::confess())
6076              
6077              tweak comment about @DB::args
6078              
6079              be more optimal about clearing @_
6080      Branch: maint-5.6/perl
6081           !> av.h cop.h pp_ctl.c t/op/runlevel.t
6082 ____________________________________________________________________________
6083 [  7340] By: gsar                                  on 2000/10/16  08:20:37
6084         Log: integrate changes#6207..6210 from cfgperl
6085              
6086              Subject: [PATCH 5.6.0] Threadsafe patches
6087              From: Dan Sugalski <dan@sidhe.org>
6088              To: perl5-porters@perl.org
6089              Date: Mon, 08 May 2000 18:08:13 -0400
6090              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
6091              
6092              Regen headers for #6207.
6093              
6094              Lock PL_fdpid against race conditions, based on:
6095              Subject: [PATCH 5.6.0]subprocess fixup for threads
6096              From: Dan Sugalski <dan@sidhe.org>
6097              To: perl5-porters@perl.org
6098              Date: Tue, 11 Apr 2000 17:02:32 -0400
6099              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
6100              
6101              Mopup for #6207 and #6209.
6102      Branch: maint-5.6/perl
6103           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
6104           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
6105           !> win32/win32.c
6106 ____________________________________________________________________________
6107 [  7339] By: gsar                                  on 2000/10/16  08:14:34
6108         Log: integrate change#6203 from cfgperl
6109              
6110              perldiag should refer to perlos2.pod not README.os2
6111      Branch: maint-5.6/perl
6112           !> pod/perldiag.pod
6113 ____________________________________________________________________________
6114 [  7338] By: gsar                                  on 2000/10/16  08:11:42
6115         Log: integrate change#6201 from mainline
6116              
6117              Perl_eval_pv() leaks 4 bytes every time it is called because it
6118              does a PUSHMARK that's never ever POPMARKed; in general, only
6119              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
6120              Perl_eval_[sp]v() don't because they don't take any incoming
6121              arguments (this leak has been around since the original version
6122              of perl_eval_pv() in 5.003_97e)
6123      Branch: maint-5.6/perl
6124           !> perl.c
6125 ____________________________________________________________________________
6126 [  7337] By: gsar                                  on 2000/10/16  08:08:47
6127         Log: integrate changes#6197..6200 from cfgperl
6128              
6129              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
6130              From: John Borwick <jhborwic@unity.ncsu.edu>
6131              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
6132              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
6133              
6134              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
6135              From: Dan Sugalski <dan@sidhe.org>
6136              To: vmsperl@perl.org, perl5-porters@perl.org
6137              Date: Fri, 02 Jun 2000 16:00:41 -0400
6138              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
6139              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
6140              
6141              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
6142              From: Dan Sugalski <dan@sidhe.org>
6143              To: perl5-porters@perl.org, vmsperl@perl.org
6144              Date: Fri, 02 Jun 2000 17:30:51 -0400
6145              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
6146              
6147              Update to cperl-mode.el 4.31 from
6148              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
6149              Subject: A couple of notes
6150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6151              To: Mailing list Perl5 <perl5-porters@perl.org>
6152              Date: Sat, 3 Jun 2000 23:33:32 -0400
6153              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
6154      Branch: maint-5.6/perl
6155           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
6156           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
6157           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
6158           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
6159           !> vms/vmsish.h
6160 ____________________________________________________________________________
6161 [  7336] By: gsar                                  on 2000/10/16  08:03:46
6162         Log: integrate changes#6194,6195 from mainline
6163              
6164              fix small eval"" memory leaks under USE_ITHREADS
6165              
6166              fix yet another eval"" leak under USE_ITHREADS
6167      Branch: maint-5.6/perl
6168           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
6169           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6170           !> vms/perly_c.vms
6171 ____________________________________________________________________________
6172 [  7335] By: gsar                                  on 2000/10/16  08:02:15
6173         Log: integrate changes#6190,6191 from mainline
6174              
6175              submit missing embed.pl change
6176              
6177              vec() loses numericalness (modified version of patch suggested
6178              by Robin Barker)
6179      Branch: maint-5.6/perl
6180           !> doop.c embed.pl t/op/vec.t
6181 ____________________________________________________________________________
6182 [  7334] By: gsar                                  on 2000/10/16  08:01:03
6183         Log: integrate change#6189 from mainline
6184              
6185              counting tr/// corrupts later operation (from M.J.T Guy)
6186      Branch: maint-5.6/perl
6187           !> doop.c t/op/tr.t
6188 ____________________________________________________________________________
6189 [  7333] By: gsar                                  on 2000/10/16  07:59:07
6190         Log: integrate changes#6183..6188 from mainline
6191              
6192              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
6193              <nick@ccl4.org>)
6194              
6195              tweak for change#6127
6196              
6197              remove incorrect documentation about implicit split to @_ in
6198              list context, which never really worked in perl 5 (from
6199              M.J.T. Guy)
6200              
6201              further qualify references to "alphanumeric" (from Wolfgang Laun
6202              <wolfgang.laun@alcatel.at>)
6203              
6204              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
6205              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6206              
6207              h2xs tweaks
6208      Branch: maint-5.6/perl
6209           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
6210           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
6211           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
6212           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
6213           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
6214           !> pod/pod2latex.PL utils/h2xs.PL
6215 ____________________________________________________________________________
6216 [  7332] By: gsar                                  on 2000/10/16  07:53:52
6217         Log: integrate change#6179 from mainline
6218              
6219              buggy modulus on UVs introduced by change#3378 (resulted in
6220              4063328477 % 65535 amounting to 27406, instead of 27407)
6221      Branch: maint-5.6/perl
6222           !> pp.c t/op/arith.t
6223 ____________________________________________________________________________
6224 [  7331] By: gsar                                  on 2000/10/16  07:52:49
6225         Log: integrate changes#6176,6177,6178,6182 from cfgperl
6226              
6227              Single-quoted utf8 patch from Simon Cozens.
6228              
6229              Substitution utf8 patch from Simon Cozens.
6230              
6231              Be cleaner.
6232              
6233              Be Cleaner Part Deux.
6234      Branch: maint-5.6/perl
6235           !> Makefile.SH pp_hot.c toke.c
6236 ____________________________________________________________________________
6237 [  7330] By: gsar                                  on 2000/10/16  07:41:36
6238         Log: integrate change#6172 from mainline
6239              
6240              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
6241              (from Ilya Zakharevich)
6242      Branch: maint-5.6/perl
6243           !> regexec.c t/op/re_tests
6244 ____________________________________________________________________________
6245 [  7329] By: gsar                                  on 2000/10/16  07:40:25
6246         Log: integrate change#6171 from mainline
6247              
6248              scalar() doesn't force scalar context when used in void context
6249              (from Simon Cozens)
6250      Branch: maint-5.6/perl
6251           !> op.c t/op/wantarray.t
6252 ____________________________________________________________________________
6253 [  7328] By: gsar                                  on 2000/10/16  07:39:33
6254         Log: integrate change#6170 from mainline
6255              
6256              change#6142 needs tweaks to tests to work where there's no
6257              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6258      Branch: maint-5.6/perl
6259           !> t/lib/filefind.t
6260 ____________________________________________________________________________
6261 [  7327] By: gsar                                  on 2000/10/16  07:35:34
6262         Log: integrate changes#6166..6168 from cfgperl
6263              
6264              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
6265              in case somebody wants to write an extension for more
6266              shadow database interfaces.
6267              
6268              tweak todo
6269              
6270              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
6271      Branch: maint-5.6/perl
6272           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6273           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
6274           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
6275           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6276           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6277           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6278 ____________________________________________________________________________
6279 [  7326] By: gsar                                  on 2000/10/16  07:29:05
6280         Log: integrate changes#6157,6159..6161,6164 from cfgperl
6281              
6282              Regen Configure to jive with #6149.
6283              
6284              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
6285              
6286              Changes for the File::Temp 0.08 (change #6159) test suite
6287              to fit better into the Perl distribution test framework.
6288              
6289              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
6290              both from Simon Cozens.
6291              
6292              detypo
6293      Branch: maint-5.6/perl
6294           +> pod/perlmodlib.PL pod/perlnewmod.pod
6295           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
6296           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
6297           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6298           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6299 ____________________________________________________________________________
6300 [  7325] By: gsar                                  on 2000/10/16  07:25:13
6301         Log: integrate change#6158 from vmsperl
6302              
6303              Add fallback to tmpfile for use in cases where user's relying on
6304              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
6305              Lane's patch)
6306      Branch: maint-5.6/perl
6307           !> vms/vms.c vms/vmsish.h
6308 ____________________________________________________________________________
6309 [  7324] By: gsar                                  on 2000/10/16  07:20:50
6310         Log: integrate changes#6153..6155 from mainline
6311              
6312              prettier Test::Harness output on failed tests (from Nicholas Clark
6313              <nick@Bagpuss.uk.boo.com>)
6314              
6315              avoid type mismatch warning
6316              
6317              small bug in change#6144; remove random \xA0 character that snuck
6318              in via change#6145
6319      Branch: maint-5.6/perl
6320           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
6321           !> perl.c
6322 ____________________________________________________________________________
6323 [  7323] By: gsar                                  on 2000/10/16  07:18:47
6324         Log: integrate changes#6151,6152 from mainline
6325              
6326              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
6327              
6328              cosmetic fixups of RE debug output (from Ilya Zakharevich)
6329      Branch: maint-5.6/perl
6330           !> regexec.c
6331 ____________________________________________________________________________
6332 [  7322] By: gsar                                  on 2000/10/16  07:17:25
6333         Log: integrate changes#6146..6150 from mainline
6334              
6335              doc typo
6336              
6337              add a make entry to Config.pm so "perl -V:make" works on VMS
6338              (from Peter Prymmer)
6339              
6340              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
6341              
6342              OS/2 tweaks for usethreads build (from Rocco Caputo
6343              <troc@netrus.net>)
6344              
6345              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
6346      Branch: maint-5.6/perl
6347           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
6348           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
6349           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
6350           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
6351           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
6352           !> warnings.pl x2p/a2p.h
6353 ____________________________________________________________________________
6354 [  7321] By: gsar                                  on 2000/10/16  07:14:02
6355         Log: integrate changes#6143..6145 from mainline
6356              
6357              MacOS support, part 1 (from Matthias Neeracher
6358              <neeri@iis.ee.ethz.ch>)
6359              
6360              MacOS support, part 2: make AutoSplit use File::Spec instead
6361              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
6362              <neeri@iis.ee.ethz.ch>)
6363              
6364              make xsubpp skip embedded pod (from Matthias Neeracher
6365              <neeri@iis.ee.ethz.ch>)
6366      Branch: maint-5.6/perl
6367           +> ext/DynaLoader/dl_mac.xs
6368           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
6369           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6370           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
6371           !> pp_ctl.c proto.h toke.c util.c util.h
6372 ____________________________________________________________________________
6373 [  7320] By: gsar                                  on 2000/10/16  07:12:13
6374         Log: integrate changes#6141,6142 from mainline
6375              
6376              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
6377              forwarded by Peter Seebach from the bsdi-users mailing list.
6378              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
6379              
6380              File::Find fails to chdir when chasing symlinks (from
6381              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6382      Branch: maint-5.6/perl
6383           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
6384 ____________________________________________________________________________
6385 [  7319] By: gsar                                  on 2000/10/16  07:04:30
6386         Log: integrate change#6139 from mainline
6387              
6388              revise mktables.PL for bugs and newness in Unicode 3.0
6389              (from James Bence <jbence@amgen.com>)
6390      Branch: maint-5.6/perl
6391           +> (branch 30 files)
6392           !> (integrate 49 files)
6393 ____________________________________________________________________________
6394 [  7318] By: gsar                                  on 2000/10/16  07:01:01
6395         Log: integrate changes#6137,6138 from mainline
6396              
6397              fix bogus redeclaration warning for "our" variables in different
6398              scopes
6399              
6400              add note about the handling of negative indices to tied arrays
6401              (from Michael G Schwern <schwern@pobox.com>)
6402      Branch: maint-5.6/perl
6403           !> op.c pod/perltie.pod t/pragma/strict-vars
6404 ____________________________________________________________________________
6405 [  7317] By: gsar                                  on 2000/10/16  06:58:46
6406         Log: integrate changes#6127..6136 from mainline
6407              
6408              call_method(...,G_EVAL) can longjmp() out if the method probing
6409              failed (from Gisle Aas)
6410              
6411              new perlxstut example for passing/returning refs to arrays
6412              (from David Lowe <dlowe@pootpoot.com>)
6413              
6414              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
6415              
6416              fix places that mean C<"word" character> but say C<alphanumeric
6417              character>
6418              
6419              avoid warnings in POSIX.pm (from Barrie Slaymaker)
6420              
6421              warnings::enabled() doesn't fall back to looking at $^W if
6422              caller isn't using lexical warnings (from Paul Marquess)
6423              
6424              elide bogus test in change#6132
6425              
6426              make Test::Harness use wait.h/WCOREDUMP if available
6427              (from Ben Tilly <ben_tilly@hotmail.com>)
6428              
6429              enable Test::Harness to dynamically determine column width etc.
6430              (from Rob Napier <rnapier@employees.org>)
6431              
6432              random pod typos (from Peter Scott <Peter@PSDT.com>)
6433      Branch: maint-5.6/perl
6434           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
6435           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
6436           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
6437           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
6438 ____________________________________________________________________________
6439 [  7316] By: gsar                                  on 2000/10/16  06:53:23
6440         Log: integrate change#6126 from mainline
6441              
6442              change#2879 broke rvalue autovivification of magicals such as
6443              ${$num} (reworked variant of patch suggested by Simon Cozens)
6444      Branch: maint-5.6/perl
6445           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
6446           !> pp_hot.c proto.h t/op/gv.t
6447 ____________________________________________________________________________
6448 [  7315] By: gsar                                  on 2000/10/16  06:51:38
6449         Log: integrate changes#6123,6125 from mainline
6450              
6451              clarify gotcha with #line directives (from Rocco Caputo
6452              <troc@netrus.net>)
6453              
6454              enable propagating exception objects via Perl_croak() in XS code
6455              (from Gisle Aas)
6456      Branch: maint-5.6/perl
6457           !> pod/perldebug.pod pod/perlsyn.pod util.c
6458 ____________________________________________________________________________
6459 [  7314] By: gsar                                  on 2000/10/16  06:49:28
6460         Log: integrate change#6122 from mainline
6461              
6462              downgrade fatal error on C<"foo@nosucharray.com"> to optional
6463              warning (from Mark-Jason Dominus)
6464      Branch: maint-5.6/perl
6465           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
6466           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
6467           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
6468           !> toke.c
6469 ____________________________________________________________________________
6470 [  7313] By: gsar                                  on 2000/10/16  06:46:54
6471         Log: integrate changes#6112..6121 from vmsperl
6472              
6473              Check for existence of file before trying to delete
6474              
6475              Ugly workaround for version-specific RTL error
6476              
6477              Urk -- undo previous removal of vmsish 'exit' change
6478              
6479              Add bounds checking for several strings (Charles Lane)
6480              
6481              Miscellaneous cosmetic fixes (Charles Lane)
6482              
6483              Treat sockets as special in sys(read|write) (Charles Lane et al.)
6484              
6485              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
6486              Flatten case labels in switch statements uniformly (Charles Bailey)
6487              
6488              Quiet error messages in vmsish.t (Charles Lane)
6489              
6490              Add missing escape (Charles Lane)
6491              
6492              Allow eliminate_macros() and fixpath() to handle space-delimited
6493              lists (based on fixes by Craig Berry)
6494      Branch: maint-5.6/perl
6495           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
6496           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
6497           !> vms/vmsish.h
6498 ____________________________________________________________________________
6499 [  7312] By: gsar                                  on 2000/10/16  06:41:18
6500         Log: integrate changes#6107,6110 from cfgperl
6501              
6502              Tweak the todo list.
6503              
6504              todo tweak
6505      Branch: maint-5.6/perl
6506           !> Todo-5.6
6507 ____________________________________________________________________________
6508 [  7311] By: gsar                                  on 2000/10/16  06:38:38
6509         Log: integrate changes#6104,6108 from mainline
6510              
6511              PL_sys_intern was being initialized too late on windows
6512              
6513              reenable fake signal handling on Windows, bugs and all
6514      Branch: maint-5.6/perl
6515           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
6516           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
6517           !> win32/win32.c
6518 ____________________________________________________________________________
6519 [  7310] By: gsar                                  on 2000/10/16  06:36:03
6520         Log: integrate changes#6095,6097..6103 from cfgperl
6521              
6522              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
6523              might be useful in future.
6524              
6525              Add a note about possible compilation problems from Allen Smith.
6526              
6527              Add a note about other, yet unsupported, shadow password APIs.
6528              
6529              Tweaks for the cc bugs from Allen Smith.
6530              
6531              More compilation tweakery from Allen Smith.
6532              
6533              Hints and test tweaks for Unicos.
6534              
6535              The test suite tweak in #6101 wasn't quite right.
6536              
6537              Test tweaking for Unicos continues.
6538      Branch: maint-5.6/perl
6539           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6540           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
6541           !> t/lib/complex.t t/op/64bitint.t
6542 ____________________________________________________________________________
6543 [  7309] By: gsar                                  on 2000/10/16  06:29:41
6544         Log: integrate changes#6093,6094 from mainline
6545              
6546              fork() failure to create pseudo process sets errno=EAGAIN and returns
6547              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
6548              
6549              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
6550      Branch: maint-5.6/perl
6551           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
6552           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
6553 ____________________________________________________________________________
6554 [  7308] By: gsar                                  on 2000/10/16  06:27:29
6555         Log: integrate change#6092 from cfgperl
6556              
6557              Regen perltoc with the fixed buildtoc.
6558      Branch: maint-5.6/perl
6559           !> pod/perltoc.pod
6560 ____________________________________________________________________________
6561 [  7307] By: gsar                                  on 2000/10/16  06:26:40
6562         Log: integrate changes#6089,6090 from mainline
6563              
6564              buildtoc tweak to fix newline lossage
6565              
6566              concat doesn't preserve utf8-ness, and doesn't invalidate
6567              [NI]OK; added tests for both
6568      Branch: maint-5.6/perl
6569           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
6570 ____________________________________________________________________________
6571 [  7306] By: gsar                                  on 2000/10/16  06:24:05
6572         Log: integrate change#6088 from cfgperl
6573              
6574              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
6575              because we do not use those.  The HAS_GETSPNAM remains,
6576              though, because we still do use that.
6577      Branch: maint-5.6/perl
6578           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6579           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
6580           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
6581           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6582           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6583           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6584 ____________________________________________________________________________
6585 [  7305] By: gsar                                  on 2000/10/16  06:15:52
6586         Log: integrate changes#6084,6085,6087 from mainline
6587              
6588              substr() does not preserve utf8-ness (from Stefan Eissing
6589              <Eissing@medicaldataservice.de>); added tests
6590              
6591              repeat operator (x) doesn't preserve utf8-ness
6592              
6593              reverse() and quotemeta() weren't preserving utf8-ness; add tests
6594      Branch: maint-5.6/perl
6595           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
6596 ____________________________________________________________________________
6597 [  7304] By: gsar                                  on 2000/10/16  06:13:10
6598         Log: integrate changes#6077..6083 from mainline
6599              
6600              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
6601              and Tom Phoenix)
6602              
6603              workaround for CRT bug in chdir() (from Charles Lane, via
6604              Peter Prymmer)
6605              
6606              remove outdated kludge in Carp (NULLs are permitted in diagnostics
6607              now)
6608              
6609              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
6610              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6611              
6612              better default perlbug categories for ok reports (from Richard Foley)
6613              
6614              peek.t non-portable to ithreads
6615              
6616              note about undocumented caller() return value (from M.J.T. Guy);
6617              yet another peek.t tweak
6618      Branch: maint-5.6/perl
6619           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6620           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6621           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
6622           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
6623           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
6624           !> vms/vmsish.h
6625 ____________________________________________________________________________
6626 [  7303] By: gsar                                  on 2000/10/16  06:03:18
6627         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
6628              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
6629              
6630              &HUGE_VAL is not defined, it exists.
6631              
6632              Do not warn that an infinity does not look like a number.
6633              
6634              Rewrite the pwent/spent logic to be a little bit more clearer.
6635              
6636              Continue on the pwent/spent case.
6637              
6638              Correct Freudian slip.
6639              
6640              Use HUGE_VALL if applicable.
6641              
6642              pwent/spent #ifdef imbalance.
6643              
6644              Infinite problems.
6645              
6646              Call getspnam() only iff needd.
6647              
6648              Test both the scalar and list contexts.
6649              
6650              Use setxxent()/endxxent().
6651              
6652              Complex tweakery.
6653              
6654              Unicos hint tweak.
6655              
6656              Be more forgiving in POSIX about HUGE_VALL.
6657              
6658              Detypo.
6659              
6660              The search of infinity continues, this time simplified.
6661              
6662              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
6663              in natively 64-bit platforms where a long is a quad (no need
6664              for long longs).  Also added bias for IVs.
6665              
6666              Complex tweaks.
6667              
6668              Introduce t/lib/peek.t.
6669              
6670              Make the test more portable.
6671      Branch: maint-5.6/perl
6672           +> t/lib/peek.t
6673            ! pp_sys.c
6674           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
6675           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
6676           !> t/op/pwent.t toke.c util.c
6677 ____________________________________________________________________________
6678 [  7302] By: gsar                                  on 2000/10/16  05:03:37
6679         Log: integrate changes#6066..6071 from mainline
6680              
6681              s/END/CHECK/
6682              
6683              replace direct call to sighandler() with (*PL_sighandlerp)()
6684              
6685              note about values()
6686              
6687              File::Spec compatibility update (from Barrie Slaymaker
6688              <barries@slaysys.com>)
6689              
6690              remove misleading comment (from M.J.T. Guy)
6691              
6692              misformatted perllocal.pod (from Tim Jenness
6693              <t.jenness@jach.hawaii.edu>)
6694      Branch: maint-5.6/perl
6695           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6696           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
6697           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
6698           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
6699 ____________________________________________________________________________
6700 [  7301] By: gsar                                  on 2000/10/16  05:00:08
6701         Log: integrate changes#6061..6063 from mainline
6702              
6703              change#5921 neglected to make eq honor "use bytes"
6704              
6705              additional tests for utf8.t
6706              
6707              tokeq() could read unallocated field in argument
6708      Branch: maint-5.6/perl
6709           !> sv.c t/pragma/utf8.t toke.c
6710 ____________________________________________________________________________
6711 [  7300] By: gsar                                  on 2000/10/16  04:56:54
6712         Log: integrate changes#6046,6048,6057,6058 from mainline
6713              
6714              libscheck has insufficient checks for n32 libs (from
6715              Albert Chin-A-Young <china@thewrittenword.com>)
6716              
6717              add note about how $( doesn't interpolate in REs (from
6718              Philip Newton <newton@ficus.frogspace.net>)
6719              
6720              fix broken parsing of /\x{ab}/
6721              
6722              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
6723              (spotted by Donald Kinzer <dkinzer@premia.com>)
6724      Branch: maint-5.6/perl
6725           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
6726           !> t/pragma/utf8.t
6727 ____________________________________________________________________________
6728 [  7299] By: gsar                                  on 2000/10/16  04:52:50
6729         Log: integrate change#6044 from mainline
6730              
6731              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
6732              such that underscores are only ignored in literal numbers,
6733              "\x{...}", and hex/oct argument
6734      Branch: maint-5.6/perl
6735           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
6736 ____________________________________________________________________________
6737 [  7298] By: gsar                                  on 2000/10/16  04:50:53
6738         Log: integrate changes#6027..6043 from mainline
6739              
6740              podlators-1.02 update (from Russ Allbery)
6741              
6742              Pod::Man generates groff-incompatible macro definition (from
6743              Tom Christiansen)
6744              
6745              add CGI.pm v2.66 (from Lincoln Stein)
6746              
6747              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
6748              for @- and @+ (from Johan Vromans)
6749              
6750              small nits in diagnostics.pm (from Robin Barker)
6751              
6752              whitespace adjustments
6753              
6754              missing files in MANIFEST
6755              
6756              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
6757              to compensate
6758              
6759              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
6760              
6761              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
6762      Branch: maint-5.6/perl
6763           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
6764           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
6765           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
6766           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
6767           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
6768           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
6769           !> t/lib/cgi-html.t t/lib/cgi-request.t
6770 ____________________________________________________________________________
6771 [  7297] By: gsar                                  on 2000/10/16  04:44:30
6772         Log: integrate change#6025 from mainline
6773              
6774              Is{Alnum,Alpha,Word} don't match titlecase
6775              TODO: IsSpace is defined recursively!
6776              (both spotted by Larry)
6777      Branch: maint-5.6/perl
6778           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6779           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6780 ____________________________________________________________________________
6781 [  7296] By: gsar                                  on 2000/10/16  04:39:30
6782         Log: integrate change#6023 from mainline
6783              
6784              debugger stomps on $. (from M.J.T. Guy)
6785      Branch: maint-5.6/perl
6786           !> lib/perl5db.pl
6787 ____________________________________________________________________________
6788 [  7295] By: gsar                                  on 2000/10/16  04:38:02
6789         Log: integrate change#6022 from mainline
6790              
6791              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
6792      Branch: maint-5.6/perl
6793           !> sv.c
6794 ____________________________________________________________________________
6795 [  7294] By: gsar                                  on 2000/10/16  04:37:05
6796         Log: integrate changes#6018..6021 from mainline
6797              
6798              make lib/syslog.t portable to systems that don't have _PATH_LOG,
6799              make _PATH_LOG() return "" if unavailable
6800              
6801              windows portability tweaks
6802              
6803              test tweak
6804              
6805              remove Win2K issue in pod (fixed by change#6020)
6806      Branch: maint-5.6/perl
6807           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
6808           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
6809           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
6810 ____________________________________________________________________________
6811 [  7293] By: gsar                                  on 2000/10/16  04:20:00
6812         Log: integrate changes#6013..6015 from mainline
6813              
6814              tweak change#5945 to display correct switch name in diagnostic
6815              
6816              glob() loading File::Glob behind the scenes may cause syntax errors
6817              
6818              tweak test for portability
6819      Branch: maint-5.6/perl
6820           !> op.c perl.c pod/perldiag.pod t/lib/b.t
6821 ____________________________________________________________________________
6822 [  7292] By: gsar                                  on 2000/10/16  04:18:11
6823         Log: integrate changes#6005..6010 from mainline, cfgperl
6824              
6825              perldoc might fail via "use blib" (from Hugo van der Sanden)
6826              
6827              Regen Configure.
6828              
6829              note about compile failures and END blocks (from M.J.T. Guy)
6830              
6831              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
6832              
6833              (change#6009 integrated earlier in change#7255)
6834              
6835              clarify note about shadow password support (from
6836              gellyfish@gellyfish.com)
6837      Branch: maint-5.6/perl
6838           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6839           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
6840           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
6841 ____________________________________________________________________________
6842 [  7291] By: gsar                                  on 2000/10/16  04:12:03
6843         Log: integrate changes#6002,6003 from mainline
6844              
6845              destructive sv_setsv() can lose UV-ness from source, causing
6846              numeric promotions/comparisons to fail to do the right thing
6847              
6848              allow REG_EXPAND_SZ keys in Windows registry (from
6849              John Clayton <John.Clayton@barclayscapital.com>)
6850      Branch: maint-5.6/perl
6851           !> sv.c win32/win32.c
6852 ____________________________________________________________________________
6853 [  7290] By: gsar                                  on 2000/10/16  04:10:19
6854         Log: integrate change#6001 from mainline
6855              
6856              support additional library locations via $Config{otherlibdirs}
6857              (from Andy Dougherty)
6858      Branch: maint-5.6/perl
6859           !> Configure INSTALL Porting/Glossary Porting/config.sh
6860           !> Porting/config_H config_h.SH epoc/config.sh perl.c
6861           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
6862           !> win32/config.bc win32/config.gc win32/config.vc
6863 ____________________________________________________________________________
6864 [  7289] By: gsar                                  on 2000/10/16  04:08:28
6865         Log: integrate change#5999 from mainline
6866              
6867              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
6868      Branch: maint-5.6/perl
6869           !> t/pragma/warn/toke toke.c
6870 ____________________________________________________________________________
6871 [  7288] By: gsar                                  on 2000/10/16  04:07:01
6872         Log: integrate changes#5997,5998 from cfgperl
6873              
6874              Preserve $!.
6875              
6876              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
6877      Branch: maint-5.6/perl
6878           !> lib/Math/Complex.pm
6879 ____________________________________________________________________________
6880 [  7287] By: gsar                                  on 2000/10/16  04:04:37
6881         Log: integrate change#5995 from mainline
6882              
6883              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
6884      Branch: maint-5.6/perl
6885           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
6886 ____________________________________________________________________________
6887 [  7286] By: gsar                                  on 2000/10/16  04:03:21
6888         Log: integrate change#5994 from mainline
6889              
6890              fix for missed accounting for null byte in pack("Z",...) (from
6891              M.J.T. Guy)
6892      Branch: maint-5.6/perl
6893           !> pp.c t/op/pack.t
6894 ____________________________________________________________________________
6895 [  7285] By: gsar                                  on 2000/10/16  04:02:11
6896         Log: integrate changes#5989..5993 from mainline
6897              
6898              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
6899              itself and no other (from Tom Hughes)
6900              
6901              use $ENV{LIB} to search for libs under Visual C compiler
6902              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
6903              
6904              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
6905              
6906              pod nit (from Simon Cozens)
6907              
6908              various minor tweaks seen on p5p
6909      Branch: maint-5.6/perl
6910           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
6911           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
6912           !> t/op/array.t toke.c
6913 ____________________________________________________________________________
6914 [  7284] By: gsar                                  on 2000/10/16  03:59:00
6915         Log: integrate changes#5978..5988 from mainline
6916              
6917              sync version numbers in File::Spec with the ones on CPAN
6918              (from Barrie Slaymaker)
6919              
6920              under useithreads, constant pad entries could inadvertantly be
6921              shared across threads (from Eric Blood <eblood@xmission.com>);
6922              added Eric's test case to testsuite
6923              
6924              allow Configure -S to run non-interactively (spotted by Greg Hudson
6925              <ghudson@mit.edu>)
6926              
6927              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
6928              prototype mismatch with CORE::glob(); update pod and tests to
6929              suit (File::Glob::glob() is still available for backward
6930              compatibility, but should be considered deprecated)
6931              
6932              avoid error in IO::Socket::INET when given an unknown service name
6933              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
6934              
6935              numeric conversion of non-number in change#3378 tramples on
6936              OOK offset, causing segfaults
6937              
6938              attributes::reftype() doesn't work on tied argument
6939              
6940              forked child may not exit correctly if it failed to open
6941              /dev/console (from Graham Barr)
6942              
6943              add regular expressions tutorial and quick-start guide (from
6944              Mark Kvale <kvale@phy.ucsf.edu>)
6945              
6946              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
6947              
6948              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
6949              <paul@miraclefish.com>)
6950      Branch: maint-5.6/perl
6951           +> pod/perlrequick.pod pod/perlretut.pod
6952           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
6953           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
6954           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
6955           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
6956           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6957           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6958           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
6959           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
6960 ____________________________________________________________________________
6961 [  7283] By: gsar                                  on 2000/10/16  03:52:14
6962         Log: integrate change#5977 from mainline
6963              
6964              autoquote barewords followed by newline and arrow properly
6965              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
6966      Branch: maint-5.6/perl
6967           !> t/pragma/warn/toke toke.c
6968 ____________________________________________________________________________
6969 [  7282] By: gsar                                  on 2000/10/16  03:50:48
6970         Log: integrate change#5976 from mainline
6971              
6972              DB_File v1.73 update (from Paul Marquess)
6973      Branch: maint-5.6/perl
6974           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6975           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
6976 ____________________________________________________________________________
6977 [  7281] By: gsar                                  on 2000/10/16  03:49:14
6978         Log: integrate change#5975 from mainline
6979              
6980              allow sort() reentrancy (variant of patch suggested by
6981              Hugo van der Sanden)
6982      Branch: maint-5.6/perl
6983           !> pp_ctl.c t/op/sort.t
6984 ____________________________________________________________________________
6985 [  7280] By: gsar                                  on 2000/10/16  03:48:22
6986         Log: integrate change#5974 from mainline
6987              
6988              change#4197 somehow missed initializing PL_errors, meaning
6989              syntax error queueing wasn't working outside eval"" at all;
6990              also fixed eval"" to localize PL_error_count, so that compile-time
6991              eval's don't clobber the error state of the outer context
6992      Branch: maint-5.6/perl
6993           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
6994           !> t/pragma/warn/toke
6995 ____________________________________________________________________________
6996 [  7279] By: gsar                                  on 2000/10/16  03:46:21
6997         Log: integrate change#5973 from mainline
6998              
6999              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
7000      Branch: maint-5.6/perl
7001           !> regcomp.c regexec.c t/op/re_tests
7002 ____________________________________________________________________________
7003 [  7278] By: gsar                                  on 2000/10/16  03:44:54
7004         Log: integrate change#5971 from cfgperl
7005              
7006              Unicos tweaks from Mark P. Lutz.
7007      Branch: maint-5.6/perl
7008           !> hints/unicos.sh lib/Math/Complex.pm
7009 ____________________________________________________________________________
7010 [  7277] By: gsar                                  on 2000/10/16  03:42:59
7011         Log: integrate changes#5966..5970 from mainline
7012              
7013              add testsuite for B backends, fix bug in B::Deparse (from
7014              Simon Cozens <simon@brecon.co.uk>)
7015              
7016              improved docs on the warn_uninit diagnostic (from David Glasser
7017              and Simon Cozens)
7018              
7019              tolerate spaces in group names in test on solaris (from David Boyce
7020              <dsb@boyski.com>)
7021              
7022              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
7023              
7024              Data::Dumper fumbles negative numbers on 32-bit platforms where
7025              IV is >32bits
7026      Branch: maint-5.6/perl
7027           +> t/lib/b.t t/lib/syslog.t
7028           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
7029           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
7030           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
7031 ____________________________________________________________________________
7032 [  7276] By: gsar                                  on 2000/10/16  03:39:30
7033         Log: integrate change#5965 from mainline
7034              
7035              avoid "will not stay shared" warnings for our variables (from
7036              Robin Barker)
7037      Branch: maint-5.6/perl
7038           !> op.c t/pragma/warn/op
7039 ____________________________________________________________________________
7040 [  7275] By: gsar                                  on 2000/10/16  03:38:18
7041         Log: integrate change#5964 from mainline
7042              
7043              reformat to 72 columns (again)
7044      Branch: maint-5.6/perl
7045           !> pod/perldiag.pod
7046 ____________________________________________________________________________
7047 [  7274] By: gsar                                  on 2000/10/16  03:36:58
7048         Log: integrate change#5963 from mainline
7049              
7050              patch from Larry to make (\&) prototype work; added tests for
7051              the same
7052      Branch: maint-5.6/perl
7053           !> op.c t/comp/proto.t
7054 ____________________________________________________________________________
7055 [  7273] By: gsar                                  on 2000/10/16  03:35:51
7056         Log: integrate changes#5956..5962 from mainline
7057              
7058              better diagnostics on failed tests (from Ilya Zakharevich)
7059              
7060              pod nits (from A. C. Yardley <yardley@tanet.net>)
7061              
7062              change#3569 deleted some essential code, revert; avoid use of
7063              atexit() to make DynaLoader work properly on AIX under mod_perl
7064              (from Jens-Uwe Mager <jum@helios.de>)
7065              
7066              doubled words in pods (from Simon Cozens
7067              <simon.p.cozens@jp.pwcglobal.com>)
7068              
7069              better INSTALL notes on Solaris issues (from Dominic Dunlop)
7070              
7071              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
7072              
7073              updated README.hpux (from Jeff Okamoto)
7074      Branch: maint-5.6/perl
7075           !> INSTALL README.hpux emacs/cperl-mode.el
7076           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
7077           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
7078           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7079           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
7080           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
7081           !> t/op/lex_assign.t
7082 ____________________________________________________________________________
7083 [  7272] By: gsar                                  on 2000/10/16  03:31:22
7084         Log: integrate change#5955 from mainline
7085              
7086              longstanding bug exposed by change#3307: sort arguments weren't
7087              compiled with the right wantarray context (ensuing runtime lookup
7088              via block_gimme() was getting the incidental context of the
7089              sort() itself)
7090      Branch: maint-5.6/perl
7091           !> op.c t/op/sort.t
7092 ____________________________________________________________________________
7093 [  7271] By: gsar                                  on 2000/10/16  03:29:11
7094         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
7095              branch
7096              
7097              Flatten the cpp jungle doing the nosuid checking.
7098              
7099              Do not assume sign propagation. (from M.J.T. Guy)
7100              
7101              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
7102              
7103              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
7104              Now pp_ncmp() returns undef is either operand is a NaN.
7105              
7106              On second thoughts frexp() does have two arguments.
7107              
7108              Document that tr() is not tr(1).
7109              
7110              Be more robust on "extreme" (large absolute value)
7111              arguments.  Originally reported by Daniel Connelly
7112              as a problem with asinh() on large negative arguments,
7113              asinh() used to bail out because an argument to log()
7114              ended up being zero.  Ilya Zakharevich proposed using
7115              Taylor's series in such cases, which for such large
7116              arguments is a very good approximation.
7117              
7118              Undo "use integer" addition from 64bitint as it seems
7119              to break most of the subtests in Digital UNIX;
7120              Unicos needs to find another way.
7121      Branch: maint-5.6/perl
7122           !> (integrate 29 files)
7123 ____________________________________________________________________________
7124 [  7270] By: gsar                                  on 2000/10/16  03:09:44
7125         Log: integrate changes#5948,5949,5950 from mainline
7126              
7127              typo in vars.pm that leads to cryptic message (from Piotr
7128              Piatkowski <kompas@kompas.usr.onet.pl>)
7129              
7130              make perldoc use the pod2man from the same version (from
7131              M.J.T. Guy)
7132              
7133              reformat perldiag to avoid long lines
7134      Branch: maint-5.6/perl
7135           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
7136 ____________________________________________________________________________
7137 [  7269] By: gsar                                  on 2000/10/16  03:05:54
7138         Log: integrate change#5947 from mainline
7139              
7140              use &dl_error rather than &dl_load_file as the guard for calling
7141              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
7142              statically built perl)
7143      Branch: maint-5.6/perl
7144           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
7145 ____________________________________________________________________________
7146 [  7268] By: gsar                                  on 2000/10/16  03:04:48
7147         Log: integrate change#5945 from mainline
7148              
7149              make module name mandatory after -M switch; reorder perldiag
7150              alphabetically (from Mark-Jason Dominus)
7151      Branch: maint-5.6/perl
7152           !> perl.c pod/perldiag.pod
7153 ____________________________________________________________________________
7154 [  7267] By: gsar                                  on 2000/10/16  03:03:01
7155         Log: integrate change#5939 from mainline
7156              
7157              more pod nits (from Larry Virden)
7158      Branch: maint-5.6/perl
7159           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
7160           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
7161           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
7162 ____________________________________________________________________________
7163 [  7266] By: gsar                                  on 2000/10/16  03:01:39
7164         Log: integrate change#5938 from mainline
7165              
7166              Consolidated B::Deparse fixes (from Stephen McCamant)
7167      Branch: maint-5.6/perl
7168           !> ext/B/B/Deparse.pm
7169 ____________________________________________________________________________
7170 [  7265] By: gsar                                  on 2000/10/16  03:00:43
7171         Log: integrate change#5936 from mainline
7172              
7173              additional tests for change#7263 (from Paul Marquess)
7174      Branch: maint-5.6/perl
7175           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
7176           !> t/pragma/warn/5nolint t/pragma/warn/6default
7177 ____________________________________________________________________________
7178 [  7264] By: gsar                                  on 2000/10/16  02:58:34
7179         Log: integrate change#5934 from mainline
7180              
7181              propagate lexical warnings from surrounding scope correctly
7182              within string eval() (from Paul Marquess)
7183      Branch: maint-5.6/perl
7184           !> pp_ctl.c t/pragma/warn/pp_ctl
7185 ____________________________________________________________________________
7186 [  7263] By: gsar                                  on 2000/10/16  02:56:53
7187         Log: integrate change#5932 from mainline
7188              
7189              add rsignal(), whichsig() and do_join() to public API list
7190              (mod_perl uses them to good advantage)
7191      Branch: maint-5.6/perl
7192           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
7193 ____________________________________________________________________________
7194 [  7262] By: gsar                                  on 2000/10/16  02:55:53
7195         Log: integrate change#5931 from mainline
7196              
7197              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
7198      Branch: maint-5.6/perl
7199           !> pp_hot.c regexec.c t/op/pat.t
7200 ____________________________________________________________________________
7201 [  7261] By: gsar                                  on 2000/10/16  02:55:01
7202         Log: integrate change#5930 from mainline
7203              
7204              small os390 tweaks (from Peter Prymmer)
7205      Branch: maint-5.6/perl
7206           !> config_h.SH makedepend.SH
7207 ____________________________________________________________________________
7208 [  7260] By: gsar                                  on 2000/10/16  02:54:10
7209         Log: integrate change#5929 from mainline
7210              
7211              pod nits
7212      Branch: maint-5.6/perl
7213           !> pod/perlguts.pod
7214 ____________________________________________________________________________
7215 [  7259] By: gsar                                  on 2000/10/16  02:52:55
7216         Log: integrate change#5927 from mainline
7217              
7218              arrange for next() to resume at the unstack op rather than the
7219              loop conditional, so that scope cleanup happens correctly
7220              (from Stephen McCamant)
7221      Branch: maint-5.6/perl
7222           !> op.c pp_ctl.c t/op/misc.t
7223 ____________________________________________________________________________
7224 [  7258] By: gsar                                  on 2000/10/16  02:51:38
7225         Log: integrate change#5926 from mainline
7226              
7227              on windows, reserve 16M of stack rather than 128M (allows more
7228              threads to run concurrently)
7229      Branch: maint-5.6/perl
7230           !> win32/Makefile win32/makefile.mk
7231 ____________________________________________________________________________
7232 [  7257] By: gsar                                  on 2000/10/16  02:50:37
7233         Log: integrate change#5925 from mainline
7234              
7235              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
7236      Branch: maint-5.6/perl
7237           !> toke.c
7238 ____________________________________________________________________________
7239 [  7256] By: gsar                                  on 2000/10/16  02:49:36
7240         Log: integrate change#5924 from mainline
7241              
7242              avoid using uninitialized memory in require version check
7243      Branch: maint-5.6/perl
7244           !> pp_ctl.c universal.c
7245 ____________________________________________________________________________
7246 [  7255] By: gsar                                  on 2000/10/16  02:48:03
7247         Log: integrate changes#5923,5928,6009 from mainline
7248              
7249              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
7250      Branch: maint-5.6/perl
7251           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
7252 ____________________________________________________________________________
7253 [  7254] By: gsar                                  on 2000/10/16  02:44:46
7254         Log: integrate change#5922 from mainline
7255              
7256              commentary about IoTYPE() (from Nathan Torkington)
7257      Branch: maint-5.6/perl
7258           !> sv.h
7259 ____________________________________________________________________________
7260 [  7253] By: gsar                                  on 2000/10/16  02:43:49
7261         Log: integrate change#5921 from mainline
7262              
7263              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
7264      Branch: maint-5.6/perl
7265           !> sv.c t/lib/charnames.t t/pragma/utf8.t
7266 ____________________________________________________________________________
7267 [  7252] By: gsar                                  on 2000/10/16  02:42:31
7268         Log: integrate change#5920 from mainline
7269              
7270              Larry's fix for buggy propagation of utf8-ness in join(); add test
7271      Branch: maint-5.6/perl
7272           !> doop.c t/op/ver.t
7273 ____________________________________________________________________________
7274 [  7251] By: gsar                                  on 2000/10/16  02:41:14
7275         Log: integrate changes#5915..5919 from mainline
7276              
7277              various (pod tweaks &c)
7278      Branch: maint-5.6/perl
7279           !> (integrate 33 files)
7280 ____________________________________________________________________________
7281 [  7250] By: gsar                                  on 2000/10/16  02:38:16
7282         Log: integrate change#5914 from mainline
7283              
7284              caller() wasn't returning the right number of elements for
7285              eval {...}
7286      Branch: maint-5.6/perl
7287           !> pp_ctl.c t/pragma/warn/9enabled
7288 ____________________________________________________________________________
7289 [  7249] By: gsar                                  on 2000/10/16  02:37:02
7290         Log: integrate change#5913 from mainline
7291              
7292              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
7293              (from Mark-Jason Dominus)
7294      Branch: maint-5.6/perl
7295           !> pod/perlfunc.pod
7296 ____________________________________________________________________________
7297 [  7248] By: gsar                                  on 2000/10/16  02:35:58
7298         Log: integrate change#5912 from mainline
7299              
7300              fix totally broken caching in UNIVERSAL::isa() (from
7301              Nick Ing-Simmons)
7302      Branch: maint-5.6/perl
7303           !> t/op/universal.t universal.c
7304 ____________________________________________________________________________
7305 [  7247] By: gsar                                  on 2000/10/16  02:34:27
7306         Log: integrate changes#5910,5911 from mainline
7307              
7308              typo in pod
7309              
7310              add linebreak properties from unicode/LineBrk.txt (from
7311              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
7312      Branch: maint-5.6/perl
7313           +> (branch 29 files)
7314           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
7315 ____________________________________________________________________________
7316 [  7246] By: gsar                                  on 2000/10/16  02:33:29
7317         Log: integrate change#5909 from mainline
7318              
7319              mode argument to do_binmode() should be file mode, not boolean
7320      Branch: maint-5.6/perl
7321           !> pp_sys.c
7322 ____________________________________________________________________________
7323 [  7245] By: gsar                                  on 2000/10/16  02:31:04
7324         Log: integrate change#5908 from mainline
7325              
7326              introduce illegal symbols into null package so that
7327              gv_fetchpv(...,TRUE) always returns a valid GV even when the
7328              symbol is trapped by strictures (avoids coredumps)
7329      Branch: maint-5.6/perl
7330           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
7331           !> t/pragma/strict-vars
7332 ____________________________________________________________________________
7333 [  7244] By: jhi                                   on 2000/10/16  02:29:54
7334         Log: Subject: $Carp::ExportLevel confusion in Exporter
7335              From: "Ben Tilly" <ben_tilly@hotmail.com>
7336              Date: Sat, 14 Oct 2000 16:44:34 EDT
7337              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
7338      Branch: perl
7339            ! lib/Exporter/Heavy.pm
7340 ____________________________________________________________________________
7341 [  7243] By: jhi                                   on 2000/10/16  02:28:33
7342         Log: Subject: [PATCH perlguts.pod] Document offset hack
7343              From: Simon Cozens <simon@cozens.net>
7344              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
7345              Date: Sat, 14 Oct 2000 19:32:25 +0100
7346      Branch: perl
7347            ! pod/perlguts.pod
7348 ____________________________________________________________________________
7349 [  7242] By: gsar                                  on 2000/10/16  02:26:51
7350         Log: integrate changes#5905,5906,5907,6064 from mainline
7351              
7352              printf/sprintf didn't get quad types right under use64bitint
7353      Branch: maint-5.6/perl
7354           !> pp_sys.c sv.c t/op/64bitint.t
7355 ____________________________________________________________________________
7356 [  7241] By: jhi                                   on 2000/10/16  02:22:44
7357         Log: Subject: small pod patch
7358              From: Dan Boorstein <dan_boo@bellsouth.net>
7359              Date: Sat, 14 Oct 2000 14:29:24 -0400
7360              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
7361      Branch: perl
7362            ! pod/perlfaq7.pod pod/perlmod.pod
7363 ____________________________________________________________________________
7364 [  7240] By: jhi                                   on 2000/10/16  02:13:46
7365         Log: -w cleanup.
7366              
7367              Subject: Re: Problems with bleadperl 
7368              From: "Stephen P. Potter" <spp@ds.net>
7369              Date: Fri, 13 Oct 2000 13:32:49 -0400
7370              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
7371      Branch: perl
7372            ! t/pragma/overload.t
7373 ____________________________________________________________________________
7374 [  7239] By: jhi                                   on 2000/10/16  01:41:18
7375         Log: One more ~utf8 tweak.
7376      Branch: perl
7377            ! t/op/bop.t
7378 ____________________________________________________________________________
7379 [  7238] By: jhi                                   on 2000/10/16  01:34:14
7380         Log: Tweak the test of #7235.
7381      Branch: perl
7382            ! t/op/bop.t
7383 ____________________________________________________________________________
7384 [  7237] By: jhi                                   on 2000/10/16  01:25:04
7385         Log: Fix a couple of compiler-noted nits in #7235.
7386      Branch: perl
7387            ! pp.c
7388 ____________________________________________________________________________
7389 [  7236] By: jhi                                   on 2000/10/16  01:22:46
7390         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
7391      Branch: perl
7392            ! pp.c pp_hot.c
7393 ____________________________________________________________________________
7394 [  7235] By: jhi                                   on 2000/10/15  16:24:44
7395         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
7396              
7397              From: Simon Cozens <simon@cozens.net>
7398              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
7399              Date: Sat, 14 Oct 2000 20:52:13 +0100
7400              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
7401      Branch: perl
7402            ! pp.c t/op/bop.t utf8.h
7403 ____________________________________________________________________________
7404 [  7234] By: jhi                                   on 2000/10/15  15:19:29
7405         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
7406              The problem was that rx->minlen was in chars while pp_split()
7407              thought it would be in bytes. 
7408      Branch: perl
7409            ! pp.c t/pragma/utf8.t
7410 ____________________________________________________________________________
7411 [  7233] By: jhi                                   on 2000/10/14  20:24:24
7412         Log: Document FNCASE=y as discussed in the bug 20000902.009.
7413      Branch: perl
7414            ! README.dos
7415 ____________________________________________________________________________
7416 [  7232] By: jhi                                   on 2000/10/14  18:52:21
7417         Log: Add test for bug id 20000427.003 (which seems to have
7418              been fixed) (also duplicate as 20000427.004, though
7419              with a higher severity).  Move one utf8 from op/append
7420              to pragma/utf8, tag the tests with bug ids.
7421      Branch: perl
7422            ! t/op/append.t t/pragma/utf8.t
7423 ____________________________________________________________________________
7424 [  7231] By: jhi                                   on 2000/10/14  17:28:37
7425         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
7426      Branch: perl
7427            ! t/pragma/utf8.t
7428 ____________________________________________________________________________
7429 [  7230] By: jhi                                   on 2000/10/14  14:24:50
7430         Log: Needs to be conditional on SunOS 4.
7431              
7432              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
7433              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7434              Date: Sat, 14 Oct 2000 13:37:49 +0100
7435              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
7436      Branch: metaconfig/U/perl
7437            ! End.U
7438      Branch: perl
7439            ! Configure myconfig.SH pod/perldelta.pod
7440 ____________________________________________________________________________
7441 [  7229] By: jhi                                   on 2000/10/14  00:49:22
7442         Log: Update Changes.
7443      Branch: perl
7444            ! Changes patchlevel.h
7445 ____________________________________________________________________________
7446 [  7228] By: jhi                                   on 2000/10/14  00:46:10
7447         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
7448              From: Peter Prymmer <pvhp@forte.com>
7449              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
7450              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
7451      Branch: perl
7452            ! lib/utf8.pm
7453 ____________________________________________________________________________
7454 [  7227] By: jhi                                   on 2000/10/13  23:20:30
7455         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
7456      Branch: perl
7457            ! t/op/tie.t
7458 ____________________________________________________________________________
7459 [  7226] By: jhi                                   on 2000/10/13  22:14:32
7460         Log: Tweak #7225.
7461              
7462              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
7463              From: Peter Prymmer <pvhp@forte.com>
7464              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
7465              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
7466      Branch: perl
7467            ! t/op/sprintf.t
7468 ____________________________________________________________________________
7469 [  7225] By: jhi                                   on 2000/10/13  22:11:31
7470         Log: op/sprintf.t patch for OS/390 (and any other host with limited
7471              floating-point exponent length)
7472              
7473              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
7474              From: Dominic Dunlop <domo@computer.org>
7475              Date: Fri, 13 Oct 2000 19:17:57 +0200
7476              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
7477      Branch: perl
7478            ! t/op/sprintf.t
7479 ____________________________________________________________________________
7480 [  7224] By: jhi                                   on 2000/10/13  18:40:48
7481         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
7482      Branch: perl
7483            ! toke.c
7484 ____________________________________________________________________________
7485 [  7223] By: jhi                                   on 2000/10/13  18:37:13
7486         Log: Thinko in #7222.
7487      Branch: perl
7488            ! utf8.c
7489 ____________________________________________________________________________
7490 [  7222] By: jhi                                   on 2000/10/13  18:05:23
7491         Log: Use UTF8SKIP(), from Simon Cozens.
7492      Branch: perl
7493            ! utf8.c
7494 ____________________________________________________________________________
7495 [  7221] By: jhi                                   on 2000/10/13  15:43:19
7496         Log: (accidentally empty check-in)
7497      Branch: perl
7498            ! utf8.c
7499 ____________________________________________________________________________
7500 [  7220] By: jhi                                   on 2000/10/13  15:23:51
7501         Log: Add (optimistically) Storable to static extensions.
7502      Branch: perl
7503            ! hints/uwin.sh hints/vmesa.sh
7504 ____________________________________________________________________________
7505 [  7219] By: jhi                                   on 2000/10/13  15:20:05
7506         Log: Amdahl UTS doesn't seem to do dynaloading.
7507      Branch: perl
7508            ! hints/uts.sh
7509 ____________________________________________________________________________
7510 [  7218] By: jhi                                   on 2000/10/13  15:15:20
7511         Log: Slight tweak of the code to appease Amdahl UTS cc.
7512      Branch: perl
7513            ! pp.c
7514 ____________________________________________________________________________
7515 [  7217] By: jhi                                   on 2000/10/13  14:50:42
7516         Log: In Amdahl UTS "struct sv" is defined by a system header,
7517              <ksync.h>.
7518      Branch: perl
7519            ! perl.h sv.h
7520 ____________________________________________________________________________
7521 [  7216] By: jhi                                   on 2000/10/13  11:58:25
7522         Log: Ilya implemented the memory profiling API.
7523      Branch: perl
7524            ! Todo
7525 ____________________________________________________________________________
7526 [  7215] By: jhi                                   on 2000/10/13  02:56:38
7527         Log: Subject: [PATCH 5.7.0] Perl API for mstats
7528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7529              Date: Thu, 12 Oct 2000 22:52:40 -0400
7530              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
7531      Branch: perl
7532            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7533 ____________________________________________________________________________
7534 [  7214] By: jhi                                   on 2000/10/13  02:55:38
7535         Log: Subject: [PATCH 5.7.0] IVs in mtats
7536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7537              Date: Thu, 12 Oct 2000 22:51:04 -0400
7538              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
7539      Branch: perl
7540            ! malloc.c perl.h
7541 ____________________________________________________________________________
7542 [  7213] By: jhi                                   on 2000/10/13  02:31:47
7543         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
7544      Branch: perl
7545            ! pod/perldiag.pod pp_sys.c
7546 ____________________________________________________________________________
7547 [  7212] By: jhi                                   on 2000/10/13  01:27:38
7548         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
7549              From: Peter Prymmer <pvhp@forte.com>
7550              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
7551              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
7552      Branch: perl
7553            ! t/op/oct.t
7554 ____________________________________________________________________________
7555 [  7211] By: jhi                                   on 2000/10/13  00:35:09
7556         Log: Update Changes.
7557      Branch: perl
7558            ! Changes patchlevel.h
7559 ____________________________________________________________________________
7560 [  7210] By: jhi                                   on 2000/10/12  23:59:40
7561         Log: The Install.pm third of
7562              
7563              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
7564              From: Bill Campbell <bill@celestial.com>
7565              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
7566              Date: Thu, 5 Oct 2000 18:04:51 -0700
7567      Branch: perl
7568            ! lib/ExtUtils/Install.pm
7569 ____________________________________________________________________________
7570 [  7209] By: jhi                                   on 2000/10/12  23:58:43
7571         Log: Two thirds of
7572              
7573              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
7574              Date: Thu, 5 Oct 2000 18:04:51 -0700
7575              From: Bill Campbell <bill@celestial.com>
7576              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
7577              
7578              The Install.pm changes will be submitted separately because
7579              they need some work and discussion still.
7580      Branch: perl
7581            ! lib/getopts.pl lib/termcap.pl
7582 ____________________________________________________________________________
7583 [  7208] By: jhi                                   on 2000/10/12  23:41:19
7584         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
7585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7586              Date:     Thu, 12 Oct 2000 07:30:02 EDT
7587              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
7588      Branch: perl
7589            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
7590            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
7591 ____________________________________________________________________________
7592 [  7207] By: jhi                                   on 2000/10/12  23:39:01
7593         Log: An updated EBCDIC tr patch.
7594              
7595              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
7596              From: Peter Prymmer <pvhp@forte.com>
7597              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
7598              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
7599      Branch: perl
7600            ! t/op/tr.t
7601 ____________________________________________________________________________
7602 [  7206] By: jhi                                   on 2000/10/12  23:34:55
7603         Log: Upgrade to CPAN 1.58, from Andreas König.
7604      Branch: perl
7605            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7606 ____________________________________________________________________________
7607 [  7205] By: jhi                                   on 2000/10/12  23:29:08
7608         Log: Introduce the man[24-8] variables, from Andy Dougherty.
7609      Branch: metaconfig/U/perl
7610            + mandirs.U mandirstyle.U
7611      Branch: perl
7612            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7613            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
7614            ! vos/config.h vos/config.pl vos/config_h.SH_orig
7615            ! win32/config.bc win32/config.gc win32/config.vc
7616 ____________________________________________________________________________
7617 [  7204] By: gsar                                  on 2000/10/12  18:11:24
7618         Log: restore change#7202
7619      Branch: perl
7620            ! mg.c
7621 ____________________________________________________________________________
7622 [  7203] By: gsar                                  on 2000/10/12  18:09:40
7623         Log: another test of the Emergency Broadcast System--back out 
7624              change#7202
7625      Branch: perl
7626            ! mg.c
7627 ____________________________________________________________________________
7628 [  7202] By: gsar                                  on 2000/10/12  16:40:47
7629         Log: (submitted on behalf of Jarkko)
7630              Fix the lib/encode.t subtest 6 failure as reported by Andreas
7631              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
7632              was unearthed by change 7182, as was a bug in HTML::Entities.
7633      Branch: perl
7634            ! mg.c
7635 ____________________________________________________________________________
7636 [  7201] By: jhi                                   on 2000/10/11  03:16:05
7637         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
7638      Branch: perl
7639            ! pp_hot.c t/pragma/utf8.t
7640 ____________________________________________________________________________
7641 [  7200] By: jhi                                   on 2000/10/11  00:40:30
7642         Log: The #7198 was a false alarm.
7643      Branch: perl
7644            ! pp_hot.c
7645 ____________________________________________________________________________
7646 [  7199] By: jhi                                   on 2000/10/11  00:26:04
7647         Log: Remove duplicated code.
7648      Branch: perl
7649            ! t/lib/cgi-html.t
7650 ____________________________________________________________________________
7651 [  7198] By: jhi                                   on 2000/10/10  23:30:46
7652         Log: (Retracted by #7200.)
7653      Branch: perl
7654            ! pp_hot.c
7655 ____________________________________________________________________________
7656 [  7197] By: jhi                                   on 2000/10/10  21:49:30
7657         Log: Add the test case for #7190, from the original bug report
7658              by Andreas König.
7659      Branch: perl
7660            ! t/pragma/utf8.t
7661 ____________________________________________________________________________
7662 [  7196] By: jhi                                   on 2000/10/10  21:40:49
7663         Log: Reapply Andy's patch and regen Configure.
7664      Branch: perl
7665            ! Configure INSTALL Makefile.SH Porting/Glossary
7666            ! Porting/config.sh config_h.SH epoc/config.sh installperl
7667            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
7668            ! win32/config.vc
7669 ____________________________________________________________________________
7670 [  7195] By: jhi                                   on 2000/10/10  21:09:30
7671         Log: Use the versiononly instead of the installscripts,
7672              retract the changes 7146 and 7147.
7673      Branch: perl
7674            ! Configure INSTALL Makefile.SH Porting/Glossary
7675            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
7676            ! installperl uconfig.sh vos/config.def win32/config.bc
7677            ! win32/config.gc win32/config.vc
7678 ____________________________________________________________________________
7679 [  7194] By: jhi                                   on 2000/10/10  21:06:15
7680         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
7681              From: Peter Prymmer <pvhp@forte.com>
7682              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
7683              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
7684      Branch: perl
7685            ! t/op/ver.t
7686 ____________________________________________________________________________
7687 [  7193] By: jhi                                   on 2000/10/10  21:05:12
7688         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
7689              From: Peter Prymmer <pvhp@forte.com>
7690              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
7691              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
7692      Branch: perl
7693            ! t/op/tr.t
7694 ____________________________________________________________________________
7695 [  7192] By: jhi                                   on 2000/10/10  20:57:30
7696         Log: Add versiononly, delete installscripts, from Andy Dougherty.
7697      Branch: metaconfig
7698            - U/installdirs/installscripts.U
7699      Branch: metaconfig/U/perl
7700            + versiononly.U
7701 ____________________________________________________________________________
7702 [  7191] By: jhi                                   on 2000/10/10  19:41:21
7703         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
7704              From: Peter Prymmer <pvhp@forte.com>
7705              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
7706              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
7707      Branch: perl
7708            ! pod/perlebcdic.pod
7709 ____________________________________________________________________________
7710 [  7190] By: jhi                                   on 2000/10/10  19:26:14
7711         Log: Subject: Re: utf8 concat, mg_get
7712              From: Simon Cozens <simon@cozens.net>
7713              Date: Tue, 10 Oct 2000 17:40:17 +0100
7714              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
7715      Branch: perl
7716            ! pp_hot.c
7717 ____________________________________________________________________________
7718 [  7189] By: jhi                                   on 2000/10/10  19:23:03
7719         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
7720              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
7721              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
7722              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
7723      Branch: perl
7724            ! lib/ExtUtils/MM_Unix.pm
7725 ____________________________________________________________________________
7726 [  7188] By: jhi                                   on 2000/10/10  15:31:24
7727         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
7728              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7729              Date: Fri, 14 Jul 2000 10:47:36 +0100
7730              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
7731      Branch: perl
7732            ! README.win32
7733 ____________________________________________________________________________
7734 [  7187] By: jhi                                   on 2000/10/10  13:30:10
7735         Log: Quote the temp file name, needed in Win32 because the
7736              default name unfortunately contains spaces, shouldn't
7737              hurt elsewhere.
7738              
7739              Subject: FW: perldoc fails if $TEMP contains spaces
7740              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7741              Date: Thu, 14 Sep 2000 08:58:45 +0100
7742              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
7743      Branch: perl
7744            ! utils/perldoc.PL
7745 ____________________________________________________________________________
7746 [  7186] By: jhi                                   on 2000/10/10  13:16:27
7747         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
7748              From: hv@hugo.hybyte.com
7749              Date: Tue, 10 Oct 2000 14:10:20 +0100
7750              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
7751      Branch: perl
7752            ! t/lib/thr5005.t util.c
7753 ____________________________________________________________________________
7754 [  7185] By: jhi                                   on 2000/10/10  12:06:22
7755         Log: Upgrade to podlators 1.04, from Russ Allbery.
7756      Branch: perl
7757            ! lib/Pod/Man.pm lib/Pod/Text.pm
7758 ____________________________________________________________________________
7759 [  7184] By: jhi                                   on 2000/10/10  12:01:32
7760         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
7761      Branch: perl
7762            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
7763 ____________________________________________________________________________
7764 [  7183] By: jhi                                   on 2000/10/09  23:47:15
7765         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
7766              From: Peter Prymmer <pvhp@forte.com>
7767              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
7768              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
7769      Branch: perl
7770            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
7771 ____________________________________________________________________________
7772 [  7182] By: jhi                                   on 2000/10/09  23:43:16
7773         Log: Make eq work again with utf8 (disabling the upgrading
7774              should no more be necessary since the copies of the
7775              scalars are upgraded, not the scalars themselves).
7776              Takes care of ID 20001009.001.  (The claimed length()
7777              bug in 20001009.001 seems bogus to me.)
7778      Branch: perl
7779            ! sv.c t/pragma/utf8.t
7780 ____________________________________________________________________________
7781 [  7181] By: gsar                                  on 2000/10/09  19:41:54
7782         Log: tweak for change#7173
7783      Branch: perl
7784            ! win32/win32sck.c
7785 ____________________________________________________________________________
7786 [  7180] By: gsar                                  on 2000/10/09  19:26:56
7787         Log: on Windows, clean targets might not work under some flavors of the shell
7788      Branch: perl
7789            ! win32/Makefile win32/makefile.mk
7790 ____________________________________________________________________________
7791 [  7179] By: jhi                                   on 2000/10/09  19:21:02
7792         Log: Update Changes.
7793      Branch: perl
7794            ! Changes patchlevel.h
7795 ____________________________________________________________________________
7796 [  7178] By: jhi                                   on 2000/10/09  19:18:23
7797         Log: Warn about unknown scripts.
7798              
7799              Subject: Re: ideas? patches? [PATCH bleadperl]
7800              From: Dominic Dunlop <domo@computer.org>
7801              Date: Mon, 9 Oct 2000 14:57:17 +0200
7802              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
7803      Branch: perl
7804            ! lib/charnames.pm
7805 ____________________________________________________________________________
7806 [  7177] By: jhi                                   on 2000/10/09  19:13:27
7807         Log: Change #7160 had a nasty typo.
7808      Branch: metaconfig
7809            ! U/compline/Compile.U
7810      Branch: perl
7811            ! Configure config_h.SH
7812 ____________________________________________________________________________
7813 [  7176] By: gsar                                  on 2000/10/09  18:59:33
7814         Log: pod nit
7815      Branch: perl
7816            ! pod/perlport.pod
7817 ____________________________________________________________________________
7818 [  7175] By: gsar                                  on 2000/10/09  18:54:28
7819         Log: Windows9x doesn't support link(), despite what Config.pm
7820              might think
7821      Branch: perl
7822            ! lib/ExtUtils/Manifest.pm
7823 ____________________________________________________________________________
7824 [  7174] By: gsar                                  on 2000/10/09  18:50:03
7825         Log: avoid nonportable example code
7826      Branch: perl
7827            ! lib/File/Copy.pm
7828 ____________________________________________________________________________
7829 [  7173] By: gsar                                  on 2000/10/09  18:46:54
7830         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
7831              being used) when closing a socket handle
7832      Branch: perl
7833            ! win32/win32.c win32/win32.h win32/win32sck.c
7834 ____________________________________________________________________________
7835 [  7172] By: gsar                                  on 2000/10/09  18:41:40
7836         Log: on Windows, cwd strings in the environment should be of the
7837              form =X:=X:\foo instead of =X=X:\foo\
7838      Branch: perl
7839            ! win32/vdir.h
7840 ____________________________________________________________________________
7841 [  7171] By: gsar                                  on 2000/10/09  18:30:09
7842         Log: on Windows, LoadLibrary() could load an extension DLL multiple
7843              times if forward slashes are used in the path
7844      Branch: perl
7845            ! win32/win32.c
7846 ____________________________________________________________________________
7847 [  7170] By: jhi                                   on 2000/10/09  17:53:59
7848         Log: Add a todo note about overloadable assertions.
7849      Branch: perl
7850            ! Todo-5.6
7851 ____________________________________________________________________________
7852 [  7169] By: jhi                                   on 2000/10/09  13:43:45
7853         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
7854              From: mjd@plover.com
7855              Date: 9 Oct 2000 00:24:44 -0000
7856              Message-ID: <20001009002444.10616.qmail@plover.com>
7857      Branch: perl
7858            ! pod/perldebguts.pod
7859 ____________________________________________________________________________
7860 [  7168] By: nick                                  on 2000/10/08  13:16:33
7861         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
7862              is not right thing to do on (e.g. x86). Network order is also "right" for
7863              X fonts.
7864      Branch: perl
7865            ! ext/Encode/Encode.pm
7866 ____________________________________________________________________________
7867 [  7167] By: nick                                  on 2000/10/08  12:54:42
7868         Log: Make "encodings" work post-install when Encode/*.enc files may not
7869              be in same directory as Encode.pm
7870      Branch: perl
7871            ! ext/Encode/Encode.pm
7872 ____________________________________________________________________________
7873 [  7166] By: nick                                  on 2000/10/08  11:51:26
7874         Log: Work round the fact that $hash->{$key} does not take into account
7875              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
7876              so that key is always in the "expected" encoding - i.e. same way we put
7877              it in the hash.
7878      Branch: perl
7879            ! ext/Encode/Encode.pm
7880 ____________________________________________________________________________
7881 [  7165] By: gsar                                  on 2000/10/08  04:15:29
7882         Log: save_re_context() could reset PL_curcop to freed memory, causing core
7883              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
7884      Branch: perl
7885            ! pp_ctl.c
7886 ____________________________________________________________________________
7887 [  7164] By: jhi                                   on 2000/10/06  20:51:48
7888         Log: UTF8ize split() so that the cloned substrings get the UTF8
7889              flag of the original scalar.  Problem reported by Simon Cozens.
7890      Branch: perl
7891            ! pp.c t/pragma/utf8.t
7892 ____________________________________________________________________________
7893 [  7163] By: nick                                  on 2000/10/06  20:48:34
7894         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
7895              got a false +ve and so did not reach code which would have un-FAKEd the SV.
7896      Branch: perl
7897            ! sv.c
7898 ____________________________________________________________________________
7899 [  7162] By: nick                                  on 2000/10/06  20:25:37
7900         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
7901              To fix  (sort {$a <=> $b} keys %hash) in particular but
7902              should cover a number of other as-yet-unknown cases as well.
7903      Branch: perl
7904            ! sv.c
7905 ____________________________________________________________________________
7906 [  7161] By: jhi                                   on 2000/10/06  19:56:18
7907         Log: Change the version number of Tie::Handle in the core to 4.0,
7908              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
7909              
7910              Subject: Note on Tie::Handle
7911              From: andreas.koenig@anima.de (Andreas J. Koenig)
7912              Date:      06 Oct 2000 21:48:58 +0200
7913              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
7914      Branch: perl
7915            ! lib/Tie/Handle.pm
7916 ____________________________________________________________________________
7917 [  7160] By: jhi                                   on 2000/10/06  18:20:35
7918         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
7919              as the first option of cc/ld because of ultrapicky compilers
7920              (e.g. OS/390 R2.5)
7921      Branch: metaconfig
7922            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
7923            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
7924            ! U/compline/orderlib.U U/modified/Cppsym.U
7925            ! U/modified/d_access.U
7926      Branch: metaconfig/U/perl
7927            ! Checkcc.U d_dlsymun.U gccvers.U
7928      Branch: perl
7929            ! Configure config_h.SH
7930 ____________________________________________________________________________
7931 [  7159] By: jhi                                   on 2000/10/06  13:56:39
7932         Log: Update Changes.
7933      Branch: perl
7934            ! Changes patchlevel.h
7935 ____________________________________________________________________________
7936 [  7158] By: jhi                                   on 2000/10/06  12:48:40
7937         Log: Eliminate $Is_VMS code from the test.
7938              
7939              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
7940              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7941              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
7942              Date:     Thu, 5 Oct 2000 07:46:33 EDT
7943      Branch: perl
7944            ! t/lib/b.t
7945 ____________________________________________________________________________
7946 [  7157] By: jhi                                   on 2000/10/06  12:47:13
7947         Log: Also the $ccflags is needed for the C compiler check.
7948              
7949              Subject: Configure (check for C-compiler)
7950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7951              Date: Fri, 06 Oct 2000 08:47:15 +0200
7952              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
7953      Branch: metaconfig/U/perl
7954            ! Checkcc.U
7955      Branch: perl
7956            ! Configure config_h.SH
7957 ____________________________________________________________________________
7958 [  7156] By: jhi                                   on 2000/10/06  11:45:15
7959         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
7960      Branch: perl
7961            ! perl.c pp_ctl.c sv.h utf8.c
7962 ____________________________________________________________________________
7963 [  7155] By: jhi                                   on 2000/10/06  11:40:41
7964         Log: IO::Handle->syswrite() did not handle length omission
7965              like CORE::syswrite() does.
7966              
7967              Subject: [Fwd] IO::Handle, syswrite and arguments
7968              From: Graham Barr <gbarr@pobox.com>
7969              Date: Fri, 6 Oct 2000 10:22:05 +0100
7970              Message-ID: <20001006102205.U6312@pobox.com>
7971              
7972              The original patch from andrew@ugh.net.au.
7973      Branch: perl
7974            ! ext/IO/lib/IO/Handle.pm
7975 ____________________________________________________________________________
7976 [  7154] By: jhi                                   on 2000/10/06  01:42:15
7977         Log: Tweak #7153.
7978      Branch: perl
7979            ! utf8.h
7980 ____________________________________________________________________________
7981 [  7153] By: jhi                                   on 2000/10/06  00:39:55
7982         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
7983      Branch: perl
7984            ! utf8.h
7985 ____________________________________________________________________________
7986 [  7152] By: jhi                                   on 2000/10/06  00:38:11
7987         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
7988      Branch: perl
7989            ! perl.c pp_ctl.c sv.h utf8.c
7990 ____________________________________________________________________________
7991 [  7151] By: jhi                                   on 2000/10/06  00:36:38
7992         Log: Subject: Re: Questions about Tie::Array and perl modules
7993              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7994              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
7995              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
7996              
7997              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
7998      Branch: perl
7999            ! lib/Tie/Array.pm t/op/array.t
8000 ____________________________________________________________________________
8001 [  7150] By: jhi                                   on 2000/10/05  00:20:45
8002         Log: Regen Changes.
8003      Branch: perl
8004            ! Changes patchlevel.h
8005 ____________________________________________________________________________
8006 [  7149] By: jhi                                   on 2000/10/05  00:20:01
8007         Log: Regen toc.
8008      Branch: perl
8009            ! pod/perltoc.pod
8010 ____________________________________________________________________________
8011 [  7148] By: jhi                                   on 2000/10/04  23:35:08
8012         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
8013              reported several times by Dominic Dunlop, for example in
8014              ID 20000315.008.  Patch from Dominic.  Patch affects at
8015              least MachTen, and possibly other oldish BSDs. Should not
8016              break non-broken platforms (tested on LinuxPPC). 
8017      Branch: perl
8018            ! doio.c
8019 ____________________________________________________________________________
8020 [  7147] By: jhi                                   on 2000/10/04  23:26:34
8021         Log: The one that got away from 7146.
8022      Branch: metaconfig
8023            + U/installdirs/installscripts.U
8024 ____________________________________________________________________________
8025 [  7146] By: jhi                                   on 2000/10/04  23:25:04
8026         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
8027              suggested by H. Merijn Brand.
8028      Branch: perl
8029            ! Configure INSTALL Makefile.SH Porting/Glossary
8030            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
8031            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8032            ! win32/config.vc
8033 ____________________________________________________________________________
8034 [  7145] By: jhi                                   on 2000/10/04  22:08:21
8035         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
8036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8037              Date: Wed, 4 Oct 2000 17:37:46 -0400
8038              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
8039      Branch: perl
8040            ! utils/h2xs.PL
8041 ____________________________________________________________________________
8042 [  7144] By: jhi                                   on 2000/10/04  18:11:41
8043         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
8044              From: Jeff Pinyan <jeffp@crusoe.net>
8045              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
8046              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
8047      Branch: perl
8048            ! pod/perlrun.pod
8049 ____________________________________________________________________________
8050 [  7143] By: jhi                                   on 2000/10/04  18:09:58
8051         Log: Subject: perlhack.pod Patch for Externals Tools
8052              From: Fisher Mark <fisherm@tce.com>
8053              Date: Tue, 3 Oct 2000 15:43:27 -0500 
8054              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
8055      Branch: perl
8056            ! pod/perlhack.pod
8057 ____________________________________________________________________________
8058 [  7142] By: jhi                                   on 2000/10/04  18:08:41
8059         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
8060              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8061              Date:     Wed, 4 Oct 2000 12:11:11 EDT
8062              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
8063      Branch: perl
8064            ! vms/vms.c
8065 ____________________________________________________________________________
8066 [  7141] By: jhi                                   on 2000/10/04  12:20:16
8067         Log: Subject: [PATCH 5.7.0] h2xs not working
8068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8069              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
8070              Date: Tue, 3 Oct 2000 21:43:01 -0400
8071              
8072              Subject: [PATCH 5.7.0] h2xs not documenting the created module
8073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8074              Date: Tue, 3 Oct 2000 22:55:19 -0400
8075              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
8076      Branch: perl
8077            ! utils/h2xs.PL
8078 ____________________________________________________________________________
8079 [  7140] By: jhi                                   on 2000/10/04  11:53:44
8080         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
8081              From: nick@babyhippo.com
8082              Date: Wed, 4 Oct 2000 12:06:45 +0100
8083              Message-Id: <20001004120645.A7356@babyhippo.com>
8084              
8085              Retract 7118 and 7135.
8086      Branch: perl
8087            ! installman installperl op.c t/pragma/subs.t
8088 ____________________________________________________________________________
8089 [  7139] By: jhi                                   on 2000/10/03  22:09:41
8090         Log: It is possible to have no hosts database at all.  Pointed out in
8091              
8092              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8093              From: Peter Prymmer <pvhp@forte.com>
8094              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8095              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8096      Branch: metaconfig
8097            ! U/modified/myhostname.U
8098      Branch: perl
8099            ! Configure config_h.SH
8100 ____________________________________________________________________________
8101 [  7138] By: jhi                                   on 2000/10/03  21:49:49
8102         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8103              From: Peter Prymmer <pvhp@forte.com>
8104              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8105              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8106      Branch: perl
8107            ! pp_sys.c
8108 ____________________________________________________________________________
8109 [  7137] By: jhi                                   on 2000/10/03  20:10:05
8110         Log: One remaining nit less at the VMS mailbox sizing.
8111      Branch: perl
8112            ! vms/vms.c
8113 ____________________________________________________________________________
8114 [  7136] By: jhi                                   on 2000/10/03  20:08:47
8115         Log: Test harness update to sync with the new perlcc,
8116              from Simon Cozens.
8117      Branch: perl
8118            ! t/TEST t/UTEST
8119 ____________________________________________________________________________
8120 [  7135] By: jhi                                   on 2000/10/03  15:15:42
8121         Log: Subject: Re: PATCH for 20001003.004
8122              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
8123              From: "AARON B. DOSSETT" <aaron@iglou.com>
8124              Message-Id: <E13gTay-0006od-00@iglou.com>
8125      Branch: perl
8126            ! installman installperl
8127 ____________________________________________________________________________
8128 [  7134] By: jhi                                   on 2000/10/03  15:00:34
8129         Log: Subject: [ID 20001003.006] B::Debug not -w clean
8130              From: Nicholas Clark <nick@babyhippo.co.uk>
8131              Date: Tue, 03 Oct 2000 15:46:32 +0100
8132              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
8133      Branch: perl
8134            ! ext/B/B/Debug.pm
8135 ____________________________________________________________________________
8136 [  7133] By: jhi                                   on 2000/10/03  14:58:39
8137         Log: Scale down the VMS message boxes, by Charles Lane.
8138              Fix for ID 20000903.009, workaround at
8139              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
8140      Branch: perl
8141            ! vms/vms.c
8142 ____________________________________________________________________________
8143 [  7132] By: jhi                                   on 2000/10/03  11:20:37
8144         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
8145      Branch: perl
8146            + t/lib/st-lock.t t/lib/st-utf8.t
8147            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
8148            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8149 ____________________________________________________________________________
8150 [  7131] By: jhi                                   on 2000/10/03  03:38:23
8151         Log: Encode nits.
8152      Branch: perl
8153            ! MANIFEST Makefile.SH
8154 ____________________________________________________________________________
8155 [  7130] By: jhi                                   on 2000/10/03  03:31:05
8156         Log: Update Changes.
8157      Branch: perl
8158            ! Changes patchlevel.h
8159 ____________________________________________________________________________
8160 [  7129] By: jhi                                   on 2000/10/03  02:24:02
8161         Log: Misplaced else.
8162      Branch: metaconfig/U/perl
8163            ! d_strtoll.U
8164      Branch: perl
8165            ! Configure config_h.SH
8166 ____________________________________________________________________________
8167 [  7128] By: jhi                                   on 2000/10/03  02:08:29
8168         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
8169              From: sthoenna@efn.org
8170              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
8171              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
8172      Branch: metaconfig/U/perl
8173            ! d_strtoll.U
8174      Branch: perl
8175            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
8176 ____________________________________________________________________________
8177 [  7127] By: jhi                                   on 2000/10/03  01:13:14
8178         Log: Update Changes.
8179      Branch: perl
8180            ! Changes patchlevel.h
8181 ____________________________________________________________________________
8182 [  7126] By: jhi                                   on 2000/10/03  00:57:08
8183         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
8184              as suggested by Olaf Flebbe and Nick Clark.
8185      Branch: perl
8186            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
8187 ____________________________________________________________________________
8188 [  7125] By: jhi                                   on 2000/10/03  00:50:56
8189         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
8190              From: Nick Clark <nick@plum.flirble.org>
8191              Date: Mon, 2 Oct 2000 11:03:24 +0100
8192              Message-Id: <20001002110324.D20073@plum.flirble.org>
8193              
8194              Also fixes bug ID 20001002.005.
8195      Branch: perl
8196            ! t/lib/encode.t
8197 ____________________________________________________________________________
8198 [  7124] By: jhi                                   on 2000/10/03  00:34:59
8199         Log: Subject: [PATCH 5.7.0] Epoc update
8200              From: Olaf Flebbe <o.flebbe@gmx.de>
8201              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
8202              Message-ID: <26423.969484586@www10.gmx.net>
8203      Branch: perl
8204            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
8205            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
8206            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
8207            ! util.c util.h
8208 ____________________________________________________________________________
8209 [  7123] By: jhi                                   on 2000/10/03  00:30:07
8210         Log: Regen headers.
8211      Branch: perl
8212            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
8213 ____________________________________________________________________________
8214 [  7122] By: jhi                                   on 2000/10/03  00:10:48
8215         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
8216      Branch: perl
8217            ! hints/openbsd.sh
8218 ____________________________________________________________________________
8219 [  7121] By: jhi                                   on 2000/10/03  00:05:06
8220         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
8221              From: <abigail@foad.org>
8222              Date: Tue, 26 Sep 2000 13:36:14 -0400
8223              Message-ID: <20000926173614.4356.qmail@foad.org>
8224      Branch: perl
8225            ! pod/perlop.pod
8226 ____________________________________________________________________________
8227 [  7120] By: jhi                                   on 2000/10/03  00:04:00
8228         Log: Inside require() $^S was always left undefined.
8229              
8230              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
8231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8232              Date: Wed, 27 Sep 2000 18:54:49 -0400
8233              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
8234      Branch: perl
8235            ! cop.h mg.c pp_ctl.c util.c
8236 ____________________________________________________________________________
8237 [  7119] By: jhi                                   on 2000/10/03  00:00:16
8238         Log: Subject: [PATCH] DLL not restartabke with threaded perl
8239              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
8240              Date: Thu, 28 Sep 2000 09:20:46 +0100
8241              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
8242      Branch: perl
8243            ! perl.c
8244 ____________________________________________________________________________
8245 [  7118] By: jhi                                   on 2000/10/02  23:59:20
8246         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
8247              From: Nicholas Clark <nick@ccl4.org>
8248              Date: Thu, 28 Sep 2000 11:52:24 +0100
8249              Message-ID: <20000928115224.D7924@plum.flirble.org>
8250      Branch: perl
8251            ! op.c
8252 ____________________________________________________________________________
8253 [  7117] By: jhi                                   on 2000/10/02  23:57:51
8254         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
8255              From: Nicholas Clark <nick@babyhippo.co.uk>
8256              Date: Thu, 28 Sep 2000 12:18:10 +0100
8257              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
8258              
8259              Did not apply cleanly, manual intervention was needed.
8260      Branch: perl
8261            ! ext/B/B/Bytecode.pm utils/perlcc.PL
8262 ____________________________________________________________________________
8263 [  7116] By: jhi                                   on 2000/10/02  23:50:40
8264         Log: Document the issue (is not a syntax error, kind of)
8265              
8266              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
8267              From: Nicholas Clark <nick@ccl4.org>
8268              Date: Thu, 28 Sep 2000 17:12:42 +0100
8269              Message-ID: <20000928171242.K7924@plum.flirble.org>
8270      Branch: perl
8271            ! pod/perldata.pod
8272 ____________________________________________________________________________
8273 [  7115] By: jhi                                   on 2000/10/02  23:48:58
8274         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
8275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8276              Date: Thu, 28 Sep 2000 21:55:31 -0400
8277              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
8278      Branch: perl
8279            ! regexec.c
8280 ____________________________________________________________________________
8281 [  7114] By: jhi                                   on 2000/10/02  23:47:57
8282         Log: Subject: DOC PATCH 5.6.0
8283              From: mjd@plover.com
8284              Date: 30 Sep 2000 06:02:34 -0000
8285              Message-ID: <20000930060234.4559.qmail@plover.com>
8286      Branch: perl
8287            ! pod/perldebguts.pod
8288 ____________________________________________________________________________
8289 [  7113] By: jhi                                   on 2000/10/02  23:46:43
8290         Log: SOCK_DGRAM and listen() do not mix as reported in
8291              
8292              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
8293              From: Petter Reinholdtsen <pere@hungry.com>
8294              Date: Sun, 1 Oct 2000 10:57:20 +0800
8295              Message-Id: <200010010257.KAA05735@localhost.localdomain>
8296              
8297              The patch for 5.7.0+ had to be reengineered, though.
8298      Branch: perl
8299            ! ext/IO/lib/IO/Socket/UNIX.pm
8300 ____________________________________________________________________________
8301 [  7112] By: jhi                                   on 2000/10/02  23:36:57
8302         Log: Subject: Re: [PATCH 5.005_64 missed]
8303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8304              Date: Sun, 1 Oct 2000 18:50:10 -0400
8305              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
8306      Branch: perl
8307            ! pod/perlxs.pod
8308 ____________________________________________________________________________
8309 [  7111] By: jhi                                   on 2000/10/02  23:35:40
8310         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
8311              From: Radu Greab <radu@netsoft.ro>
8312              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
8313              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
8314      Branch: perl
8315            ! op.c opcode.pl t/op/substr.t
8316 ____________________________________________________________________________
8317 [  7110] By: jhi                                   on 2000/10/02  23:32:38
8318         Log: Subject: [PATCH] Fix aliasing of tied filehandles
8319              From: Daniel Chetlin <daniel@chetlin.com>
8320              Date: Mon, 2 Oct 2000 14:53:27 -0700
8321              Message-ID: <20001002145327.C1617@ilmd>
8322      Branch: perl
8323            ! perl.h pp_hot.c t/op/tiehandle.t
8324 ____________________________________________________________________________
8325 [  7109] By: jhi                                   on 2000/10/02  23:31:30
8326         Log: s/Robin Parker/Robin Barker/
8327      Branch: perl
8328            ! Changes5.6
8329 ____________________________________________________________________________
8330 [  7108] By: jhi                                   on 2000/10/02  23:15:46
8331         Log: Retract #7091 as suggested in
8332              
8333              From: Robin Barker <rmb1@cise.npl.co.uk> 
8334              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
8335              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
8336              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
8337      Branch: perl
8338            ! embed.pl proto.h
8339 ____________________________________________________________________________
8340 [  7107] By: nick                                  on 2000/10/02  18:23:14
8341         Log: A few tweaks to get Tk803 to work with Encode scheme.
8342      Branch: perl
8343            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
8344 ____________________________________________________________________________
8345 [  7106] By: nick                                  on 2000/10/01  21:34:14
8346         Log: Add checking cases to Encode's toUnicode and fromUnicode.
8347      Branch: perl
8348            ! ext/Encode/Encode.pm
8349 ____________________________________________________________________________
8350 [  7105] By: nick                                  on 2000/10/01  17:18:01
8351         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
8352              To read and use them.
8353              Add a lib/encode.t which checks a few things.
8354      Branch: perl
8355            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
8356            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
8357            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
8358            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
8359            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
8360            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
8361            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
8362            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
8363            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
8364            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
8365            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
8366            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
8367            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
8368            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
8369            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
8370            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
8371            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
8372            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
8373            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
8374            + ext/Encode/Encode/iso2022-jp.enc
8375            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8376            + ext/Encode/Encode/iso8859-1.enc
8377            + ext/Encode/Encode/iso8859-2.enc
8378            + ext/Encode/Encode/iso8859-3.enc
8379            + ext/Encode/Encode/iso8859-4.enc
8380            + ext/Encode/Encode/iso8859-5.enc
8381            + ext/Encode/Encode/iso8859-6.enc
8382            + ext/Encode/Encode/iso8859-7.enc
8383            + ext/Encode/Encode/iso8859-8.enc
8384            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
8385            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
8386            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
8387            + ext/Encode/Encode/macCentEuro.enc
8388            + ext/Encode/Encode/macCroatian.enc
8389            + ext/Encode/Encode/macCyrillic.enc
8390            + ext/Encode/Encode/macDingbats.enc
8391            + ext/Encode/Encode/macGreek.enc
8392            + ext/Encode/Encode/macIceland.enc
8393            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
8394            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
8395            + ext/Encode/Encode/macTurkish.enc
8396            + ext/Encode/Encode/macUkraine.enc
8397            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
8398            + t/lib/encode.t
8399            ! MANIFEST ext/Encode/Encode.pm
8400 ____________________________________________________________________________
8401 [  7104] By: nick                                  on 2000/09/30  13:04:30
8402         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
8403              From: Daniel Chetlin <daniel@chetlin.com>
8404              Date: Mon, 18 Sep 2000 05:05:40 -0700
8405              Message-Id: <20000918050540.C652@ilmd>
8406      Branch: perl
8407            ! lib/overload.pm sv.c t/pragma/overload.t
8408 ____________________________________________________________________________
8409 [  7103] By: nick                                  on 2000/09/30  12:53:36
8410         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
8411              From: Johan Vromans <jvromans@squirrel.nl>
8412              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
8413              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
8414      Branch: perl
8415            ! pod/Makefile.SH
8416 ____________________________________________________________________________
8417 [  7102] By: nick                                  on 2000/09/30  12:52:31
8418         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
8419              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8420              Date: Sat, 16 Sep 2000 16:36:45 -0400
8421              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
8422      Branch: perl
8423            ! ext/B/B/Deparse.pm
8424 ____________________________________________________________________________
8425 [  7101] By: nick                                  on 2000/09/30  12:51:41
8426         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
8427              From: Craig A. Berry <craig.berry@psinetcs.com>
8428              Date: Sat, 16 Sep 2000 10:11:10 -0500
8429              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
8430      Branch: perl
8431            ! vms/vms.c
8432 ____________________________________________________________________________
8433 [  7100] By: nick                                  on 2000/09/30  12:50:33
8434         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8435              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8436              Date: Fri, 15 Sep 2000 16:37:58 -0400
8437              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
8438      Branch: perl
8439            ! t/op/append.t
8440 ____________________________________________________________________________
8441 [  7099] By: nick                                  on 2000/09/30  12:49:35
8442         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8443              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8444              Date: Fri, 15 Sep 2000 16:25:30 -0400
8445              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
8446      Branch: perl
8447            ! pp_hot.c
8448 ____________________________________________________________________________
8449 [  7098] By: nick                                  on 2000/09/30  12:48:00
8450         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
8451              From: Gisle Aas <gisle@ActiveState.com>
8452              Date: 15 Sep 2000 16:23:41 +0200
8453              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
8454      Branch: perl
8455            ! toke.c
8456 ____________________________________________________________________________
8457 [  7097] By: nick                                  on 2000/09/30  12:45:16
8458         Log: Subject: [PATCH] Nits in perlmod.pod
8459              From: Daniel Chetlin <daniel@chetlin.com>
8460              Date: Fri, 15 Sep 2000 02:04:09 -0700
8461              Message-Id: <20000915020409.A2104@ilmd>
8462      Branch: perl
8463            ! pod/perlmod.pod
8464 ____________________________________________________________________________
8465 [  7096] By: nick                                  on 2000/09/30  12:18:00
8466         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
8467              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
8468              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
8469              0 to checking to get the warning.
8470      Branch: perl
8471            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
8472            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
8473            ! regexec.c sv.c toke.c utf8.c
8474 ____________________________________________________________________________
8475 [  7095] By: nick                                  on 2000/09/15  16:55:59
8476         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
8477              
8478              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
8479              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8480              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
8481              Date: Fri, 15 Sep 2000 06:37:30 -0400
8482      Branch: perl
8483            ! ext/Encode/Encode.xs sv.c
8484 ____________________________________________________________________________
8485 [  7094] By: jhi                                   on 2000/09/15  03:23:32
8486         Log: Update Changes.
8487      Branch: perl
8488            ! Changes patchlevel.h
8489 ____________________________________________________________________________
8490 [  7093] By: jhi                                   on 2000/09/15  03:11:44
8491         Log: Fix for the charnames.t failures from Spider Boardman.
8492      Branch: perl
8493            ! toke.c
8494 ____________________________________________________________________________
8495 [  7092] By: jhi                                   on 2000/09/15  00:15:48
8496         Log: Botched the #7090 check-in.
8497      Branch: perl
8498            ! sv.c
8499 ____________________________________________________________________________
8500 [  7091] By: jhi                                   on 2000/09/14  23:33:24
8501         Log: Part of #7081 didn't come through.
8502      Branch: perl
8503            ! embed.pl proto.h
8504 ____________________________________________________________________________
8505 [  7090] By: jhi                                   on 2000/09/14  23:17:39
8506         Log: Subject: Re: perl@7078 
8507              From: Spider Boardman <spider@web.zk3.dec.com>
8508              Date: Thu, 14 Sep 2000 19:06:36 -0400
8509              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
8510      Branch: perl
8511            ! sv.c toke.c
8512 ____________________________________________________________________________
8513 [  7089] By: jhi                                   on 2000/09/14  23:11:21
8514         Log: Small portability tweaks.
8515      Branch: perl
8516            ! ext/Encode/Encode.xs
8517 ____________________________________________________________________________
8518 [  7088] By: jhi                                   on 2000/09/14  22:57:23
8519         Log: Fake return to pacify picky compilers.
8520      Branch: perl
8521            ! ext/Encode/Encode.xs
8522 ____________________________________________________________________________
8523 [  7087] By: jhi                                   on 2000/09/14  22:53:37
8524         Log: Subject: [PATCH] utf8.c apidoc
8525              From: Simon Cozens <simon@cozens.net>
8526              Date: Thu, 14 Sep 2000 23:46:57 +0100
8527              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
8528      Branch: perl
8529            ! perlapi.c pod/perlapi.pod utf8.c
8530 ____________________________________________________________________________
8531 [  7086] By: jhi                                   on 2000/09/14  22:40:38
8532         Log: We don't need to count the high bit bytes, a boolean is enough. 
8533      Branch: perl
8534            ! sv.c
8535 ____________________________________________________________________________
8536 [  7085] By: jhi                                   on 2000/09/14  21:20:09
8537         Log: Replace #7084 with
8538              
8539              Subject: Re: perl@7078 
8540              From: Spider Boardman <spider@web.zk3.dec.com>
8541              Date: Thu, 14 Sep 2000 17:09:36 -0400
8542              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
8543      Branch: perl
8544            ! sv.c utf8.c
8545 ____________________________________________________________________________
8546 [  7084] By: jhi                                   on 2000/09/14  20:03:34
8547         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
8548              convertable to bytes by checking it doesn't go above 0xc3
8549              
8550              Subject: Re: perl@7078
8551              From: Simon Cozens <simon@cozens.net>
8552              Date: Thu, 14 Sep 2000 20:59:19 +0100
8553              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
8554      Branch: perl
8555            ! utf8.c
8556 ____________________________________________________________________________
8557 [  7083] By: jhi                                   on 2000/09/14  19:38:47
8558         Log: Subject: Re: perl@7078
8559              From: Simon Cozens <simon@cozens.net>
8560              Date: Thu, 14 Sep 2000 20:13:09 +0100
8561              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
8562      Branch: perl
8563            ! t/op/bop.t
8564 ____________________________________________________________________________
8565 [  7082] By: jhi                                   on 2000/09/14  17:50:44
8566         Log: The one that got away.
8567      Branch: perl
8568            ! lib/File/Find.pm
8569 ____________________________________________________________________________
8570 [  7081] By: jhi                                   on 2000/09/14  17:45:35
8571         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
8572              From: Robin Barker <rmb1@cise.npl.co.uk>
8573              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
8574              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
8575      Branch: perl
8576            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
8577            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
8578            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
8579            ! regcomp.c toke.c universal.c
8580 ____________________________________________________________________________
8581 [  7080] By: jhi                                   on 2000/09/14  17:40:35
8582         Log: Problems picked up by AIX cc.
8583              
8584              Subject: Re: perl@7078 (patch included)
8585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8586              Date: Thu, 14 Sep 2000 18:53:30 +0200
8587              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
8588      Branch: perl
8589            ! ext/Encode/Encode.xs
8590 ____________________________________________________________________________
8591 [  7079] By: jhi                                   on 2000/09/14  17:38:27
8592         Log: Subject: File::Find 5.7.0 POD nits
8593              From: Rich Morin <rdm@cfcl.com>
8594              Date: Wed, 13 Sep 2000 22:03:58 -0700
8595              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
8596      Branch: perl
8597            ! lib/File/Find.pm
8598 ____________________________________________________________________________
8599 [  7078] By: jhi                                   on 2000/09/14  14:58:20
8600         Log: Update Changes.
8601      Branch: perl
8602            ! Changes patchlevel.h
8603 ____________________________________________________________________________
8604 [  7077] By: jhi                                   on 2000/09/14  14:55:54
8605         Log: Compilation warnings and an error.
8606      Branch: perl
8607            ! sv.c
8608 ____________________________________________________________________________
8609 [  7076] By: jhi                                   on 2000/09/14  14:42:56
8610         Log: Fix for a parsing bug, not for the original bug.
8611              
8612              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
8613              From: Spider Boardman <spider@web.zk3.dec.com>
8614              Date: Wed, 13 Sep 2000 17:52:20 -0400
8615              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
8616      Branch: perl
8617            ! regcomp.c
8618 ____________________________________________________________________________
8619 [  7075] By: jhi                                   on 2000/09/14  14:40:40
8620         Log: Batch of UTF-8 patches from Simon Cozens.
8621      Branch: perl
8622            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
8623            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
8624            ! toke.c utf8.c
8625 ____________________________________________________________________________
8626 [  7074] By: jhi                                   on 2000/09/14  14:29:58
8627         Log: Subject: Re: Two advertising clauses need to be removed
8628              From: Russ Allbery <rra@stanford.edu>
8629              Date: 13 Sep 2000 18:50:26 -0700
8630              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
8631      Branch: perl
8632            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
8633 ____________________________________________________________________________
8634 [  7073] By: jhi                                   on 2000/09/14  14:28:20
8635         Log: Subject: [PATCH] de-wall t/README
8636              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8637              Date: Wed, 13 Sep 2000 17:46:55 -0700
8638              Message-ID: <//Bw5gzkge/e092yn@efn.org>
8639      Branch: perl
8640            ! t/README
8641 ____________________________________________________________________________
8642 [  7072] By: jhi                                   on 2000/09/14  14:25:10
8643         Log: Hints optimization.
8644              
8645              Subject: Minor nit
8646              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8647              Date: Wed, 13 Sep 2000 21:42:07 +0200
8648              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
8649      Branch: perl
8650            ! hints/hpux.sh
8651 ____________________________________________________________________________
8652 [  7071] By: jhi                                   on 2000/09/14  14:23:30
8653         Log: Allow chop() and chomp() to be overridden.
8654              
8655              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
8656              From: "Casey R. Tweten" <crt@kiski.net>
8657              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
8658              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
8659      Branch: perl
8660            ! toke.c
8661 ____________________________________________________________________________
8662 [  7070] By: jhi                                   on 2000/09/14  14:20:36
8663         Log: The return value of setlocale must be copied away.
8664              
8665              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
8666              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8667              Date: Wed, 13 Sep 2000 16:27:37 +0100 
8668              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
8669      Branch: perl
8670            ! util.c
8671 ____________________________________________________________________________
8672 [  7069] By: jhi                                   on 2000/09/14  14:16:27
8673         Log: Remove vestiges of tr//CU.
8674              
8675              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8676              From: Nick Clark <nick@plum.flirble.org>
8677              Date: Tue, 12 Sep 2000 22:50:14 +0100
8678              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
8679              
8680              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8681              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8682              Date: Tue, 12 Sep 2000 21:38:48 -0700
8683              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
8684      Branch: perl
8685            ! op.h pod/perlunicode.pod
8686 ____________________________________________________________________________
8687 [  7068] By: jhi                                   on 2000/09/13  14:18:39
8688         Log: Add the Encode extension.  The code is still largely just skeleton.
8689      Branch: perl
8690            + ext/Encode/Encode.pm ext/Encode/Encode.xs
8691            + ext/Encode/Makefile.PL ext/Encode/Todo
8692            ! MANIFEST Todo-5.6
8693 ____________________________________________________________________________
8694 [  7067] By: jhi                                   on 2000/09/12  17:43:33
8695         Log: Allow for whitespace between "#" and "line" in cpp output.
8696              
8697              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
8698              From: Calle Dybedahl <calle@lysator.liu.se>
8699              Date: 12 Sep 2000 19:38:02 +0200 
8700              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
8701      Branch: perl
8702            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
8703 ____________________________________________________________________________
8704 [  7066] By: gsar                                  on 2000/09/12  17:24:29
8705         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
8706              initialization in all the threads on Windows
8707      Branch: perl
8708            ! win32/win32.c
8709 ____________________________________________________________________________
8710 [  7065] By: jhi                                   on 2000/09/12  15:11:31
8711         Log: Update Changes.
8712      Branch: perl
8713            ! Changes patchlevel.h
8714 ____________________________________________________________________________
8715 [  7064] By: jhi                                   on 2000/09/12  14:54:54
8716         Log: Retract #7062, the pod tests are not ready.
8717      Branch: perl
8718            ! t/TEST t/harness
8719 ____________________________________________________________________________
8720 [  7063] By: jhi                                   on 2000/09/12  14:25:41
8721         Log: The #7054 truncated Configure badly.
8722      Branch: metaconfig/U/perl
8723            ! End.U
8724      Branch: perl
8725            ! Configure config_h.SH
8726 ____________________________________________________________________________
8727 [  7062] By: jhi                                   on 2000/09/12  14:08:32
8728         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
8729              From: sthoenna@efn.org
8730              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
8731              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
8732      Branch: perl
8733            ! t/TEST t/harness
8734 ____________________________________________________________________________
8735 [  7061] By: jhi                                   on 2000/09/12  14:07:18
8736         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
8737              From: sthoenna@efn.org
8738              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
8739              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
8740      Branch: perl
8741            ! pod/perlxs.pod
8742 ____________________________________________________________________________
8743 [  7060] By: jhi                                   on 2000/09/12  14:06:08
8744         Log: Break up the myconfig lines a bit.
8745              
8746              Subject: perlbug/perl -V output format
8747              From: sthoenna@efn.org
8748              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
8749              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
8750      Branch: perl
8751            ! myconfig.SH
8752 ____________________________________________________________________________
8753 [  7059] By: jhi                                   on 2000/09/12  14:05:04
8754         Log: Test for the #7049.
8755              
8756              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
8757              From: andreas.koenig@anima.de (Andreas J. Koenig)
8758              Date: 12 Sep 2000 06:42:01 +0200
8759              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
8760      Branch: perl
8761            ! t/op/my.t
8762 ____________________________________________________________________________
8763 [  7058] By: jhi                                   on 2000/09/12  14:03:05
8764         Log: Subject: [patch: perl@7045] vms updates
8765              From: Peter Prymmer <pvhp@forte.com>
8766              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
8767              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
8768      Branch: perl
8769            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
8770 ____________________________________________________________________________
8771 [  7057] By: jhi                                   on 2000/09/12  14:00:51
8772         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
8773              From: sthoenna@efn.org
8774              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
8775              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
8776      Branch: perl
8777            ! t/op/64bitint.t
8778 ____________________________________________________________________________
8779 [  7056] By: jhi                                   on 2000/09/12  13:58:14
8780         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
8781              From: Jeff Pinyan <jeffp@crusoe.net>
8782              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
8783              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
8784      Branch: perl
8785            ! pod/perlfunc.pod
8786 ____________________________________________________________________________
8787 [  7055] By: jhi                                   on 2000/09/12  13:56:32
8788         Log: Do in VMS as the #7054 does.
8789      Branch: perl
8790            ! configure.com
8791 ____________________________________________________________________________
8792 [  7054] By: jhi                                   on 2000/09/12  13:50:31
8793         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
8794              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8795              Date: Mon, 11 Sep 2000 08:33:09 +0100
8796              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
8797      Branch: metaconfig/U/perl
8798            ! End.U
8799      Branch: perl
8800            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
8801            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8802 ____________________________________________________________________________
8803 [  7053] By: jhi                                   on 2000/09/12  13:29:19
8804         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
8805              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8806              Date:     Tue, 12 Sep 2000 08:35:59 EDT
8807              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
8808      Branch: perl
8809            ! vms/test.com
8810 ____________________________________________________________________________
8811 [  7052] By: jhi                                   on 2000/09/11  23:01:50
8812         Log: Document the SvUTF8*().
8813      Branch: perl
8814            ! pod/perlapi.pod sv.h
8815 ____________________________________________________________________________
8816 [  7051] By: gsar                                  on 2000/09/11  14:46:30
8817         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
8818              (missed a spot when fixing up op_pmreplroot hack for ithreads)
8819      Branch: perl
8820            ! op.c t/op/split.t
8821 ____________________________________________________________________________
8822 [  7050] By: nick                                  on 2000/09/11  10:03:51
8823         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
8824              
8825              Subject: borland C++ win32.c tweak
8826              From: Vadim Konovalov <vkonovalov@lucent.com>
8827              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
8828              Date: Mon, 11 Sep 2000 11:22:33 +0400
8829      Branch: perl
8830            ! win32/win32.c
8831 ____________________________________________________________________________
8832 [  7049] By: nick                                  on 2000/09/11  09:57:33
8833         Log: Point fix for s/// on foreach (keys %xxx).
8834      Branch: perl
8835            ! pp_hot.c
8836 ____________________________________________________________________________
8837 [  7048] By: jhi                                   on 2000/09/10  23:37:09
8838         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
8839              by Pod::Text, from Brad Appleton.
8840      Branch: perl
8841            ! t/pod/testp2pt.pl
8842 ____________________________________________________________________________
8843 [  7047] By: jhi                                   on 2000/09/10  14:32:53
8844         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
8845              by Russ Allbery.
8846      Branch: perl
8847            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
8848 ____________________________________________________________________________
8849 [  7046] By: jhi                                   on 2000/09/10  14:15:08
8850         Log: Upgrade to CPAN 1.57_65, from Andreas König.
8851      Branch: perl
8852            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8853 ____________________________________________________________________________
8854 [  7045] By: jhi                                   on 2000/09/08  21:36:32
8855         Log: Update Changes.
8856      Branch: perl
8857            ! Changes patchlevel.h
8858 ____________________________________________________________________________
8859 [  7044] By: jhi                                   on 2000/09/08  21:29:56
8860         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
8861              From: Peter Prymmer <pvhp@forte.com>
8862              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
8863              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
8864      Branch: perl
8865            ! configure.com
8866 ____________________________________________________________________________
8867 [  7043] By: jhi                                   on 2000/09/08  21:27:50
8868         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
8869              From: Peter Prymmer <pvhp@forte.com>
8870              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
8871              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
8872      Branch: perl
8873            ! Makefile.SH installperl
8874 ____________________________________________________________________________
8875 [  7042] By: jhi                                   on 2000/09/08  21:23:21
8876         Log: Continue #7041.
8877      Branch: perl
8878            ! cygwin/Makefile.SHs os2/Makefile.SHs
8879 ____________________________________________________________________________
8880 [  7041] By: jhi                                   on 2000/09/08  21:18:10
8881         Log: Do away with memory models cruft.  Sorry, PDP users.
8882      Branch: metaconfig
8883            ! U/modified/cc.U U/modified/libpth.U
8884      Branch: perl
8885            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8886            ! Porting/config_H cflags.SH config_h.SH configure.com
8887            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
8888            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
8889            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
8890 ____________________________________________________________________________
8891 [  7040] By: jhi                                   on 2000/09/08  14:34:18
8892         Log: Major rewrite of s2p.  And I mean really major, it is
8893              an implementation of sed in perl.  If called as s2p it
8894              will function as s2p.  Note: needs non-UNIXifying.
8895              
8896              Subject: s2p
8897              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8898              Date: Mon, 28 Aug 2000 14:05:12 +0200
8899              Message-ID: <39AA5578.2102E2AA@alcatel.at>
8900      Branch: perl
8901            ! x2p/s2p.PL
8902 ____________________________________________________________________________
8903 [  7039] By: jhi                                   on 2000/09/08  14:19:49
8904         Log: Re-allow vec() for characters > 255.
8905              
8906              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
8907              From: Spider Boardman <spider@web.zk3.dec.com>
8908              Date: Fri, 08 Sep 2000 02:21:02 -0400
8909              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
8910      Branch: perl
8911            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8912            ! t/op/vec.t
8913 ____________________________________________________________________________
8914 [  7038] By: jhi                                   on 2000/09/08  14:14:18
8915         Log: Subject: [PATCH lib/Benchmark.pm]
8916              From: <abigail@foad.org>
8917              Date: Thu, 7 Sep 2000 15:03:20 -0400
8918              Message-ID: <20000907190320.888.qmail@foad.org>
8919      Branch: perl
8920            ! lib/Benchmark.pm
8921 ____________________________________________________________________________
8922 [  7037] By: jhi                                   on 2000/09/08  14:11:06
8923         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
8924              
8925              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
8926              From: Spider Boardman <spider@web.zk3.dec.com>
8927              Date: Fri, 08 Sep 2000 01:30:27 -0400
8928              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
8929      Branch: perl
8930            ! op.c
8931 ____________________________________________________________________________
8932 [  7036] By: jhi                                   on 2000/09/08  14:08:58
8933         Log: Subject: [ID 20000908.002] perlipc documentation bug.
8934              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
8935              Date: Fri, 08 Sep 2000 12:38:32 +0200
8936              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
8937      Branch: perl
8938            ! pod/perlipc.pod
8939 ____________________________________________________________________________
8940 [  7035] By: jhi                                   on 2000/09/08  14:03:12
8941         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
8942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8943              Date: Fri, 08 Sep 2000 11:47:34 +0200
8944              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
8945      Branch: perl
8946            ! hints/dec_osf.sh
8947 ____________________________________________________________________________
8948 [  7034] By: jhi                                   on 2000/09/08  13:59:35
8949         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
8950              From: Simon Cozens <simon@cozens.net>
8951              Date: Thu, 7 Sep 2000 20:40:38 +0100
8952              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
8953      Branch: perl
8954            ! pp_hot.c
8955 ____________________________________________________________________________
8956 [  7033] By: jhi                                   on 2000/09/08  04:03:03
8957         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
8958              From: "Larry W. Virden" <lvirden@cas.org>
8959              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
8960              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
8961      Branch: perl
8962            ! pod/perldiag.pod
8963 ____________________________________________________________________________
8964 [  7032] By: jhi                                   on 2000/09/07  22:18:30
8965         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
8966              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
8967              Date: Mon, 04 Sep 2000 13:16:38 -0700
8968              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
8969      Branch: perl
8970            ! lib/perl5db.pl
8971 ____________________________________________________________________________
8972 [  7031] By: jhi                                   on 2000/09/07  22:02:29
8973         Log: Fix the ccversion detection for 5.1 and beyond.
8974              
8975              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
8976              From: Spider Boardman <spider@leggy.zk3.dec.com>
8977              Date: Thu, 7 Sep 2000 17:54:27 -0400
8978              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
8979      Branch: perl
8980            ! hints/dec_osf.sh
8981 ____________________________________________________________________________
8982 [  7030] By: jhi                                   on 2000/09/07  19:12:28
8983         Log: Fix for
8984              
8985              Subject: [ID 20000903.001] \w in utf8-strings
8986              From: Marc Lehmann <pcg@goof.com>
8987              Date: Sun, 03 Sep 2000 09:44:29 +0200
8988              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
8989              
8990              and various related nits.
8991      Branch: perl
8992            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
8993 ____________________________________________________________________________
8994 [  7029] By: jhi                                   on 2000/09/07  18:49:09
8995         Log: Fix the URL, but the server is still missing in action.
8996              
8997              Subject: [ID 20000905.002] perlfaq1.pod URL error
8998              From: "Larry W. Virden" <lvirden@cas.org>
8999              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
9000              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
9001      Branch: perl
9002            ! pod/perlfaq1.pod
9003 ____________________________________________________________________________
9004 [  7028] By: jhi                                   on 2000/09/07  18:47:13
9005         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
9006              From: Hugo <hv@crypt.compulink.co.uk>
9007              Date: Tue, 05 Sep 2000 14:13:37 +0100
9008              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
9009      Branch: perl
9010            ! toke.c
9011 ____________________________________________________________________________
9012 [  7027] By: jhi                                   on 2000/09/07  18:45:35
9013         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
9014              From: Daniel Chetlin <daniel@chetlin.com>
9015              Date: Tue, 5 Sep 2000 04:57:07 -0700
9016              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
9017      Branch: perl
9018            ! pod/perlfaq6.pod pod/perlop.pod
9019 ____________________________________________________________________________
9020 [  7026] By: jhi                                   on 2000/09/07  18:44:01
9021         Log: Document the new ref() semantics.
9022              
9023              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9024              From: Gisle Aas <gisle@ActiveState.com>
9025              Date: 05 Sep 2000 08:10:30 +0200
9026              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
9027      Branch: perl
9028            ! pod/perldelta.pod
9029 ____________________________________________________________________________
9030 [  7025] By: jhi                                   on 2000/09/07  18:42:27
9031         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
9032              
9033              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9034              From: Gisle Aas <gisle@ActiveState.com>
9035              Date: 05 Sep 2000 08:11:40 +0200
9036              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
9037      Branch: perl
9038            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
9039 ____________________________________________________________________________
9040 [  7024] By: jhi                                   on 2000/09/07  18:39:32
9041         Log: Subject: [PATCH] Modernize Opcode.pm documentation
9042              From: Gisle Aas <gisle@ActiveState.com>
9043              Date: 4 Sep 2000 00:18:55 -0000
9044              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
9045      Branch: perl
9046            ! ext/Opcode/Opcode.pm
9047 ____________________________________________________________________________
9048 [  7023] By: jhi                                   on 2000/09/07  18:37:42
9049         Log: Subject: [PATCH] Tied filehandle documentation
9050              From: Gisle Aas <gisle@ActiveState.com>
9051              Date: 4 Sep 2000 00:14:40 -0000
9052              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
9053      Branch: perl
9054            ! pod/perlfunc.pod pod/perltie.pod
9055 ____________________________________________________________________________
9056 [  7022] By: jhi                                   on 2000/09/07  18:35:37
9057         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
9058              From: Gisle Aas <gisle@ActiveState.com>
9059              Date: 4 Sep 2000 00:04:22 -0000
9060              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
9061      Branch: perl
9062            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
9063 ____________________________________________________________________________
9064 [  7021] By: jhi                                   on 2000/09/07  18:33:22
9065         Log: Subject: small apidoc fix
9066              From: Marc Lehmann <pcg@goof.com>
9067              Date: Sun, 3 Sep 2000 05:12:06 +0200
9068              Message-ID: <20000903051206.A5909@cerebro.laendle>
9069      Branch: perl
9070            ! pod/perlapi.pod utf8.c
9071 ____________________________________________________________________________
9072 [  7020] By: jhi                                   on 2000/09/07  16:14:57
9073         Log: Tiny perldelta nits.
9074      Branch: perl
9075            ! pod/perldelta.pod
9076 ____________________________________________________________________________
9077 [  7019] By: jhi                                   on 2000/09/07  16:04:20
9078         Log: Guard against bad string->int conversion for quads.
9079      Branch: perl
9080            ! t/op/64bitint.t
9081 ____________________________________________________________________________
9082 [  7018] By: jhi                                   on 2000/09/06  17:07:03
9083         Log: Update Unicode todo list.
9084      Branch: perl
9085            ! Todo-5.6
9086 ____________________________________________________________________________
9087 [  7017] By: jhi                                   on 2000/09/05  21:16:01
9088         Log: Document the SvIOK_.*UV().
9089      Branch: perl
9090            ! pod/perlapi.pod sv.h
9091 ____________________________________________________________________________
9092 [  7016] By: nick                                  on 2000/09/03  21:54:46
9093         Log: Hash lookup of constant strings optimization:
9094              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
9095              to string table (as per sharepvn). Add newSV_pvn_share to create such
9096              a thing. Make hv.c compare addresses of strings and skip string compare
9097              if equal. Make method_named and helem ops use these shared-string SVs
9098              when arg is constant. Make keys op return shared-string SVs (less clearly
9099              a win).
9100      Branch: perl
9101            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
9102            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
9103            ! pod/perlintern.pod pp_hot.c proto.h sv.c
9104 ____________________________________________________________________________
9105 [  7015] By: jhi                                   on 2000/09/02  17:48:59
9106         Log: This is 5.7.0.
9107      Branch: perl
9108            ! Changes
9109 ____________________________________________________________________________
9110 [  7014] By: jhi                                   on 2000/09/02  17:35:45
9111         Log: Changes and patchlevel tweaks.
9112      Branch: perl
9113            ! Changes patchlevel.h
9114 ____________________________________________________________________________
9115 [  7013] By: jhi                                   on 2000/09/02  17:30:50
9116         Log: Update Changes.
9117      Branch: perl
9118            ! Changes patchlevel.h
9119 ____________________________________________________________________________
9120 [  7012] By: nick                                  on 2000/09/02  17:25:20
9121         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
9122      Branch: perl
9123            ! gv.c lib/overload.pm
9124 ____________________________________________________________________________
9125 [  7011] By: jhi                                   on 2000/09/02  17:16:25
9126         Log: Update perlhist.
9127      Branch: perl
9128            ! pod/perlhist.pod
9129 ____________________________________________________________________________
9130 [  7010] By: jhi                                   on 2000/09/02  17:01:35
9131         Log: perldelta nits.
9132      Branch: perl
9133            ! pod/perldelta.pod
9134 ____________________________________________________________________________
9135 [  7009] By: nick                                  on 2000/09/02  16:48:35
9136         Log: If overloaded %{} etc. return the object do not loop.
9137              Thus  sub deref { $_[0] } functions if object is wanted type.
9138      Branch: perl
9139            ! pp.h
9140 ____________________________________________________________________________
9141 [  7008] By: jhi                                   on 2000/09/02  16:26:11
9142         Log: Retab MANIFEST.
9143      Branch: perl
9144            ! ext/Storable/MANIFEST
9145 ____________________________________________________________________________
9146 [  7007] By: jhi                                   on 2000/09/02  16:23:02
9147         Log: Make certain cc is set before trying to run it.
9148      Branch: perl
9149            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
9150 ____________________________________________________________________________
9151 [  7006] By: jhi                                   on 2000/09/02  15:45:41
9152         Log: Unicode notes.
9153      Branch: perl
9154            ! pod/perldelta.pod
9155 ____________________________________________________________________________
9156 [  7005] By: jhi                                   on 2000/09/02  15:42:11
9157         Log: Various Configure nits by Philip Newton,
9158              plus the ebcdic one by me.
9159      Branch: metaconfig
9160            + U/modified/pager.U
9161            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
9162      Branch: metaconfig/U/perl
9163            ! Devel.U quadfio.U
9164      Branch: perl
9165            ! Configure config_h.SH
9166 ____________________________________________________________________________
9167 [  7004] By: jhi                                   on 2000/09/02  15:06:14
9168         Log: Apparently avoiding the swapping is too costly.
9169              
9170              From: "Ben Tilly" <ben_tilly@hotmail.com>
9171              Subject: Re: the door is closed.
9172              Date: Fri, 01 Sep 2000 20:23:16 EDT
9173              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
9174      Branch: perl
9175            ! pod/perlfaq4.pod
9176 ____________________________________________________________________________
9177 [  7003] By: nick                                  on 2000/09/02  12:26:04
9178         Log: Undo part of change 6489 which looks like a bulk edit which
9179              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
9180              The supressing of main:: on return from select() is undesirable.
9181      Branch: perl
9182            ! pp_sys.c
9183 ____________________________________________________________________________
9184 [  7002] By: jhi                                   on 2000/09/01  23:08:54
9185         Log: Update Changes.
9186      Branch: perl
9187            ! Changes patchlevel.h
9188 ____________________________________________________________________________
9189 [  7001] By: jhi                                   on 2000/09/01  23:00:13
9190         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
9191              From: Peter Prymmer <pvhp@forte.com>
9192              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
9193              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
9194              
9195              plus rework the http: spots as suggested by Tom Christiansen,
9196              plus regen perltoc.
9197      Branch: perl
9198            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
9199            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
9200 ____________________________________________________________________________
9201 [  7000] By: jhi                                   on 2000/09/01  22:36:01
9202         Log: Only the first line, thank you very much.
9203      Branch: perl
9204            ! hints/solaris_2.sh
9205 ____________________________________________________________________________
9206 [  6999] By: gsar                                  on 2000/09/01  22:16:40
9207         Log: change#6791 accidentally clobbered change#6710, put it back
9208      Branch: perl
9209            ! win32/win32.c
9210 ____________________________________________________________________________
9211 [  6998] By: jhi                                   on 2000/09/01  22:14:16
9212         Log: Mention the HP-UX LP64 freak failure.
9213      Branch: perl
9214            ! pod/perldelta.pod
9215 ____________________________________________________________________________
9216 [  6997] By: jhi                                   on 2000/09/01  21:48:32
9217         Log: Detypo.
9218      Branch: perl
9219            ! hints/hpux.sh
9220 ____________________________________________________________________________
9221 [  6996] By: jhi                                   on 2000/09/01  21:27:10
9222         Log: Update Changes.
9223      Branch: perl
9224            ! Changes patchlevel.h
9225 ____________________________________________________________________________
9226 [  6995] By: jhi                                   on 2000/09/01  21:14:24
9227         Log: Mi splgn s gnin.g
9228      Branch: perl
9229            ! pp_ctl.c
9230 ____________________________________________________________________________
9231 [  6994] By: jhi                                   on 2000/09/01  21:09:54
9232         Log: Subject: http:// in L<>
9233              From: Nicholas Clark <nick@ccl4.org>
9234              Date: Fri, 1 Sep 2000 22:03:21 +0100
9235              Message-ID: <20000901220321.B72074@plum.flirble.org>
9236      Branch: perl
9237            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
9238 ____________________________________________________________________________
9239 [  6993] By: jhi                                   on 2000/09/01  21:06:54
9240         Log: Update to Storable 1.0, from Raphael Manfredi.
9241      Branch: perl
9242            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
9243            ! ext/Storable/Makefile.PL ext/Storable/README
9244            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9245            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
9246            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
9247            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
9248            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
9249            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
9250 ____________________________________________________________________________
9251 [  6992] By: jhi                                   on 2000/09/01  20:43:05
9252         Log: Mention known sfio+linux buglet.
9253      Branch: perl
9254            ! pod/perldelta.pod
9255 ____________________________________________________________________________
9256 [  6991] By: jhi                                   on 2000/09/01  20:40:11
9257         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
9258              From: Peter Prymmer <pvhp@forte.com>
9259              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
9260              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
9261      Branch: perl
9262            ! vms/vms.c
9263 ____________________________________________________________________________
9264 [  6990] By: jhi                                   on 2000/09/01  20:25:26
9265         Log: Retract #6986.
9266      Branch: perl
9267            ! hints/solaris_2.sh
9268 ____________________________________________________________________________
9269 [  6989] By: jhi                                   on 2000/09/01  20:23:00
9270         Log: Mergesort is back.
9271      Branch: perl
9272            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
9273 ____________________________________________________________________________
9274 [  6988] By: jhi                                   on 2000/09/01  19:37:40
9275         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
9276              From: Mike Guy <mjtg@cam.ac.uk>
9277              Date: Fri, 01 Sep 2000 17:43:33 +0100
9278              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
9279      Branch: perl
9280            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
9281            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
9282 ____________________________________________________________________________
9283 [  6987] By: jhi                                   on 2000/09/01  19:17:10
9284         Log: Regen perltoc.
9285      Branch: perl
9286            ! pod/perltoc.pod
9287 ____________________________________________________________________________
9288 [  6986] By: jhi                                   on 2000/09/01  18:51:10
9289         Log: Subject: Re: Solaris x86 has no SPARC libraries!
9290              From: Lupe Christoph <lupe@lupe-christoph.de>
9291              Date: Fri, 1 Sep 2000 20:41:20 +0200
9292              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
9293      Branch: perl
9294            ! hints/solaris_2.sh
9295 ____________________________________________________________________________
9296 [  6985] By: jhi                                   on 2000/09/01  18:28:10
9297         Log: Update Changes.
9298      Branch: perl
9299            ! Changes patchlevel.h
9300 ____________________________________________________________________________
9301 [  6984] By: jhi                                   on 2000/09/01  18:26:53
9302         Log: Feature ordering tweak.
9303      Branch: perl
9304            ! myconfig.SH
9305 ____________________________________________________________________________
9306 [  6983] By: jhi                                   on 2000/09/01  18:19:50
9307         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9308              From: <abigail@foad.org>
9309              Date: Fri, 1 Sep 2000 13:07:32 -0400
9310              Message-ID: <20000901170732.18249.qmail@foad.org>
9311      Branch: perl
9312            ! t/pragma/overload.t
9313 ____________________________________________________________________________
9314 [  6982] By: jhi                                   on 2000/09/01  18:17:54
9315         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
9316              so that case-ignoring systems like DCL can tell them from
9317              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
9318      Branch: metaconfig/U/perl
9319            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
9320      Branch: perl
9321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9322            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
9323            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
9324            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
9325            ! vos/config.def vos/config.h vos/config_h.SH_orig
9326            ! win32/config.bc win32/config.gc win32/config.vc
9327 ____________________________________________________________________________
9328 [  6981] By: nick                                  on 2000/09/01  17:21:57
9329         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
9330              warning when UNTIE exists and instead pass the cound of extra references to
9331              the UNTIE method.
9332      Branch: perl
9333            ! pod/perltie.pod pp_sys.c
9334 ____________________________________________________________________________
9335 [  6980] By: jhi                                   on 2000/09/01  16:54:44
9336         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
9337              From: Peter Prymmer <pvhp@forte.com>
9338              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
9339              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
9340      Branch: perl
9341            ! configure.com
9342 ____________________________________________________________________________
9343 [  6979] By: jhi                                   on 2000/09/01  16:06:20
9344         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
9345              From: Mike Guy <mjtg@cam.ac.uk> 
9346              Date: Fri, 01 Sep 2000 16:49:27 +0100
9347              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
9348      Branch: perl
9349            ! t/base/rs.t
9350 ____________________________________________________________________________
9351 [  6978] By: jhi                                   on 2000/09/01  16:00:42
9352         Log: Update to PodParser 1.18, from Brad Appleton.
9353      Branch: perl
9354            ! lib/Pod/Checker.pm t/pod/find.t
9355 ____________________________________________________________________________
9356 [  6977] By: jhi                                   on 2000/09/01  14:48:58
9357         Log: Subject: Nit in Configure (bleadperl@6961)
9358              From: Lupe Christoph <lupe@lupe-christoph.de>
9359              Date: Fri, 1 Sep 2000 16:34:29 +0200
9360              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
9361      Branch: metaconfig
9362            ! U/compline/ccflags.U
9363      Branch: perl
9364            ! Configure config_h.SH
9365 ____________________________________________________________________________
9366 [  6976] By: jhi                                   on 2000/09/01  14:39:52
9367         Log: Update Changes.
9368      Branch: perl
9369            ! Changes patchlevel.h
9370 ____________________________________________________________________________
9371 [  6975] By: jhi                                   on 2000/09/01  14:37:36
9372         Log: microperl config update.
9373      Branch: perl
9374            ! uconfig.h uconfig.sh
9375 ____________________________________________________________________________
9376 [  6974] By: jhi                                   on 2000/09/01  14:36:53
9377         Log: Document known deficiencies.
9378      Branch: perl
9379            ! pod/perldelta.pod
9380 ____________________________________________________________________________
9381 [  6973] By: jhi                                   on 2000/09/01  14:10:20
9382         Log: Mention warnings fixes and updates.
9383      Branch: perl
9384            ! pod/perldelta.pod
9385 ____________________________________________________________________________
9386 [  6972] By: jhi                                   on 2000/09/01  14:01:52
9387         Log: Drop unused argument.
9388              
9389              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
9390              From: Spider Boardman <spider@web.zk3.dec.com>
9391              Date: Thu, 31 Aug 2000 16:10:15 -0400
9392              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
9393      Branch: perl
9394            ! toke.c
9395 ____________________________________________________________________________
9396 [  6971] By: jhi                                   on 2000/09/01  13:59:24
9397         Log: Add the overload warnings to perldiag.
9398      Branch: perl
9399            ! lib/overload.pm pod/perldiag.pod
9400 ____________________________________________________________________________
9401 [  6970] By: jhi                                   on 2000/09/01  13:55:10
9402         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9403              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9404              Date: Fri, 1 Sep 2000 13:43:15 +0100 
9405              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
9406      Branch: perl
9407            ! lib/overload.pm t/pragma/overload.t
9408 ____________________________________________________________________________
9409 [  6969] By: jhi                                   on 2000/09/01  13:52:27
9410         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9411              From: <abigail@foad.org>
9412              Date: Fri, 1 Sep 2000 05:46:54 -0400
9413              Message-ID: <20000901094654.6476.qmail@foad.org>
9414      Branch: perl
9415            ! lib/overload.pm
9416 ____________________________________________________________________________
9417 [  6968] By: jhi                                   on 2000/09/01  13:50:05
9418         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
9419              From: Daniel Chetlin <daniel@chetlin.com>
9420              Date: Fri, 1 Sep 2000 02:10:55 -0700
9421              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
9422      Branch: perl
9423            ! pod/perlretut.pod
9424 ____________________________________________________________________________
9425 [  6967] By: jhi                                   on 2000/09/01  13:47:54
9426         Log: Part of the solution.
9427              
9428              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
9429              From: Mike Guy <mjtg@cam.ac.uk>
9430              Date: Fri, 01 Sep 2000 14:16:01 +0100
9431              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
9432      Branch: perl
9433            ! gv.c mg.c
9434 ____________________________________________________________________________
9435 [  6966] By: jhi                                   on 2000/09/01  13:46:17
9436         Log: Subject: CPAN.pm beta 1.57_57 for the core
9437              From: andreas.koenig@anima.de (Andreas J. Koenig)
9438              Date: 01 Sep 2000 15:16:31 +0200
9439              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
9440      Branch: perl
9441            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9442 ____________________________________________________________________________
9443 [  6965] By: jhi                                   on 2000/09/01  13:43:18
9444         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
9445              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9446              Date: Fri, 01 Sep 2000 01:47:22 -0500
9447              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
9448      Branch: perl
9449            ! pod/perldelta.pod vms/vms.c
9450 ____________________________________________________________________________
9451 [  6964] By: jhi                                   on 2000/09/01  13:35:35
9452         Log: File::Temp patches from Andreas König,
9453              
9454              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
9455              From: andreas.koenig@anima.de (Andreas J. Koenig)
9456              Date: 01 Sep 2000 10:07:20 +0200
9457              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
9458              
9459              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
9460              From: andreas.koenig@anima.de (Andreas J. Koenig)
9461              Date: 31 Aug 2000 23:26:08 +0200
9462              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
9463      Branch: perl
9464            ! lib/File/Temp.pm t/lib/ftmp-security.t
9465 ____________________________________________________________________________
9466 [  6963] By: jhi                                   on 2000/09/01  02:22:24
9467         Log: Retract the mergesort code, way too incompatible licensing
9468              and copyrights.
9469      Branch: perl
9470            ! pod/perldelta.pod pp_ctl.c
9471 ____________________________________________________________________________
9472 [  6962] By: jhi                                   on 2000/08/31  23:27:32
9473         Log: Update Changes.
9474      Branch: perl
9475            ! Changes patchlevel.h
9476 ____________________________________________________________________________
9477 [  6961] By: jhi                                   on 2000/08/31  23:20:04
9478         Log: Small tweaks all over.
9479      Branch: metaconfig
9480            ! U/compline/d_gconvert.U
9481      Branch: perl
9482            ! AUTHORS Configure config_h.SH pp_ctl.c
9483 ____________________________________________________________________________
9484 [  6960] By: jhi                                   on 2000/08/31  22:39:36
9485         Log: Further rewording.
9486      Branch: perl
9487            ! pp_ctl.c
9488 ____________________________________________________________________________
9489 [  6959] By: jhi                                   on 2000/08/31  21:26:44
9490         Log: More address tweaking.
9491      Branch: perl
9492            ! AUTHORS Changes
9493 ____________________________________________________________________________
9494 [  6958] By: jhi                                   on 2000/08/31  20:47:25
9495         Log: AUTHORS tweaks, from Peter Prymmer.
9496              
9497              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
9498              From: Peter Prymmer <pvhp@forte.com>
9499              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
9500              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
9501      Branch: perl
9502            ! AUTHORS MAINTAIN
9503 ____________________________________________________________________________
9504 [  6957] By: jhi                                   on 2000/08/31  20:34:43
9505         Log: perldelta tweaks.
9506      Branch: perl
9507            ! pod/perldelta.pod
9508 ____________________________________________________________________________
9509 [  6956] By: jhi                                   on 2000/08/31  19:11:06
9510         Log: Regen perltoc.
9511      Branch: perl
9512            ! pod/perltoc.pod
9513 ____________________________________________________________________________
9514 [  6955] By: jhi                                   on 2000/08/31  19:06:30
9515         Log: Clarify the mergesort situation.
9516      Branch: perl
9517            ! pp_ctl.c
9518 ____________________________________________________________________________
9519 [  6954] By: jhi                                   on 2000/08/31  18:24:17
9520         Log: Move the Solaris 7 scan to use64bitall, make the
9521              failure to find 64-bot sparc libc to mention the
9522              possibility of being in an intel, from Lupe and Alan.
9523      Branch: perl
9524            ! hints/solaris_2.sh
9525 ____________________________________________________________________________
9526 [  6953] By: jhi                                   on 2000/08/31  18:09:20
9527         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
9528              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
9529      Branch: metaconfig
9530            ! U/compline/d_gconvert.U U/threads/archname.U
9531      Branch: metaconfig/U/perl
9532            ! perlxv.U
9533      Branch: perl
9534            ! Configure config_h.SH sv.c
9535 ____________________________________________________________________________
9536 [  6952] By: jhi                                   on 2000/08/31  17:42:24
9537         Log: :: not allowed in pathnames, change to .
9538              
9539              Subject: [PATCH perl@6938] cygwin port
9540              From: "Fifer, Eric" <EFifer@sanwaint.com>
9541              Date: Thu, 31 Aug 2000 16:32:59 +0100
9542              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
9543      Branch: metaconfig/U/perl
9544            ! perlxv.U
9545 ____________________________________________________________________________
9546 [  6951] By: jhi                                   on 2000/08/31  17:02:05
9547         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
9548      Branch: perl
9549            ! perl.h
9550 ____________________________________________________________________________
9551 [  6950] By: jhi                                   on 2000/08/31  16:26:08
9552         Log: More author updates.
9553              
9554              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
9555              From: Simon Cozens <simon@cozens.net>
9556              Date: Thu, 31 Aug 2000 17:13:32 +0100
9557              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
9558      Branch: perl
9559            ! AUTHORS
9560 ____________________________________________________________________________
9561 [  6949] By: jhi                                   on 2000/08/31  16:04:49
9562         Log: POSIX doesn't report long double values under -Duselongdouble
9563              when the long doubles are "real" (bigger than doubles).
9564              
9565              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
9566              From: Spider Boardman <spider@peano.zk3.dec.com>
9567              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
9568              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
9569      Branch: perl
9570            ! ext/POSIX/POSIX.xs
9571 ____________________________________________________________________________
9572 [  6948] By: jhi                                   on 2000/08/31  15:25:10
9573         Log: Update Changes.
9574      Branch: perl
9575            ! Changes patchlevel.h
9576 ____________________________________________________________________________
9577 [  6947] By: jhi                                   on 2000/08/31  15:22:29
9578         Log: Document UNTIE in a very minimalistic way.
9579      Branch: perl
9580            ! pod/perlfunc.pod pod/perltie.pod
9581 ____________________________________________________________________________
9582 [  6946] By: jhi                                   on 2000/08/31  15:15:23
9583         Log: Document known failures.
9584      Branch: perl
9585            ! pod/perldelta.pod
9586 ____________________________________________________________________________
9587 [  6945] By: jhi                                   on 2000/08/31  15:07:00
9588         Log: Don't attach -ld to the archname if pointless.
9589      Branch: metaconfig
9590            ! U/threads/archname.U
9591      Branch: perl
9592            ! Configure config_h.SH
9593 ____________________________________________________________________________
9594 [  6944] By: jhi                                   on 2000/08/31  14:37:42
9595         Log: Wrap the test in eval.
9596              
9597              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
9598              From: Tim Jenness <timj@jach.hawaii.edu>
9599              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
9600              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
9601      Branch: perl
9602            ! t/lib/ftmp-security.t
9603 ____________________________________________________________________________
9604 [  6943] By: jhi                                   on 2000/08/31  14:30:57
9605         Log: Make -Dusemorebits find long doubles in Solaris.
9606      Branch: perl
9607            ! hints/solaris_2.sh
9608 ____________________________________________________________________________
9609 [  6942] By: jhi                                   on 2000/08/31  13:48:45
9610         Log: Clarify the third case of ftmp-security warnings.
9611      Branch: perl
9612            ! INSTALL
9613 ____________________________________________________________________________
9614 [  6941] By: jhi                                   on 2000/08/31  13:40:31
9615         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
9616              From: <abigail@foad.org>
9617              Date: Thu, 31 Aug 2000 01:35:05 -0400
9618              Message-ID: <20000831053505.32120.qmail@foad.org>
9619      Branch: perl
9620            ! pod/perldelta.pod
9621 ____________________________________________________________________________
9622 [  6940] By: jhi                                   on 2000/08/31  13:38:48
9623         Log: Issue useful diagnostic on unknown pod commands.
9624              
9625              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
9626              From: <abigail@foad.org>
9627              Date: Thu, 31 Aug 2000 03:41:18 -0400
9628              Message-ID: <20000831074118.24880.qmail@foad.org>
9629      Branch: perl
9630            ! lib/Pod/Man.pm
9631 ____________________________________________________________________________
9632 [  6939] By: jhi                                   on 2000/08/31  13:34:33
9633         Log: Reveal Borland's isnan.
9634              
9635              Subject: build with BC++ tweak
9636              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9637              Date: Thu, 31 Aug 2000 13:09:37 +0400
9638              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
9639      Branch: perl
9640            ! win32/win32.h
9641 ____________________________________________________________________________
9642 [  6938] By: jhi                                   on 2000/08/31  05:01:20
9643         Log: Update Changes.
9644      Branch: perl
9645            ! Changes patchlevel.h
9646 ____________________________________________________________________________
9647 [  6937] By: jhi                                   on 2000/08/31  04:26:23
9648         Log: sscanf() may be the only way to read long doubles from strings.
9649      Branch: metaconfig/U/perl
9650            ! longdblfio.U
9651      Branch: perl
9652            ! Configure config_h.SH perl.h util.c
9653 ____________________________________________________________________________
9654 [  6936] By: jhi                                   on 2000/08/31  04:18:19
9655         Log: The #6929 was too skimpy.
9656      Branch: perl
9657            ! sv.c
9658 ____________________________________________________________________________
9659 [  6935] By: jhi                                   on 2000/08/31  02:47:07
9660         Log: Subject: Re: typos in pods
9661              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9662              Date: Wed, 30 Aug 2000 19:25:34 -0700
9663              Message-ID: <eIcr5gzkg25X092yn@efn.org>
9664      Branch: perl
9665            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
9666 ____________________________________________________________________________
9667 [  6934] By: jhi                                   on 2000/08/31  02:42:55
9668         Log: Missed one Unicode file.
9669      Branch: perl
9670            + lib/unicode/UCDFF301.html
9671 ____________________________________________________________________________
9672 [  6933] By: jhi                                   on 2000/08/30  23:42:27
9673         Log: Update Changes.
9674      Branch: perl
9675            ! Changes patchlevel.h
9676 ____________________________________________________________________________
9677 [  6932] By: jhi                                   on 2000/08/30  23:40:07
9678         Log: Mention UNTIE in perldelta.  Still needs documenting
9679              in perltie et alia.
9680      Branch: perl
9681            ! pod/perldelta.pod
9682 ____________________________________________________________________________
9683 [  6931] By: jhi                                   on 2000/08/30  23:36:02
9684         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
9685              From: <abigail@foad.org>
9686              Date: Wed, 30 Aug 2000 19:28:07 -0400
9687              Message-ID: <20000830232807.305.qmail@foad.org>
9688      Branch: perl
9689            ! pod/perldelta.pod
9690 ____________________________________________________________________________
9691 [  6930] By: jhi                                   on 2000/08/30  23:32:40
9692         Log: Update to Unicode 3.0.1.
9693      Branch: perl
9694            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
9695            + lib/unicode/PropList.txt lib/unicode/README.perl
9696            + lib/unicode/UCD301.html lib/unicode/Unicode.301
9697            - lib/unicode/Props.txt lib/unicode/UCD300.html
9698            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9699            ! (edit 257 files)
9700 ____________________________________________________________________________
9701 [  6929] By: jhi                                   on 2000/08/30  22:38:18
9702         Log: Heap decorruption.
9703              
9704              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
9705              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9706              Date: Wed, 30 Aug 2000 22:39:52 +0100
9707              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
9708      Branch: perl
9709            ! sv.c
9710 ____________________________________________________________________________
9711 [  6928] By: jhi                                   on 2000/08/30  22:29:34
9712         Log: Retract the dummy test, skip the security tests (instead of failing),
9713              explain what the warnings mean.
9714      Branch: perl
9715            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
9716 ____________________________________________________________________________
9717 [  6927] By: jhi                                   on 2000/08/30  22:14:13
9718         Log: Change the internal implementation of sort() to be mergesort
9719              instead of quicksort, from John Linderman <jpl@research.att.com>.
9720              Gives us better worst case, better average case, and stability.
9721              What's there not to like?  (Small fixes for threaded builds
9722              were required).
9723      Branch: perl
9724            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
9725 ____________________________________________________________________________
9726 [  6926] By: jhi                                   on 2000/08/30  20:55:20
9727         Log: A better fix for the Socket building problem from Craig Berry.
9728      Branch: perl
9729            ! vms/vms.c
9730 ____________________________________________________________________________
9731 [  6925] By: jhi                                   on 2000/08/30  20:20:25
9732         Log: Subject: [PATCH] Re: UNTIE method 
9733              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9734              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
9735              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
9736      Branch: perl
9737            ! pp_sys.c t/op/tie.t
9738 ____________________________________________________________________________
9739 [  6924] By: jhi                                   on 2000/08/30  20:17:11
9740         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
9741              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9742              Date: Wed, 30 Aug 2000 15:03:14 -0500
9743              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
9744      Branch: perl
9745            ! vms/vms.c
9746 ____________________________________________________________________________
9747 [  6923] By: jhi                                   on 2000/08/30  20:15:18
9748         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
9749              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9750              Date: Wed, 30 Aug 2000 13:30:36 -0500
9751              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
9752      Branch: perl
9753            ! vms/vms.c
9754 ____________________________________________________________________________
9755 [  6922] By: jhi                                   on 2000/08/30  19:54:43
9756         Log: Better options for rsync.
9757      Branch: perl
9758            ! pod/perlhack.pod
9759 ____________________________________________________________________________
9760 [  6921] By: jhi                                   on 2000/08/30  19:40:16
9761         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
9762              From: Rick Delaney <rick@consumercontact.com>
9763              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
9764              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
9765      Branch: perl
9766            ! pod/perlfunc.pod
9767 ____________________________________________________________________________
9768 [  6920] By: jhi                                   on 2000/08/30  19:36:40
9769         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
9770              From: Peter Prymmer <pvhp@forte.com>
9771              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
9772              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
9773      Branch: perl
9774            ! configure.com
9775 ____________________________________________________________________________
9776 [  6919] By: jhi                                   on 2000/08/30  14:52:02
9777         Log: Update Changes.
9778      Branch: perl
9779            ! Changes patchlevel.h
9780 ____________________________________________________________________________
9781 [  6918] By: jhi                                   on 2000/08/30  14:48:34
9782         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
9783      Branch: perl
9784            ! lib/ExtUtils/typemap
9785 ____________________________________________________________________________
9786 [  6917] By: jhi                                   on 2000/08/30  14:46:34
9787         Log: Subject: typos in pods
9788              From: Nicholas Clark <nick@ccl4.org>
9789              Date: Wed, 30 Aug 2000 01:12:50 +0100
9790              Message-ID: <20000830011249.A61388@plum.flirble.org>
9791      Branch: perl
9792            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
9793            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
9794            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
9795            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
9796 ____________________________________________________________________________
9797 [  6916] By: jhi                                   on 2000/08/30  14:19:09
9798         Log: Document Storable problems on Crays.  (Will have
9799              to document all the other Storable problems, too.)
9800      Branch: perl
9801            ! pod/perldelta.pod
9802 ____________________________________________________________________________
9803 [  6915] By: jhi                                   on 2000/08/30  14:06:02
9804         Log: Subject: [PATCH] fix misc cast warnings
9805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9806              Date: Tue, 29 Aug 2000 23:16:14 -0700
9807              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
9808      Branch: perl
9809            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
9810            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
9811            ! os2/os2ish.h
9812 ____________________________________________________________________________
9813 [  6914] By: jhi                                   on 2000/08/30  14:03:45
9814         Log: Timestamp mismatch again.  Need to fix this dependence on
9815              config_h.SH timestamp, since it's the contents of config_h.SH
9816              that matter.
9817      Branch: perl
9818            ! uconfig.h uconfig.sh
9819 ____________________________________________________________________________
9820 [  6913] By: jhi                                   on 2000/08/30  13:54:06
9821         Log: Don't say "Perl 5.0 source kit".
9822      Branch: perl
9823            ! perl.c
9824 ____________________________________________________________________________
9825 [  6912] By: jhi                                   on 2000/08/30  13:51:24
9826         Log: Reset archname and archname64 always, forcing them be
9827              recomputed at each Configure run, make Configure and
9828              the hints files agree on the naming of largefiles variables.
9829      Branch: metaconfig
9830            ! U/threads/archname.U
9831      Branch: metaconfig/U/perl
9832            ! use64bits.U
9833      Branch: perl
9834            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
9835            ! hints/linux.sh hints/solaris_2.sh
9836 ____________________________________________________________________________
9837 [  6911] By: jhi                                   on 2000/08/30  13:30:13
9838         Log: Put back the slice accidentally removed by #6907.
9839      Branch: perl
9840            ! hints/solaris_2.sh
9841 ____________________________________________________________________________
9842 [  6910] By: jhi                                   on 2000/08/30  01:24:26
9843         Log: Be consistent: other Net::get* do export theirs.
9844              
9845              Subject: Re: Net::protoent does not export 'getproto'
9846              From: Yasushi Nakajima <sey@jkc.co.jp>
9847              Date: Wed, 30 Aug 2000 09:53:14 +0900
9848              Message-Id: <200008300051.DAA24700@taku.hut.fi>
9849      Branch: perl
9850            ! lib/Net/protoent.pm
9851 ____________________________________________________________________________
9852 [  6909] By: jhi                                   on 2000/08/30  01:17:25
9853         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
9854              From: Gurusamy Sarathy <gsar@ActiveState.com>
9855              Date: Tue, 29 Aug 2000 17:17:07 -0700
9856              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
9857      Branch: perl
9858            ! cop.h
9859 ____________________________________________________________________________
9860 [  6908] By: jhi                                   on 2000/08/30  00:58:05
9861         Log: Update Changes.
9862      Branch: perl
9863            ! Changes patchlevel.h
9864 ____________________________________________________________________________
9865 [  6907] By: jhi                                   on 2000/08/30  00:57:22
9866         Log: Introduce ccname to keep track of what compiler kind of we have.
9867      Branch: metaconfig/U/perl
9868            ! Checkcc.U gccvers.U
9869      Branch: perl
9870            ! Configure config_h.SH hints/solaris_2.sh
9871 ____________________________________________________________________________
9872 [  6906] By: jhi                                   on 2000/08/30  00:25:47
9873         Log: Put back the flags dump as reasoned in
9874              
9875              Subject: Re: [PATCH] Glob dumping
9876              From: Mike Guy <mjtg@cam.ac.uk> 
9877              Date: Tue, 29 Aug 2000 21:41:32 +0100
9878              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
9879      Branch: perl
9880            ! dump.c t/lib/peek.t
9881 ____________________________________________________________________________
9882 [  6905] By: jhi                                   on 2000/08/30  00:16:17
9883         Log: Make the epsilon to be relative, not absolute.
9884              
9885              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
9886              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
9887              Date: Tue, 29 Aug 2000 19:58:56 -0400
9888              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
9889      Branch: perl
9890            ! t/lib/trig.t
9891 ____________________________________________________________________________
9892 [  6904] By: jhi                                   on 2000/08/30  00:13:09
9893         Log: From now on, Gisle is on my list of usual suspects :-)
9894              Retract #6902.
9895      Branch: perl
9896            ! ext/Opcode/Safe.pm
9897 ____________________________________________________________________________
9898 [  6903] By: jhi                                   on 2000/08/29  23:51:20
9899         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
9900              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9901              Date: Tue, 29 Aug 2000 18:43:26 -0500
9902              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
9903      Branch: perl
9904            + vms/vmspipe.com
9905            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
9906            ! vms/vms.c
9907 ____________________________________________________________________________
9908 [  6902] By: jhi                                   on 2000/08/29  23:44:14
9909         Log: Retry what #6882 attempted.
9910              
9911              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
9912              From: Gisle Aas <gisle@ActiveState.com>
9913              Date: 30 Aug 2000 00:33:09 +0200
9914              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
9915      Branch: perl
9916            ! ext/Opcode/Safe.pm
9917 ____________________________________________________________________________
9918 [  6901] By: jhi                                   on 2000/08/29  22:59:32
9919         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
9920              From: Hugo <hv@crypt.compulink.co.uk>
9921              Date: Mon, 12 Jun 2000 19:36:08 +0100
9922              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
9923      Branch: perl
9924            ! sv.c
9925 ____________________________________________________________________________
9926 [  6900] By: jhi                                   on 2000/08/29  22:58:35
9927         Log: Admit that we are leaking scalars.
9928              
9929              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
9930              From: Spider Boardman <spider@leggy.zk3.dec.com>
9931              Date: Tue, 29 Aug 2000 18:48:29 -0400
9932              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
9933      Branch: perl
9934            ! t/pragma/warnings.t
9935 ____________________________________________________________________________
9936 [  6899] By: jhi                                   on 2000/08/29  20:53:13
9937         Log: Update Changes.
9938      Branch: perl
9939            ! Changes patchlevel.h
9940 ____________________________________________________________________________
9941 [  6898] By: jhi                                   on 2000/08/29  20:46:21
9942         Log: Undo namespace pollution of #6878.
9943              
9944              Subject: Re: Net::protoent does not export 'getproto'
9945              From: Mike Guy <mjtg@cam.ac.uk>
9946              Date: Tue, 29 Aug 2000 21:32:37 +0100
9947              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
9948      Branch: perl
9949            ! lib/Net/protoent.pm
9950 ____________________________________________________________________________
9951 [  6897] By: jhi                                   on 2000/08/29  20:44:29
9952         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
9953              From: Peter Prymmer <pvhp@forte.com>
9954              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
9955              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
9956      Branch: perl
9957            ! pod/perlebcdic.pod
9958 ____________________________________________________________________________
9959 [  6896] By: jhi                                   on 2000/08/29  20:40:57
9960         Log: There's no point repeating the 'revision' (5) of perl5.
9961      Branch: metaconfig/U/perl
9962            ! Devel.U patchlevel.U
9963      Branch: perl
9964            ! Configure config_h.SH
9965 ____________________________________________________________________________
9966 [  6895] By: jhi                                   on 2000/08/29  20:16:58
9967         Log: Regen Configure for #6894.
9968      Branch: metaconfig/U/perl
9969            ! perladmin.U
9970      Branch: perl
9971            ! Configure config_h.SH
9972 ____________________________________________________________________________
9973 [  6894] By: jhi                                   on 2000/08/29  19:59:52
9974         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
9975              From: "Philip Newton" <Philip.Newton@gmx.net>
9976              Date: Tue, 29 Aug 2000 21:39:14 +0200
9977              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
9978      Branch: perl
9979            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
9980            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
9981            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
9982            ! utils/perlbug.PL
9983 ____________________________________________________________________________
9984 [  6893] By: jhi                                   on 2000/08/29  19:55:30
9985         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
9986              From: "Philip Newton" <Philip.Newton@gmx.net>
9987              Date: Tue, 29 Aug 2000 21:39:14 +0200
9988              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
9989      Branch: perl
9990            ! installhtml
9991 ____________________________________________________________________________
9992 [  6892] By: jhi                                   on 2000/08/29  19:53:59
9993         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
9994              From: "Philip Newton" <Philip.Newton@gmx.net>
9995              Date: Tue, 29 Aug 2000 21:48:18 +0200
9996              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
9997      Branch: perl
9998            ! lib/File/Temp.pm
9999 ____________________________________________________________________________
10000 [  6891] By: jhi                                   on 2000/08/29  18:30:03
10001         Log: Nail the ID 20000828.023.
10002      Branch: perl
10003            ! ext/Storable/Storable.xs
10004 ____________________________________________________________________________
10005 [  6890] By: jhi                                   on 2000/08/29  16:50:17
10006         Log: Under usethreads the dumped variable is IN_PAD.
10007              
10008              Subject: Re: [PATCH] Glob dumping
10009              From: Gisle Aas <gisle@ActiveState.com>
10010              Date: 29 Aug 2000 18:45:05 +0200
10011              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
10012      Branch: perl
10013            ! t/lib/peek.t
10014 ____________________________________________________________________________
10015 [  6889] By: jhi                                   on 2000/08/29  15:17:37
10016         Log: Update Changes.
10017      Branch: perl
10018            ! Changes patchlevel.h
10019 ____________________________________________________________________________
10020 [  6888] By: jhi                                   on 2000/08/29  14:49:59
10021         Log: Retract #6882, broke the safe tests.
10022      Branch: perl
10023            ! ext/Opcode/Safe.pm
10024 ____________________________________________________________________________
10025 [  6887] By: jhi                                   on 2000/08/29  14:47:06
10026         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
10027              From: Gisle Aas <gisle@ActiveState.com> 
10028              Date: 09 Jun 2000 20:00:11 +0200
10029              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
10030      Branch: perl
10031            ! utils/perldoc.PL
10032 ____________________________________________________________________________
10033 [  6886] By: jhi                                   on 2000/08/29  14:42:45
10034         Log: The #6881 removed one dump line.
10035      Branch: perl
10036            ! t/lib/peek.t
10037 ____________________________________________________________________________
10038 [  6885] By: jhi                                   on 2000/08/29  14:30:47
10039         Log: Don't forget to tidy up.
10040      Branch: perl
10041            ! t/lib/ftmp-security.t
10042 ____________________________________________________________________________
10043 [  6884] By: jhi                                   on 2000/08/29  14:25:17
10044         Log: Disabling the one test is a bit tricky.
10045      Branch: perl
10046            ! t/lib/ftmp-security.t
10047 ____________________________________________________________________________
10048 [  6883] By: jhi                                   on 2000/08/29  14:16:25
10049         Log: Disable one of the tests for now.
10050      Branch: perl
10051            ! t/lib/ftmp-security.t
10052 ____________________________________________________________________________
10053 [  6882] By: jhi                                   on 2000/08/29  14:05:50
10054         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
10055              From: gisle@aas.no
10056              Date: 29 Aug 2000 10:35:06 -0000
10057              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
10058      Branch: perl
10059            ! ext/Opcode/Safe.pm
10060 ____________________________________________________________________________
10061 [  6881] By: jhi                                   on 2000/08/29  14:03:51
10062         Log: Subject: [PATCH] Glob dumping
10063              From: Gisle Aas <gisle@ActiveState.com>
10064              Date: 29 Aug 2000 07:59:42 -0000
10065              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
10066      Branch: perl
10067            ! dump.c
10068 ____________________________________________________________________________
10069 [  6880] By: jhi                                   on 2000/08/29  14:02:01
10070         Log: Subject: [PATCH] Warnings in B::Deparse
10071              From: <abigail@foad.org>
10072              Date: Tue, 29 Aug 2000 00:00:01 -0400
10073              Message-ID: <20000829040001.2999.qmail@foad.org>
10074      Branch: perl
10075            ! ext/B/B/Deparse.pm
10076 ____________________________________________________________________________
10077 [  6879] By: jhi                                   on 2000/08/29  13:57:26
10078         Log: Missed a change in #6869.
10079      Branch: perl
10080            ! mg.c
10081 ____________________________________________________________________________
10082 [  6878] By: jhi                                   on 2000/08/29  13:45:04
10083         Log: Subject: Net::protoent does not export 'getproto'
10084              From: Yasushi Nakajima <sey@jkc.co.jp>
10085              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
10086      Branch: perl
10087            ! lib/Net/protoent.pm
10088 ____________________________________________________________________________
10089 [  6877] By: jhi                                   on 2000/08/29  13:39:19
10090         Log: Patches all over for people and the files they (hopefully) care about.
10091      Branch: perl
10092            ! AUTHORS Changes MAINTAIN
10093 ____________________________________________________________________________
10094 [  6876] By: jhi                                   on 2000/08/29  12:53:54
10095         Log: Fix for thinko in #6848.
10096              
10097              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
10098              From: Lupe Christoph <lupe@lupe-christoph.de>
10099              Date: Tue, 29 Aug 2000 09:04:08 +0200
10100              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
10101      Branch: perl
10102            ! ext/Thread/Thread.xs
10103 ____________________________________________________________________________
10104 [  6875] By: jhi                                   on 2000/08/29  12:50:14
10105         Log: Update to Getopt::Long 2.24, from Johan Vromans.
10106      Branch: perl
10107            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
10108 ____________________________________________________________________________
10109 [  6874] By: jhi                                   on 2000/08/29  02:09:53
10110         Log: Use minimal @INC in tests, most of the time just '../lib',
10111              so that we simply can't pick up stuff from other Perls than
10112              the one we are testing.  Pointed out by
10113              
10114              From: Mike Guy <mjtg@cam.ac.uk>
10115              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
10116              Date: Fri, 25 Aug 2000 15:15:59 +0100
10117              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
10118      Branch: perl
10119            ! (edit 185 files)
10120 ____________________________________________________________________________
10121 [  6873] By: jhi                                   on 2000/08/29  01:07:11
10122         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
10123              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10124              Date: Mon, 28 Aug 2000 17:45:52 -0700
10125              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
10126      Branch: perl
10127            ! Makefile.SH hints/os2.sh
10128 ____________________________________________________________________________
10129 [  6872] By: jhi                                   on 2000/08/28  23:33:39
10130         Log: Subject: [PATCH bleedperl@6866] spellings
10131              From: marcel@codewerk.com (Marcel Grunauer)
10132              Date: Tue, 29 Aug 2000 01:19:59 +0200
10133              Message-Id: <200008282319.BAA29862@gandalf.local>
10134      Branch: perl
10135            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
10136            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
10137            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
10138 ____________________________________________________________________________
10139 [  6871] By: jhi                                   on 2000/08/28  23:22:09
10140         Log: Take out the SUIDMAIL thing, that will not be
10141              a problem in 5.7.*.
10142      Branch: perl
10143            ! patchlevel.h
10144 ____________________________________________________________________________
10145 [  6870] By: jhi                                   on 2000/08/28  23:19:30
10146         Log: -S is the silent flag, -s is the strip flag.
10147              
10148              Subject: [PATCH] Re: [PATCH] make no-install          
10149              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10150              Date: Mon, 28 Aug 2000 15:12:55 -0700
10151              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
10152      Branch: perl
10153            ! Makefile.SH
10154 ____________________________________________________________________________
10155 [  6869] By: jhi                                   on 2000/08/28  23:12:05
10156         Log: Subject: [PATCH bleedperl@6856] warnings fixes
10157              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10158              Date: Mon, 28 Aug 2000 23:55:06 +0100
10159              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
10160      Branch: perl
10161            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
10162            ! warnings.h warnings.pl
10163 ____________________________________________________________________________
10164 [  6868] By: jhi                                   on 2000/08/28  21:38:22
10165         Log: Potential cruft.
10166      Branch: perl
10167            ! Makefile.SH
10168 ____________________________________________________________________________
10169 [  6867] By: jhi                                   on 2000/08/28  21:35:36
10170         Log: Update Changes.
10171      Branch: perl
10172            ! Changes patchlevel.h
10173 ____________________________________________________________________________
10174 [  6866] By: jhi                                   on 2000/08/28  21:33:49
10175         Log: Subject: hv.h Doc Patch
10176              From: Fisher Mark <fisherm@tce.com>
10177              Date: Mon, 28 Aug 2000 16:24:59 -0500
10178              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
10179      Branch: perl
10180            ! hv.h
10181 ____________________________________________________________________________
10182 [  6865] By: jhi                                   on 2000/08/28  21:02:15
10183         Log: Add -ld to archname on long tr...double platforms.
10184      Branch: metaconfig
10185            ! U/threads/archname.U
10186      Branch: perl
10187            ! Configure config_h.SH
10188 ____________________________________________________________________________
10189 [  6864] By: jhi                                   on 2000/08/28  20:38:59
10190         Log: An attempt to fix the problem reported in
10191              
10192              Subject: Building perl@6856 using gcc/AIX 4.3.3 
10193              From: Daniel Muino <dmuino@afip.gov.ar> 
10194              Date: Mon, 28 Aug 2000 15:50:01 -0300   
10195              Message-ID: <20000828155001.A14403@con2-dgi>
10196              
10197              I can't test this properly since the gcc installation I have
10198              access to seems to be botched (gcc is calling the AIX cpp,
10199              a losing proposition...)
10200      Branch: perl
10201            ! hints/aix.sh
10202 ____________________________________________________________________________
10203 [  6863] By: jhi                                   on 2000/08/28  18:57:52
10204         Log: Fix for ID 20000828.001, long doubles were not formatted
10205              correctly (showed up in $], which stopped installing perl).
10206      Branch: perl
10207            ! sv.c
10208 ____________________________________________________________________________
10209 [  6862] By: jhi                                   on 2000/08/28  18:07:15
10210         Log: Typo in #6858.
10211      Branch: perl
10212            ! lib/Cwd.pm
10213 ____________________________________________________________________________
10214 [  6861] By: jhi                                   on 2000/08/28  17:57:27
10215         Log: opmini.o may be left around if a build is interrupted.
10216      Branch: perl
10217            ! Makefile.SH
10218 ____________________________________________________________________________
10219 [  6860] By: jhi                                   on 2000/08/28  16:52:50
10220         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
10221              From: Daniel Chetlin <daniel@chetlin.com>
10222              Date: Mon, 28 Aug 2000 01:14:18 -0700
10223              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
10224      Branch: perl
10225            ! lib/overload.pm
10226 ____________________________________________________________________________
10227 [  6859] By: jhi                                   on 2000/08/28  16:08:46
10228         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
10229              From: Nicholas Clark <nick@ccl4.org>
10230              Date: Mon, 28 Aug 2000 16:03:27 +0100
10231              Message-Id: <20000828160327.C49785@plum.flirble.org>
10232      Branch: perl
10233            ! ext/ByteLoader/bytecode.h
10234 ____________________________________________________________________________
10235 [  6858] By: jhi                                   on 2000/08/28  16:02:10
10236         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
10237              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
10238              Date: Mon, 28 Aug 2000 13:08:30 +0200
10239              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
10240      Branch: perl
10241            ! lib/Cwd.pm
10242 ____________________________________________________________________________
10243 [  6857] By: jhi                                   on 2000/08/28  15:42:47
10244         Log: display_format used as a class method without arguments was broken,
10245              reported in
10246              
10247              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
10248              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
10249              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
10250              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
10251      Branch: perl
10252            ! lib/Math/Complex.pm t/lib/complex.t
10253 ____________________________________________________________________________
10254 [  6856] By: jhi                                   on 2000/08/27  22:09:48
10255         Log: Update Changes.
10256      Branch: perl
10257            ! Changes patchlevel.h
10258 ____________________________________________________________________________
10259 [  6855] By: jhi                                   on 2000/08/27  21:59:21
10260         Log: Retract #6853 (false alarm).
10261      Branch: perl
10262            ! lib/ExtUtils/xsubpp
10263 ____________________________________________________________________________
10264 [  6854] By: jhi                                   on 2000/08/27  21:37:44
10265         Log: Update Changes.
10266      Branch: perl
10267            ! Changes patchlevel.h
10268 ____________________________________________________________________________
10269 [  6853] By: jhi                                   on 2000/08/27  21:37:16
10270         Log: Subject: [PATCH perl@6850] workaround for xsubpp
10271              From: Hugo <hv@crypt.compulink.co.uk>
10272              Date: Sun, 27 Aug 2000 22:30:25 +0100
10273              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
10274      Branch: perl
10275            ! lib/ExtUtils/xsubpp
10276 ____________________________________________________________________________
10277 [  6852] By: jhi                                   on 2000/08/27  21:33:58
10278         Log: Big-endian 64-bit patch from Raphael Manfredi.
10279      Branch: perl
10280            ! ext/Storable/Storable.xs
10281 ____________________________________________________________________________
10282 [  6851] By: jhi                                   on 2000/08/27  21:22:21
10283         Log: More ruthless editing from Hugo van der Sanden.
10284      Branch: perl
10285            ! pod/perldelta.pod
10286 ____________________________________________________________________________
10287 [  6850] By: jhi                                   on 2000/08/27  16:11:46
10288         Log: Update Changes.
10289      Branch: perl
10290            ! Changes patchlevel.h
10291 ____________________________________________________________________________
10292 [  6849] By: jhi                                   on 2000/08/27  16:11:05
10293         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
10294      Branch: perl
10295            ! configpm pod/perldelta.pod
10296 ____________________________________________________________________________
10297 [  6848] By: jhi                                   on 2000/08/27  15:35:08
10298         Log: Use the actual thread type, not the pointer-to-struct.
10299      Branch: perl
10300            ! ext/Thread/Thread.xs
10301 ____________________________________________________________________________
10302 [  6847] By: jhi                                   on 2000/08/27  15:30:49
10303         Log: Test nit.
10304      Branch: perl
10305            ! t/pragma/warn/pp_sys
10306 ____________________________________________________________________________
10307 [  6846] By: jhi                                   on 2000/08/27  15:19:02
10308         Log: Passing -R in ldflags makes now it to appear in the default
10309              for lddlflags, just like with -L.
10310              
10311              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10312              From: Lupe Christoph <lupe@lupe-christoph.de>
10313              Date: Sun, 27 Aug 2000 10:28:21 +0200
10314              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
10315      Branch: metaconfig/U/perl
10316            ! dlsrc.U
10317      Branch: perl
10318            ! Configure
10319 ____________________________________________________________________________
10320 [  6845] By: jhi                                   on 2000/08/27  15:08:54
10321         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10322              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10323              Date: Sat, 26 Aug 2000 22:23:27 +0100
10324              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
10325      Branch: perl
10326            ! lib/ExtUtils/MM_Unix.pm
10327 ____________________________________________________________________________
10328 [  6844] By: jhi                                   on 2000/08/27  15:02:37
10329         Log: DJGPP update from Laszlo Molnar.
10330              
10331              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
10332              From: ml1050 <ml1050@freemail.hu>
10333              Date: Sat, 26 Aug 2000 23:24:40 +0200
10334              Message-Id: <20000826232440.A439@freemail.hu>
10335      Branch: perl
10336            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
10337            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
10338 ____________________________________________________________________________
10339 [  6843] By: jhi                                   on 2000/08/27  14:53:58
10340         Log: Subject: installman buglet
10341              From: Lupe Christoph <lupe@lupe-christoph.de>
10342              Date: Sun, 27 Aug 2000 14:38:59 +0200
10343              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
10344      Branch: perl
10345            ! installman
10346 ____________________________________________________________________________
10347 [  6842] By: jhi                                   on 2000/08/27  14:52:08
10348         Log: Can't get the test to reliably work thanks to the
10349              inaccurateness of floating point.  "Resolves" bug ids
10350              20000826.003, 20000826.009, 20000826.010,
10351      Branch: perl
10352            ! t/lib/trig.t
10353 ____________________________________________________________________________
10354 [  6841] By: jhi                                   on 2000/08/26  15:53:58
10355         Log: Update Changes.
10356      Branch: perl
10357            ! Changes patchlevel.h
10358 ____________________________________________________________________________
10359 [  6840] By: jhi                                   on 2000/08/26  14:23:03
10360         Log: grep -e isn't portable.
10361              
10362              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
10363              From: chris@broadband.att.com
10364              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
10365              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
10366      Branch: perl
10367            ! hints/solaris_2.sh
10368 ____________________________________________________________________________
10369 [  6839] By: jhi                                   on 2000/08/26  14:12:23
10370         Log: no-install target a la make -n.
10371              
10372              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
10373              From: <abigail@foad.org>
10374              Date: Sat, 26 Aug 2000 03:57:34 -0400
10375              Message-ID: <20000826075735.18912.qmail@foad.org>
10376      Branch: perl
10377            ! Makefile.SH installman installperl
10378 ____________________________________________________________________________
10379 [  6838] By: jhi                                   on 2000/08/26  14:06:33
10380         Log: Retract #6826 as the #6828 should be do the same
10381              in a More Correct Way.
10382      Branch: perl
10383            ! installperl
10384 ____________________________________________________________________________
10385 [  6837] By: jhi                                   on 2000/08/26  05:24:00
10386         Log: More casting.
10387      Branch: perl
10388            ! ext/Storable/Storable.xs
10389 ____________________________________________________________________________
10390 [  6836] By: jhi                                   on 2000/08/26  05:05:46
10391         Log: Nicer in decimal.
10392      Branch: perl
10393            ! ext/Storable/Storable.xs
10394 ____________________________________________________________________________
10395 [  6835] By: jhi                                   on 2000/08/26  05:03:50
10396         Log: There be no UVdf.
10397      Branch: perl
10398            ! ext/Storable/Storable.xs
10399 ____________________________________________________________________________
10400 [  6834] By: jhi                                   on 2000/08/26  05:00:18
10401         Log: Continue IVdfing and UVxfing.
10402      Branch: perl
10403            ! ext/Storable/Storable.xs
10404 ____________________________________________________________________________
10405 [  6833] By: jhi                                   on 2000/08/26  04:53:14
10406         Log: Use IVdf.
10407      Branch: perl
10408            ! ext/Storable/Storable.xs
10409 ____________________________________________________________________________
10410 [  6832] By: jhi                                   on 2000/08/26  04:40:41
10411         Log: Document PTR2XX and INT2PTR.
10412      Branch: perl
10413            ! pod/perlguts.pod
10414 ____________________________________________________________________________
10415 [  6831] By: jhi                                   on 2000/08/26  04:33:18
10416         Log: Use UVxf, PTR2UV, NVff.
10417      Branch: perl
10418            ! ext/Storable/Storable.xs
10419 ____________________________________________________________________________
10420 [  6830] By: jhi                                   on 2000/08/26  04:31:32
10421         Log: Update the test count.
10422      Branch: perl
10423            ! t/lib/trig.t
10424 ____________________________________________________________________________
10425 [  6829] By: jhi                                   on 2000/08/26  03:05:50
10426         Log: Subject: [PATCH] installation not quite silent yet.
10427              From: <abigail@foad.org>
10428              Date: Fri, 25 Aug 2000 20:07:53 -0400
10429              Message-ID: <20000826000753.7822.qmail@foad.org>
10430      Branch: perl
10431            ! installman installperl
10432 ____________________________________________________________________________
10433 [  6828] By: jhi                                   on 2000/08/26  03:05:14
10434         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10435              From: Spider Boardman <spider@web.zk3.dec.com>
10436              Date: Fri, 25 Aug 2000 19:12:40 -0400
10437              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
10438      Branch: perl
10439            ! gv.c
10440 ____________________________________________________________________________
10441 [  6827] By: jhi                                   on 2000/08/25  23:54:34
10442         Log: Support preserving extremely big/small angles.
10443      Branch: perl
10444            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
10445 ____________________________________________________________________________
10446 [  6826] By: jhi                                   on 2000/08/25  23:01:20
10447         Log: Patch installperl to be long double-aware.
10448              
10449              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10450              From: Spider Boardman <spider@web.zk3.dec.com>
10451              Date: Fri, 25 Aug 2000 18:15:23 -0400
10452              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
10453      Branch: perl
10454            ! installperl
10455 ____________________________________________________________________________
10456 [  6825] By: jhi                                   on 2000/08/25  22:58:25
10457         Log: Remove duplicately applied patch shards.
10458              
10459              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
10460              From: Spider Boardman <spider@leggy.zk3.dec.com>
10461              Date: Fri, 25 Aug 2000 16:45:03 -0400
10462              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
10463      Branch: perl
10464            ! t/lib/cgi-html.t
10465 ____________________________________________________________________________
10466 [  6824] By: jhi                                   on 2000/08/25  22:57:00
10467         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10468              From: Daniel Chetlin <daniel@chetlin.com>
10469              Date: Fri, 25 Aug 2000 12:23:16 -0700
10470              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
10471              
10472              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10473              From: Daniel Chetlin <daniel@chetlin.com>
10474              Date: Fri, 25 Aug 2000 14:47:19 -0700
10475              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
10476      Branch: perl
10477            ! installman
10478 ____________________________________________________________________________
10479 [  6823] By: jhi                                   on 2000/08/25  22:44:17
10480         Log: Timestamp problem?
10481      Branch: perl
10482            ! uconfig.h uconfig.sh
10483 ____________________________________________________________________________
10484 [  6822] By: jhi                                   on 2000/08/25  19:01:06
10485         Log: One forgotten file from #6816.
10486      Branch: perl
10487            ! vos/config.h
10488 ____________________________________________________________________________
10489 [  6821] By: jhi                                   on 2000/08/25  18:56:39
10490         Log: Regen Changes.
10491      Branch: perl
10492            ! Changes patchlevel.h
10493 ____________________________________________________________________________
10494 [  6820] By: jhi                                   on 2000/08/25  18:52:35
10495         Log: Fix Changes ordering.
10496      Branch: perl
10497            ! Changes
10498 ____________________________________________________________________________
10499 [  6819] By: jhi                                   on 2000/08/25  18:50:25
10500         Log: Update Changes.
10501      Branch: perl
10502            ! Changes patchlevel.h
10503 ____________________________________________________________________________
10504 [  6818] By: jhi                                   on 2000/08/25  18:47:45
10505         Log: Tweak the sfio/useperlio logic, hopefully as wished in
10506              
10507              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
10508              From: Nicholas Clark <nick@babyhippo.co.uk>
10509              Date: Fri, 25 Aug 2000 12:01:45 +0100
10510              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
10511      Branch: metaconfig/U/perl
10512            ! d_sfio.U
10513      Branch: perl
10514            ! Configure
10515 ____________________________________________________________________________
10516 [  6817] By: jhi                                   on 2000/08/25  18:32:51
10517         Log: Allow microperl to assume <math.h>, without it the math
10518              functions like floor() are assumed to return int, which makes
10519              for core dumps in machines where integer and floating register
10520              don't mix.
10521      Branch: perl
10522            ! uconfig.h uconfig.sh
10523 ____________________________________________________________________________
10524 [  6816] By: jhi                                   on 2000/08/25  18:27:17
10525         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
10526              the problem reported in
10527              
10528              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
10529              From: danhale@us.ibm.com
10530              Date: Fri, 25 Aug 2000 10:58:06 -0400
10531              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
10532      Branch: metaconfig/U/perl
10533            + d_socks5_init.U
10534      Branch: perl
10535            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
10536            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
10537            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
10538            ! win32/config.gc win32/config.vc
10539 ____________________________________________________________________________
10540 [  6815] By: jhi                                   on 2000/08/25  17:43:31
10541         Log: A solution for the retrieve_fd autosplit warning,
10542              idea suggested by Mike Guy.
10543      Branch: perl
10544            ! ext/Storable/Storable.pm
10545 ____________________________________________________________________________
10546 [  6814] By: jhi                                   on 2000/08/25  17:16:03
10547         Log: Add install-silent target.
10548      Branch: perl
10549            ! Makefile.SH
10550 ____________________________________________________________________________
10551 [  6813] By: jhi                                   on 2000/08/25  17:14:23
10552         Log: Subject: Re: [PATCH] More silencing of installman.
10553              From: <abigail@foad.org>
10554              Date: Thu, 24 Aug 2000 19:27:03 -0400
10555              Message-ID: <20000824232703.7001.qmail@foad.org>
10556              
10557              Subject: Re: [PATCH] More silencing of installman.
10558              From: <abigail@foad.org>
10559              Date: Fri, 25 Aug 2000 03:00:58 -0400
10560              Message-ID: <20000825070058.10697.qmail@foad.org>
10561      Branch: perl
10562            ! installman
10563 ____________________________________________________________________________
10564 [  6812] By: jhi                                   on 2000/08/25  17:11:28
10565         Log: installperl --verbose and --silent.
10566              
10567              Subject: Re: [PATCH] More silencing of installman.
10568              From: <abigail@foad.org>
10569              Message-ID: <20000825064430.9719.qmail@foad.org>
10570              Date: Fri, 25 Aug 2000 02:44:30 -0400
10571      Branch: perl
10572            ! installperl
10573 ____________________________________________________________________________
10574 [  6811] By: jhi                                   on 2000/08/25  17:05:43
10575         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
10576              From: "Peter J. Farley III" <pjfarley@banet.net>
10577              Date: Thu, 24 Aug 2000 21:58:03 -0400
10578              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
10579              
10580              (applied slightly modified)
10581      Branch: perl
10582            ! lib/ExtUtils/MM_Unix.pm
10583 ____________________________________________________________________________
10584 [  6810] By: jhi                                   on 2000/08/25  17:01:18
10585         Log: Missing parts of 
10586              
10587              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
10588              From: Peter Prymmer <pvhp@forte.com>
10589              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
10590              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
10591      Branch: perl
10592            ! t/lib/cgi-html.t
10593 ____________________________________________________________________________
10594 [  6809] By: jhi                                   on 2000/08/25  16:46:32
10595         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
10596              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10597              Date: Thu, 24 Aug 2000 19:13:11 -0500
10598              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
10599      Branch: perl
10600            ! vms/vms.c
10601 ____________________________________________________________________________
10602 [  6808] By: jhi                                   on 2000/08/25  16:39:22
10603         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
10604              From: Peter Prymmer <pvhp@forte.com>
10605              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
10606              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
10607      Branch: perl
10608            ! configure.com
10609 ____________________________________________________________________________
10610 [  6807] By: jhi                                   on 2000/08/25  16:36:37
10611         Log: Better wording for the vec lvalue diagnostic.
10612              
10613              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10614              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10615              Date: Wed, 23 Aug 2000 14:12:16 -0400
10616              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
10617      Branch: perl
10618            ! pod/perldiag.pod
10619 ____________________________________________________________________________
10620 [  6806] By: jhi                                   on 2000/08/24  18:17:22
10621         Log: Subject: [PATCH] More silencing of installman.
10622              From: <abigail@foad.org>
10623              Date: Thu, 24 Aug 2000 14:01:44 -0400
10624              Message-ID: <20000824180144.20062.qmail@foad.org>
10625      Branch: perl
10626            ! installman
10627 ____________________________________________________________________________
10628 [  6805] By: jhi                                   on 2000/08/24  15:00:31
10629         Log: Update Changes.
10630      Branch: perl
10631            ! Changes patchlevel.h
10632 ____________________________________________________________________________
10633 [  6804] By: jhi                                   on 2000/08/24  14:59:07
10634         Log: Regen perltoc.
10635      Branch: perl
10636            ! pod/perltoc.pod
10637 ____________________________________________________________________________
10638 [  6803] By: jhi                                   on 2000/08/24  14:44:39
10639         Log: Show the doc file, not the temp file.
10640      Branch: perl
10641            ! installman
10642 ____________________________________________________________________________
10643 [  6802] By: jhi                                   on 2000/08/24  14:41:53
10644         Log: Continue silencing.
10645      Branch: perl
10646            ! installman
10647 ____________________________________________________________________________
10648 [  6801] By: jhi                                   on 2000/08/24  14:34:40
10649         Log: Actually do something with the silencer option.
10650      Branch: perl
10651            ! installman
10652 ____________________________________________________________________________
10653 [  6800] By: jhi                                   on 2000/08/24  14:26:22
10654         Log: Make installman to recognize the silence flag -S.
10655      Branch: perl
10656            ! installman
10657 ____________________________________________________________________________
10658 [  6799] By: jhi                                   on 2000/08/24  13:49:38
10659         Log: DOS patches and portability/porting notes, from Tim Jenness.
10660      Branch: perl
10661            ! lib/File/Temp.pm
10662 ____________________________________________________________________________
10663 [  6798] By: jhi                                   on 2000/08/24  13:48:27
10664         Log: Create directories in silence.
10665              
10666              Subject: [PATCH] Another silencer for MakeMaker
10667              From: andreas.koenig@anima.de (Andreas J. Koenig)
10668              Date: 24 Aug 2000 14:18:52 +0200
10669              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
10670      Branch: perl
10671            ! lib/ExtUtils/Command.pm
10672 ____________________________________________________________________________
10673 [  6797] By: jhi                                   on 2000/08/24  13:46:42
10674         Log: More liberal parsing of version numbers.
10675              
10676              Subject: Re: CPAN.pm beta for testing available
10677              From: andreas.koenig@anima.de (Andreas J. Koenig)
10678              Date: 24 Aug 2000 13:51:57 +0200
10679              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
10680      Branch: perl
10681            ! lib/CPAN.pm
10682 ____________________________________________________________________________
10683 [  6796] By: jhi                                   on 2000/08/24  13:44:36
10684         Log: Make "make install" by default silent.  A new "install-verbose"
10685              target is verbose.
10686      Branch: perl
10687            ! Makefile.SH
10688 ____________________________________________________________________________
10689 [  6795] By: jhi                                   on 2000/08/24  13:39:14
10690         Log: Add silencer flags to installperl.
10691              
10692              Subject: [PATCH] Making installperl silent.
10693              From: <abigail@foad.org>
10694              Date: Thu, 24 Aug 2000 05:01:45 -0400
10695              Message-ID: <20000824090145.13141.qmail@foad.org>
10696      Branch: perl
10697            ! installperl
10698 ____________________________________________________________________________
10699 [  6794] By: jhi                                   on 2000/08/24  13:35:50
10700         Log: installperl couldn't tell whether it had run tests or not.
10701              
10702              Subject: [PATCH] Re: installperl and t/TEST
10703              From: <abigail@foad.org>
10704              Date: Thu, 24 Aug 2000 04:00:53 -0400
10705              Message-ID: <20000824080053.2494.qmail@foad.org>
10706      Branch: perl
10707            ! Makefile.SH installperl
10708 ____________________________________________________________________________
10709 [  6793] By: jhi                                   on 2000/08/24  13:27:50
10710         Log: Drop the separate perlbc, perlcc -b should be enough.
10711      Branch: perl
10712            - utils/perlbc.PL
10713            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
10714 ____________________________________________________________________________
10715 [  6792] By: jhi                                   on 2000/08/24  04:41:30
10716         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
10717              plus the typo fix from Peter Prymmer.
10718      Branch: perl
10719            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
10720            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10721 ____________________________________________________________________________
10722 [  6791] By: jhi                                   on 2000/08/24  02:10:43
10723         Log: Replace #6705 with a minimal doc patch.
10724              
10725              Subject: [PATCH 5.6.0] replace change #6705
10726              From: Jan Dubois <jand@ActiveState.com>
10727              Date: Wed, 23 Aug 2000 18:31:51 -0700
10728              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
10729      Branch: perl
10730            ! lib/Win32.pod win32/win32.c
10731 ____________________________________________________________________________
10732 [  6790] By: jhi                                   on 2000/08/23  17:52:00
10733         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10734              From: Mike Guy <mjtg@cam.ac.uk>
10735              Date: Wed, 23 Aug 2000 18:38:46 +0100
10736              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
10737      Branch: perl
10738            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
10739 ____________________________________________________________________________
10740 [  6789] By: jhi                                   on 2000/08/23  15:34:21
10741         Log: Update Changes.
10742      Branch: perl
10743            ! Changes patchlevel.h
10744 ____________________________________________________________________________
10745 [  6788] By: jhi                                   on 2000/08/23  15:33:40
10746         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
10747              From: Wilfredo Sánchez <wsanchez@apple.com>
10748              Date: Tue, 22 Aug 2000 19:31:27 -0700
10749              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
10750      Branch: perl
10751            ! perl.h
10752 ____________________________________________________________________________
10753 [  6787] By: jhi                                   on 2000/08/23  15:29:31
10754         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
10755              From: Spider Boardman <spider@leggy.zk3.dec.com>
10756              Date: Wed, 23 Aug 2000 10:33:23 -0400
10757              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
10758      Branch: perl
10759            ! lib/Pod/Html.pm
10760 ____________________________________________________________________________
10761 [  6786] By: jhi                                   on 2000/08/23  15:28:11
10762         Log: Bad makefile.
10763      Branch: perl
10764            ! ext/B/Makefile.PL
10765 ____________________________________________________________________________
10766 [  6785] By: jhi                                   on 2000/08/23  14:37:04
10767         Log: Update Changes.
10768      Branch: perl
10769            ! Changes patchlevel.h
10770 ____________________________________________________________________________
10771 [  6784] By: jhi                                   on 2000/08/23  13:58:41
10772         Log: Portability fix from Hugo van der Sanden.
10773      Branch: perl
10774            ! ext/re/Makefile.PL
10775 ____________________________________________________________________________
10776 [  6783] By: jhi                                   on 2000/08/23  13:53:53
10777         Log: Storable support, v-version fixes.
10778              
10779              Subject: CPAN.pm beta for testing available
10780              From: andreas.koenig@anima.de (Andreas J. Koenig)
10781              Date: 22 Aug 2000 23:31:33 +0200
10782              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
10783      Branch: perl
10784            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10785 ____________________________________________________________________________
10786 [  6782] By: jhi                                   on 2000/08/23  13:51:26
10787         Log: Mac and other portability updates from Chris Nandor.
10788      Branch: perl
10789            ! pod/perlmodinstall.pod
10790 ____________________________________________________________________________
10791 [  6781] By: jhi                                   on 2000/08/23  13:47:33
10792         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
10793              From: Peter Prymmer <pvhp@forte.com>
10794              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
10795              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
10796      Branch: perl
10797            ! ext/Storable/Storable.xs
10798 ____________________________________________________________________________
10799 [  6780] By: jhi                                   on 2000/08/23  13:33:34
10800         Log: VMS MMS (make) wants null action.
10801      Branch: perl
10802            ! ext/B/Makefile.PL
10803 ____________________________________________________________________________
10804 [  6779] By: jhi                                   on 2000/08/22  19:44:47
10805         Log: Forgot portability nit.
10806      Branch: perl
10807            ! t/lib/st-forgive.t
10808 ____________________________________________________________________________
10809 [  6778] By: jhi                                   on 2000/08/22  19:35:25
10810         Log: Be portable.
10811      Branch: perl
10812            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
10813            ! t/lib/st-store.t
10814 ____________________________________________________________________________
10815 [  6777] By: jhi                                   on 2000/08/22  18:50:53
10816         Log: Update Changes.
10817      Branch: perl
10818            ! Changes patchlevel.h
10819 ____________________________________________________________________________
10820 [  6776] By: jhi                                   on 2000/08/22  18:44:46
10821         Log: cSVOPo_*v things index into the current PL_curpad
10822              under ithreads, which is different from the curpad
10823              used by the XSUB.  (In other words, the code as-is
10824              before this patch wouldn't work under ithreads.)
10825              From Sarathy.
10826      Branch: perl
10827            ! ext/B/B.xs
10828 ____________________________________________________________________________
10829 [  6775] By: jhi                                   on 2000/08/22  18:18:37
10830         Log: Make the selection of NVff et al stricter.
10831      Branch: metaconfig/U/perl
10832            ! perlxvf.U
10833      Branch: perl
10834            ! Configure config_h.SH
10835 ____________________________________________________________________________
10836 [  6774] By: jhi                                   on 2000/08/22  17:19:42
10837         Log: perldelta nits.
10838      Branch: perl
10839            ! pod/perldelta.pod
10840 ____________________________________________________________________________
10841 [  6773] By: jhi                                   on 2000/08/22  17:06:26
10842         Log: Long double fixes from Spider Boardman.
10843              
10844              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
10845              From: system PRIVILEGED account <root@peano.zk3.dec.com>
10846              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
10847              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
10848      Branch: perl
10849            ! t/lib/bigfltpm.t t/lib/st-06compat.t
10850 ____________________________________________________________________________
10851 [  6772] By: jhi                                   on 2000/08/22  15:04:53
10852         Log: Update Changes.
10853      Branch: perl
10854            ! Changes patchlevel.h
10855 ____________________________________________________________________________
10856 [  6771] By: jhi                                   on 2000/08/22  15:01:44
10857         Log: perldelta fixes from Hugo van der Sanden.
10858      Branch: perl
10859            ! pod/perldelta.pod
10860 ____________________________________________________________________________
10861 [  6770] By: jhi                                   on 2000/08/22  14:34:49
10862         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
10863              From: Hugo <hv@crypt.compulink.co.uk>
10864              Date: Tue, 22 Aug 2000 11:21:53 +0100
10865              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
10866      Branch: perl
10867            ! regcomp.c
10868 ____________________________________________________________________________
10869 [  6769] By: jhi                                   on 2000/08/22  14:30:02
10870         Log: Add Yitzchak, reformat.
10871      Branch: perl
10872            ! Changes config_h.SH
10873 ____________________________________________________________________________
10874 [  6768] By: jhi                                   on 2000/08/22  14:21:35
10875         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
10876              and Spider Boardman.
10877      Branch: metaconfig
10878            ! U/compline/d_gconvert.U
10879      Branch: perl
10880            ! Configure
10881 ____________________________________________________________________________
10882 [  6767] By: jhi                                   on 2000/08/22  14:11:24
10883         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
10884              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10885              Date: Mon, 21 Aug 2000 19:08:31 -0700
10886              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
10887      Branch: perl
10888            - ext/Storable/patchlevel.h
10889            ! MANIFEST ext/Storable/MANIFEST
10890 ____________________________________________________________________________
10891 [  6766] By: jhi                                   on 2000/08/22  13:49:29
10892         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
10893              From: Peter Prymmer <pvhp@forte.com>
10894              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
10895              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
10896      Branch: perl
10897            ! configure.com ext/Storable/Makefile.PL
10898 ____________________________________________________________________________
10899 [  6765] By: jhi                                   on 2000/08/22  13:44:59
10900         Log: Subject: [PATCH blead] B:: missing dependency
10901              From: Hugo <hv@crypt.compulink.co.uk>
10902              Date: Tue, 22 Aug 2000 06:44:33 +0100
10903              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
10904      Branch: perl
10905            ! ext/B/Makefile.PL
10906 ____________________________________________________________________________
10907 [  6764] By: jhi                                   on 2000/08/22  13:38:12
10908         Log: More bytecompiler.
10909      Branch: perl
10910            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
10911 ____________________________________________________________________________
10912 [  6763] By: jhi                                   on 2000/08/22  13:36:44
10913         Log: Bytecompiler patches from Benjamin Stuhl.
10914      Branch: perl
10915            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
10916            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
10917            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
10918            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10919            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
10920            ! perl.c perlapi.h pod/perldelta.pod
10921 ____________________________________________________________________________
10922 [  6762] By: jhi                                   on 2000/08/21  23:43:40
10923         Log: An obsoleted diagnostic.
10924      Branch: perl
10925            ! pod/perldelta.pod
10926 ____________________________________________________________________________
10927 [  6761] By: jhi                                   on 2000/08/21  23:01:45
10928         Log: The #6759 wasn't quite right.
10929      Branch: perl
10930            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10931            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
10932            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
10933            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
10934            ! t/lib/st-tieditems.t
10935 ____________________________________________________________________________
10936 [  6760] By: jhi                                   on 2000/08/21  22:35:49
10937         Log: Be verydeepclean.
10938      Branch: perl
10939            ! Makefile.SH
10940 ____________________________________________________________________________
10941 [  6759] By: jhi                                   on 2000/08/21  22:25:40
10942         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
10943              From: Peter Prymmer <pvhp@forte.com>
10944              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
10945              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
10946      Branch: perl
10947            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10948            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
10949            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
10950            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
10951            ! t/lib/st-tieditems.t
10952 ____________________________________________________________________________
10953 [  6758] By: jhi                                   on 2000/08/21  22:22:32
10954         Log: Few more casts, need reported in
10955              
10956              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
10957              From: Mike Stok <mike@stok.co.uk>
10958              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
10959              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
10960              
10961              and
10962              
10963              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
10964              From: abigail@foad.org
10965              Date: 21 Aug 2000 21:31:34 -0000
10966              Message-Id: <20000821213134.30170.qmail@foad.org>
10967      Branch: perl
10968            ! ext/Storable/Storable.xs
10969 ____________________________________________________________________________
10970 [  6757] By: jhi                                   on 2000/08/21  18:37:07
10971         Log: Update Changes.
10972      Branch: perl
10973            ! Changes patchlevel.h
10974 ____________________________________________________________________________
10975 [  6756] By: jhi                                   on 2000/08/21  18:34:02
10976         Log: A pod nit.
10977              
10978              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
10979              From: <abigail@foad.org>
10980              Date: Mon, 21 Aug 2000 14:00:16 -0400
10981              Message-ID: <20000821180016.28627.qmail@foad.org>
10982      Branch: perl
10983            ! pod/perlre.pod
10984 ____________________________________________________________________________
10985 [  6755] By: jhi                                   on 2000/08/21  18:30:56
10986         Log: Use PodParser 1.18 new test.
10987      Branch: perl
10988            ! t/pod/special_seqs.t t/pod/special_seqs.xr
10989 ____________________________________________________________________________
10990 [  6754] By: jhi                                   on 2000/08/21  18:28:35
10991         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
10992              patches cannot be applied since #6712 conflicts.
10993      Branch: perl
10994            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
10995 ____________________________________________________________________________
10996 [  6753] By: jhi                                   on 2000/08/21  18:15:11
10997         Log: Weed out some smaller changes.
10998      Branch: perl
10999            ! pod/perldelta.pod
11000 ____________________________________________________________________________
11001 [  6752] By: jhi                                   on 2000/08/21  18:02:30
11002         Log: Also under djgpp the timestamps are funky.
11003      Branch: perl
11004            ! t/op/stat.t
11005 ____________________________________________________________________________
11006 [  6751] By: jhi                                   on 2000/08/21  17:55:56
11007         Log: Tweak the floating point output routine preferences.
11008      Branch: metaconfig
11009            ! U/compline/d_gconvert.U
11010      Branch: perl
11011            ! Configure
11012 ____________________________________________________________________________
11013 [  6750] By: jhi                                   on 2000/08/21  17:51:29
11014         Log: Unicos/mk requires elaborate paranoia.
11015      Branch: perl
11016            ! lib/Math/Complex.pm
11017 ____________________________________________________________________________
11018 [  6749] By: gsar                                  on 2000/08/21  16:53:31
11019         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
11020      Branch: perl
11021            ! lib/Cwd.pm
11022 ____________________________________________________________________________
11023 [  6748] By: gsar                                  on 2000/08/21  16:22:19
11024         Log: free TLS slot properly on Windows
11025      Branch: perl
11026            ! thread.h win32/perllib.c win32/win32thread.h
11027 ____________________________________________________________________________
11028 [  6747] By: jhi                                   on 2000/08/21  16:20:58
11029         Log: Rename the macro argument because some preprocessors
11030              can't tell the difference and expand arguments also inside
11031              double quoted strings.
11032      Branch: perl
11033            ! regcomp.c
11034 ____________________________________________________________________________
11035 [  6746] By: jhi                                   on 2000/08/21  16:09:41
11036         Log: Support long doubles in Storable.
11037              
11038              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
11039              From: Radu Greab <radu@netsoft.ro>
11040              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
11041              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
11042      Branch: perl
11043            ! ext/Storable/Storable.xs
11044 ____________________________________________________________________________
11045 [  6745] By: jhi                                   on 2000/08/21  15:51:40
11046         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
11047              From: "Fifer, Eric" <EFifer@sanwaint.com>
11048              Date: Mon, 21 Aug 2000 15:34:49 +0100
11049              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
11050      Branch: perl
11051            ! t/pragma/warn/9enabled
11052 ____________________________________________________________________________
11053 [  6744] By: jhi                                   on 2000/08/21  15:39:35
11054         Log: Document the endianness of Alpha more precisely.
11055      Branch: perl
11056            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
11057            ! pod/perlport.pod
11058 ____________________________________________________________________________
11059 [  6743] By: jhi                                   on 2000/08/21  14:47:05
11060         Log: perldelta fixes from the p5p crowd.
11061      Branch: perl
11062            ! pod/perldelta.pod pod/perlop.pod
11063 ____________________________________________________________________________
11064 [  6742] By: jhi                                   on 2000/08/21  13:34:51
11065         Log: Update to Pod::LaTeX 0.53.
11066              
11067              Subject: [PATCH] lib/Pod/LaTeX.pm updates
11068              From: Tim Jenness <timj@jach.hawaii.edu>
11069              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
11070              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
11071      Branch: perl
11072            ! lib/Pod/LaTeX.pm
11073 ____________________________________________________________________________
11074 [  6741] By: jhi                                   on 2000/08/21  13:33:01
11075         Log: Subject: [PATCH] os2.c fix for use64bitint
11076              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11077              Date: Mon, 21 Aug 2000 01:32:25 -0700
11078              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
11079      Branch: perl
11080            ! os2/os2.c
11081 ____________________________________________________________________________
11082 [  6740] By: jhi                                   on 2000/08/21  13:28:52
11083         Log: Array context keeps slithering in.
11084              
11085              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
11086              From: Daniel Chetlin <daniel@chetlin.com>
11087              Date: Sun, 20 Aug 2000 21:40:25 -0700
11088              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
11089      Branch: perl
11090            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
11091            ! pod/perldebtut.pod
11092 ____________________________________________________________________________
11093 [  6739] By: jhi                                   on 2000/08/21  13:23:55
11094         Log: Big-endian quad fixes for Storable from Radu Greab,
11095              plus few explicit null casts for picky compilers.
11096      Branch: perl
11097            ! ext/Storable/Storable.xs
11098 ____________________________________________________________________________
11099 [  6738] By: gsar                                  on 2000/08/21  05:56:13
11100         Log: small tweaks for change#6705: avoid C++ style comments in C code;
11101              use Perl's malloc API rather than the low level system one
11102      Branch: perl
11103            ! win32/win32.c
11104 ____________________________________________________________________________
11105 [  6737] By: gsar                                  on 2000/08/21  05:35:41
11106         Log: add Storable to list of extensions on Windows
11107      Branch: perl
11108            ! win32/Makefile win32/makefile.mk
11109 ____________________________________________________________________________
11110 [  6736] By: jhi                                   on 2000/08/21  02:57:53
11111         Log: Update Changes.
11112      Branch: perl
11113            ! Changes patchlevel.h
11114 ____________________________________________________________________________
11115 [  6735] By: jhi                                   on 2000/08/21  02:57:20
11116         Log: Draft 0.
11117      Branch: perl
11118            ! pod/perldelta.pod
11119 ____________________________________________________________________________
11120 [  6734] By: jhi                                   on 2000/08/21  02:57:03
11121         Log: Add Storable 0.7.2 from Raphael Manfredi,
11122              plus the patch from
11123              
11124              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
11125              From: Radu Greab <radu@netsoft.ro>
11126              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
11127              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
11128              
11129              plus changes to get Storable to compile with
11130              picky ANSI compilers.
11131      Branch: perl
11132            + ext/Storable/ChangeLog ext/Storable/MANIFEST
11133            + ext/Storable/Makefile.PL ext/Storable/README
11134            + ext/Storable/Storable.pm ext/Storable/Storable.xs
11135            + ext/Storable/patchlevel.h t/lib/st-06compat.t
11136            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
11137            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
11138            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11139            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11140            + t/lib/st-tieditems.t
11141            ! MANIFEST
11142 ____________________________________________________________________________
11143 [  6733] By: jhi                                   on 2000/08/21  02:29:09
11144         Log: The correct cleaning order is an art.
11145      Branch: perl
11146            ! Makefile.SH
11147 ____________________________________________________________________________
11148 [  6732] By: jhi                                   on 2000/08/21  01:23:39
11149         Log: The #6724 is here.
11150      Branch: perl
11151            ! t/lib/ftmp-security.t
11152 ____________________________________________________________________________
11153 [  6731] By: jhi                                   on 2000/08/20  23:17:03
11154         Log: s/this one/the 5.6.0 release/
11155      Branch: perl
11156            ! pod/perl56delta.pod
11157 ____________________________________________________________________________
11158 [  6730] By: jhi                                   on 2000/08/20  23:07:34
11159         Log: Mention perlebcdic and perlposix-bc.
11160      Branch: perl
11161            ! pod/perlport.pod
11162 ____________________________________________________________________________
11163 [  6729] By: jhi                                   on 2000/08/20  21:32:59
11164         Log: Document the number of exponent digits.
11165      Branch: perl
11166            ! pod/perlfunc.pod
11167 ____________________________________________________________________________
11168 [  6728] By: jhi                                   on 2000/08/20  21:16:47
11169         Log: Use File::Spec->tmpdir().
11170              
11171              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
11172              From: Tim Jenness <timj@jach.hawaii.edu>
11173              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
11174              MIME-Version: 1.0
11175              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
11176      Branch: perl
11177            ! utils/perlbug.PL
11178 ____________________________________________________________________________
11179 [  6727] By: jhi                                   on 2000/08/20  20:43:32
11180         Log: Update Changes.
11181      Branch: perl
11182            ! Changes patchlevel.h
11183 ____________________________________________________________________________
11184 [  6726] By: jhi                                   on 2000/08/20  20:41:44
11185         Log: The veryclean target needs to clobber.
11186      Branch: perl
11187            ! Makefile.SH
11188 ____________________________________________________________________________
11189 [  6725] By: jhi                                   on 2000/08/20  20:37:38
11190         Log: Document odd vs even subreleases and -Dusedevel.
11191      Branch: perl
11192            ! INSTALL
11193 ____________________________________________________________________________
11194 [  6724] By: jhi                                   on 2000/08/20  19:58:05
11195         Log: Use temporary directory instead of current directory.
11196              
11197              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
11198              From: Tim Jenness <timj@jach.hawaii.edu>
11199              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
11200              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
11201      Branch: perl
11202            ! t/lib/ftmp-security.t
11203 ____________________________________________________________________________
11204 [  6723] By: jhi                                   on 2000/08/20  19:55:55
11205         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
11206              From: andreas.koenig@anima.de (Andreas J. Koenig)
11207              Date: 20 Aug 2000 15:52:03 +0200
11208              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
11209      Branch: perl
11210            ! lib/ExtUtils/MM_Unix.pm
11211 ____________________________________________________________________________
11212 [  6722] By: jhi                                   on 2000/08/20  19:46:01
11213         Log: Update to CGI 2.72, from Lincoln Stein.
11214      Branch: perl
11215            ! lib/CGI.pm
11216 ____________________________________________________________________________
11217 [  6721] By: jhi                                   on 2000/08/20  19:43:54
11218         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
11219              From: Radu Greab <radu@netsoft.ro>
11220              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
11221              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
11222      Branch: perl
11223            ! ext/GDBM_File/GDBM_File.xs
11224 ____________________________________________________________________________
11225 [  6720] By: jhi                                   on 2000/08/20  19:42:01
11226         Log: pp_open() could pass an uninitialized filename down to do_open9().
11227      Branch: perl
11228            ! pp_sys.c
11229 ____________________________________________________________________________
11230 [  6719] By: jhi                                   on 2000/08/20  14:06:41
11231         Log: UTF8 concat fixes.
11232              
11233              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
11234              From: Hugo <hv@crypt.compulink.co.uk>
11235              Date: Sun, 20 Aug 2000 07:30:46 +0100
11236              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
11237      Branch: perl
11238            ! pp_hot.c t/op/append.t
11239 ____________________________________________________________________________
11240 [  6718] By: jhi                                   on 2000/08/20  02:09:37
11241         Log: Let's try #6717 again.
11242      Branch: perl
11243            ! lib/File/Temp.pm
11244 ____________________________________________________________________________
11245 [  6717] By: jhi                                   on 2000/08/20  01:56:55
11246         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
11247              From: "Craig A. Berry" <craig.berry@metamorgs.com>
11248              Date: Sat, 19 Aug 2000 18:15:39 -0500
11249              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
11250      Branch: perl
11251            ! lib/File/Temp.pm
11252 ____________________________________________________________________________
11253 [  6716] By: jhi                                   on 2000/08/19  15:50:11
11254         Log: Update Changes.
11255      Branch: perl
11256            ! Changes patchlevel.h
11257 ____________________________________________________________________________
11258 [  6715] By: jhi                                   on 2000/08/19  15:39:09
11259         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
11260              From: Jonathan D Johnston <jdjohnston2@juno.com>
11261              Date: Thu, 17 Aug 2000 23:13:01 -0400       
11262              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
11263      Branch: perl
11264            ! pod/perlfunc.pod
11265 ____________________________________________________________________________
11266 [  6714] By: jhi                                   on 2000/08/19  15:34:04
11267         Log: Introduce a 'veryclean' target that is like 'distclean'
11268              but also removes *~ and *.orig.
11269      Branch: perl
11270            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
11271            ! utils/Makefile x2p/Makefile.SH
11272 ____________________________________________________________________________
11273 [  6713] By: jhi                                   on 2000/08/19  14:15:45
11274         Log: Put back the long double avoidance code to POSIX.xs
11275              because VMS seems to need it still.
11276      Branch: perl
11277            ! ext/POSIX/POSIX.xs
11278 ____________________________________________________________________________
11279 [  6712] By: jhi                                   on 2000/08/19  14:10:41
11280         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
11281              From: Peter Prymmer <pvhp@forte.com>
11282              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
11283              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
11284      Branch: perl
11285            ! lib/Pod/Find.pm t/pod/find.t
11286 ____________________________________________________________________________
11287 [  6711] By: jhi                                   on 2000/08/19  14:09:19
11288         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
11289              From: Peter Prymmer <pvhp@forte.com>
11290              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
11291              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
11292              cc: vmsperl@perl.org
11293      Branch: perl
11294            ! t/lib/peek.t
11295 ____________________________________________________________________________
11296 [  6710] By: jhi                                   on 2000/08/19  14:08:01
11297         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
11298              From: Jan Dubois <jand@ActiveState.com>
11299              Date: Fri, 18 Aug 2000 16:31:48 -0700
11300              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
11301      Branch: perl
11302            ! win32/win32.c
11303 ____________________________________________________________________________
11304 [  6709] By: jhi                                   on 2000/08/19  14:06:57
11305         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
11306              
11307              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
11308              From: Spider.Boardman@Orb.Nashua.NH.US
11309              Date: Fri, 18 Aug 2000 18:41:14 -0400
11310              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
11311      Branch: perl
11312            ! regcomp.c
11313 ____________________________________________________________________________
11314 [  6708] By: jhi                                   on 2000/08/18  22:04:49
11315         Log: Update Changes.
11316      Branch: perl
11317            ! Changes patchlevel.h
11318 ____________________________________________________________________________
11319 [  6707] By: jhi                                   on 2000/08/18  21:55:14
11320         Log: Add warnif(), check warnings further up the stack,
11321              all the warnings functions now can take an optional object reference.
11322              
11323              Subject: [PATCH bleedperl@6691] warnings pragma update
11324              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11325              Date: Fri, 18 Aug 2000 22:42:06 +0100
11326              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
11327      Branch: perl
11328            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
11329            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
11330            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
11331 ____________________________________________________________________________
11332 [  6706] By: jhi                                   on 2000/08/18  21:41:45
11333         Log: Typo in pp_complement().
11334              
11335              Subject: [PATCH perl-current] Deparse
11336              From: Peter Scott <Peter@PSDT.com>
11337              Date: Fri, 18 Aug 2000 12:44:37 -0700
11338              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
11339      Branch: perl
11340            ! ext/B/B/Deparse.pm
11341 ____________________________________________________________________________
11342 [  6705] By: jhi                                   on 2000/08/18  21:25:59
11343         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
11344              From: Jan Dubois <jand@ActiveState.com>
11345              Date: Fri, 18 Aug 2000 14:22:51 -0700
11346              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
11347      Branch: perl
11348            ! lib/Win32.pod win32/win32.c
11349 ____________________________________________________________________________
11350 [  6704] By: jhi                                   on 2000/08/18  21:16:14
11351         Log: Don't eat leading os from index entries.
11352              
11353              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
11354              From: Russ Allbery <rra@stanford.edu>
11355              Date: 10 Aug 2000 20:49:25 -0700
11356              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
11357      Branch: perl
11358            ! lib/Pod/Man.pm
11359 ____________________________________________________________________________
11360 [  6703] By: jhi                                   on 2000/08/18  21:07:06
11361         Log: Add [[:blank:]] as suggested in
11362              
11363              Subject: [ID 20000716.024] [=cc=] / [:blank:]
11364              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
11365              Date: Sun, 16 Jul 2000 17:55:29 -0700
11366              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
11367              
11368              (the [=cc=] has already been taken care of by #6439
11369              so the whole bug report can be closed)
11370              
11371              and make [[:space:]] to be equivalent to isspace(3)
11372              (as opposed to \s, which is isSPACE()).  The difference
11373              is that now [[:space:]] matches the mythical vertical tab,
11374              while \s doesn't.
11375      Branch: perl
11376            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
11377            ! regexec.c t/op/pat.t
11378 ____________________________________________________________________________
11379 [  6702] By: jhi                                   on 2000/08/18  18:47:47
11380         Log: The new tests were missing from #6415.
11381      Branch: perl
11382            ! t/op/bop.t
11383 ____________________________________________________________________________
11384 [  6701] By: jhi                                   on 2000/08/18  18:20:40
11385         Log: Document the NDBM_File and ODBM_File as SDBM_File
11386              was documented in #6417.
11387      Branch: perl
11388            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11389            ! ext/SDBM_File/SDBM_File.pm
11390 ____________________________________________________________________________
11391 [  6700] By: jhi                                   on 2000/08/18  18:10:39
11392         Log: Subject: [PATCH perl@6698] cygwin port
11393              From: "Fifer, Eric" <EFifer@sanwaint.com>
11394              Date: Fri, 18 Aug 2000 17:30:05 +0100
11395              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
11396      Branch: perl
11397            ! lib/File/Temp.pm
11398 ____________________________________________________________________________
11399 [  6699] By: jhi                                   on 2000/08/18  16:21:49
11400         Log: Document code point which makes if (defined %stash::) to work
11401              (noted by Spider Boardman).
11402      Branch: perl
11403            ! op.c
11404 ____________________________________________________________________________
11405 [  6698] By: jhi                                   on 2000/08/18  13:43:27
11406         Log: Update Changes.
11407      Branch: perl
11408            ! Changes patchlevel.h
11409 ____________________________________________________________________________
11410 [  6697] By: jhi                                   on 2000/08/18  13:35:57
11411         Log: Tiny Getopt::Long patch from Johan Vromans.
11412      Branch: perl
11413            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
11414 ____________________________________________________________________________
11415 [  6696] By: jhi                                   on 2000/08/18  13:26:14
11416         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
11417              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
11418              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
11419              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
11420      Branch: perl
11421            ! pod/perldiag.pod pod/perlsyn.pod
11422 ____________________________________________________________________________
11423 [  6695] By: jhi                                   on 2000/08/18  13:13:26
11424         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
11425              From: Daniel Chetlin <daniel@chetlin.com>
11426              Date: Fri, 18 Aug 2000 03:13:36 -0700
11427              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
11428      Branch: perl
11429            ! pod/perlfunc.pod
11430 ____________________________________________________________________________
11431 [  6694] By: jhi                                   on 2000/08/18  13:08:05
11432         Log: Subject: [PATCH] perltrap.pod spring cleaning
11433              From: Daniel Chetlin <daniel@chetlin.com>
11434              Date: Fri, 18 Aug 2000 03:06:54 -0700
11435              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
11436              
11437              plus Mike Guy's nitfix.
11438      Branch: perl
11439            ! pod/perltrap.pod
11440 ____________________________________________________________________________
11441 [  6693] By: jhi                                   on 2000/08/18  13:00:26
11442         Log: Unbuffer the output.
11443              
11444              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
11445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11446              Date: Thu, 17 Aug 2000 18:39:29 -0700
11447              Message-ID: <RPJn5gzkgydf092yn@efn.org>
11448      Branch: perl
11449            ! t/op/fork.t
11450 ____________________________________________________________________________
11451 [  6692] By: jhi                                   on 2000/08/18  05:19:17
11452         Log: Delete the image, too, not just its MANIFEStation.
11453      Branch: perl
11454            - lib/CGI/eg/wilogo.gif
11455 ____________________________________________________________________________
11456 [  6691] By: jhi                                   on 2000/08/18  05:10:26
11457         Log: Propagate new Configure vars.
11458      Branch: perl
11459            ! configure.com epoc/config.sh uconfig.h uconfig.sh
11460            ! vos/config.def vos/config.h vos/config_h.SH_orig
11461            ! win32/config.bc win32/config.gc win32/config.vc
11462            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11463 ____________________________________________________________________________
11464 [  6690] By: jhi                                   on 2000/08/18  04:30:56
11465         Log: Update Changes.
11466      Branch: perl
11467            ! Changes patchlevel.h
11468 ____________________________________________________________________________
11469 [  6689] By: jhi                                   on 2000/08/18  04:12:30
11470         Log: Fix the lib/complex failure of
11471              
11472              From: abigail@foad.org
11473              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11474              Date: 15 Aug 2000 04:06:38 -0000
11475              Message-Id: <20000815040638.8524.qmail@foad.org> 
11476              
11477              Linux long double accuracy issue: something that
11478              when printed with %g looks like "2" but int() of it is 1.
11479      Branch: perl
11480            ! lib/Math/Complex.pm
11481 ____________________________________________________________________________
11482 [  6688] By: jhi                                   on 2000/08/18  03:15:35
11483         Log: The byteorder code in #6671 was wrong.
11484      Branch: perl
11485            ! configpm
11486 ____________________________________________________________________________
11487 [  6687] By: jhi                                   on 2000/08/18  02:08:42
11488         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
11489              From: Jan Dubois <jand@ActiveState.com>
11490              Date: Thu, 17 Aug 2000 18:31:55 -0700
11491              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
11492      Branch: perl
11493            ! sv.c
11494 ____________________________________________________________________________
11495 [  6686] By: jhi                                   on 2000/08/18  02:04:15
11496         Log: Use NVs in POSIX math, not doubles.
11497              
11498              From: abigail@foad.org
11499              Subject: [ID 20000817.014] POSIX & modfl
11500              Date: 17 Aug 2000 20:49:18 -0000
11501              Message-Id: <20000817204918.23123.qmail@foad.org>
11502      Branch: perl
11503            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
11504 ____________________________________________________________________________
11505 [  6685] By: jhi                                   on 2000/08/18  02:02:12
11506         Log: Introduce NVef, NVff, and NVgf, use the middle one.
11507              (helps for lib/peek + Linux + long doubles)  Reported in
11508              
11509              From: abigail@foad.org
11510              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11511              Date: 15 Aug 2000 04:06:38 -0000
11512              Message-Id: <20000815040638.8524.qmail@foad.org> 
11513              
11514              (note: the lib/complex failure has not yet been addressed)
11515      Branch: metaconfig/U/perl
11516            ! perlxvf.U
11517      Branch: perl
11518            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11519            ! config_h.SH dump.c perl.h pod/perlguts.pod
11520 ____________________________________________________________________________
11521 [  6684] By: jhi                                   on 2000/08/17  23:22:19
11522         Log: Add byteorder to the myconfig output.
11523      Branch: perl
11524            ! myconfig.SH
11525 ____________________________________________________________________________
11526 [  6683] By: jhi                                   on 2000/08/17  23:20:19
11527         Log: The image doth not exist, spotted by Johan Vromans.
11528      Branch: perl
11529            ! MANIFEST
11530 ____________________________________________________________________________
11531 [  6682] By: jhi                                   on 2000/08/17  22:38:16
11532         Log: Document what the backtick returns if the command fails.
11533      Branch: perl
11534            ! pod/perlop.pod
11535 ____________________________________________________________________________
11536 [  6681] By: jhi                                   on 2000/08/17  22:33:12
11537         Log: Do not use prototyping here.
11538              
11539              Subject: [ID 20000817.016] [PATCH] Peek.xs
11540              From: abigail@foad.org
11541              Date: 17 Aug 2000 20:55:56 -0000
11542              Message-Id: <20000817205556.24270.qmail@foad.org>
11543      Branch: perl
11544            ! ext/Devel/Peek/Makefile.PL
11545 ____________________________________________________________________________
11546 [  6680] By: jhi                                   on 2000/08/17  19:46:43
11547         Log: Don't propose using modules built for 5.005 if no binary
11548              compatibility with 5.005 is attempted.
11549              
11550              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11551              Subject: Minor nit with 5.7.0 (6655)
11552              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
11553              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
11554      Branch: metaconfig
11555            ! U/installdirs/inc_version_list.U
11556      Branch: perl
11557            ! Configure config_h.SH
11558 ____________________________________________________________________________
11559 [  6679] By: jhi                                   on 2000/08/17  19:16:39
11560         Log: Microperl config update.
11561      Branch: perl
11562            ! uconfig.h uconfig.sh
11563 ____________________________________________________________________________
11564 [  6678] By: jhi                                   on 2000/08/17  19:16:13
11565         Log: The #6648 wasn't protective enough for limited platforms
11566              (like microperl).
11567      Branch: perl
11568            ! dump.c sv.c
11569 ____________________________________________________________________________
11570 [  6677] By: jhi                                   on 2000/08/17  14:46:35
11571         Log: Update Changes.
11572      Branch: perl
11573            ! Changes patchlevel.h
11574 ____________________________________________________________________________
11575 [  6676] By: jhi                                   on 2000/08/17  14:44:02
11576         Log: Add perlebcdic from Peter Prymmer, regen toc.
11577      Branch: perl
11578            + pod/perlebcdic.pod
11579            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11580 ____________________________________________________________________________
11581 [  6675] By: jhi                                   on 2000/08/17  14:41:52
11582         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
11583      Branch: perl
11584            ! pod/perldebtut.pod
11585 ____________________________________________________________________________
11586 [  6674] By: jhi                                   on 2000/08/17  14:29:43
11587         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
11588              
11589              Subject: [ID 20000724.006] -DLEAKTEST problem
11590              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
11591              Date: Tue, 25 Jul 2000 00:36:32 -0500
11592              Message-Id: <20000725003632.A26186@www.llamacom.com>
11593              
11594              Reminder sent
11595              
11596              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
11597              From: Hugo <hv@crypt.compulink.co.uk>
11598              Date: Thu, 17 Aug 2000 15:23:42 +0100
11599              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
11600      Branch: perl
11601            ! util.c
11602 ____________________________________________________________________________
11603 [  6673] By: jhi                                   on 2000/08/17  04:07:10
11604         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
11605              From: John Peacock <JPeacock@UnivPress.com>
11606              Date: Tue, 01 Aug 2000 09:38:12 -0400
11607              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
11608      Branch: perl
11609            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
11610 ____________________________________________________________________________
11611 [  6672] By: jhi                                   on 2000/08/17  03:04:35
11612         Log: Subject: [PATCH] Cwd.pm now uses strict
11613              From: Tim Jenness <timj@jach.hawaii.edu>
11614              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
11615              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
11616      Branch: perl
11617            ! lib/Cwd.pm
11618 ____________________________________________________________________________
11619 [  6671] By: jhi                                   on 2000/08/17  02:16:35
11620         Log: Make $Config{byteorder} more magical so that it is
11621              dynamically computed: nice for 'fat binaries'.
11622              
11623              Subject: [PATCH]: default byteorder
11624              From: Wilfredo Sánchez <wsanchez@apple.com>
11625              Date: Mon, 31 Jul 2000 19:45:31 -0700
11626              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
11627      Branch: perl
11628            ! configpm
11629 ____________________________________________________________________________
11630 [  6670] By: gsar                                  on 2000/08/17  01:22:21
11631         Log: move WNOHANG definition to where other such things are
11632      Branch: perl
11633            ! win32/win32.h
11634 ____________________________________________________________________________
11635 [  6669] By: jhi                                   on 2000/08/17  01:19:17
11636         Log: Update Changes.
11637      Branch: perl
11638            ! Changes patchlevel.h
11639 ____________________________________________________________________________
11640 [  6668] By: jhi                                   on 2000/08/17  01:16:29
11641         Log: Doc nits spotted by Richard Soderberg.
11642      Branch: perl
11643            ! README.posix-bc README.vmesa
11644 ____________________________________________________________________________
11645 [  6667] By: jhi                                   on 2000/08/17  01:12:11
11646         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
11647              From: "Casey R. Tweten" <crt@kiski.net>
11648              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
11649              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
11650      Branch: perl
11651            ! pod/perldebtut.pod
11652 ____________________________________________________________________________
11653 [  6666] By: jhi                                   on 2000/08/17  01:09:31
11654         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
11655              From: "Casey R. Tweten" <crt@kiski.net>
11656              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
11657              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
11658      Branch: perl
11659            ! lib/Shell.pm
11660 ____________________________________________________________________________
11661 [  6665] By: gsar                                  on 2000/08/17  01:03:52
11662         Log: add "ok" targets from change#6632 in makefile.mk
11663      Branch: perl
11664            ! pod/perlport.pod win32/Makefile win32/makefile.mk
11665 ____________________________________________________________________________
11666 [  6664] By: gsar                                  on 2000/08/17  00:56:11
11667         Log: avoid warnings from dense compiler
11668      Branch: perl
11669            ! win32/win32.c
11670 ____________________________________________________________________________
11671 [  6663] By: jhi                                   on 2000/08/17  00:51:49
11672         Log: Tweak the regex compilation errors once more.
11673      Branch: perl
11674            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11675            ! t/op/regmesg.t t/pragma/warn/regcomp
11676 ____________________________________________________________________________
11677 [  6662] By: gsar                                  on 2000/08/17  00:28:19
11678         Log: trailing new %ENV entries weren't being pushed into the real
11679              environment of subprocesses on Windows
11680      Branch: perl
11681            ! t/op/magic.t win32/perlhost.h
11682 ____________________________________________________________________________
11683 [  6661] By: gsar                                  on 2000/08/17  00:19:20
11684         Log: waitpid() now handles externally spawned pids correctly;
11685              fixes for backtick/wait/waitpid failures on Windows 9x
11686              
11687              these changes make the pid returned by process functions on
11688              Windows 9x always positive by clearing the high bit (which
11689              is always set on Win9x); pseudo-process PIDs are likewise
11690              always negative now on Win9x (just as on NT/2000)
11691      Branch: perl
11692            ! pp_sys.c win32/perlhost.h win32/win32.c
11693 ____________________________________________________________________________
11694 [  6660] By: jhi                                   on 2000/08/17  00:04:32
11695         Log: Retract #6645.
11696      Branch: perl
11697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11698            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
11699            ! t/op/sprintf.t
11700 ____________________________________________________________________________
11701 [  6659] By: gsar                                  on 2000/08/16  23:59:28
11702         Log: on windows, the return values from wait() and waitpid() don't
11703              match those of pseudo-pids
11704      Branch: perl
11705            ! pp_sys.c t/op/fork.t util.c win32/win32.c
11706 ____________________________________________________________________________
11707 [  6658] By: gsar                                  on 2000/08/16  23:56:14
11708         Log: pod nit seen in passing
11709      Branch: perl
11710            ! pod/perlfunc.pod
11711 ____________________________________________________________________________
11712 [  6657] By: gsar                                  on 2000/08/16  23:53:42
11713         Log: change#6328 could make close(SOCKET) return false on windows
11714              when it shouldn't
11715      Branch: perl
11716            ! win32/win32sck.c
11717 ____________________________________________________________________________
11718 [  6656] By: gsar                                  on 2000/08/16  23:46:57
11719         Log: check that the number pseudo children doesn't exceed
11720              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
11721              the WaitForMultipleObjects() limit that would cause wait()
11722              to crash)
11723              
11724              wait() and waitpid() could potentially be rewritten to use
11725              more than one thread to do the waiting to eliminate this
11726              limitation
11727      Branch: perl
11728            ! win32/perlhost.h
11729 ____________________________________________________________________________
11730 [  6655] By: jhi                                   on 2000/08/16  14:11:05
11731         Log: Update Changes.
11732      Branch: perl
11733            ! Changes patchlevel.h
11734 ____________________________________________________________________________
11735 [  6654] By: jhi                                   on 2000/08/16  14:10:12
11736         Log: Update to perldebtut 1.9, from Richard Foley.
11737      Branch: perl
11738            ! pod/perldebtut.pod
11739 ____________________________________________________________________________
11740 [  6653] By: jhi                                   on 2000/08/16  14:08:17
11741         Log: Change the regx compilation error markers to use = instead of <
11742              since pod makes using the latter quite messy.  Reported in
11743              ID 20000814.006 by Abigail and in
11744              Subject: Unknown escape E<> ?
11745              From: Lupe Christoph <lupe@lupe-christoph.de>
11746              Date: Fri, 11 Aug 2000 00:30:27 +0200
11747              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
11748      Branch: perl
11749            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11750            ! t/op/regmesg.t t/pragma/warn/regcomp
11751 ____________________________________________________________________________
11752 [  6652] By: jhi                                   on 2000/08/16  13:25:31
11753         Log: Change the perlbug address to perl.org since it's more forgiving.
11754              
11755              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
11756              From: abigail@foad.org
11757              Date: 15 Aug 2000 04:15:40 -0000
11758              Message-Id: <20000815041540.8633.qmail@foad.org>
11759      Branch: perl
11760            ! utils/perlbug.PL
11761 ____________________________________________________________________________
11762 [  6651] By: jhi                                   on 2000/08/16  13:22:35
11763         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
11764              From: Tim Jenness <timj@jach.hawaii.edu>
11765              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
11766              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
11767      Branch: perl
11768            ! lib/Cwd.pm
11769 ____________________________________________________________________________
11770 [  6650] By: jhi                                   on 2000/08/16  13:18:13
11771         Log: Update to CPAN 1.57.
11772              
11773              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
11774              From: andreas.koenig@anima.de (Andreas J. Koenig)
11775              Date: 16 Aug 2000 15:09:46 +0200
11776              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
11777      Branch: perl
11778            ! lib/CPAN.pm
11779 ____________________________________________________________________________
11780 [  6649] By: jhi                                   on 2000/08/16  13:12:31
11781         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
11782              From: "Larry W. Virden" <lvirden@cas.org>
11783              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
11784              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
11785      Branch: perl
11786            ! README.hpux
11787 ____________________________________________________________________________
11788 [  6648] By: jhi                                   on 2000/08/16  13:03:53
11789         Log: The numeric locale was reset to "C" by s?printf and never restored.
11790              
11791              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
11792              From: Christian Kirsch <ck@held.mind.de>
11793              Date: Wed, 9 Aug 2000 17:05:17 +0200
11794              Message-Id: <20000809170517.A25389@held>
11795              
11796              No test since adding the failing example to locale.t
11797              does not fail -- probably because the locale settings are so
11798              thoroughly tweaked by that time.  Running the example standalone
11799              does fail, though.  UPDATE: test case added at change #7540.
11800      Branch: perl
11801            ! dump.c perl.h pp.c pp_ctl.c sv.c
11802 ____________________________________________________________________________
11803 [  6647] By: jhi                                   on 2000/08/16  00:07:54
11804         Log: Update Changes and test semi-automatic patchlevel updating.
11805      Branch: perl
11806            ! Changes patchlevel.h
11807 ____________________________________________________________________________
11808 [  6646] By: jhi                                   on 2000/08/15  23:35:07
11809         Log: Fix a dependency problem.
11810              
11811              Subject: [PATCH: 6640] VMS Makefile.SH update
11812              From: Peter Prymmer <pvhp@forte.com>
11813              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
11814              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
11815      Branch: perl
11816            ! vms/descrip_mms.template
11817 ____________________________________________________________________________
11818 [  6645] By: jhi                                   on 2000/08/15  23:33:23
11819         Log: (Retracted by #6660)
11820              
11821              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
11822              From: Dominic Dunlop <domo@computer.org>
11823              Date: Tue, 15 Aug 2000 22:20:52 +0200
11824              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
11825      Branch: metaconfig/U/perl
11826            + d_printfed.U
11827      Branch: perl
11828            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11829            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
11830            ! t/op/sprintf.t
11831 ____________________________________________________________________________
11832 [  6644] By: jhi                                   on 2000/08/15  21:17:20
11833         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
11834              From: abigail@foad.org
11835              Date: 15 Aug 2000 20:12:41 -0000
11836              Message-Id: <20000815201241.25556.qmail@foad.org>
11837      Branch: perl
11838            ! INSTALL
11839 ____________________________________________________________________________
11840 [  6643] By: jhi                                   on 2000/08/15  21:15:28
11841         Log: (an already applied patch)
11842      Branch: perl
11843            ! lib/CGI.pm
11844 ____________________________________________________________________________
11845 [  6642] By: gsar                                  on 2000/08/15  19:54:05
11846         Log: magic callbacks all need to have same type signature
11847      Branch: perl
11848            ! embed.pl mg.c proto.h
11849 ____________________________________________________________________________
11850 [  6641] By: jhi                                   on 2000/08/15  17:56:27
11851         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)
11852              From: Mike Guy <mjtg@cam.ac.uk>
11853              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
11854              Date: Tue, 15 Aug 2000 18:26:45 +0100
11855              
11856              Only the peek.t part applied, not the hash quality part.
11857      Branch: perl
11858            ! t/lib/peek.t
11859 ____________________________________________________________________________
11860 [  6640] By: jhi                                   on 2000/08/15  16:37:37
11861         Log: Update Changes.
11862      Branch: perl
11863            ! Changes
11864 ____________________________________________________________________________
11865 [  6639] By: jhi                                   on 2000/08/15  16:34:55
11866         Log: Missed a file from #6638.
11867      Branch: perl
11868            ! lib/File/Temp.pm
11869 ____________________________________________________________________________
11870 [  6638] By: jhi                                   on 2000/08/15  16:33:19
11871         Log: Subject: [PATCH perl@6620] cygwin port
11872              From: "Fifer, Eric" <EFifer@sanwaint.com>
11873              Date: Tue, 15 Aug 2000 17:00:49 +0100
11874              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
11875      Branch: perl
11876            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
11877 ____________________________________________________________________________
11878 [  6637] By: jhi                                   on 2000/08/15  16:29:22
11879         Log: Subject: [PATCH] debugger exit code should reflect user exit code
11880              From: Mike Guy <mjtg@cam.ac.uk>
11881              Date: Tue, 15 Aug 2000 16:55:59 +0100
11882              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
11883      Branch: perl
11884            ! lib/perl5db.pl
11885 ____________________________________________________________________________
11886 [  6636] By: jhi                                   on 2000/08/15  15:30:58
11887         Log: Update Changes.
11888      Branch: perl
11889            ! Changes
11890 ____________________________________________________________________________
11891 [  6635] By: jhi                                   on 2000/08/15  15:27:21
11892         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
11893      Branch: metaconfig
11894            ! U/mkglossary U/mksample
11895      Branch: metaconfig/U/perl
11896            ! Devel.U
11897      Branch: perl
11898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11899 ____________________________________________________________________________
11900 [  6634] By: jhi                                   on 2000/08/15  14:11:55
11901         Log: Don't blow limited stacks, a lower number is enough to
11902              tickle the lookbehind limit.
11903              
11904              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
11905              From: Dominic Dunlop <domo@computer.org>
11906              Date: Tue, 15 Aug 2000 13:51:24 +0200
11907              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
11908      Branch: perl
11909            ! t/op/regmesg.t
11910 ____________________________________________________________________________
11911 [  6633] By: jhi                                   on 2000/08/15  14:01:46
11912         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
11913              From: Mike Guy <mjtg@cam.ac.uk>
11914              Date: Tue, 15 Aug 2000 12:10:50 +0100
11915              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
11916      Branch: perl
11917            ! utils/perldoc.PL
11918 ____________________________________________________________________________
11919 [  6632] By: jhi                                   on 2000/08/15  13:58:48
11920         Log: make ok etc also for win32.
11921              
11922              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
11923              From: Prymmer/Kahn <pvhp@best.com>
11924              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
11925              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
11926      Branch: perl
11927            ! win32/Makefile
11928 ____________________________________________________________________________
11929 [  6631] By: jhi                                   on 2000/08/15  13:45:03
11930         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
11931      Branch: perl
11932            ! lib/Test.pm
11933 ____________________________________________________________________________
11934 [  6630] By: jhi                                   on 2000/08/15  03:25:09
11935         Log: Update Changes.
11936      Branch: perl
11937            ! Changes
11938 ____________________________________________________________________________
11939 [  6629] By: jhi                                   on 2000/08/15  03:23:53
11940         Log: magic_regdatum_set() is void, not int.
11941      Branch: perl
11942            ! embed.pl mg.c proto.h
11943 ____________________________________________________________________________
11944 [  6628] By: jhi                                   on 2000/08/15  03:08:02
11945         Log: Make the user to give up his firstborn, err, to knowingly
11946              verify installing an unstable developer release.  Also bump
11947              the release to 5.7.0, but leave a patch tag in the local
11948              patches saying that this is not yet the real thing.
11949      Branch: metaconfig
11950            ! U/modified/Instruct.U
11951      Branch: metaconfig/U/perl
11952            + Devel.U
11953      Branch: perl
11954            ! Configure patchlevel.h
11955 ____________________________________________________________________________
11956 [  6627] By: jhi                                   on 2000/08/14  22:32:52
11957         Log: README.os2 update.
11958              
11959              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
11960              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11961              Date: Wed, 02 Aug 2000 21:55:09 -0700
11962              Message-ID: <tsPi5gzkgegX092yn@efn.org>
11963      Branch: perl
11964            ! README.os2
11965 ____________________________________________________________________________
11966 [  6626] By: jhi                                   on 2000/08/14  21:00:02
11967         Log: Subject: Re: File::Temp problems on VMS in bleedperl
11968              From: Tim Jenness <timj@jach.hawaii.edu>
11969              cc: vmsperl@perl.org
11970              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
11971              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
11972      Branch: perl
11973            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
11974 ____________________________________________________________________________
11975 [  6625] By: jhi                                   on 2000/08/14  20:52:16
11976         Log: Add SUIDMAIL as was done for the CERT alert.
11977      Branch: perl
11978            ! patchlevel.h
11979 ____________________________________________________________________________
11980 [  6624] By: jhi                                   on 2000/08/14  20:48:50
11981         Log: Subject: sfio2000
11982              From: Daniel Muino <dmuino@afip.gov.ar>
11983              Date: Mon, 14 Aug 2000 16:58:11 -0300
11984              Message-ID: <20000814165811.B16368@con2-dgi>
11985      Branch: perl
11986            ! perlsdio.h perlsfio.h
11987 ____________________________________________________________________________
11988 [  6623] By: jhi                                   on 2000/08/14  20:47:36
11989         Log: Subject: warning: storage class after type is obsolescent
11990              From: Daniel Muino <dmuino@afip.gov.ar>
11991              Date: Mon, 14 Aug 2000 16:42:47 -0300
11992              Message-ID: <20000814164247.A16368@con2-dgi>
11993      Branch: perl
11994            ! regcomp.pl regnodes.h
11995 ____________________________________________________________________________
11996 [  6622] By: jhi                                   on 2000/08/14  20:43:05
11997         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
11998              From: abigail@foad.org
11999              Date: 14 Aug 2000 20:00:10 -0000
12000              Message-Id: <20000814200010.27271.qmail@foad.org>
12001      Branch: perl
12002            ! Changes
12003 ____________________________________________________________________________
12004 [  6621] By: jhi                                   on 2000/08/14  15:23:05
12005         Log: Update Changes.
12006      Branch: perl
12007            ! Changes
12008 ____________________________________________________________________________
12009 [  6620] By: jhi                                   on 2000/08/14  15:22:14
12010         Log: Subject: Re: [PATCH] @+, @- readonly
12011              From: Mike Guy <mjtg@cam.ac.uk>
12012              Date: Mon, 14 Aug 2000 15:26:55 +0100
12013              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
12014      Branch: perl
12015            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
12016            ! sv.c t/op/pat.t
12017 ____________________________________________________________________________
12018 [  6619] By: jhi                                   on 2000/08/14  14:12:08
12019         Log: Update Changes.
12020      Branch: perl
12021            ! Changes
12022 ____________________________________________________________________________
12023 [  6618] By: jhi                                   on 2000/08/14  14:09:34
12024         Log: For now remove the mail code.
12025      Branch: perl
12026            ! perl.c
12027 ____________________________________________________________________________
12028 [  6617] By: jhi                                   on 2000/08/14  14:08:28
12029         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
12030      Branch: perl
12031            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
12032            ! pod/perlfaq8.pod pod/perlsec.pod
12033 ____________________________________________________________________________
12034 [  6616] By: jhi                                   on 2000/08/14  14:00:11
12035         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12036              From: Mike Guy <mjtg@cam.ac.uk>
12037              Date: Mon, 14 Aug 2000 08:26:02 +0100
12038              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
12039      Branch: perl
12040            ! lib/perl5db.pl
12041 ____________________________________________________________________________
12042 [  6615] By: jhi                                   on 2000/08/14  13:58:45
12043         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
12044              From: Mike Guy <mjtg@cam.ac.uk>
12045              Date: Mon, 14 Aug 2000 08:04:22 +0100
12046              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
12047      Branch: perl
12048            ! gv.c mg.c t/op/pat.t
12049 ____________________________________________________________________________
12050 [  6614] By: jhi                                   on 2000/08/14  13:56:45
12051         Log: Subject: Test fails / warnings with perl-current #6612
12052              From: Mike Guy <mjtg@cam.ac.uk>
12053              Date: Mon, 14 Aug 2000 07:57:23 +0100
12054              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
12055      Branch: perl
12056            ! t/lib/b.t t/lib/peek.t
12057 ____________________________________________________________________________
12058 [  6613] By: jhi                                   on 2000/08/14  13:45:33
12059         Log: VMS configure.com update continues.
12060      Branch: perl
12061            - vms/configure.com
12062            ! MANIFEST configure.com
12063 ____________________________________________________________________________
12064 [  6612] By: jhi                                   on 2000/08/13  22:13:35
12065         Log: Update Changes.
12066      Branch: perl
12067            ! Changes
12068 ____________________________________________________________________________
12069 [  6611] By: jhi                                   on 2000/08/13  16:21:45
12070         Log: Upgrade to CGI 2.71, from Lincoln Stein.
12071      Branch: perl
12072            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
12073 ____________________________________________________________________________
12074 [  6610] By: jhi                                   on 2000/08/13  15:09:16
12075         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
12076              From: Mike Guy <mjtg@cam.ac.uk>
12077              Date: Sun, 13 Aug 2000 13:45:51 +0100
12078              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
12079      Branch: perl
12080            ! t/op/regmesg.t
12081 ____________________________________________________________________________
12082 [  6609] By: jhi                                   on 2000/08/13  14:31:26
12083         Log: Andreas says that 1.56 is fine, so reverting back to it.
12084      Branch: perl
12085            ! lib/CPAN.pm
12086 ____________________________________________________________________________
12087 [  6608] By: jhi                                   on 2000/08/13  05:34:20
12088         Log: Update Changes.
12089      Branch: perl
12090            ! Changes
12091 ____________________________________________________________________________
12092 [  6607] By: jhi                                   on 2000/08/13  05:32:01
12093         Log: Put back the \z changes of #5406 to CPAN.pm.
12094      Branch: perl
12095            ! lib/CPAN.pm
12096 ____________________________________________________________________________
12097 [  6606] By: jhi                                   on 2000/08/13  05:20:16
12098         Log: Fix-n-skip the tests under 5005threads.
12099      Branch: perl
12100            ! t/lib/b.t
12101 ____________________________________________________________________________
12102 [  6605] By: jhi                                   on 2000/08/13  05:07:48
12103         Log: Fix the test for 5005threads.
12104      Branch: perl
12105            ! t/lib/peek.t
12106 ____________________________________________________________________________
12107 [  6604] By: jhi                                   on 2000/08/13  03:35:37
12108         Log: Should have deleted this in #6603.
12109      Branch: perl
12110            - vms/subconfigure.com
12111 ____________________________________________________________________________
12112 [  6603] By: jhi                                   on 2000/08/12  18:29:32
12113         Log: Rewrite of vms/subconfigure.com as configure.com,
12114              from Peter Prymmer and the vmsperl crew.
12115      Branch: perl
12116            + vms/configure.com
12117            ! MANIFEST
12118 ____________________________________________________________________________
12119 [  6602] By: jhi                                   on 2000/08/11  13:00:01
12120         Log: PlainText.pm is dead.
12121      Branch: perl
12122            - lib/Pod/PlainText.pm
12123            ! MANIFEST
12124 ____________________________________________________________________________
12125 [  6601] By: jhi                                   on 2000/08/11  04:06:45
12126         Log: Update Changes.
12127      Branch: perl
12128            ! Changes
12129 ____________________________________________________________________________
12130 [  6600] By: jhi                                   on 2000/08/11  04:06:10
12131         Log: Add a few missing files, update MANIFEST.
12132      Branch: perl
12133            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
12134            + lib/Pod/PlainText.pm t/pod/find.t
12135            ! MANIFEST t/op/regmesg.t
12136 ____________________________________________________________________________
12137 [  6599] By: jhi                                   on 2000/08/11  03:31:10
12138         Log: Add Perl debugging tutorial, regen toc. 
12139              
12140              Subject: perldebtut.pod
12141              From: Richard Foley <Richard.Foley@m.dasa.de>
12142              Date: Wed, 09 Aug 2000 10:17:15 +0200
12143              Message-id: <3991138B.262247B8@m.dasa.de>
12144      Branch: perl
12145            + pod/perldebtut.pod
12146            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12147 ____________________________________________________________________________
12148 [  6598] By: jhi                                   on 2000/08/11  02:48:56
12149         Log: tiny Changes edit
12150      Branch: perl
12151            ! Changes
12152 ____________________________________________________________________________
12153 [  6597] By: jhi                                   on 2000/08/11  02:39:04
12154         Log: Tests for #6589.
12155              
12156              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12157              From: simon@brecon.co.uk (Simon Cozens)
12158              Date: 11 Aug 2000 02:24:52 GMT
12159              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
12160      Branch: perl
12161            ! t/lib/b.t
12162 ____________________________________________________________________________
12163 [  6596] By: jhi                                   on 2000/08/11  01:50:07
12164         Log: Update Changes.
12165      Branch: perl
12166            ! Changes
12167 ____________________________________________________________________________
12168 [  6595] By: jhi                                   on 2000/08/11  01:47:16
12169         Log: nitfix
12170      Branch: perl
12171            ! Changes
12172 ____________________________________________________________________________
12173 [  6594] By: jhi                                   on 2000/08/11  01:36:16
12174         Log: Subject: Getting perlio and threads to compile
12175              From: Lupe Christoph <lupe@lupe-christoph.de>
12176              Date: Wed, 9 Aug 2000 11:35:54 +0200
12177              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
12178              
12179              (the Solaris version changes in Configure skipped)
12180      Branch: perl
12181            ! hints/solaris_2.sh thread.h
12182 ____________________________________________________________________________
12183 [  6593] By: jhi                                   on 2000/08/11  01:30:16
12184         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
12185              From: simon@brecon.co.uk (Simon Cozens)
12186              Date: 1 Aug 2000 06:55:19 GMT
12187              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
12188      Branch: perl
12189            ! lib/utf8.pm
12190 ____________________________________________________________________________
12191 [  6592] By: jhi                                   on 2000/08/11  01:26:39
12192         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
12193              From: Peter Scott <Peter@PeterScott.com>
12194              Date: Thu, 10 Aug 2000 08:23:27 -0700
12195              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
12196      Branch: perl
12197            ! lib/perl5db.pl
12198 ____________________________________________________________________________
12199 [  6591] By: jhi                                   on 2000/08/11  01:22:02
12200         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
12201              From: Hugo <hv@crypt.compulink.co.uk>
12202              Date: Thu, 10 Aug 2000 19:23:04 +0100
12203              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
12204      Branch: perl
12205            ! regexec.c t/op/pat.t
12206 ____________________________________________________________________________
12207 [  6590] By: jhi                                   on 2000/08/11  01:19:19
12208         Log: Preprocessing and postprocessing for File::Find.
12209              
12210              Subject: Patch to Find::File.pm to allow alphabetical results
12211              From: Joe Smith <jsmith@inwap.com>
12212              Date: Wed, 9 Aug 2000 02:44:54 -0700
12213              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
12214      Branch: perl
12215            ! lib/File/Find.pm
12216 ____________________________________________________________________________
12217 [  6589] By: jhi                                   on 2000/08/11  01:12:39
12218         Log: B::Deparse didn't do sub attributes.
12219              
12220              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12221              From: simon@brecon.co.uk (Simon Cozens)
12222              Date: 9 Aug 2000 04:49:20 GMT
12223              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
12224      Branch: perl
12225            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
12226 ____________________________________________________________________________
12227 [  6588] By: jhi                                   on 2000/08/11  01:06:40
12228         Log: Subject: debugger "d" command doesnt check line number
12229              From: Mike Guy <mjtg@cam.ac.uk>
12230              Date: Tue, 08 Aug 2000 21:54:29 +0100
12231              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
12232      Branch: perl
12233            ! lib/perl5db.pl mg.c pod/perldiag.pod
12234 ____________________________________________________________________________
12235 [  6587] By: jhi                                   on 2000/08/11  00:45:03
12236         Log: sleep(1) does not necessarily return 1.
12237              
12238              Subject: [PATCH bleadperl] op/lex_assign.t  
12239              From: Hugo <hv@crypt.compulink.co.uk>
12240              Date: Thu, 03 Aug 2000 14:34:22 +0100        
12241              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
12242      Branch: perl
12243            ! t/op/lex_assign.t
12244 ____________________________________________________________________________
12245 [  6586] By: jhi                                   on 2000/08/11  00:31:50
12246         Log: Document the IO::Select timeout.
12247      Branch: perl
12248            ! ext/IO/lib/IO/Select.pm
12249 ____________________________________________________________________________
12250 [  6585] By: jhi                                   on 2000/08/11  00:13:54
12251         Log: Forgot contributor.
12252      Branch: perl
12253            ! Changes
12254 ____________________________________________________________________________
12255 [  6584] By: jhi                                   on 2000/08/11  00:09:19
12256         Log: detypo
12257      Branch: perl
12258            ! Changes
12259 ____________________________________________________________________________
12260 [  6583] By: jhi                                   on 2000/08/11  00:07:53
12261         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
12262              
12263              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
12264              From: Mike Guy <mjtg@cam.ac.uk> 
12265              Date: Thu, 10 Aug 2000 15:50:54 +0100
12266              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
12267      Branch: perl
12268            ! sv.c t/op/int.t
12269 ____________________________________________________________________________
12270 [  6582] By: jhi                                   on 2000/08/10  23:29:32
12271         Log: Update Changes.
12272      Branch: perl
12273            ! Changes
12274 ____________________________________________________________________________
12275 [  6581] By: jhi                                   on 2000/08/10  23:26:16
12276         Log: Put back the std @INC thing.
12277      Branch: perl
12278            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
12279            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
12280            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
12281            ! t/lib/gol-oo.t
12282 ____________________________________________________________________________
12283 [  6580] By: jhi                                   on 2000/08/10  23:03:34
12284         Log: Update to CGI 2.70, from Lincoln Stein.
12285      Branch: perl
12286            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12287            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12288            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
12289            ! t/lib/cgi-request.t
12290 ____________________________________________________________________________
12291 [  6579] By: jhi                                   on 2000/08/10  22:41:50
12292         Log: Update to CPAN 1.56, from Andreas König.
12293      Branch: perl
12294            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12295 ____________________________________________________________________________
12296 [  6578] By: jhi                                   on 2000/08/10  22:38:13
12297         Log: Update to Pod::Parser 1.17, from Brad Appleton.
12298      Branch: perl
12299            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
12300            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
12301            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
12302            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
12303            ! t/pod/include.t t/pod/included.t t/pod/lref.t
12304            ! t/pod/multiline_items.t t/pod/nested_items.t
12305            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
12306            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
12307            ! t/pod/special_seqs.t
12308 ____________________________________________________________________________
12309 [  6577] By: jhi                                   on 2000/08/10  22:35:41
12310         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
12311      Branch: perl
12312            ! AUTHORS MAINTAIN
12313 ____________________________________________________________________________
12314 [  6576] By: jhi                                   on 2000/08/10  22:24:54
12315         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
12316      Branch: perl
12317            + t/lib/gol-oo.t
12318            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
12319            ! t/lib/gol-compat.t t/lib/gol-linkage.t
12320 ____________________________________________________________________________
12321 [  6575] By: jhi                                   on 2000/08/10  22:02:07
12322         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
12323      Branch: perl
12324            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
12325 ____________________________________________________________________________
12326 [  6574] By: jhi                                   on 2000/08/10  21:55:03
12327         Log: Iterating perl6 description.
12328      Branch: perl
12329            ! pod/perlfaq1.pod
12330 ____________________________________________________________________________
12331 [  6573] By: jhi                                   on 2000/08/10  21:48:26
12332         Log: Revert the sv.c part of #6559, a better fix is needed.
12333      Branch: perl
12334            ! sv.c
12335 ____________________________________________________________________________
12336 [  6572] By: jhi                                   on 2000/08/10  20:33:43
12337         Log: It's the 2ndO'ROSSC.
12338      Branch: perl
12339            ! pod/perlfaq1.pod
12340 ____________________________________________________________________________
12341 [  6571] By: jhi                                   on 2000/08/10  15:55:48
12342         Log: detypo
12343      Branch: perl
12344            ! pod/perlfaq1.pod
12345 ____________________________________________________________________________
12346 [  6570] By: jhi                                   on 2000/08/10  14:11:17
12347         Log: An exceptionally sticky typo.
12348      Branch: perl
12349            ! Changes
12350 ____________________________________________________________________________
12351 [  6569] By: jhi                                   on 2000/08/10  14:09:33
12352         Log: detypo (and test Changes updating script)
12353      Branch: perl
12354            ! Changes
12355 ____________________________________________________________________________
12356 [  6568] By: jhi                                   on 2000/08/10  14:07:07
12357         Log: Update Changes.
12358      Branch: perl
12359            ! Changes
12360 ____________________________________________________________________________
12361 [  6567] By: jhi                                   on 2000/08/10  14:06:19
12362         Log: Amend the description of Perl6.
12363              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
12364              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12365              Date: Wed, 9 Aug 2000 22:11:06 -0500
12366              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
12367      Branch: perl
12368            ! pod/perlfaq1.pod
12369 ____________________________________________________________________________
12370 [  6566] By: jhi                                   on 2000/08/10  13:58:57
12371         Log: Subject: Remove dead entry in perldiag
12372              From: Mike Guy <mjtg@cam.ac.uk>
12373              Date: Thu, 10 Aug 2000 14:19:19 +0100
12374              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
12375      Branch: perl
12376            ! pod/perldiag.pod
12377 ____________________________________________________________________________
12378 [  6565] By: jhi                                   on 2000/08/10  13:51:48
12379         Log: Zero entries were skipped, fix from Adrian Goalby
12380              <argoalby@yahoo.co.uk>
12381      Branch: perl
12382            ! lib/unicode/Number.pl lib/unicode/mktables.PL
12383 ____________________________________________________________________________
12384 [  6564] By: jhi                                   on 2000/08/10  13:00:12
12385         Log: Subject: [PATCH 5.6.0] cygwin port
12386              From: "Fifer, Eric" <EFifer@sanwaint.com>
12387              Date: Thu, 10 Aug 2000 13:15:36 +0100
12388              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
12389      Branch: perl
12390            ! README.cygwin hints/cygwin.sh
12391 ____________________________________________________________________________
12392 [  6563] By: jhi                                   on 2000/08/10  12:55:16
12393         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
12394      Branch: perl
12395            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
12396 ____________________________________________________________________________
12397 [  6562] By: gsar                                  on 2000/08/10  08:38:39
12398         Log: warn is a macro, avoid using at a variable to avoid warnings
12399              in some configurations; readdir.t is too conservative in
12400              estimating number of *.t's
12401      Branch: perl
12402            ! t/op/readdir.t util.c
12403 ____________________________________________________________________________
12404 [  6561] By: jhi                                   on 2000/08/09  23:35:42
12405         Log: Update Changes.
12406      Branch: perl
12407            ! Changes
12408 ____________________________________________________________________________
12409 [  6560] By: jhi                                   on 2000/08/09  23:05:47
12410         Log: Subject: Re: enhanced(?) regex error messages
12411              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12412              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
12413              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
12414              
12415              (plus two small patches sent privately)
12416              (this still seems to leave few test failures)
12417      Branch: perl
12418            + t/op/regmesg.t
12419            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
12420            ! t/pragma/warn/regcomp
12421 ____________________________________________________________________________
12422 [  6559] By: jhi                                   on 2000/08/09  20:41:18
12423         Log: (The fix did work but was not right, retracted in #6573)
12424              
12425              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12426              From: Christian Kirsch <ck@held.mind.de>
12427              Date: Wed, 9 Aug 2000 17:05:17 +0200
12428              Message-Id: <20000809170517.A25389@held>
12429      Branch: perl
12430            ! sv.c t/pragma/locale.t
12431 ____________________________________________________________________________
12432 [  6558] By: jhi                                   on 2000/08/08  22:34:08
12433         Log: Tiny updates on the contributors list.
12434      Branch: perl
12435            ! Changes
12436 ____________________________________________________________________________
12437 [  6557] By: jhi                                   on 2000/08/08  19:34:28
12438         Log: Double check that we have a dirhandle.
12439      Branch: perl
12440            ! util.c
12441 ____________________________________________________________________________
12442 [  6556] By: jhi                                   on 2000/08/08  19:01:51
12443         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
12444              May be repopulated with fresh maintained examples.
12445      Branch: perl
12446            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
12447            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
12448            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
12449            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
12450            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
12451            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
12452            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
12453            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
12454            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
12455            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
12456            + lib/CGI/eg/wilogo_gif.uu
12457            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
12458            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
12459            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12460            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
12461            - eg/cgi/frameset.cgi eg/cgi/index.html
12462            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12463            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12464            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
12465            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
12466            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
12467            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12468            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12469            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12470            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12471            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12472            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12473            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12474            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12475            - eg/van/vanish eg/who eg/wrapsuid
12476            ! MANIFEST
12477 ____________________________________________________________________________
12478 [  6555] By: jhi                                   on 2000/08/08  18:51:08
12479         Log: Delete chat2 as requested by Randal.
12480              
12481              Subject: Re: perlfaq8 coyness
12482              From: merlyn@stonehenge.com (Randal L. Schwartz) 
12483              Date: 15 May 2000 18:52:42 -0700 
12484              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
12485      Branch: perl
12486            - lib/chat2.pl
12487            ! MANIFEST
12488 ____________________________________________________________________________
12489 [  6554] By: jhi                                   on 2000/08/08  18:31:35
12490         Log: Regen global.sym.
12491      Branch: perl
12492            ! global.sym
12493 ____________________________________________________________________________
12494 [  6553] By: jhi                                   on 2000/08/08  18:28:13
12495         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
12496              (either perlbug or p5p ate the original), plus regen
12497              perlapi and perltoc. 
12498      Branch: perl
12499            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
12500            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
12501            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12502            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
12503            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
12504            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
12505            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
12506            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
12507            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
12508            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
12509 ____________________________________________________________________________
12510 [  6552] By: jhi                                   on 2000/08/08  18:06:29
12511         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
12512              From: Mike Guy <mjtg@cam.ac.uk>
12513              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
12514              Date: Tue, 08 Aug 2000 15:51:27 +0100
12515      Branch: perl
12516            ! doop.c sv.h t/op/join.t t/pragma/overload.t
12517 ____________________________________________________________________________
12518 [  6551] By: jhi                                   on 2000/08/08  18:01:11
12519         Log: Re-apply #6549.
12520      Branch: perl
12521            ! lib/perl5db.pl
12522 ____________________________________________________________________________
12523 [  6550] By: jhi                                   on 2000/08/08  17:43:08
12524         Log: Accidental retraction of #6549.
12525      Branch: perl
12526            ! lib/perl5db.pl
12527 ____________________________________________________________________________
12528 [  6549] By: jhi                                   on 2000/08/08  17:40:04
12529         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12530              From: Mike Guy <mjtg@cam.ac.uk>
12531              Date: Mon, 07 Aug 2000 21:49:58 +0100
12532              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
12533      Branch: perl
12534            ! lib/perl5db.pl
12535 ____________________________________________________________________________
12536 [  6548] By: jhi                                   on 2000/08/08  17:37:57
12537         Log: Document here-doc better.
12538              
12539              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
12540              From: Mike Guy <mjtg@cam.ac.uk>
12541              Date: Mon, 07 Aug 2000 14:02:09 +0100
12542              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
12543      Branch: perl
12544            ! pod/perldata.pod
12545 ____________________________________________________________________________
12546 [  6547] By: jhi                                   on 2000/08/08  17:33:34
12547         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
12548              From: "Randy J. Ray" <rjray@redhat.com>
12549              Date: Mon, 07 Aug 2000 19:12:25 -0700
12550              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
12551      Branch: perl
12552            ! perl.c pod/perlrun.pod
12553 ____________________________________________________________________________
12554 [  6546] By: jhi                                   on 2000/08/08  17:29:26
12555         Log: Subject: Re: enhanced(?) regex error messages 
12556              From: Hugo <hv@crypt.compulink.co.uk>
12557              Date: Tue, 08 Aug 2000 03:25:51 +0100
12558              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
12559              
12560              plus Capitalize the error messages, plus perldiag them.
12561      Branch: perl
12562            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
12563 ____________________________________________________________________________
12564 [  6545] By: jhi                                   on 2000/08/08  13:59:28
12565         Log: Augment #6539 a bit: don't croak if there's magic in the air.
12566              
12567              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
12568              From: Hugo <hv@crypt.compulink.co.uk>
12569              Date: Tue, 08 Aug 2000 03:02:03 +0100
12570              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
12571      Branch: perl
12572            ! pp.c t/op/bless.t
12573 ____________________________________________________________________________
12574 [  6544] By: jhi                                   on 2000/08/07  21:11:52
12575         Log: Make the test -w clean.
12576      Branch: perl
12577            ! t/op/bless.t
12578 ____________________________________________________________________________
12579 [  6543] By: jhi                                   on 2000/08/07  19:49:53
12580         Log: use warnings instead of $^W.
12581      Branch: perl
12582            ! t/op/bless.t
12583 ____________________________________________________________________________
12584 [  6542] By: jhi                                   on 2000/08/07  17:41:41
12585         Log: Disable a portability warning Because We Know What We Are Doing.
12586      Branch: perl
12587            ! t/op/bless.t
12588 ____________________________________________________________________________
12589 [  6541] By: jhi                                   on 2000/08/07  17:29:51
12590         Log: Tiny tidying on report_evil_fh().
12591      Branch: perl
12592            ! util.c
12593 ____________________________________________________________________________
12594 [  6540] By: jhi                                   on 2000/08/07  16:37:38
12595         Log: Make regular expression parse error messages easier to understand.
12596              
12597              Subject: Re: enhanced(?) regex error messages
12598              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12599              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
12600              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
12601      Branch: perl
12602            ! regcomp.c
12603 ____________________________________________________________________________
12604 [  6539] By: jhi                                   on 2000/08/07  16:12:27
12605         Log: Make bless(REF, REF) a fatal error, add bless tests.
12606              
12607              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
12608              From: Hugo <hv@crypt.compulink.co.uk>
12609              Date: Mon, 07 Aug 2000 16:59:38 +0100
12610              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
12611      Branch: perl
12612            + t/op/bless.t
12613            ! MANIFEST pod/perldiag.pod pp.c sv.c
12614 ____________________________________________________________________________
12615 [  6538] By: jhi                                   on 2000/08/07  15:59:43
12616         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
12617              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
12618              Date: Thu, 3 Aug 2000 14:29:21 -0700
12619              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
12620      Branch: perl
12621            ! lib/lib_pm.PL
12622 ____________________________________________________________________________
12623 [  6537] By: jhi                                   on 2000/08/07  15:47:18
12624         Log: Retract #6419 for now since it breaks in AFS and MachTen.
12625      Branch: perl
12626            ! lib/Cwd.pm
12627 ____________________________________________________________________________
12628 [  6536] By: jhi                                   on 2000/08/07  15:05:29
12629         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
12630              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
12631              The security hole exists only in suidperls, which isn't
12632              installed or even built by default.
12633      Branch: perl
12634            ! perl.c
12635 ____________________________________________________________________________
12636 [  6535] By: jhi                                   on 2000/08/07  14:45:14
12637         Log: tr memory corruption fix from Simon Cozens.
12638      Branch: perl
12639            ! doop.c
12640 ____________________________________________________________________________
12641 [  6534] By: jhi                                   on 2000/08/06  11:38:16
12642         Log: Document a bit that UDP is not what you might think.
12643              
12644              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
12645              From: Lupe Christoph <lupe@lupe-christoph.de>
12646              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
12647              Date: Mon, 24 Jul 2000 08:59:15 +0200
12648      Branch: perl
12649            ! pod/perlipc.pod
12650 ____________________________________________________________________________
12651 [  6533] By: jhi                                   on 2000/08/06  11:35:01
12652         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
12653              From: Jeff Pinyan <jeffp@hut.crusoe.net>
12654              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
12655              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
12656      Branch: perl
12657            ! pod/perlfunc.pod
12658 ____________________________________________________________________________
12659 [  6532] By: jhi                                   on 2000/08/06  03:45:41
12660         Log: Have symbols for the IoTYPEs.
12661      Branch: perl
12662            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
12663 ____________________________________________________________________________
12664 [  6531] By: jhi                                   on 2000/08/06  01:33:55
12665         Log: Continue fixing the io warnings.  This also
12666              sort of fixes bug ID 20000802.003: the core dump
12667              is no more.  Whether the current behaviour is correct
12668              (giving a warning: "Not a format reference"), is another matter.
12669      Branch: perl
12670            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
12671            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
12672 ____________________________________________________________________________
12673 [  6530] By: jhi                                   on 2000/08/05  21:33:12
12674         Log: Change the Policy policy: now -Dprefix= with an existing
12675              Policy.sh and prefix == siteprefix == vendorprefix, then all
12676              of them follow along the new prefix.
12677              
12678              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
12679              From: Andy Dougherty <doughera@lafayette.edu>
12680              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
12681              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
12682      Branch: perl
12683            ! Policy_sh.SH
12684 ____________________________________________________________________________
12685 [  6529] By: jhi                                   on 2000/08/05  18:57:28
12686         Log: Zap lib/Sys directory when cleaning up.
12687      Branch: perl
12688            ! Makefile.SH
12689 ____________________________________________________________________________
12690 [  6528] By: jhi                                   on 2000/08/05  18:40:44
12691         Log: Essential prototype changes were missing from #6527.
12692              Also make report_evil_fh() more bomb-proof.
12693      Branch: perl
12694            ! embed.h util.c
12695 ____________________________________________________________________________
12696 [  6527] By: jhi                                   on 2000/08/05  03:22:05
12697         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
12698              From: "Ronald F. Guilmette" <rfg@monkeys.com>
12699              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
12700              Message-Id: <200007242247.PAA52177@monkeys.com>
12701      Branch: perl
12702            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
12703 ____________________________________________________________________________
12704 [  6526] By: jhi                                   on 2000/08/04  21:23:27
12705         Log: gcc versions might have (parentheses) in them.
12706      Branch: metaconfig/U/perl
12707            ! gccvers.U
12708      Branch: perl
12709            ! Configure config_h.SH
12710 ____________________________________________________________________________
12711 [  6525] By: jhi                                   on 2000/08/04  20:23:12
12712         Log: Weed buglets pointed out by
12713              
12714              From: Lupe Christoph <lupe@lupe-christoph.de>
12715              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
12716              Date: Fri, 4 Aug 2000 17:34:39 +0200
12717              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
12718      Branch: metaconfig/U/perl
12719            ! gccvers.U uselfs.U
12720      Branch: perl
12721            ! Configure config_h.SH
12722 ____________________________________________________________________________
12723 [  6524] By: jhi                                   on 2000/08/04  19:02:08
12724         Log: Warn under -w if lstat(FH) is attempted.
12725              
12726              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
12727              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
12728              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
12729              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
12730      Branch: perl
12731            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
12732            ! t/pragma/warn/pp_sys
12733 ____________________________________________________________________________
12734 [  6523] By: jhi                                   on 2000/08/04  12:31:11
12735         Log: Subject: New perlcc, take 2
12736              From: simon@brecon.co.uk (Simon Cozens)
12737              Date: 4 Aug 2000 06:21:04 GMT
12738              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
12739      Branch: perl
12740            ! utils/perlcc.PL
12741 ____________________________________________________________________________
12742 [  6522] By: jhi                                   on 2000/08/04  12:26:33
12743         Log: Subject: Re: Array vs. List context
12744              From: Daniel Chetlin <daniel@chetlin.com>
12745              Date: Fri, 4 Aug 2000 00:22:44 -0700
12746              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
12747      Branch: perl
12748            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
12749            ! pod/perlfaq4.pod
12750 ____________________________________________________________________________
12751 [  6521] By: jhi                                   on 2000/08/04  12:22:38
12752         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
12753              From: Raymund Will <ray@caldera.de>
12754              Date: Fri, 4 Aug 2000 12:07:09 +0200
12755              Message-Id: <20000804120709.A14982@caldera.de>
12756      Branch: perl
12757            ! configure.gnu
12758 ____________________________________________________________________________
12759 [  6520] By: jhi                                   on 2000/08/04  04:09:06
12760         Log: After the #6519 a warning about stat() is just that,
12761              not about a filetest, which now have their own warning.
12762      Branch: perl
12763            ! pod/perldiag.pod
12764 ____________________________________________________________________________
12765 [  6519] By: jhi                                   on 2000/08/04  04:06:30
12766         Log: In the warnings call filehandles consistently so;
12767              add "unopened" warning for stat().
12768      Branch: perl
12769            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
12770            ! t/pragma/warn/pp_sys
12771 ____________________________________________________________________________
12772 [  6518] By: jhi                                   on 2000/08/04  02:55:35
12773         Log: Subject: Minor tweak to perlvar.pod
12774              From: "Stephen P. Potter" <spp@ds.net>
12775              Date: Tue, 18 Apr 2000 09:26:03 -0400
12776              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
12777      Branch: perl
12778            ! pod/perlvar.pod
12779 ____________________________________________________________________________
12780 [  6517] By: jhi                                   on 2000/08/04  02:50:08
12781         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
12782              From: "Clinton Pierce" <cpierce1@ford.com>
12783              Date: Wed, 21 Jul 1999 16:45:31 -0400
12784              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
12785              
12786              Fix by Stephen Potter (visible in the bug db but not in p5p?)
12787      Branch: perl
12788            ! pod/perlfunc.pod pod/perlop.pod
12789 ____________________________________________________________________________
12790 [  6516] By: jhi                                   on 2000/08/04  02:09:25
12791         Log: This is 6512.  Really.
12792      Branch: perl
12793            ! dump.c
12794 ____________________________________________________________________________
12795 [  6515] By: jhi                                   on 2000/08/04  01:25:50
12796         Log: mention the idea of @( and @)
12797      Branch: perl
12798            ! Todo-5.6
12799 ____________________________________________________________________________
12800 [  6514] By: bailey                                on 2000/08/04  01:18:46
12801         Log: YA resync with mainstem, including VMS patches from others
12802      Branch: vmsperl
12803           +> (branch 48 files)
12804            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
12805           !> (integrate 354 files)
12806 ____________________________________________________________________________
12807 [  6513] By: jhi                                   on 2000/08/04  01:18:18
12808         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
12809              From: Mark Dickinson <dickins3@fas.harvard.edu>
12810              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
12811              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
12812      Branch: perl
12813            ! t/op/grent.t t/op/pwent.t
12814 ____________________________________________________________________________
12815 [  6512] By: jhi                                   on 2000/08/04  01:14:06
12816         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
12817              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12818              Date: Wed, 02 Aug 2000 10:51:01 +0100
12819              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
12820      Branch: perl
12821            ! sv.c
12822 ____________________________________________________________________________
12823 [  6511] By: jhi                                   on 2000/08/04  00:57:00
12824         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
12825              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12826              Date: Thu, 03 Aug 2000 17:20:04 -0700
12827              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
12828      Branch: metaconfig
12829            ! U/modified/Cppsym.U
12830      Branch: perl
12831            ! Configure config_h.SH
12832 ____________________________________________________________________________
12833 [  6510] By: jhi                                   on 2000/08/04  00:25:28
12834         Log: detypo
12835      Branch: perl
12836            ! Makefile.SH
12837 ____________________________________________________________________________
12838 [  6509] By: jhi                                   on 2000/08/03  23:43:18
12839         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
12840              From: Dominic Dunlop <domo@computer.org>
12841              Date: Thu, 3 Aug 2000 22:16:46 +0200
12842              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
12843      Branch: perl
12844            ! t/op/sprintf.t
12845 ____________________________________________________________________________
12846 [  6508] By: jhi                                   on 2000/08/03  23:40:37
12847         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
12848              From: Hugo <hv@crypt.compulink.co.uk>
12849              Date: Thu, 03 Aug 2000 18:25:30 +0100
12850              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
12851      Branch: perl
12852            ! regcomp.c t/op/re_tests
12853 ____________________________________________________________________________
12854 [  6507] By: jhi                                   on 2000/08/03  23:38:28
12855         Log: Subject: [PATCH] sv.h documentation - SvLEN
12856              From: Mike Guy <mjtg@cam.ac.uk>
12857              Date: Thu, 03 Aug 2000 14:43:09 +0100
12858              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
12859      Branch: perl
12860            ! sv.h
12861 ____________________________________________________________________________
12862 [  6506] By: jhi                                   on 2000/08/03  15:49:14
12863         Log: Disable the fix_pl hack for now.
12864      Branch: perl
12865            ! Makefile.SH
12866 ____________________________________________________________________________
12867 [  6505] By: jhi                                   on 2000/08/03  13:49:04
12868         Log: Add a URL for FSF.
12869              
12870              Subject: Patch for README
12871              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12872              Date: Wed, 2 Aug 2000 13:25:09 -0500
12873              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
12874      Branch: perl
12875            ! README
12876 ____________________________________________________________________________
12877 [  6504] By: jhi                                   on 2000/08/03  13:29:19
12878         Log: Be more informative on what is skipped and why,
12879              also repeat the list at the end.
12880      Branch: perl
12881            ! Porting/p4desc
12882 ____________________________________________________________________________
12883 [  6503] By: jhi                                   on 2000/08/03  13:07:05
12884         Log: Circumvent the removal of .patch by fix_pl.
12885              
12886              Subject: Re: [ID 20000802.011] unable to 'make test'          
12887              From: simon@brecon.co.uk (Simon Cozens) 
12888              Date: 3 Aug 2000 04:17:00 GMT
12889              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
12890      Branch: perl
12891            ! Makefile.SH
12892 ____________________________________________________________________________
12893 [  6502] By: jhi                                   on 2000/08/03  00:14:34
12894         Log: Add the missing setproctitle unit.
12895      Branch: metaconfig/U/perl
12896            + d_setproctitle.U
12897 ____________________________________________________________________________
12898 [  6501] By: jhi                                   on 2000/08/03  00:00:26
12899         Log: The subtest 4 may fail also on VOBS, as pointed out
12900              by Nick Ing-Simmons in November 1999, bug id 19991124.003
12901              (but the failure in that bug report isn't the subtest 4).
12902      Branch: perl
12903            ! t/op/stat.t
12904 ____________________________________________________________________________
12905 [  6500] By: jhi                                   on 2000/08/02  23:49:30
12906         Log: Better skip message for the test; one of the two problems in
12907              
12908              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
12909              From: Lupe Christoph <lupe@lupe-christoph.de>
12910              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
12911              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
12912      Branch: perl
12913            ! t/op/numconvert.t
12914 ____________________________________________________________________________
12915 [  6499] By: jhi                                   on 2000/08/02  22:49:16
12916         Log: Allow "no Module;" even if there is no 'unimport'.
12917              
12918              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
12919              From: mjd@plover.com
12920              Date: 24 Mar 2000 15:24:34 -0000
12921              Message-Id: <20000324152434.15160.qmail@plover.com>
12922      Branch: perl
12923            ! gv.c
12924 ____________________________________________________________________________
12925 [  6498] By: jhi                                   on 2000/08/02  22:42:58
12926         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
12927              that are hopefully soon put into use.
12928      Branch: perl
12929            ! opcode.h opcode.pl opnames.h
12930 ____________________________________________________________________________
12931 [  6497] By: gsar                                  on 2000/08/02  22:28:59
12932         Log: require.t needs binmode() to work on windows
12933      Branch: perl
12934            ! t/comp/require.t
12935 ____________________________________________________________________________
12936 [  6496] By: jhi                                   on 2000/08/02  22:08:51
12937         Log: Document the IVdf UVuf UVof UVxf.
12938      Branch: perl
12939            ! pod/perlguts.pod
12940 ____________________________________________________________________________
12941 [  6495] By: jhi                                   on 2000/08/02  21:54:26
12942         Log: detypo #6494
12943      Branch: perl
12944            ! ext/Data/Dumper/Dumper.xs
12945 ____________________________________________________________________________
12946 [  6494] By: jhi                                   on 2000/08/02  21:49:17
12947         Log: Dump UVs as UVs in Data::Dumper.
12948              
12949              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
12950              From: Gurusamy Sarathy <gsar@ActiveState.com>
12951              Date: Thu, 27 Apr 2000 12:26:25 -0700
12952              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
12953      Branch: perl
12954            ! ext/Data/Dumper/Dumper.xs
12955 ____________________________________________________________________________
12956 [  6493] By: jhi                                   on 2000/08/02  17:01:58
12957         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
12958              From: Hugo <hv@crypt.compulink.co.uk>
12959              Date: Wed, 02 Aug 2000 14:53:56 +0100
12960              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
12961      Branch: perl
12962            ! regexec.c t/op/re_tests
12963 ____________________________________________________________________________
12964 [  6492] By: jhi                                   on 2000/08/02  15:02:46
12965         Log: The new setproctitle() feature is available only in 
12966              bleeding edge FreeBSD.  From Paul Saab.
12967      Branch: perl
12968            ! mg.c
12969 ____________________________________________________________________________
12970 [  6491] By: jhi                                   on 2000/08/02  13:34:36
12971         Log: The tr utf8 patching continues.
12972              
12973              Subject: Re: #6469, too many tests claimed in require.t
12974              From: simon@brecon.co.uk (Simon Cozens)
12975              Date: 2 Aug 2000 02:37:17 GMT
12976              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
12977              
12978              (the logic of the test was the wrong way round in the patch)
12979      Branch: perl
12980            ! doop.c
12981 ____________________________________________________________________________
12982 [  6490] By: jhi                                   on 2000/08/02  13:27:38
12983         Log: The name of a filehandle does not have <these>.
12984      Branch: perl
12985            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
12986            ! t/pragma/warn/pp_sys util.c
12987 ____________________________________________________________________________
12988 [  6489] By: jhi                                   on 2000/08/02  04:26:46
12989         Log: Remove the extraneous "main::" prefix from all the
12990              "opened only for", "on closed", and "never opened" warnings.
12991              
12992              Subject: Re: inappropriate warning
12993              From: Gurusamy Sarathy <gsar@ActiveState.com>
12994              Date: Mon, 20 Mar 2000 11:28:02 -0800
12995              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
12996      Branch: perl
12997            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
12998            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
12999            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13000 ____________________________________________________________________________
13001 [  6488] By: jhi                                   on 2000/08/02  03:02:57
13002         Log: memcpy has n o in it, as pinted ut by Sarathy.
13003      Branch: perl
13004            ! pod/perlguts.pod
13005 ____________________________________________________________________________
13006 [  6487] By: jhi                                   on 2000/08/02  02:44:51
13007         Log: Document in one place the memory abstractions used in Perl core.
13008              
13009              Subject: Re: Memory abstraction
13010              From: simon@brecon.co.uk (Simon Cozens)
13011              Date: 2 Aug 2000 02:20:23 GMT
13012              Organization: Earth.li Origins
13013      Branch: perl
13014            ! pod/perlguts.pod
13015 ____________________________________________________________________________
13016 [  6486] By: jhi                                   on 2000/08/02  02:41:57
13017         Log: regen_headers, regen perltoc.
13018      Branch: perl
13019            ! perlapi.c pod/perltoc.pod
13020 ____________________________________________________________________________
13021 [  6485] By: jhi                                   on 2000/08/02  01:43:33
13022         Log: "This little thing tests for a file .patch, and if it contains
13023              a number, pops into patchlevel.h" (making it easier to track
13024              which development version people are reporting bugs against)
13025              
13026              Subject: Patchlevel autogeneration for repository perls
13027              From: simon@brecon.co.uk (Simon Cozens)
13028              Date: 14 Jul 2000 07:12:15 GMT
13029              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
13030      Branch: perl
13031            + fix_pl
13032            ! MANIFEST Makefile.SH
13033 ____________________________________________________________________________
13034 [  6484] By: jhi                                   on 2000/08/02  01:32:54
13035         Log: FreeBSD 3.* updates from
13036              
13037              From: Paul Saab <ps@yahoo-inc.com>
13038              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13039              Date: Tue, 1 Aug 2000 15:41:39 -0700
13040              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13041      Branch: perl
13042            ! hints/freebsd.sh
13043 ____________________________________________________________________________
13044 [  6483] By: jhi                                   on 2000/08/02  01:27:44
13045         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
13046              instead one must use setproctitle().  This was already addressed
13047              by change #6457, but the below has a new variant for FreeBSD 4.0
13048              or later, and the matter is also documented more.
13049              
13050              From: Paul Saab <ps@yahoo-inc.com>
13051              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13052              Date: Tue, 1 Aug 2000 15:41:39 -0700
13053              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13054      Branch: metaconfig/U/perl
13055            + i_libutil.U
13056      Branch: perl
13057            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
13058 ____________________________________________________________________________
13059 [  6482] By: jhi                                   on 2000/08/01  22:17:32
13060         Log: The test from this
13061              
13062              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
13063              Date: Sat, 15 Apr 2000 17:03:44 +0100
13064              From: Tom Hughes <tom@compton.nu>
13065              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
13066              
13067              was missing, the code change went in as #5989
13068              (which had a different test?)
13069      Branch: perl
13070            ! t/op/misc.t
13071 ____________________________________________________________________________
13072 [  6481] By: jhi                                   on 2000/08/01  21:48:38
13073         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
13074              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13075              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
13076              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
13077      Branch: perl
13078            ! perl.h
13079 ____________________________________________________________________________
13080 [  6480] By: jhi                                   on 2000/08/01  18:05:28
13081         Log: Make p4desc to skip non-mainperl branches by default.
13082      Branch: perl
13083            ! Porting/p4desc
13084 ____________________________________________________________________________
13085 [  6479] By: jhi                                   on 2000/08/01  17:29:19
13086         Log: If gccosandvers is equal to osname, clear gccosandvers.
13087      Branch: metaconfig/U/perl
13088            ! gccvers.U
13089      Branch: perl
13090            ! Configure config_h.SH
13091 ____________________________________________________________________________
13092 [  6478] By: jhi                                   on 2000/08/01  15:54:08
13093         Log: BOM patching from Simon Cozens.
13094      Branch: perl
13095            ! toke.c
13096 ____________________________________________________________________________
13097 [  6477] By: jhi                                   on 2000/08/01  04:50:33
13098         Log: Stash away the largefiles flags and libswanted.
13099      Branch: perl
13100            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
13101 ____________________________________________________________________________
13102 [  6476] By: gsar                                  on 2000/08/01  04:24:24
13103         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
13104              on Windows)
13105      Branch: perl
13106            ! t/pragma/utf8.t utf8.c win32/win32.c
13107 ____________________________________________________________________________
13108 [  6475] By: jhi                                   on 2000/08/01  03:35:24
13109         Log: Make chr() for values >127 to create utf8 when under utf8.
13110              
13111              Subject: Re: uft8/chr()
13112              From: simon@brecon.co.uk (Simon Cozens)
13113              Date: 1 Aug 2000 02:37:02 GMT
13114              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
13115      Branch: perl
13116            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
13117 ____________________________________________________________________________
13118 [  6474] By: jhi                                   on 2000/08/01  02:36:18
13119         Log: In Digital UNIX warn if gcc explicitly chosen because even
13120              2.95.2 is known to cause problems.
13121      Branch: perl
13122            ! hints/dec_osf.sh
13123 ____________________________________________________________________________
13124 [  6473] By: jhi                                   on 2000/08/01  02:00:56
13125         Log: Make the safety catch for buggy gccs work with triple version
13126              numbers like 2.95.2.  Reported in
13127              
13128              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
13129              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
13130              Date: Mon, 31 Jul 2000 14:55:06 +0200
13131              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
13132      Branch: perl
13133            ! hints/dec_osf.sh
13134 ____________________________________________________________________________
13135 [  6472] By: jhi                                   on 2000/08/01  01:13:33
13136         Log: Subject: fix and question re: waitpid() under win32
13137              From: Brian Clarke <clarke@appliedmeta.com>
13138              Date: Fri, 28 Jul 2000 15:18:29 -0400
13139              Message-ID: <3981DC85.290314EB@appliedmeta.com>
13140              
13141              Slightly reformatted and WNOHANG # define moved to win32.h
13142              so that also POSIX.xs sees it, as suggsted by Sarathy.
13143      Branch: perl
13144            ! win32/win32.c win32/win32.h
13145 ____________________________________________________________________________
13146 [  6471] By: jhi                                   on 2000/08/01  00:55:05
13147         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
13148              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13149              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
13150              Date: Mon, 31 Jul 2000 13:28:51 +0100
13151              
13152              (aka ID 20000730.002)
13153      Branch: perl
13154            ! op.c t/op/tr.t
13155 ____________________________________________________________________________
13156 [  6470] By: jhi                                   on 2000/07/31  23:34:42
13157         Log: Document the problem with -P in HP-UX and its workaround.
13158              
13159              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
13160              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
13161              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
13162              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
13163      Branch: perl
13164            ! README.hpux
13165 ____________________________________________________________________________
13166 [  6469] By: jhi                                   on 2000/07/31  04:15:02
13167         Log: The swallow_bom() saga continues.  The #23 of require.t
13168              (UTF16-LE) still fails (silently, no output) but the #22
13169              (UTF16-BE) seems to be working now.  The root of the
13170              failure may be in sv_gets(): is it UTF-16LE-aware,
13171              especially when it comes to line endings? 
13172      Branch: perl
13173            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
13174            ! t/comp/require.t toke.c utf8.c
13175 ____________________________________________________________________________
13176 [  6468] By: jhi                                   on 2000/07/30  19:05:48
13177         Log: Find green threads before native threads.
13178              
13179              Subject: Re: Patch to jpl/JNI/Makefile.PL
13180              From: Jens Thomsen <jens@fiend.cis.com>
13181              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
13182              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
13183      Branch: perl
13184            ! jpl/JNI/Makefile.PL
13185 ____________________________________________________________________________
13186 [  6467] By: jhi                                   on 2000/07/30  18:36:22
13187         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
13188      Branch: perl
13189            ! doop.c
13190 ____________________________________________________________________________
13191 [  6466] By: jhi                                   on 2000/07/30  04:37:29
13192         Log: A new version of the "remove UPPERACSE string comparison"
13193              operators.  The problem with the previous one (change #6454)
13194              was that it was for Perl 5.6.0.  From Paul Marquess.
13195      Branch: perl
13196            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
13197            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
13198            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13199 ____________________________________________________________________________
13200 [  6465] By: jhi                                   on 2000/07/29  22:39:56
13201         Log: Do not upgrade SVs into utf8 just because they participate
13202              in eq or cmp.  Reported and fix suggested in
13203              
13204              Subject: [ID 20000720.009] sv_eq UTF8 bug
13205              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13206              Date: 21 Jul 2000 04:37:29 -0000
13207              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
13208              
13209              Exercise for the kind reader: should we or should we not
13210              cache the utf8 conversion alonside the SV? (as magic,
13211              as thestrxfrm()ed version is cached under use locale)
13212              Argue both for and against.
13213      Branch: perl
13214            ! sv.c
13215 ____________________________________________________________________________
13216 [  6464] By: jhi                                   on 2000/07/29  22:36:22
13217         Log: Subject: UTF8 concat
13218              From: simon@brecon.co.uk (Simon Cozens) 
13219              Date: 30 Jun 2000 06:13:25 GMT
13220              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
13221              
13222              (with a memory leak fixed, plus a few casts added)
13223              
13224              This also seems to help for
13225              
13226              Subject: [ID 20000716.015] join UTF8 weirdness
13227              From: root <root@ak-71.mind.de> 
13228              Date: Sat, 15 Jul 2000 15:29:54 +0200
13229              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
13230              
13231              (from Andreas König)
13232      Branch: perl
13233            ! pp_hot.c
13234 ____________________________________________________________________________
13235 [  6463] By: jhi                                   on 2000/07/29  00:55:39
13236         Log: Tune the comments and hopefully stop a memory leak.
13237      Branch: perl
13238            ! toke.c utf8.c
13239 ____________________________________________________________________________
13240 [  6462] By: jhi                                   on 2000/07/29  00:16:53
13241         Log: The problem described in this
13242              
13243              Subject: [ID 20000322.018] named chars aren't magical enough
13244              From: root <root@dixie.cscaper.com>     
13245              Date: Wed, 22 Mar 2000 18:37:42 -0700
13246              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
13247              
13248              has been fixed in perl 5.6.0 but just in case added a test
13249              to keep it away.  (The report from Joseph Hall.)
13250      Branch: perl
13251            ! t/lib/charnames.t
13252 ____________________________________________________________________________
13253 [  6461] By: jhi                                   on 2000/07/28  23:56:36
13254         Log: Tiny fixes for #6460.
13255      Branch: metaconfig/U/perl
13256            ! gccvers.U
13257      Branch: perl
13258            ! Configure config_h.SH
13259 ____________________________________________________________________________
13260 [  6460] By: jhi                                   on 2000/07/28  23:24:41
13261         Log: Warn if the version of the operating system used to compile gcc
13262              differs from the current version of the operating system.
13263              Also display the gcc compilation os and version in myconfig.
13264              Inspiration from
13265              
13266              Subject: Re: [ID 20000710.003] ERRORS!!         
13267              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13268              Date: Mon, 10 Jul 2000 15:54:16 -0400
13269              Message-ID: <20000710155416.A1384@O2.chapin.edu>
13270      Branch: metaconfig/U/perl
13271            ! gccvers.U
13272      Branch: perl
13273            ! Configure config_h.SH myconfig.SH
13274 ____________________________________________________________________________
13275 [  6459] By: jhi                                   on 2000/07/28  22:00:32
13276         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
13277              letter to $Config{osvers}.
13278      Branch: metaconfig
13279            ! U/modified/Oldconfig.U
13280      Branch: perl
13281            ! Configure config_h.SH
13282 ____________________________________________________________________________
13283 [  6458] By: jhi                                   on 2000/07/28  04:15:39
13284         Log: Back out #6454, doesn't seem to work.
13285              (Reason: that patch was for perl 5.6.0, not perl-current)
13286              (A version of the patch for perl-current came in later as #6466)
13287      Branch: perl
13288            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13289            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13290            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13291 ____________________________________________________________________________
13292 [  6457] By: jhi                                   on 2000/07/27  23:31:49
13293         Log: Use setproctitle() if available to modify $0.
13294              
13295              Subject: setting $* on BSD4 broken
13296              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13297              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
13298              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
13299      Branch: metaconfig
13300            ! U/modified/Myinit.U
13301      Branch: perl
13302            ! Configure config_h.SH mg.c
13303 ____________________________________________________________________________
13304 [  6456] By: jhi                                   on 2000/07/27  14:50:47
13305         Log: Allow "no AutoLoader;", based on change #6444,
13306              suggested by Graham Barr.
13307      Branch: perl
13308            ! lib/AutoLoader.pm
13309 ____________________________________________________________________________
13310 [  6455] By: jhi                                   on 2000/07/27  14:19:10
13311         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
13312              From: rspier@pobox.com (Robert Spier)
13313              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
13314              Message-ID: <14720.15855.787664.424783@rls.cx>
13315      Branch: perl
13316            ! pod/perldiag.pod
13317 ____________________________________________________________________________
13318 [  6454] By: jhi                                   on 2000/07/27  14:03:02
13319         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
13320              for a long time).
13321              
13322              Reported in
13323              
13324              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
13325              From: Ryan Herbert <rherbert@sycamorehq.com>
13326              Date: Mon, 17 Jul 2000 11:40:42 -0400
13327              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
13328              
13329              Patched in
13330              
13331              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
13332              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13333              Date: Wed, 26 Jul 2000 23:40:18 +0100
13334              Message-ID: <000001bff752$79511880$0a17073e@tiny>
13335              
13336              based on an earlier patch from Stephen P. Potter.
13337              
13338              (Removed later by change #6458 because this patch was for
13339              perl 5.6.0, not perl-current)
13340      Branch: perl
13341            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13342            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13343            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13344 ____________________________________________________________________________
13345 [  6453] By: jhi                                   on 2000/07/27  13:48:02
13346         Log: Subject: [PATCH] fixes bug 20000508.004
13347              From: Michael Stevens <mstevens@globnix.org>
13348              Date: Thu, 27 Jul 2000 13:49:04 +0100
13349              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
13350      Branch: perl
13351            ! pod/perldata.pod
13352 ____________________________________________________________________________
13353 [  6452] By: jhi                                   on 2000/07/26  23:51:26
13354         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
13355              and Craig A. Berry.
13356      Branch: perl
13357            ! lib/File/Temp.pm pod/perlport.pod
13358 ____________________________________________________________________________
13359 [  6451] By: jhi                                   on 2000/07/26  19:43:30
13360         Log: Be wary of close()s, too.
13361              
13362              Subject: Re: [PATCH] perlbug cleanup
13363              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13364              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
13365              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
13366      Branch: perl
13367            ! utils/perlbug.PL
13368 ____________________________________________________________________________
13369 [  6450] By: jhi                                   on 2000/07/26  18:41:40
13370         Log: Subject: Minor doc patch: handy.h
13371              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
13372              Date: Wed, 26 Jul 2000 15:34:25 -0300
13373              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
13374      Branch: perl
13375            ! handy.h pod/perlapi.pod
13376 ____________________________________________________________________________
13377 [  6449] By: jhi                                   on 2000/07/26  18:23:55
13378         Log: Subject: [PATCH] minor doc change - perlguts
13379              From: Michael Stevens <mstevens@globnix.org>
13380              Date: Thu, 13 Jul 2000 12:39:18 +0100
13381              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
13382      Branch: perl
13383            ! pod/perlguts.pod
13384 ____________________________________________________________________________
13385 [  6448] By: jhi                                   on 2000/07/26  18:20:30
13386         Log: open() wariness in perlbug.
13387              
13388              Subject: [PATCH] perlbug cleanup
13389              From: Michael Stevens <mstevens@globnix.org>
13390              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
13391              Date: Thu, 13 Jul 2000 15:52:23 +0100
13392      Branch: perl
13393            ! utils/perlbug.PL
13394 ____________________________________________________________________________
13395 [  6447] By: jhi                                   on 2000/07/26  18:13:04
13396         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
13397      Branch: perl
13398            ! lib/File/Temp.pm t/lib/ftmp-security.t
13399 ____________________________________________________________________________
13400 [  6446] By: jhi                                   on 2000/07/26  18:06:32
13401         Log: docfix from Peter Scott <Peter@PSDT.com>.
13402      Branch: perl
13403            ! pod/perlfunc.pod
13404 ____________________________________________________________________________
13405 [  6445] By: jhi                                   on 2000/07/26  17:53:31
13406         Log: Fix *foo{FORMAT}.
13407              
13408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13409              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13410              Date: Wed, 26 Jul 2000 19:51:02 +0200
13411              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
13412              
13413              From: Graham Barr <gbarr@pobox.com>
13414              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13415              Date: Wed, 26 Jul 2000 17:38:36 +0100
13416              Message-ID: <20000726173836.L472@pobox.com>
13417      Branch: perl
13418            ! pp.c sv.c t/op/gv.t
13419 ____________________________________________________________________________
13420 [  6444] By: jhi                                   on 2000/07/26  17:49:14
13421         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
13422              from Graham Barr in the module list.
13423      Branch: perl
13424            ! gv.c pod/perlobj.pod
13425 ____________________________________________________________________________
13426 [  6443] By: jhi                                   on 2000/07/26  16:06:56
13427         Log: More split() doc and test patches from Mike Guy.
13428      Branch: perl
13429            ! pod/perlfunc.pod t/op/split.t
13430 ____________________________________________________________________________
13431 [  6442] By: jhi                                   on 2000/07/26  16:05:30
13432         Log: MacOS nits from Matthias Neeracher.
13433      Branch: perl
13434            ! perl.c pp_ctl.c
13435 ____________________________________________________________________________
13436 [  6441] By: jhi                                   on 2000/07/26  04:39:57
13437         Log: Subject: [PATCH] split /^/
13438              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13439              Date: Tue, 25 Jul 2000 14:18:57 +0100
13440              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
13441              
13442              (with notes from tchrist and gbarr)
13443      Branch: perl
13444            ! pod/perlfunc.pod t/op/split.t
13445 ____________________________________________________________________________
13446 [  6440] By: jhi                                   on 2000/07/26  04:32:32
13447         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
13448              From: Peter Prymmer <pvhp@forte.com>
13449              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
13450              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
13451      Branch: perl
13452            ! vms/munchconfig.c
13453 ____________________________________________________________________________
13454 [  6439] By: jhi                                   on 2000/07/26  04:31:01
13455         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
13456              to be fatal errors (instead of by default ignoring them, and
13457              ignoring with a bug: even though -w gave an error, the opening [
13458              was left in)  Reported in:
13459              
13460              Subject: [ID 20000716.024] [=cc=] / [:blank:]
13461              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
13462              Date: Sun, 16 Jul 2000 17:55:29 -0700
13463              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
13464      Branch: perl
13465            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
13466 ____________________________________________________________________________
13467 [  6438] By: jhi                                   on 2000/07/25  15:41:15
13468         Log: Subject: [PATCH] av.c apidoc
13469              From: simon@brecon.co.uk (Simon Cozens)
13470              Date: 24 Jul 2000 06:40:52 GMT
13471              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
13472      Branch: perl
13473            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
13474            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
13475 ____________________________________________________________________________
13476 [  6437] By: jhi                                   on 2000/07/25  14:05:36
13477         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
13478              From: "Stephen P. Potter" <spp@ds.net>
13479              Date: Mon, 24 Jul 2000 14:22:23 -0400
13480              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
13481      Branch: perl
13482            ! pod/perllocale.pod
13483 ____________________________________________________________________________
13484 [  6436] By: jhi                                   on 2000/07/25  14:02:03
13485         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
13486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13487              Date: Mon, 24 Jul 2000 18:04:28 +0100
13488              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
13489      Branch: perl
13490            ! t/lib/syslfs.t t/op/lfs.t
13491 ____________________________________________________________________________
13492 [  6435] By: jhi                                   on 2000/07/25  13:59:28
13493         Log: Get UTF16 BOMs working.  Patch from
13494              
13495              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13496              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13497              Date: Tue, 25 Jul 2000 12:52:45 +0100
13498              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
13499              
13500              and notes from
13501              
13502              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13503              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13504              Date: Tue, 25 Jul 2000 11:43:25 +0100
13505              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
13506      Branch: perl
13507            ! t/comp/require.t toke.c utf8.c
13508 ____________________________________________________________________________
13509 [  6434] By: jhi                                   on 2000/07/25  02:39:54
13510         Log: Make the "uninit variable" warning to say "concat or string"
13511              or "join or string" when in concat or join .
13512              
13513              Subject: Re: [ID 20000403.009] uninitialised concatenation???
13514              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13515              Date: Tue, 04 Apr 2000 18:22:58 +0100
13516              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
13517              
13518              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
13519              From: William R Ward <hermit@BayView.COM>
13520              Date: Thu, 30 Mar 2000 19:50:03 -0800
13521              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
13522      Branch: perl
13523            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
13524            ! t/pragma/warn/op t/pragma/warn/sv
13525 ____________________________________________________________________________
13526 [  6433] By: jhi                                   on 2000/07/24  17:52:56
13527         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
13528      Branch: perl
13529            ! lib/File/Spec/VMS.pm
13530 ____________________________________________________________________________
13531 [  6432] By: jhi                                   on 2000/07/24  17:44:44
13532         Log: Test cases for #6431.
13533              
13534              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13535              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13536              Date: Mon, 24 Jul 2000 15:32:29 +0100
13537              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
13538      Branch: perl
13539            ! t/op/pat.t t/op/split.t
13540 ____________________________________________________________________________
13541 [  6431] By: jhi                                   on 2000/07/24  17:43:17
13542         Log: Bind op fix.
13543              
13544              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13545              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13546              Date: Mon, 17 Jul 2000 20:04:56 +0100
13547              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
13548      Branch: perl
13549            ! op.c
13550 ____________________________________________________________________________
13551 [  6430] By: jhi                                   on 2000/07/24  03:42:42
13552         Log: Subject: [ID 20000716.023] syslog test fails without sockets
13553              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13554              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
13555              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
13556      Branch: metaconfig/U/perl
13557            ! Extensions.U
13558      Branch: perl
13559            ! Configure config_h.SH
13560 ____________________________________________________________________________
13561 [  6429] By: jhi                                   on 2000/07/24  03:11:52
13562         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
13563              case, but add also notes explaining the relationship of this
13564              patch and the earlier notes by Sarathy.
13565              
13566              Subject: Map is still slow
13567              From: "Ben Tilly" <ben_tilly@hotmail.com>
13568              Date: Sat, 15 Jul 2000 17:23:27 EDT
13569              Message-ID: <20000715212327.21656.qmail@hotmail.com>
13570      Branch: perl
13571            ! pp_ctl.c
13572 ____________________________________________________________________________
13573 [  6428] By: jhi                                   on 2000/07/24  02:58:52
13574         Log: Documentation to explain the behaviour of map().
13575              
13576              Subject: Re: Map is still slow 
13577              From: Gurusamy Sarathy <gsar@ActiveState.com>
13578              Date: Sat, 15 Jul 2000 16:05:09 -0700
13579              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
13580      Branch: perl
13581            ! pp_ctl.c
13582 ____________________________________________________________________________
13583 [  6427] By: jhi                                   on 2000/07/24  02:50:03
13584         Log: Add tests for
13585              [ID 19991110.003] another matching finding by pcre author
13586              which has already been fixed by some patch, as verified in
13587              
13588              Subject: Re: two regex bugs from the mists of time (well, last November)
13589              From: Hugo <hv@crypt.compulink.co.uk>
13590              Date: Sat, 22 Jul 2000 18:12:58 +0100
13591              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
13592      Branch: perl
13593            ! t/op/re_tests
13594 ____________________________________________________________________________
13595 [  6426] By: jhi                                   on 2000/07/24  02:11:20
13596         Log: A missing 'break' after the [[:space:]] switch case.
13597              
13598              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
13599              From: "Stephen P. Potter" <spp@ds.net>
13600              Date: Tue, 18 Jul 2000 16:25:17 -0400
13601              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
13602      Branch: perl
13603            ! regcomp.c
13604 ____________________________________________________________________________
13605 [  6425] By: jhi                                   on 2000/07/24  02:06:12
13606         Log: The output might have been produced in the wrong order.
13607              
13608              Subject: [ID 20000720.003] [PATCH] t/op/write.t
13609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13610              Date: Thu, 20 Jul 2000 18:49:18 +0100
13611              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
13612      Branch: perl
13613            ! t/op/write.t
13614 ____________________________________________________________________________
13615 [  6424] By: jhi                                   on 2000/07/24  02:00:07
13616         Log: Use STDOUT consistently.
13617              
13618              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
13619              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13620              Date: Thu, 20 Jul 2000 18:04:01 +0100
13621              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
13622      Branch: perl
13623            ! lib/Test/Harness.pm
13624 ____________________________________________________________________________
13625 [  6423] By: jhi                                   on 2000/07/24  01:54:54
13626         Log: Protect against "wild next"s, that is, callbacks doing "next"
13627              instead of "return".
13628              
13629              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
13630              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13631              Date: Tue, 18 Jul 2000 11:30:16 +0100
13632              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
13633      Branch: perl
13634            ! lib/File/Find.pm
13635 ____________________________________________________________________________
13636 [  6422] By: jhi                                   on 2000/07/24  01:35:47
13637         Log: Out-of-date note removed.
13638              
13639              Subject: [PATCH] documentation perlipc
13640              From: rspier@pobox.com (Robert Spier)
13641              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
13642              Message-ID: <14711.35178.572612.502654@rls.cx>
13643      Branch: perl
13644            ! pod/perlipc.pod
13645 ____________________________________________________________________________
13646 [  6421] By: jhi                                   on 2000/07/24  00:09:18
13647         Log: Send all installperl messages to STDERR and be -w clean.
13648              
13649              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
13650              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13651              Date: Sat, 22 Jul 2000 14:02:11 +0100
13652              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
13653      Branch: perl
13654            ! installperl
13655 ____________________________________________________________________________
13656 [  6420] By: jhi                                   on 2000/07/24  00:04:19
13657         Log: Decutandpasto.
13658              
13659              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
13660              From: "Richard Soderberg" <rs@crystalflame.net>
13661              Date: Sun, 23 Jul 2000 01:37:23 -0700
13662              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
13663      Branch: perl
13664            ! pod/perlipc.pod
13665 ____________________________________________________________________________
13666 [  6419] By: jhi                                   on 2000/07/24  00:01:12
13667         Log: A cleaner abs_path().
13668              Subject: Re: unix alternative to Cwd.pm
13669              From: Jeff Pinyan <jeffp@crusoe.net>
13670              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
13671              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
13672      Branch: perl
13673            ! lib/Cwd.pm
13674 ____________________________________________________________________________
13675 [  6418] By: jhi                                   on 2000/07/23  23:48:56
13676         Log: Detypo.
13677              
13678              Subject: [PATCH perl-current] Typo in hints/powerux.sh
13679              From: "Richard Soderberg" <rs@crystalflame.net>
13680              Date: Sun, 23 Jul 2000 01:27:33 -0700
13681              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
13682      Branch: perl
13683            ! hints/powerux.sh
13684 ____________________________________________________________________________
13685 [  6417] By: jhi                                   on 2000/07/17  22:13:31
13686         Log: Subject: SDBM_File documentation
13687              From: mjd@plover.com
13688              Date: 16 Jul 2000 17:41:17 -0000
13689              Message-ID: <20000716174117.18515.qmail@plover.com>
13690      Branch: perl
13691            ! ext/SDBM_File/SDBM_File.pm
13692 ____________________________________________________________________________
13693 [  6416] By: jhi                                   on 2000/07/17  19:13:26
13694         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
13695      Branch: perl
13696            ! hints/mpeix.sh mpeix/relink
13697 ____________________________________________________________________________
13698 [  6415] By: jhi                                   on 2000/07/15  14:11:02
13699         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
13700              the utf8 'characters' can be more than one octet).
13701              
13702              Date: Sat, 15 Jul 2000 00:21:56 +0100
13703              From: Tom Hughes <tom@compton.nu>
13704              Subject: Re: [ID 20000714.002]
13705              Message-ID: <db2334de49.tom@compton.compton.nu>
13706              
13707              Reported in
13708              
13709              Subject: [ID 20000714.002]
13710              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13711              Date: 14 Jul 2000 15:13:09 -0000
13712              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
13713      Branch: perl
13714            ! doop.c
13715 ____________________________________________________________________________
13716 [  6414] By: jhi                                   on 2000/07/15  03:13:41
13717         Log: another VMS build tweak from Peter Prymmer
13718      Branch: perl
13719            ! vms/descrip_mms.template
13720 ____________________________________________________________________________
13721 [  6413] By: jhi                                   on 2000/07/15  03:10:40
13722         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
13723      Branch: perl
13724            ! vms/perlvms.pod
13725 ____________________________________________________________________________
13726 [  6412] By: jhi                                   on 2000/07/15  00:31:05
13727         Log: More docs for sv functions.
13728              
13729              Subject: [PATCH cfgperl] sv.c apidoc
13730              From: simon@brecon.co.uk (Simon Cozens)
13731              Date: 13 Jul 2000 09:00:20 GMT
13732              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
13733              
13734              Subject: Re: [PATCH cfgperl] sv.c apidoc
13735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13736              Date: Thu, 13 Jul 2000 12:27:41 +0100
13737              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
13738              
13739              Subject: Re: [PATCH cfgperl] sv.c apidoc
13740              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13741              Date: Thu, 13 Jul 2000 13:23:09 +0100
13742              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
13743              
13744              Subject: Re: [PATCH cfgperl] sv.c apidoc
13745              From: simon@brecon.co.uk (Simon Cozens)
13746              Date: 14 Jul 2000 06:51:02 GMT
13747              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
13748      Branch: perl
13749            ! embed.pl pod/perlapi.pod sv.c
13750 ____________________________________________________________________________
13751 [  6411] By: jhi                                   on 2000/07/15  00:10:41
13752         Log: lib/b test fixes from Peter Prymmer.
13753      Branch: perl
13754            ! t/lib/b.t
13755 ____________________________________________________________________________
13756 [  6410] By: jhi                                   on 2000/07/15  00:02:09
13757         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
13758              From: Hugo <hv@crypt.compulink.co.uk>
13759              Date: Fri, 14 Jul 2000 23:05:20 +0100
13760              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
13761              
13762              Didn't anymore apply, but that point still could use another fix.
13763      Branch: perl
13764            ! pod/perlfunc.pod
13765 ____________________________________________________________________________
13766 [  6409] By: jhi                                   on 2000/07/14  23:15:15
13767         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
13768              not in pod, from Peter Prymmer
13769      Branch: perl
13770            ! vms/descrip_mms.template
13771 ____________________________________________________________________________
13772 [  6408] By: jhi                                   on 2000/07/14  20:35:05
13773         Log: The bug report
13774              [ID 19991110.002] minimal matching discrepancy found by pcre author
13775              seems to have been fixed (though differently from what was suggested
13776              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
13777      Branch: perl
13778            ! t/op/re_tests
13779 ____________________________________________________________________________
13780 [  6407] By: jhi                                   on 2000/07/14  17:38:08
13781         Log: Fix AutoSplit to use File::Spec the right way in VMS,
13782              from Peter Prymmer.
13783      Branch: perl
13784            ! lib/AutoSplit.pm
13785 ____________________________________________________________________________
13786 [  6406] By: jhi                                   on 2000/07/14  14:13:22
13787         Log: Merge perlhacktut into perlhack, update perlguts.
13788              
13789              Subject: Re: Perlhacktut
13790              From: simon@brecon.co.uk (Simon Cozens)
13791              Date: 14 Jul 2000 06:49:21 GMT
13792              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
13793              
13794              Subject: Re: Perlhacktut
13795              From: simon@brecon.co.uk (Simon Cozens)
13796              Date: 14 Jul 2000 07:09:45 GMT
13797              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
13798      Branch: perl
13799            ! pod/perlguts.pod pod/perlhack.pod
13800 ____________________________________________________________________________
13801 [  6405] By: jhi                                   on 2000/07/14  14:02:31
13802         Log: Integrate with Sarathy.
13803      Branch: cfgperl
13804           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
13805           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
13806           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
13807 ____________________________________________________________________________
13808 [  6404] By: gsar                                  on 2000/07/14  12:15:02
13809         Log: PERL_OBJECT build tweaks
13810      Branch: perl
13811            ! toke.c
13812 ____________________________________________________________________________
13813 [  6403] By: gsar                                  on 2000/07/14  11:23:41
13814         Log: inconsistent types needs casts
13815      Branch: perl
13816            ! toke.c
13817 ____________________________________________________________________________
13818 [  6402] By: gsar                                  on 2000/07/14  11:12:04
13819         Log: typos in change#6399, regen headers
13820      Branch: perl
13821            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
13822 ____________________________________________________________________________
13823 [  6401] By: gsar                                  on 2000/07/14  10:59:12
13824         Log: typecasts needed for change#6394
13825      Branch: perl
13826            ! toke.c
13827 ____________________________________________________________________________
13828 [  6400] By: gsar                                  on 2000/07/14  10:49:37
13829         Log: integrate cfgperl contents into mainline
13830      Branch: perl
13831           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
13832           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
13833 ____________________________________________________________________________
13834 [  6399] By: gsar                                  on 2000/07/14  10:38:35
13835         Log: enable UTF-16 filter by default if relevant BOM is seen; various
13836              cleanups (typos, misformatted code, and small bugs)
13837      Branch: perl
13838            ! doop.c embed.pl mg.c op.c pp.c toke.c
13839 ____________________________________________________________________________
13840 [  6398] By: gsar                                  on 2000/07/14  08:55:38
13841         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
13842              name suggests anyway)
13843      Branch: perl
13844            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
13845 ____________________________________________________________________________
13846 [  6397] By: gsar                                  on 2000/07/14  08:44:33
13847         Log: move new variables to the end of the interpreter structure (for
13848              bincompat in code that doesn't #include XSUB.h)
13849      Branch: perl
13850            ! intrpvar.h
13851 ____________________________________________________________________________
13852 [  6396] By: gsar                                  on 2000/07/14  08:13:58
13853         Log: MakeMaker should not remove editor backups (*~) on `make clean`
13854              by default (completes change#6383)
13855      Branch: perl
13856            ! lib/ExtUtils/MM_Unix.pm
13857 ____________________________________________________________________________
13858 [  6395] By: jhi                                   on 2000/07/14  05:20:33
13859         Log: Replace change #6337 with a better one.
13860              
13861              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
13862              From: Hugo <hv@crypt.compulink.co.uk>
13863              Date: Fri, 14 Jul 2000 04:16:20 +0100
13864              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
13865      Branch: cfgperl
13866            ! regexec.c t/op/re_tests
13867 ____________________________________________________________________________
13868 [  6394] By: jhi                                   on 2000/07/14  01:33:59
13869         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
13870      Branch: cfgperl
13871            ! embed.pl global.sym proto.h toke.c
13872 ____________________________________________________________________________
13873 [  6393] By: jhi                                   on 2000/07/13  23:41:23
13874         Log: remove discarded test
13875      Branch: cfgperl
13876            ! MANIFEST
13877 ____________________________________________________________________________
13878 [  6392] By: jhi                                   on 2000/07/13  23:32:25
13879         Log: The {multiplier} of a fixed substring was overlooked which
13880              caused a wrong initial search offset for that substring.
13881              
13882              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
13883              From: Hugo <hv@crypt.compulink.co.uk>
13884              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
13885              Date: Thu, 13 Jul 2000 19:27:13 +0100
13886      Branch: cfgperl
13887            ! regcomp.c t/op/re_tests
13888 ____________________________________________________________________________
13889 [  6391] By: jhi                                   on 2000/07/13  16:37:42
13890         Log: typo fix from Craig Berry
13891      Branch: cfgperl
13892            ! vms/subconfigure.com
13893 ____________________________________________________________________________
13894 [  6390] By: jhi                                   on 2000/07/13  13:20:12
13895         Log: Integrate with Sarathy.
13896      Branch: cfgperl
13897            - t/op/method2entersub.t
13898           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
13899           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
13900           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
13901           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
13902 ____________________________________________________________________________
13903 [  6389] By: jhi                                   on 2000/07/13  13:18:48
13904         Log: Detypo from Peter Prymmer, part of #6388.
13905      Branch: cfgperl
13906            ! Configure config_h.SH
13907      Branch: metaconfig
13908            ! U/modified/d_longlong.U
13909 ____________________________________________________________________________
13910 [  6388] By: gsar                                  on 2000/07/13  06:33:40
13911         Log: typos (spotted by Peter Prymmer)
13912      Branch: perl
13913            ! Configure t/lib/english.t
13914 ____________________________________________________________________________
13915 [  6387] By: gsar                                  on 2000/07/13  05:35:28
13916         Log: new selfloader.t in change#6183 doesn't close DATA handles,
13917              and thus fails to clean up tmp files on dosish platforms
13918      Branch: perl
13919            ! t/lib/selfloader.t
13920 ____________________________________________________________________________
13921 [  6386] By: gsar                                  on 2000/07/12  21:42:39
13922         Log: sprintf test tweaks (from Dominic Dunlop)
13923      Branch: perl
13924            ! t/op/sprintf.t
13925 ____________________________________________________________________________
13926 [  6385] By: gsar                                  on 2000/07/12  21:33:46
13927         Log: fix bugs in processing %v-*d and similar format specs (from
13928              Avi Finkel <avi@finkel.org>)
13929      Branch: perl
13930            ! sv.c t/op/sprintf.t
13931 ____________________________________________________________________________
13932 [  6384] By: gsar                                  on 2000/07/12  16:04:19
13933         Log: readd missing perldelta.pod changes from changes#6339,6376
13934      Branch: perl
13935            ! pod/perldelta.pod
13936 ____________________________________________________________________________
13937 [  6383] By: gsar                                  on 2000/07/12  16:00:51
13938         Log: don't clobber *.orig files on *clean targets
13939      Branch: perl
13940            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
13941 ____________________________________________________________________________
13942 [  6382] By: gsar                                  on 2000/07/12  07:59:12
13943         Log: fix broken integrations in cfgperl
13944      Branch: cfgperl
13945           !> Changes pod/perldelta.pod
13946 ____________________________________________________________________________
13947 [  6381] By: gsar                                  on 2000/07/12  07:42:17
13948         Log: integrate cfgperl changes into mainline
13949      Branch: perl
13950            ! Changes
13951           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
13952           !> pod/perlre.pod
13953 ____________________________________________________________________________
13954 [  6380] By: gsar                                  on 2000/07/12  07:31:00
13955         Log: get sprintf.t to adjust properly for 3-digit exponents
13956      Branch: perl
13957            ! t/op/sprintf.t
13958 ____________________________________________________________________________
13959 [  6379] By: gsar                                  on 2000/07/12  06:40:04
13960         Log: change#6174 needs corresponding change in win32/config_h.PL,
13961              which grovels through config_h.SH to find the config.h name
13962      Branch: perl
13963            ! win32/config_h.PL
13964 ____________________________________________________________________________
13965 [  6378] By: jhi                                   on 2000/07/12  05:03:59
13966         Log: Do the cc sanity check both before the hints and
13967              after the cc selction.
13968      Branch: cfgperl
13969            ! Configure config_h.SH
13970      Branch: metaconfig
13971            ! U/modified/Oldconfig.U U/modified/cc.U
13972      Branch: metaconfig/U/perl
13973            + Checkcc.U
13974 ____________________________________________________________________________
13975 [  6377] By: jhi                                   on 2000/07/12  02:49:22
13976         Log: Fix nits noticed by Boston.pm.
13977      Branch: cfgperl
13978            ! pod/perlre.pod
13979 ____________________________________________________________________________
13980 [  6376] By: jhi                                   on 2000/07/11  21:22:13
13981         Log: Configure cosmetics and perldelta.
13982      Branch: cfgperl
13983            ! Configure config_h.SH pod/perldelta.pod
13984      Branch: metaconfig
13985            ! U/modified/cc.U
13986 ____________________________________________________________________________
13987 [  6375] By: gsar                                  on 2000/07/11  21:17:35
13988         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
13989      Branch: perl
13990            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
13991            ! win32/win32sck.c
13992 ____________________________________________________________________________
13993 [  6374] By: gsar                                  on 2000/07/11  20:48:50
13994         Log: tweak for build failure under multiplicity
13995      Branch: perl
13996            ! toke.c
13997 ____________________________________________________________________________
13998 [  6373] By: gsar                                  on 2000/07/11  20:37:23
13999         Log: integrate cfgperl changes#6325..6373 into mainline
14000              (NOTE: today's batch of integrations still untested)
14001      Branch: perl
14002           +> ext/DynaLoader/hints/netbsd.pl
14003            ! Changes
14004           !> (integrate 26 files)
14005 ____________________________________________________________________________
14006 [  6372] By: jhi                                   on 2000/07/11  20:30:36
14007         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
14008              regen perltoc.
14009      Branch: cfgperl
14010            + pod/perlbook.pod
14011            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
14012            ! pod/perltoc.pod
14013 ____________________________________________________________________________
14014 [  6371] By: jhi                                   on 2000/07/11  20:08:56
14015         Log: Minor cleanups on the booklist.
14016      Branch: cfgperl
14017            ! pod/perlfaq2.pod
14018 ____________________________________________________________________________
14019 [  6370] By: jhi                                   on 2000/07/11  19:31:13
14020         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
14021      Branch: cfgperl
14022            ! t/pragma/overload.t
14023 ____________________________________________________________________________
14024 [  6369] By: gsar                                  on 2000/07/11  19:27:48
14025         Log: integrate cfgperl changes#6293..6324 into mainline
14026      Branch: perl
14027           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
14028            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
14029           !> (integrate 30 files)
14030 ____________________________________________________________________________
14031 [  6368] By: gsar                                  on 2000/07/11  19:18:57
14032         Log: skip integrate of problematic change#6292 from cfgperl into mainline
14033      Branch: perl
14034           !> pp_hot.c
14035 ____________________________________________________________________________
14036 [  6367] By: gsar                                  on 2000/07/11  19:17:21
14037         Log: integrate cfgperl changes#6288..6290 into mainline
14038      Branch: perl
14039           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
14040 ____________________________________________________________________________
14041 [  6366] By: gsar                                  on 2000/07/11  19:11:18
14042         Log: integrate cfgperl changes#6268..6282 into mainline
14043      Branch: perl
14044           !> (integrate 30 files)
14045 ____________________________________________________________________________
14046 [  6365] By: gsar                                  on 2000/07/11  18:57:00
14047         Log: delete new accidentally branched file
14048      Branch: perl
14049            - t/op/method2entersub.t
14050 ____________________________________________________________________________
14051 [  6364] By: gsar                                  on 2000/07/11  18:55:13
14052         Log: skip integrate of change#6267 from cfgperl into mainline (the
14053              method call optimization is flawed without additional hints
14054              from user about immutableness of @ISA and no runtime method
14055              definitions)
14056      Branch: perl
14057           +> t/op/method2entersub.t
14058           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
14059           !> perl.h t/op/sprintf.t xsutils.c
14060 ____________________________________________________________________________
14061 [  6363] By: gsar                                  on 2000/07/11  18:49:43
14062         Log: integrate cfgperl changes#6261..6266 into mainline
14063      Branch: perl
14064           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
14065           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
14066           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14067           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
14068 ____________________________________________________________________________
14069 [  6362] By: gsar                                  on 2000/07/11  18:43:26
14070         Log: integrate cfgperl changes#6252..6260 into mainline
14071      Branch: perl
14072           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
14073           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
14074           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
14075           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
14076 ____________________________________________________________________________
14077 [  6361] By: gsar                                  on 2000/07/11  18:37:12
14078         Log: skip integrate of problematic change#6251 from cfgperl into mainline
14079      Branch: perl
14080           !> lib/Exporter.pm
14081 ____________________________________________________________________________
14082 [  6360] By: gsar                                  on 2000/07/11  18:34:56
14083         Log: integrate cfgperl change#6250 into mainline
14084      Branch: perl
14085           +> t/op/my_stash.t
14086           !> MANIFEST embed.pl proto.h toke.c
14087 ____________________________________________________________________________
14088 [  6359] By: gsar                                  on 2000/07/11  18:21:19
14089         Log: integrate cfgperl changes#6242..6249 into mainline
14090      Branch: perl
14091           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
14092           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
14093           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
14094           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
14095           !> t/lib/peek.t utf8.c
14096 ____________________________________________________________________________
14097 [  6358] By: gsar                                  on 2000/07/11  18:15:45
14098         Log: skip integrate of problematic change#6241 from cfgperl into mainline
14099      Branch: perl
14100           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
14101 ____________________________________________________________________________
14102 [  6357] By: jhi                                   on 2000/07/11  18:15:16
14103         Log: Fix for
14104              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
14105              From: Roderick Schertler <roderick@argon.org> 
14106              Date: Tue, 11 Jul 2000 13:55:05 -0400 
14107              Message-Id: <200007111755.NAA05077@jones.argon.org> 
14108      Branch: cfgperl
14109            ! doio.c
14110 ____________________________________________________________________________
14111 [  6356] By: jhi                                   on 2000/07/11  18:12:51
14112         Log: Typo in #6341.
14113      Branch: cfgperl
14114            ! pp_hot.c
14115 ____________________________________________________________________________
14116 [  6355] By: gsar                                  on 2000/07/11  18:12:10
14117         Log: integrate cfgperl changes#6231..6240 into mainline
14118      Branch: perl
14119           +> pod/perlutil.pod
14120           !> (integrate 35 files)
14121 ____________________________________________________________________________
14122 [  6354] By: jhi                                   on 2000/07/11  18:04:34
14123         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
14124              From: Dominic Dunlop <domo@computer.org> 
14125              Date: Tue, 11 Jul 2000 12:27:33 +0200 
14126              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
14127              
14128              Replaces change #6268.
14129      Branch: cfgperl
14130            ! t/op/sprintf.t
14131 ____________________________________________________________________________
14132 [  6353] By: gsar                                  on 2000/07/11  17:59:51
14133         Log: skip integrate of problematic change#6230 from cfgperl into mainline
14134              (a later version of File::Spec is already in mainline)
14135      Branch: perl
14136           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
14137           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
14138 ____________________________________________________________________________
14139 [  6352] By: gsar                                  on 2000/07/11  17:57:48
14140         Log: integrate cfgperl changes#6224..6229 into mainline
14141      Branch: perl
14142           +> lib/lib.pm.PL
14143            - lib/lib.pm
14144           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
14145           !> lib/English.pm op.c t/lib/english.t
14146 ____________________________________________________________________________
14147 [  6351] By: gsar                                  on 2000/07/11  17:50:10
14148         Log: skip integrate of problematic change#6223 from cfgperl into mainline
14149      Branch: perl
14150           !> doio.c
14151 ____________________________________________________________________________
14152 [  6350] By: gsar                                  on 2000/07/11  17:48:28
14153         Log: integrate cfgperl changes#6220..6222 into mainline
14154      Branch: perl
14155           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
14156           !> toke.c utf8.c win32/win32.h
14157 ____________________________________________________________________________
14158 [  6349] By: gsar                                  on 2000/07/11  17:46:13
14159         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
14160              mainline
14161      Branch: perl
14162           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14163           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14164           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14165 ____________________________________________________________________________
14166 [  6348] By: jhi                                   on 2000/07/11  17:45:49
14167         Log: README.posix-bc podified from Thomas Dorner.
14168      Branch: cfgperl
14169            ! README.posix-bc
14170 ____________________________________________________________________________
14171 [  6347] By: gsar                                  on 2000/07/11  17:42:04
14172         Log: integrate cfgperl change#6217 into mainline
14173      Branch: perl
14174           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
14175           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
14176           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
14177 ____________________________________________________________________________
14178 [  6346] By: gsar                                  on 2000/07/11  17:39:37
14179         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
14180              mainline
14181      Branch: perl
14182           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
14183           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14184           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
14185           !> perlapi.h pod/perlapi.pod
14186 ____________________________________________________________________________
14187 [  6345] By: gsar                                  on 2000/07/11  17:36:42
14188         Log: integrate cfgperl changes#6207..6210 into mainline
14189      Branch: perl
14190           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
14191           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
14192 ____________________________________________________________________________
14193 [  6344] By: gsar                                  on 2000/07/11  17:31:20
14194         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
14195              mainline
14196      Branch: perl
14197           !> (integrate 40 files)
14198 ____________________________________________________________________________
14199 [  6343] By: gsar                                  on 2000/07/11  17:19:08
14200         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
14201      Branch: perl
14202           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
14203            ! Changes
14204           !> (integrate 34 files)
14205 ____________________________________________________________________________
14206 [  6342] By: jhi                                   on 2000/07/11  16:05:48
14207         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
14208              To: perl5-porters@perl.org
14209              From: Karsten Sperling <spiff@phreax.net>
14210              Date: Mon, 10 Jul 2000 15:12:52 +0200
14211              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
14212      Branch: cfgperl
14213            ! lib/Symbol.pm
14214 ____________________________________________________________________________
14215 [  6341] By: jhi                                   on 2000/07/11  15:59:23
14216         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
14217              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14218              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
14219              Date: Fri, 07 Jul 2000 17:57:16 +0100
14220      Branch: cfgperl
14221            ! pp_hot.c
14222 ____________________________________________________________________________
14223 [  6340] By: jhi                                   on 2000/07/11  15:55:47
14224         Log: Subject: Re: format bug report  [Patch]
14225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14226              Date: Wed, 05 Jul 2000 13:12:52 +0200
14227              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
14228              
14229              Subject: Re: format bug report  [Patch]
14230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14231              Date: Wed, 05 Jul 2000 14:10:01 +0200
14232              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
14233      Branch: cfgperl
14234            ! t/op/write.t toke.c
14235 ____________________________________________________________________________
14236 [  6339] By: jhi                                   on 2000/07/11  13:54:09
14237         Log: Be less forgiving about ambiguous and illegal tr ranges.
14238              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14239              From: Mark-Jason Dominus <mjd@plover.com>
14240              Date: Tue, 04 Jul 2000 10:00:12 -0400
14241              Message-ID: <20000704140012.17772.qmail@plover.com>
14242              
14243              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14244              From: Mark-Jason Dominus <mjd@plover.com>
14245              Date: Wed, 05 Jul 2000 09:37:36 -0400
14246              Message-ID: <20000705133736.27293.qmail@plover.com>
14247      Branch: cfgperl
14248            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
14249 ____________________________________________________________________________
14250 [  6338] By: jhi                                   on 2000/07/11  13:31:24
14251         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
14252              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14253              Date: Tue, 11 Jul 2000 13:50:51 +0100
14254              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
14255      Branch: cfgperl
14256            ! sv.c
14257 ____________________________________________________________________________
14258 [  6337] By: jhi                                   on 2000/07/11  13:29:14
14259         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14260              From: Hugo <hv@crypt.compulink.co.uk>
14261              Date: Tue, 11 Jul 2000 12:44:50 +0100
14262              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
14263      Branch: cfgperl
14264            ! regexec.c t/op/re_tests
14265 ____________________________________________________________________________
14266 [  6336] By: jhi                                   on 2000/07/11  13:26:47
14267         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
14268              From: simon@brecon.co.uk (Simon Cozens)
14269              Date: 7 Jul 2000 11:26:09 GMT
14270              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
14271      Branch: cfgperl
14272            ! mg.c
14273 ____________________________________________________________________________
14274 [  6335] By: jhi                                   on 2000/07/11  13:23:37
14275         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
14276              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
14277              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
14278              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
14279      Branch: cfgperl
14280            + ext/DynaLoader/hints/netbsd.pl
14281            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
14282 ____________________________________________________________________________
14283 [  6334] By: jhi                                   on 2000/07/11  13:20:38
14284         Log: Subject: PATCH perlguts.pod: Document D and d magic types
14285              From: mjd@plover.com
14286              Date: 5 Jul 2000 18:01:51 -0000
14287              Message-ID: <20000705180151.29413.qmail@plover.com>
14288      Branch: cfgperl
14289            ! pod/perlguts.pod
14290 ____________________________________________________________________________
14291 [  6333] By: jhi                                   on 2000/07/11  13:15:51
14292         Log: Precedence goof, fix based on
14293              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
14294              From: Hugo <hv@crypt.compulink.co.uk>
14295              Date: Tue, 11 Jul 2000 12:52:38 +0100
14296              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
14297      Branch: cfgperl
14298            ! t/op/taint.t
14299 ____________________________________________________________________________
14300 [  6332] By: jhi                                   on 2000/07/11  12:40:17
14301         Log: Integrate with Sarathy.
14302      Branch: cfgperl
14303           !> win32/win32sck.c
14304 ____________________________________________________________________________
14305 [  6331] By: jhi                                   on 2000/07/10  20:14:16
14306         Log: Sprinkle ldlibpath.
14307      Branch: cfgperl
14308            ! pod/Makefile.SH
14309 ____________________________________________________________________________
14310 [  6330] By: jhi                                   on 2000/07/10  17:54:49
14311         Log: More POSIX.pod tweaks.
14312      Branch: cfgperl
14313            ! ext/POSIX/POSIX.pod
14314 ____________________________________________________________________________
14315 [  6329] By: jhi                                   on 2000/07/10  14:02:12
14316         Log: Reorder perl.pod once more.
14317      Branch: cfgperl
14318            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14319 ____________________________________________________________________________
14320 [  6328] By: gsar                                  on 2000/07/10  07:06:00
14321         Log: accept() leaks memory on windows due to incorrect ordering of
14322              closesocket() and fclose() calls
14323      Branch: perl
14324            ! win32/win32sck.c
14325 ____________________________________________________________________________
14326 [  6327] By: gsar                                  on 2000/07/10  06:49:17
14327         Log: winsock options weren't being set in all threads under ithreads
14328              (caused send()s from second and subsequent threads to fail)
14329      Branch: perl
14330            ! win32/win32sck.c
14331 ____________________________________________________________________________
14332 [  6326] By: jhi                                   on 2000/07/08  02:45:40
14333         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
14334              was cast to an unsigned (32-bit) integer with wild abandon.
14335      Branch: cfgperl
14336            ! ext/Devel/DProf/DProf.xs
14337 ____________________________________________________________________________
14338 [  6325] By: jhi                                   on 2000/07/07  18:50:33
14339         Log: Remove perlbook, update perlfaq book listing,
14340              rearrange perl.pod, regenerate perltoc.
14341      Branch: cfgperl
14342            - pod/perlbook.pod
14343            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
14344            ! pod/perlfaq2.pod pod/perltoc.pod
14345 ____________________________________________________________________________
14346 [  6324] By: jhi                                   on 2000/07/07  14:03:40
14347         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
14348      Branch: cfgperl
14349            ! sv.h toke.c
14350 ____________________________________________________________________________
14351 [  6323] By: jhi                                   on 2000/07/06  16:03:55
14352         Log: Fix complaints of buildtoc.
14353      Branch: cfgperl
14354            + lib/Win32.pod
14355            - pod/Win32.pod
14356            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14357 ____________________________________________________________________________
14358 [  6322] By: jhi                                   on 2000/07/06  15:15:52
14359         Log: Add =head1 NAMEs so that buildtoc is happy.
14360              (The CGI::Util nit reported to Lincoln.)
14361      Branch: cfgperl
14362            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
14363            ! pod/perltoc.pod
14364 ____________________________________________________________________________
14365 [  6321] By: jhi                                   on 2000/07/06  03:16:04
14366         Log: Config is being used.
14367      Branch: cfgperl
14368            ! t/op/method.t
14369 ____________________________________________________________________________
14370 [  6320] By: jhi                                   on 2000/07/06  03:13:13
14371         Log: Integrate with Sarathy.
14372      Branch: cfgperl
14373           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
14374 ____________________________________________________________________________
14375 [  6319] By: jhi                                   on 2000/07/06  03:11:46
14376         Log: Autogenerate pod/Makefile and pod/buildtoc.
14377              buildtoc also checks whether the existin pods are
14378              mentioned in MANIFEST and perl.pod, and vice versa.
14379              (None of the thusly found discrepancies fixed yet.)
14380              roffitall also needs to be autogenerated similarly but it
14381              seems so badly out of date that I didn't touch it yet.
14382      Branch: cfgperl
14383            + pod/Makefile.SH pod/buildtoc.PL
14384            - pod/Makefile pod/buildtoc
14385            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
14386 ____________________________________________________________________________
14387 [  6318] By: gsar                                  on 2000/07/05  22:10:54
14388         Log: fix UNC path handling on Windows under ithreads, and chdir()
14389              return value when given a non-existent directory
14390      Branch: perl
14391            ! win32/vdir.h
14392 ____________________________________________________________________________
14393 [  6317] By: gsar                                  on 2000/07/05  22:08:19
14394         Log: winsock cleanup never done on Windows (leads to handle leaks)
14395      Branch: perl
14396            ! win32/perllib.c win32/win32sck.c
14397 ____________________________________________________________________________
14398 [  6316] By: gsar                                  on 2000/07/05  22:06:19
14399         Log: some debugger output does not go to the socket when RemotePort is set
14400      Branch: perl
14401            ! lib/perl5db.pl
14402 ____________________________________________________________________________
14403 [  6315] By: jhi                                   on 2000/07/05  00:25:21
14404         Log: Integrate with Sarathy, preliminary fix for unicos
14405              alignment problems in [ID 20000612.002] Perl problem on Cray system.
14406      Branch: cfgperl
14407            ! sv.h
14408           !> pp_hot.c
14409 ____________________________________________________________________________
14410 [  6314] By: gsar                                  on 2000/07/04  23:34:02
14411         Log: tyop in change#6306
14412      Branch: perl
14413            ! pp_hot.c
14414 ____________________________________________________________________________
14415 [  6313] By: jhi                                   on 2000/07/04  22:14:38
14416         Log: Multiline string literals ENONPORTABLE.
14417      Branch: cfgperl
14418            ! pp_hot.c
14419 ____________________________________________________________________________
14420 [  6312] By: jhi                                   on 2000/07/04  20:34:44
14421         Log: Integrate with Sarathy.
14422      Branch: cfgperl
14423           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
14424           !> t/op/method.t
14425 ____________________________________________________________________________
14426 [  6311] By: jhi                                   on 2000/07/04  20:30:56
14427         Log: More POSIX.pod embellishment.
14428      Branch: cfgperl
14429            ! ext/POSIX/POSIX.pod
14430 ____________________________________________________________________________
14431 [  6310] By: gsar                                  on 2000/07/04  17:28:48
14432         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
14433      Branch: perl
14434            ! t/lib/b.t
14435 ____________________________________________________________________________
14436 [  6309] By: jhi                                   on 2000/07/04  17:22:18
14437         Log: The #6308 required a little bit more.
14438      Branch: cfgperl
14439            ! Makefile.SH win32/Makefile
14440 ____________________________________________________________________________
14441 [  6308] By: jhi                                   on 2000/07/04  16:35:24
14442         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
14443      Branch: cfgperl
14444            + lib/lib_pm.PL
14445            - lib/lib.pm.PL
14446            ! MANIFEST Makefile.SH
14447 ____________________________________________________________________________
14448 [  6307] By: jhi                                   on 2000/07/04  16:28:58
14449         Log: Win32 patches for cfgperl from Sarathy.
14450      Branch: cfgperl
14451            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
14452            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
14453            ! thread.h toke.c util.c win32/Makefile win32/win32.c
14454 ____________________________________________________________________________
14455 [  6306] By: gsar                                  on 2000/07/04  16:28:40
14456         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
14457              (from Richard Soderberg <rs@oregonnet.com>)
14458      Branch: perl
14459            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
14460 ____________________________________________________________________________
14461 [  6305] By: jhi                                   on 2000/07/04  16:24:24
14462         Log: Integrate with Sarathy.
14463      Branch: cfgperl
14464           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
14465           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14466           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
14467           !> proto.h win32/win32.c
14468 ____________________________________________________________________________
14469 [  6304] By: gsar                                  on 2000/07/04  16:17:24
14470         Log: missing perldiag entry for unpack("w",...) diagnostic (from
14471              Andreas Koenig)
14472      Branch: perl
14473            ! pod/perldiag.pod
14474 ____________________________________________________________________________
14475 [  6303] By: gsar                                  on 2000/07/04  16:14:44
14476         Log: remove rel2abs prototypes (from Barrie Slaymaker)
14477      Branch: perl
14478            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
14479            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14480 ____________________________________________________________________________
14481 [  6302] By: gsar                                  on 2000/07/04  04:59:35
14482         Log: adjust change#6299
14483      Branch: perl
14484            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
14485            ! win32/win32.c
14486 ____________________________________________________________________________
14487 [  6301] By: jhi                                   on 2000/07/04  04:50:07
14488         Log: Integrate with Sarathy.
14489      Branch: cfgperl
14490           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
14491           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
14492           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
14493 ____________________________________________________________________________
14494 [  6300] By: gsar                                  on 2000/07/04  04:42:09
14495         Log: PERL_OBJECT build tweak
14496      Branch: perl
14497            ! perl.h
14498 ____________________________________________________________________________
14499 [  6299] By: gsar                                  on 2000/07/04  04:37:00
14500         Log: fix memory leak on Windows (PL_sys_intern contents were never
14501              freed)
14502      Branch: perl
14503            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
14504            ! perlapi.c proto.h win32/win32.c
14505 ____________________________________________________________________________
14506 [  6298] By: gsar                                  on 2000/07/04  04:15:59
14507         Log: fix large memory leak that has been around for ever, masked by
14508              -DPURIFY (most of the arenas were never freed!)
14509      Branch: perl
14510            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
14511 ____________________________________________________________________________
14512 [  6297] By: gsar                                  on 2000/07/04  04:07:46
14513         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
14514      Branch: perl
14515            ! perl.c
14516 ____________________________________________________________________________
14517 [  6296] By: jhi                                   on 2000/06/30  18:28:37
14518         Log: Elaborate POSIX.pod.  Still needs work.
14519      Branch: cfgperl
14520            ! ext/POSIX/POSIX.pod
14521 ____________________________________________________________________________
14522 [  6295] By: jhi                                   on 2000/06/30  14:58:18
14523         Log: Point to perlipc for more SysV IPC examples.
14524      Branch: cfgperl
14525            ! pod/perlfunc.pod
14526 ____________________________________________________________________________
14527 [  6294] By: gsar                                  on 2000/06/30  14:47:45
14528         Log: slurp mode fix in change#4736 still not quite right
14529      Branch: perl
14530            ! pp_hot.c t/io/argv.t
14531 ____________________________________________________________________________
14532 [  6293] By: jhi                                   on 2000/06/30  12:02:55
14533         Log: Integrate with Sarathy.
14534      Branch: cfgperl
14535           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
14536 ____________________________________________________________________________
14537 [  6292] By: jhi                                   on 2000/06/30  12:01:11
14538         Log: From: simon@brecon.co.uk (Simon Cozens)
14539              Subject: UTF8 concat
14540              Date: 30 Jun 2000 06:13:25 GMT
14541              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
14542      Branch: cfgperl
14543            ! pp_hot.c
14544 ____________________________________________________________________________
14545 [  6291] By: gsar                                  on 2000/06/30  04:37:33
14546         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
14547              when @_ is modified, causing coredumps
14548      Branch: perl
14549            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
14550 ____________________________________________________________________________
14551 [  6290] By: jhi                                   on 2000/06/30  02:21:44
14552         Log: Integrate with Sarathy.
14553      Branch: cfgperl
14554           !> vms/vms.c vms/vmsish.h
14555 ____________________________________________________________________________
14556 [  6289] By: jhi                                   on 2000/06/30  02:21:02
14557         Log: Check VERSIONs.
14558      Branch: cfgperl
14559            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14560            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14561            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14562 ____________________________________________________________________________
14563 [  6288] By: jhi                                   on 2000/06/30  02:18:52
14564         Log: Integrate with Sarathy.
14565      Branch: cfgperl
14566           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
14567           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14568           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14569           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
14570 ____________________________________________________________________________
14571 [  6287] By: gsar                                  on 2000/06/30  02:17:08
14572         Log: integrate vmsperl changes into mainline
14573      Branch: perl
14574           !> vms/vms.c vms/vmsish.h
14575 ____________________________________________________________________________
14576 [  6285] By: gsar                                  on 2000/06/30  02:05:28
14577         Log: localize %INC in a Safe compartment so that use/require work
14578              (many other magic globals probably need similar treatment)
14579      Branch: perl
14580            ! ext/Opcode/Opcode.xs
14581 ____________________________________________________________________________
14582 [  6284] By: gsar                                  on 2000/06/30  01:54:54
14583         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
14584              about Windows
14585      Branch: perl
14586            ! pod/perlembed.pod
14587 ____________________________________________________________________________
14588 [  6283] By: jhi                                   on 2000/06/30  01:50:10
14589         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
14590              From: Barrie Slaymaker <barries@jester.slaysys.com>
14591              Date: Wed, 28 Jun 2000 11:35:29 -0400
14592              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
14593      Branch: perl
14594            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
14595            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14596            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14597            ! lib/File/Spec/Win32.pm
14598 ____________________________________________________________________________
14599 [  6282] By: jhi                                   on 2000/06/29  22:57:22
14600         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
14601              From: Dan Sugalski <dan@sidhe.org>
14602              Date: Tue, 06 Jun 2000 11:59:50 -0400
14603              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
14604      Branch: cfgperl
14605            ! vms/vms.c
14606 ____________________________________________________________________________
14607 [  6281] By: jhi                                   on 2000/06/29  22:52:50
14608         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
14609              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14610              Date: Wed, 7 Jun 2000 04:02:04 -0500
14611              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
14612      Branch: cfgperl
14613            ! utils/h2xs.PL
14614 ____________________________________________________________________________
14615 [  6280] By: jhi                                   on 2000/06/29  22:45:47
14616         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
14617              From: rspier@pobox.com (Robert Spier)
14618              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
14619              Message-ID: <14654.31913.845602.610277@rls.cx>
14620      Branch: cfgperl
14621            ! utils/h2xs.PL
14622 ____________________________________________________________________________
14623 [  6279] By: jhi                                   on 2000/06/29  22:38:16
14624         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
14625              From: Tim Ayers <tayers@bridge.com>
14626              Date: Thu, 08 Jun 2000 08:11:06 +0200
14627              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
14628              [resent by Richard Foley, Message-Id probably wrong]
14629      Branch: cfgperl
14630            ! pod/perlsub.pod
14631 ____________________________________________________________________________
14632 [  6278] By: jhi                                   on 2000/06/29  22:21:45
14633         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
14634              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
14635              Date: Fri, 09 Jun 2000 12:39:27 -0400
14636              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
14637              (plus update the version "number" of Text::Wrap)
14638      Branch: cfgperl
14639            ! lib/Text/Wrap.pm
14640 ____________________________________________________________________________
14641 [  6277] By: jhi                                   on 2000/06/29  22:13:10
14642         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
14643              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14644              Date: Mon, 12 Jun 2000 14:55:59 +0100
14645              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
14646      Branch: cfgperl
14647            ! pod/perlfunc.pod
14648 ____________________________________________________________________________
14649 [  6276] By: jhi                                   on 2000/06/29  22:11:06
14650         Log: Subject: [PATCH] Re: eval documentation: context
14651              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14652              Date: Mon, 12 Jun 2000 15:07:29 +0100
14653              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
14654      Branch: cfgperl
14655            ! pod/perlfunc.pod
14656 ____________________________________________________________________________
14657 [  6275] By: jhi                                   on 2000/06/29  21:59:46
14658         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
14659              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14660              Date: Tue, 13 Jun 2000 02:43:48 -0500
14661              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
14662      Branch: cfgperl
14663            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
14664 ____________________________________________________________________________
14665 [  6274] By: jhi                                   on 2000/06/29  21:56:14
14666         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
14667              From: Andy Dougherty <doughera@lafayette.edu>
14668              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
14669              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
14670      Branch: cfgperl
14671            ! ext/File/Glob/Glob.pm
14672 ____________________________________________________________________________
14673 [  6273] By: jhi                                   on 2000/06/29  21:49:09
14674         Log: Subject: [PATCH] xsub attributes
14675              From: Doug MacEachern <dougm@covalent.net>
14676              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
14677              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
14678      Branch: cfgperl
14679            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
14680            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
14681 ____________________________________________________________________________
14682 [  6272] By: jhi                                   on 2000/06/29  21:41:28
14683         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
14684              From: Tom Phoenix <rootbeer@redcat.com>
14685              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
14686              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
14687      Branch: cfgperl
14688            ! lib/Net/Ping.pm
14689 ____________________________________________________________________________
14690 [  6271] By: jhi                                   on 2000/06/29  21:36:55
14691         Log: Subject: PATCH pod/perltie.pod
14692              From: Ian Phillipps <Ian.Phillipps@iname.com>
14693              Date: Fri, 16 Jun 2000 00:17:19 +0100
14694              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
14695              (only the first hunk, the second hunk had already been done
14696              by some other patch)
14697      Branch: cfgperl
14698            ! pod/perltie.pod
14699 ____________________________________________________________________________
14700 [  6270] By: jhi                                   on 2000/06/29  21:24:51
14701         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
14702              From: Nicholas Clark <nick@talking.bollo.cx>
14703              Date: Fri, 23 Jun 2000 16:21:15 +0100
14704              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
14705      Branch: cfgperl
14706            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
14707            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
14708 ____________________________________________________________________________
14709 [  6269] By: jhi                                   on 2000/06/29  19:38:15
14710         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
14711              silence few compiler warnings.
14712      Branch: cfgperl
14713            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
14714 ____________________________________________________________________________
14715 [  6268] By: jhi                                   on 2000/06/29  18:21:50
14716         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
14717              From: Dominic Dunlop <domo@computer.org> 
14718              Date: Thu, 29 Jun 2000 12:32:39 +0200 
14719              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
14720      Branch: cfgperl
14721            ! t/op/sprintf.t
14722 ____________________________________________________________________________
14723 [  6267] By: jhi                                   on 2000/06/29  18:16:07
14724         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
14725              From: Doug MacEachern <dougm@covalent.net>
14726              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
14727              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
14728      Branch: cfgperl
14729            + t/op/method2entersub.t
14730            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
14731            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14732            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
14733            ! xsutils.c
14734 ____________________________________________________________________________
14735 [  6266] By: jhi                                   on 2000/06/29  15:11:15
14736         Log: Subject: [PATCH 5.6.0] cygwin port
14737              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
14738              From: "Fifer, Eric" <EFifer@sanwaint.com>
14739              Date: Thu, 29 Jun 2000 12:58:29 +0100
14740      Branch: cfgperl
14741            ! cygwin/Makefile.SHs
14742 ____________________________________________________________________________
14743 [  6265] By: jhi                                   on 2000/06/29  15:04:05
14744         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
14745              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14746              Date: Wed, 28 Jun 2000 17:50:12 -0700
14747              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
14748      Branch: cfgperl
14749            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14750 ____________________________________________________________________________
14751 [  6264] By: jhi                                   on 2000/06/29  15:00:57
14752         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
14753              From: Marty Lucich <marty@netcom.com>
14754              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
14755              Message-Id: <200006282116.OAA11148@netcom.com>
14756              ccdlflags update (the BSD/OS 4.1 part had already been taken
14757              care of by #6141).
14758      Branch: cfgperl
14759            ! hints/bsdos.sh
14760 ____________________________________________________________________________
14761 [  6263] By: jhi                                   on 2000/06/29  13:47:44
14762         Log: tr fixes from Simon Cozens
14763      Branch: cfgperl
14764            ! doop.c
14765 ____________________________________________________________________________
14766 [  6262] By: jhi                                   on 2000/06/28  18:46:01
14767         Log: Subject: 5.6.0 Patch for EPOC
14768              From: Olaf Flebbe <o.flebbe@gmx.de>
14769              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
14770              Message-ID: <23449.960929969@www11.gmx.net>
14771      Branch: cfgperl
14772            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
14773            ! epoc/epocish.h
14774 ____________________________________________________________________________
14775 [  6261] By: jhi                                   on 2000/06/28  18:29:07
14776         Log: Subject: Re: [PATCH cfgperl] BOMs away!
14777              From: simon@brecon.co.uk (Simon Cozens)
14778              Date: 17 Jun 2000 11:49:57 GMT
14779              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
14780      Branch: cfgperl
14781            ! pod/perldiag.pod t/comp/require.t toke.c
14782 ____________________________________________________________________________
14783 [  6260] By: jhi                                   on 2000/06/28  17:47:16
14784         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
14785              From: simon@brecon.co.uk (Simon Cozens) 
14786              Date: 17 Jun 2000 11:56:44 GMT 
14787              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
14788              pack U0, pack C0
14789      Branch: cfgperl
14790            ! pod/perlfunc.pod pp.c t/op/pack.t
14791 ____________________________________________________________________________
14792 [  6259] By: jhi                                   on 2000/06/28  16:43:17
14793         Log: perlnewmod was missing from MANIFEST.
14794      Branch: cfgperl
14795            ! MANIFEST
14796 ____________________________________________________________________________
14797 [  6258] By: jhi                                   on 2000/06/28  15:54:30
14798         Log: linenumber tweak
14799      Branch: cfgperl
14800            ! t/pragma/warn/regcomp
14801 ____________________________________________________________________________
14802 [  6257] By: jhi                                   on 2000/06/28  15:50:44
14803         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
14804              From: Doug MacEachern <dougm@covalent.net>
14805              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
14806              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
14807              (one part of the patch had been applied earlier)
14808      Branch: cfgperl
14809            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
14810 ____________________________________________________________________________
14811 [  6256] By: jhi                                   on 2000/06/28  15:40:22
14812         Log: tweaks from Simon Cozens to further fix tr/// under utf8
14813      Branch: cfgperl
14814            ! doop.c
14815 ____________________________________________________________________________
14816 [  6255] By: jhi                                   on 2000/06/28  15:33:45
14817         Log: small thinko tweaks
14818      Branch: cfgperl
14819            ! lib/IPC/Open3.pm t/op/my_stash.t
14820 ____________________________________________________________________________
14821 [  6254] By: jhi                                   on 2000/06/28  15:33:25
14822         Log: Subject: tr///, help wanted.
14823              From: simon@brecon.co.uk (Simon Cozens)
14824              Date: 28 Jun 2000 11:29:04 GMT
14825              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
14826      Branch: cfgperl
14827            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
14828            ! pp_proto.h proto.h t/op/tr.t
14829 ____________________________________________________________________________
14830 [  6253] By: jhi                                   on 2000/06/28  15:09:17
14831         Log: Paranoia tweak on #6249.
14832              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
14833              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14834              Date: Sun, 25 Jun 2000 23:43:12 -0400
14835              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
14836      Branch: cfgperl
14837            ! lib/IPC/Open3.pm
14838 ____________________________________________________________________________
14839 [  6252] By: jhi                                   on 2000/06/28  15:01:38
14840         Log: Document #6249 and #6251.
14841      Branch: cfgperl
14842            ! lib/Exporter.pm lib/IPC/Open3.pm
14843 ____________________________________________________________________________
14844 [  6251] By: jhi                                   on 2000/06/28  14:50:43
14845         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
14846              From: Doug MacEachern <dougm@covalent.net>
14847              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
14848              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
14849      Branch: cfgperl
14850            ! lib/Exporter.pm
14851 ____________________________________________________________________________
14852 [  6250] By: jhi                                   on 2000/06/28  14:45:23
14853         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
14854              From: Doug MacEachern <dougm@covalent.net>
14855              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
14856              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
14857      Branch: cfgperl
14858            + t/op/my_stash.t
14859            ! MANIFEST embed.pl global.sym proto.h toke.c
14860 ____________________________________________________________________________
14861 [  6249] By: jhi                                   on 2000/06/28  14:36:34
14862         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
14863              From: Frank Tobin <ftobin@uiuc.edu>
14864              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
14865              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
14866      Branch: cfgperl
14867            ! lib/IPC/Open3.pm
14868 ____________________________________________________________________________
14869 [  6248] By: jhi                                   on 2000/06/28  14:11:25
14870         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
14871              From: Mark-Jason Dominus <mjd@plover.com>
14872              Date: Tue, 27 Jun 2000 22:36:42 -0400
14873              Message-ID: <20000628023642.12166.qmail@plover.com>
14874      Branch: cfgperl
14875            ! pod/perlfunc.pod
14876 ____________________________________________________________________________
14877 [  6247] By: jhi                                   on 2000/06/27  12:46:37
14878         Log: Tweak $VERSION, patch from Doug MacEachern.
14879      Branch: cfgperl
14880            ! lib/File/Spec.pm
14881 ____________________________________________________________________________
14882 [  6246] By: jhi                                   on 2000/06/27  03:34:46
14883         Log: Allow for standalone testing.
14884      Branch: cfgperl
14885            ! t/lib/filefunc.t t/lib/filespec.t
14886 ____________________________________________________________________________
14887 [  6245] By: jhi                                   on 2000/06/27  02:50:02
14888         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
14889              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
14890              Date: Sat, 24 Jun 2000 13:06:20 +0100
14891              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
14892      Branch: cfgperl
14893            ! ext/DynaLoader/DynaLoader_pm.PL
14894 ____________________________________________________________________________
14895 [  6244] By: jhi                                   on 2000/06/27  02:46:10
14896         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
14897              From: Doug MacEachern <dougm@covalent.net>
14898              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
14899              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
14900      Branch: cfgperl
14901            ! gv.c sv.c t/lib/peek.t
14902 ____________________________________________________________________________
14903 [  6243] By: jhi                                   on 2000/06/27  02:38:07
14904         Log: Subject: [PATCH] is_utf8_string
14905              From: simon@brecon.co.uk (Simon Cozens)
14906              Date: 26 Jun 2000 02:25:59 GMT
14907              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
14908      Branch: cfgperl
14909            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
14910            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
14911            ! proto.h utf8.c
14912 ____________________________________________________________________________
14913 [  6242] By: jhi                                   on 2000/06/27  02:24:00
14914         Log: Subject: [PATCH] bytes<->utf8 fixes
14915              From: simon@brecon.co.uk (Simon Cozens)
14916              Date: 26 Jun 2000 04:55:45 GMT
14917              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
14918      Branch: cfgperl
14919            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
14920 ____________________________________________________________________________
14921 [  6241] By: jhi                                   on 2000/06/27  02:12:42
14922         Log: Do no -warn on \_, only on \alpha.
14923              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
14924              From: David Dyck <dcd@tc.fluke.com>
14925              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
14926              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
14927      Branch: cfgperl
14928            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
14929 ____________________________________________________________________________
14930 [  6240] By: jhi                                   on 2000/06/27  02:00:01
14931         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
14932              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
14933              Date: Mon, 26 Jun 2000 18:40:14 +0100
14934              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
14935      Branch: cfgperl
14936            ! utils/h2xs.PL
14937 ____________________________________________________________________________
14938 [  6239] By: jhi                                   on 2000/06/27  01:53:40
14939         Log: Configure maintenance.  Sever some dependency cycles,
14940              separate gccversion from the cc unit,
14941              address [ID 20000623.006] Configure script patch for using gcc on AIX
14942              (but solve it a little bit differently),
14943              unduplex some accidentally duplicated units,
14944              suggest using gcc if no cc available
14945              (p5p thread: "Solaris configure: counterproposal", 1999-09)
14946      Branch: cfgperl
14947            ! Configure Todo-5.6 config_h.SH
14948      Branch: metaconfig
14949            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
14950            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
14951      Branch: metaconfig/U/perl
14952            + gccvers.U
14953            ! d_getespwnam.U d_getprpwnam.U i_prot.U
14954 ____________________________________________________________________________
14955 [  6238] By: jhi                                   on 2000/06/25  18:04:56
14956         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
14957              From: Dan Sugalski <dan@sidhe.org>
14958              Date: Fri, 23 Jun 2000 17:00:00 -0400
14959              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
14960      Branch: cfgperl
14961            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
14962 ____________________________________________________________________________
14963 [  6237] By: jhi                                   on 2000/06/25  16:36:45
14964         Log: Tweak embed.pl, regen headers.
14965      Branch: cfgperl
14966            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
14967            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
14968            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
14969            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
14970            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
14971 ____________________________________________________________________________
14972 [  6236] By: jhi                                   on 2000/06/25  15:26:42
14973         Log: Regen headers.
14974      Branch: cfgperl
14975            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
14976            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
14977            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
14978            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
14979            ! regnodes.h warnings.h
14980 ____________________________________________________________________________
14981 [  6235] By: jhi                                   on 2000/06/23  19:39:35
14982         Log: The thread begun by
14983              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
14984              From: Kevin.Ruscoe@ubsw.com
14985              Date: Fri, 16 Jun 2000 16:38:51 +0100
14986              Message-Id: <H000019b03c300d6@MHS>
14987      Branch: cfgperl
14988            ! hints/solaris_2.sh
14989 ____________________________________________________________________________
14990 [  6234] By: jhi                                   on 2000/06/23  19:23:36
14991         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
14992              because when run as services (Win32ese for daemons)
14993              no environment variables are set and tmpdir ends up as /tmp,
14994              which is ambiguous.
14995              
14996              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
14997              From: matt@sergeant.org
14998              Date: 16 Jun 2000 16:30:43 -0000
14999              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
15000      Branch: cfgperl
15001            ! lib/File/Spec/Win32.pm
15002 ____________________________________________________________________________
15003 [  6233] By: jhi                                   on 2000/06/23  19:18:58
15004         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
15005              From: Mark-Jason Dominus <mjd@plover.com>
15006              Date: Fri, 16 Jun 2000 20:53:04 -0400
15007              Message-ID: <20000617005304.8008.qmail@plover.com>
15008      Branch: cfgperl
15009            ! op.h
15010 ____________________________________________________________________________
15011 [  6232] By: jhi                                   on 2000/06/23  16:10:02
15012         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
15013              From: simon@brecon.co.uk (Simon Cozens)
15014              Date: 19 Jun 2000 15:18:27 GMT
15015              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
15016              
15017              plus update pod/Makefile and regenerate perltoc
15018      Branch: cfgperl
15019            + pod/perlutil.pod
15020            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
15021 ____________________________________________________________________________
15022 [  6231] By: jhi                                   on 2000/06/23  15:19:18
15023         Log: Subject: [PATCH 5.6.0] cygwin port
15024              From: "Fifer, Eric" <EFifer@sanwaint.com>
15025              Date: Tue, 20 Jun 2000 14:30:58 +0100
15026              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
15027      Branch: cfgperl
15028            ! README.cygwin lib/File/Find.pm
15029 ____________________________________________________________________________
15030 [  6230] By: jhi                                   on 2000/06/23  14:25:21
15031         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
15032      Branch: cfgperl
15033            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15034            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15035            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15036            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
15037 ____________________________________________________________________________
15038 [  6229] By: jhi                                   on 2000/06/23  14:13:34
15039         Log: Subject: README.hpux version 0.6.1
15040              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
15041              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15042              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
15043      Branch: cfgperl
15044            ! README.hpux
15045 ____________________________________________________________________________
15046 [  6228] By: jhi                                   on 2000/06/23  14:07:20
15047         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
15048              From: Doug MacEachern <dougm@covalent.net>
15049              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
15050              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
15051      Branch: cfgperl
15052            ! op.c
15053 ____________________________________________________________________________
15054 [  6227] By: jhi                                   on 2000/06/23  14:01:06
15055         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
15056              From: Doug MacEachern <dougm@covalent.net>
15057              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
15058              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
15059      Branch: cfgperl
15060            + lib/lib.pm.PL
15061            - lib/lib.pm
15062            ! MANIFEST Makefile.SH
15063 ____________________________________________________________________________
15064 [  6226] By: jhi                                   on 2000/06/23  13:53:07
15065         Log: Subject: [PATCH] remove forward declarations in Socket.pm
15066              From: Doug MacEachern <dougm@covalent.net>
15067              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
15068              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
15069              
15070              From: Doug MacEachern <dougm@covalent.net>
15071              Subject: Re: [PATCH] remove forward declarations in Socket.pm
15072              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
15073              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
15074      Branch: cfgperl
15075            ! ext/Socket/Socket.pm op.c
15076 ____________________________________________________________________________
15077 [  6225] By: jhi                                   on 2000/06/23  13:41:52
15078         Log: Add source code filenames to apidoc.
15079              From: simon@brecon.co.uk (Simon Cozens)
15080              Subject: [PATCH embed.pl] Source X-ref
15081              Date: 22 Jun 2000 02:18:49 GMT
15082              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
15083      Branch: cfgperl
15084            ! embed.pl
15085 ____________________________________________________________________________
15086 [  6224] By: jhi                                   on 2000/06/23  13:32:33
15087         Log: A way to avoid English.pm performance hit.
15088              From: root <root@jester.slaysys.com>
15089              Subject: [YAPATCH English.pm] My turn to putt again
15090              Date: Thu, 22 Jun 2000 20:33:58 -0400
15091              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
15092      Branch: cfgperl
15093            ! lib/English.pm t/lib/english.t
15094 ____________________________________________________________________________
15095 [  6223] By: jhi                                   on 2000/06/23  13:27:06
15096         Log: Avoid double close().
15097              Subject: [PATCH] avoid double close()
15098              From: Doug MacEachern <dougm@covalent.net>
15099              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
15100              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
15101      Branch: cfgperl
15102            ! doio.c
15103 ____________________________________________________________________________
15104 [  6222] By: jhi                                   on 2000/06/23  13:25:54
15105         Log: doc typo fix
15106              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15107              From: Ian Phillipps <Ian.Phillipps@iname.com>
15108              Date: Fri, 23 Jun 2000 10:40:58 +0100
15109              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15110      Branch: cfgperl
15111            ! lib/Pod/Usage.pm
15112 ____________________________________________________________________________
15113 [  6221] By: jhi                                   on 2000/06/23  13:24:15
15114         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
15115              From: simon@brecon.co.uk (Simon Cozens)
15116              Subject: [PATCH] Eliminate tr///[CU][CU]
15117              Date: 23 Jun 2000 11:05:40 GMT
15118              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
15119      Branch: cfgperl
15120            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
15121 ____________________________________________________________________________
15122 [  6220] By: jhi                                   on 2000/06/22  16:07:51
15123         Log: Win32 patches from Benjamin Stuhl.
15124      Branch: cfgperl
15125            ! makedef.pl win32/win32.h
15126 ____________________________________________________________________________
15127 [  6219] By: jhi                                   on 2000/06/22  16:06:34
15128         Log: Bytecode patches from Benjamin Stuhl.
15129      Branch: cfgperl
15130            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15131            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15132            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15133 ____________________________________________________________________________
15134 [  6218] By: jhi                                   on 2000/06/15  23:54:16
15135         Log: Bytecode patches from Benjamin Stuhl.
15136      Branch: cfgperl
15137            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15138 ____________________________________________________________________________
15139 [  6217] By: jhi                                   on 2000/06/09  13:38:29
15140         Log: Rename the fdpid locking and integrate with Sarathy.
15141      Branch: cfgperl
15142            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
15143            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
15144            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
15145            ! win32/win32.c
15146           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
15147 ____________________________________________________________________________
15148 [  6216] By: gsar                                  on 2000/06/08  14:54:21
15149         Log: be more optimal about clearing @_
15150      Branch: perl
15151            ! cop.h
15152 ____________________________________________________________________________
15153 [  6215] By: gsar                                  on 2000/06/08  14:33:04
15154         Log: tweak comment about @DB::args
15155      Branch: perl
15156            ! av.h pp_ctl.c
15157 ____________________________________________________________________________
15158 [  6214] By: gsar                                  on 2000/06/08  13:57:54
15159         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
15160              caller() wants to populate @DB::args with it (causes a coredump
15161              in Carp::confess())
15162      Branch: perl
15163            ! cop.h t/op/runlevel.t
15164 ____________________________________________________________________________
15165 [  6213] By: gsar                                  on 2000/06/08  07:06:35
15166         Log: back out change#6106 (seems problematic)
15167      Branch: perl
15168            ! hints/solaris_2.sh
15169 ____________________________________________________________________________
15170 [  6212] By: jhi                                   on 2000/06/07  03:10:36
15171         Log: Continuing mopup for #6204.
15172      Branch: cfgperl
15173            ! ext/B/defsubs_h.PL
15174 ____________________________________________________________________________
15175 [  6211] By: jhi                                   on 2000/06/07  02:41:50
15176         Log: Mopup for #6204.
15177              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
15178              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
15179              This is comes from const() where POK isn't on when expected.
15180      Branch: cfgperl
15181            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
15182            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15183            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15184            ! perlapi.h pod/perlapi.pod
15185 ____________________________________________________________________________
15186 [  6210] By: jhi                                   on 2000/06/07  01:56:29
15187         Log: Mopup for #6207 and #6209.
15188      Branch: cfgperl
15189            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
15190 ____________________________________________________________________________
15191 [  6209] By: jhi                                   on 2000/06/07  01:33:12
15192         Log: Lock PL_fdpid against race conditions, based on:
15193              Subject: [PATCH 5.6.0]subprocess fixup for threads
15194              From: Dan Sugalski <dan@sidhe.org>
15195              To: perl5-porters@perl.org
15196              Date: Tue, 11 Apr 2000 17:02:32 -0400
15197              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15198      Branch: cfgperl
15199            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
15200            ! win32/win32.c
15201 ____________________________________________________________________________
15202 [  6208] By: jhi                                   on 2000/06/07  01:05:23
15203         Log: Regen headers for #6207.
15204      Branch: cfgperl
15205            ! embed.h global.sym objXSUB.h proto.h
15206 ____________________________________________________________________________
15207 [  6207] By: jhi                                   on 2000/06/06  23:43:13
15208         Log: Subject: [PATCH 5.6.0] Threadsafe patches
15209              From: Dan Sugalski <dan@sidhe.org>
15210              To: perl5-porters@perl.org
15211              Date: Mon, 08 May 2000 18:08:13 -0400
15212              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15213      Branch: cfgperl
15214            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
15215            ! proto.h sv.h util.c
15216 ____________________________________________________________________________
15217 [  6206] By: jhi                                   on 2000/06/06  23:21:23
15218         Log: Subject: [PATCH] Eliminate $a/$b in pod
15219              From: David Glasser <me@davidglasser.net>
15220              To: perl5-porters@perl.org
15221              Date: Mon, 29 May 2000 21:15:59 -0400
15222              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
15223      Branch: cfgperl
15224            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
15225            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
15226            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
15227            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
15228            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
15229            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
15230            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
15231            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
15232            ! pod/perlvar.pod pod/perlxs.pod
15233 ____________________________________________________________________________
15234 [  6205] By: jhi                                   on 2000/06/06  23:12:14
15235         Log: Subject: [PATCH] Win32 improvements
15236              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15237              To: gsar@activestate.com, perl5-porters@perl.org
15238              Date: Mon, 29 May 2000 17:22:24 PDT
15239              Message-ID: <20000530002224.91142.qmail@hotmail.com>
15240              (MUA had mangled many lines by wordwrapping)
15241      Branch: cfgperl
15242            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
15243 ____________________________________________________________________________
15244 [  6204] By: jhi                                   on 2000/06/06  23:01:50
15245         Log: Subject: [PATCH] B::Bytecode patches
15246              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15247              To: gsar@activestate.com, jhi@iki.fi
15248              Cc: perl5-porters@perl.org
15249              Message-ID: <20000602202526.48694.qmail@hotmail.com>
15250              (MUA had mangled many lines by wordwrapping)
15251      Branch: cfgperl
15252            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
15253            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
15254            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15255            ! intrpvar.h perl.c
15256 ____________________________________________________________________________
15257 [  6203] By: jhi                                   on 2000/06/06  22:32:43
15258         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
15259              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15260              Date: Tue, 06 Jun 2000 13:07:45 -0700
15261              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
15262      Branch: cfgperl
15263            ! pod/perldiag.pod
15264 ____________________________________________________________________________
15265 [  6202] By: jhi                                   on 2000/06/06  19:38:35
15266         Log: Integrate with Sarathy.
15267      Branch: cfgperl
15268           !> perl.c
15269 ____________________________________________________________________________
15270 [  6201] By: gsar                                  on 2000/06/06  00:42:59
15271         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
15272              does a PUSHMARK that's never ever POPMARKed; in general, only
15273              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15274              Perl_eval_[sp]v() don't because they don't take any incoming
15275              arguments (this leak has been around since the original version
15276              of perl_eval_pv() in 5.003_97e)
15277      Branch: perl
15278            ! perl.c
15279 ____________________________________________________________________________
15280 [  6200] By: jhi                                   on 2000/06/04  03:44:52
15281         Log: Update to cperl-mode.el 4.31 from
15282              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15283              Subject: A couple of notes
15284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15285              To: Mailing list Perl5 <perl5-porters@perl.org>
15286              Date: Sat, 3 Jun 2000 23:33:32 -0400
15287              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15288      Branch: cfgperl
15289            ! emacs/cperl-mode.el
15290 ____________________________________________________________________________
15291 [  6199] By: jhi                                   on 2000/06/03  15:11:05
15292         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15293              From: Dan Sugalski <dan@sidhe.org>
15294              To: perl5-porters@perl.org, vmsperl@perl.org
15295              Date: Fri, 02 Jun 2000 17:30:51 -0400
15296              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15297      Branch: cfgperl
15298            ! vms/descrip_mms.template vms/gen_shrfls.pl
15299 ____________________________________________________________________________
15300 [  6198] By: jhi                                   on 2000/06/03  14:59:15
15301         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15302              From: Dan Sugalski <dan@sidhe.org>
15303              To: vmsperl@perl.org, perl5-porters@perl.org
15304              Date: Fri, 02 Jun 2000 16:00:41 -0400
15305              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15306              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15307      Branch: cfgperl
15308            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
15309            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
15310            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
15311 ____________________________________________________________________________
15312 [  6197] By: jhi                                   on 2000/06/03  14:41:30
15313         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15314              From: John Borwick <jhborwic@unity.ncsu.edu>
15315              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15316              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15317      Branch: cfgperl
15318            ! pod/perlsyn.pod
15319 ____________________________________________________________________________
15320 [  6196] By: jhi                                   on 2000/06/03  14:38:09
15321         Log: Integrate with Sarathy.
15322      Branch: cfgperl
15323           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15324           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15325           !> vms/perly_c.vms
15326 ____________________________________________________________________________
15327 [  6195] By: gsar                                  on 2000/06/02  22:43:13
15328         Log: fix yet another eval"" leak under USE_ITHREADS
15329      Branch: perl
15330            ! op.c
15331 ____________________________________________________________________________
15332 [  6194] By: gsar                                  on 2000/06/02  18:22:06
15333         Log: fix small eval"" memory leaks under USE_ITHREADS
15334      Branch: perl
15335            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15336            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15337            ! vms/perly_c.vms
15338 ____________________________________________________________________________
15339 [  6193] By: jhi                                   on 2000/06/01  13:03:56
15340         Log: Signals-be-gone for microperl.
15341      Branch: cfgperl
15342            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
15343 ____________________________________________________________________________
15344 [  6192] By: jhi                                   on 2000/06/01  12:52:02
15345         Log: Integrate with Sarathy.
15346      Branch: cfgperl
15347           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15348           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
15349           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
15350           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15351           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
15352           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
15353           !> t/op/vec.t utils/h2xs.PL
15354 ____________________________________________________________________________
15355 [  6191] By: gsar                                  on 2000/06/01  09:38:21
15356         Log: vec() loses numericalness (modified version of patch suggested
15357              by Robin Barker)
15358      Branch: perl
15359            ! doop.c t/op/vec.t
15360 ____________________________________________________________________________
15361 [  6190] By: gsar                                  on 2000/06/01  09:26:15
15362         Log: submit missing embed.pl change
15363      Branch: perl
15364            ! embed.pl
15365 ____________________________________________________________________________
15366 [  6189] By: gsar                                  on 2000/06/01  09:05:34
15367         Log: counting tr/// corrupts later operation (from M.J.T Guy)
15368      Branch: perl
15369            ! doop.c t/op/tr.t
15370 ____________________________________________________________________________
15371 [  6188] By: gsar                                  on 2000/06/01  08:58:39
15372         Log: h2xs tweaks
15373      Branch: perl
15374            ! utils/h2xs.PL
15375 ____________________________________________________________________________
15376 [  6187] By: gsar                                  on 2000/06/01  08:50:07
15377         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15378              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15379      Branch: perl
15380            + lib/Pod/LaTeX.pm
15381            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
15382            ! pod/pod2latex.PL
15383 ____________________________________________________________________________
15384 [  6186] By: gsar                                  on 2000/06/01  08:24:40
15385         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
15386              <wolfgang.laun@alcatel.at>)
15387      Branch: perl
15388            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15389            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
15390 ____________________________________________________________________________
15391 [  6185] By: gsar                                  on 2000/06/01  08:12:00
15392         Log: remove incorrect documentation about implicit split to @_ in
15393              list context, which never really worked in perl 5 (from
15394              M.J.T. Guy)
15395      Branch: perl
15396            ! pod/perlfunc.pod pod/perltrap.pod
15397 ____________________________________________________________________________
15398 [  6184] By: gsar                                  on 2000/06/01  07:52:27
15399         Log: tweak for change#6127
15400      Branch: perl
15401            ! perl.c
15402 ____________________________________________________________________________
15403 [  6183] By: gsar                                  on 2000/06/01  07:41:02
15404         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15405              <nick@ccl4.org>)
15406      Branch: perl
15407            + t/lib/selfloader.t
15408            ! MANIFEST lib/SelfLoader.pm
15409 ____________________________________________________________________________
15410 [  6182] By: jhi                                   on 2000/06/01  00:34:42
15411         Log: Be Cleaner Part Deux.
15412      Branch: cfgperl
15413            ! Makefile.SH
15414 ____________________________________________________________________________
15415 [  6181] By: jhi                                   on 2000/06/01  00:32:09
15416         Log: Integrate with Sarathy.
15417      Branch: cfgperl
15418           !> pp.c t/op/arith.t
15419 ____________________________________________________________________________
15420 [  6180] By: jhi                                   on 2000/06/01  00:31:13
15421         Log: microperl nits from Simon Cozens.
15422      Branch: cfgperl
15423            + uconfig.h
15424            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
15425            ! unixish.h
15426 ____________________________________________________________________________
15427 [  6179] By: gsar                                  on 2000/05/31  22:37:51
15428         Log: buggy modulus on UVs introduced by change#3378 (resulted in
15429              4063328477 % 65535 amounting to 27406, instead of 27407)
15430      Branch: perl
15431            ! pp.c t/op/arith.t
15432 ____________________________________________________________________________
15433 [  6178] By: jhi                                   on 2000/05/31  21:52:41
15434         Log: Be cleaner.
15435      Branch: cfgperl
15436            ! Makefile.SH
15437 ____________________________________________________________________________
15438 [  6177] By: jhi                                   on 2000/05/31  21:47:33
15439         Log: Substitution utf8 patch from Simon Cozens.
15440      Branch: cfgperl
15441            ! pp_hot.c
15442 ____________________________________________________________________________
15443 [  6176] By: jhi                                   on 2000/05/31  21:45:34
15444         Log: Single-quoted utf8 patch from Simon Cozens.
15445      Branch: cfgperl
15446            ! toke.c
15447 ____________________________________________________________________________
15448 [  6175] By: jhi                                   on 2000/05/31  21:40:18
15449         Log: Integrate with Sarathy.
15450      Branch: cfgperl
15451           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
15452 ____________________________________________________________________________
15453 [  6174] By: jhi                                   on 2000/05/31  21:37:31
15454         Log: microperl changes from Simon Cozens; Makefile for microperl
15455              written from scratch; few casts added as microperl compilation
15456              doesn't have all prototypes available.
15457      Branch: cfgperl
15458            + Makefile.micro README.micro Todo.micro uconfig.sh
15459            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
15460            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
15461      Branch: metaconfig
15462            + U/modified/Config_h.U
15463 ____________________________________________________________________________
15464 [  6173] By: jhi                                   on 2000/05/31  20:00:24
15465         Log: metaconfig maintenance.
15466      Branch: metaconfig
15467            + U/modified/Inhdr.U U/typedefs/inotype.U
15468      Branch: metaconfig/U/perl
15469            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
15470            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
15471 ____________________________________________________________________________
15472 [  6172] By: gsar                                  on 2000/05/31  05:05:42
15473         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15474              (from Ilya Zakharevich)
15475      Branch: perl
15476            ! regexec.c t/op/re_tests
15477 ____________________________________________________________________________
15478 [  6171] By: gsar                                  on 2000/05/31  05:01:47
15479         Log: scalar() doesn't force scalar context when used in void context
15480              (from Simon Cozens)
15481      Branch: perl
15482            ! op.c t/op/wantarray.t
15483 ____________________________________________________________________________
15484 [  6170] By: gsar                                  on 2000/05/31  04:41:33
15485         Log: change#6142 needs tweaks to tests to work where there's no symlink()
15486              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15487      Branch: perl
15488            ! t/lib/filefind.t
15489 ____________________________________________________________________________
15490 [  6169] By: gsar                                  on 2000/05/31  04:29:49
15491         Log: integrate cfgperl contents into mainline
15492      Branch: perl
15493           +> pod/perlmodlib.PL pod/perlnewmod.pod
15494           !> (integrate 42 files)
15495 ____________________________________________________________________________
15496 [  6168] By: jhi                                   on 2000/05/30  22:53:37
15497         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15498      Branch: cfgperl
15499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15500            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
15501            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
15502            ! win32/config.bc win32/config.gc win32/config.vc
15503            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15504            ! win32/config_h.PL win32/config_sh.PL
15505      Branch: metaconfig/U/perl
15506            ! perlxv.U
15507 ____________________________________________________________________________
15508 [  6167] By: jhi                                   on 2000/05/30  22:20:21
15509         Log: tweak todo 
15510      Branch: cfgperl
15511            ! Todo-5.6
15512 ____________________________________________________________________________
15513 [  6166] By: jhi                                   on 2000/05/30  22:11:51
15514         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15515              in case somebody wants to write an extension for more
15516              shadow database interfaces.
15517      Branch: cfgperl
15518            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15519            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
15520            ! vos/config.def vos/config.h vos/config_h.SH_orig
15521            ! win32/config.bc win32/config.gc win32/config.vc
15522            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15523      Branch: metaconfig
15524            ! U/modified/Myinit.U
15525      Branch: metaconfig/U/perl
15526            + d_getespwnam.U d_getprpwnam.U i_prot.U
15527 ____________________________________________________________________________
15528 [  6165] By: jhi                                   on 2000/05/30  18:35:34
15529         Log: Integrate with Sarathy.
15530      Branch: cfgperl
15531           !> op.c
15532 ____________________________________________________________________________
15533 [  6164] By: jhi                                   on 2000/05/30  18:30:16
15534         Log: detypo
15535      Branch: cfgperl
15536            ! Configure config_h.SH
15537      Branch: metaconfig/U/perl
15538            ! perlxv.U
15539 ____________________________________________________________________________
15540 [  6163] By: gsar                                  on 2000/05/30  03:24:03
15541         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
15542      Branch: perl
15543            ! op.c
15544 ____________________________________________________________________________
15545 [  6162] By: gsar                                  on 2000/05/30  03:09:38
15546         Log: fix memory leak in method call optimization (change#3768);
15547              made C<eval "$x->foo()"> leak
15548      Branch: perl
15549            ! op.c
15550 ____________________________________________________________________________
15551 [  6161] By: jhi                                   on 2000/05/29  17:56:26
15552         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15553              both from Simon Cozens.
15554      Branch: cfgperl
15555            + pod/perlmodlib.PL pod/perlnewmod.pod
15556            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
15557            ! pod/perlmodlib.pod pod/perltoc.pod
15558 ____________________________________________________________________________
15559 [  6160] By: jhi                                   on 2000/05/29  17:23:55
15560         Log: Changes for the File::Temp 0.08 (change #6159) test suite
15561              to fit better into the Perl distribution test framework.
15562      Branch: cfgperl
15563            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
15564            ! t/lib/ftmp-tempfile.t
15565 ____________________________________________________________________________
15566 [  6159] By: jhi                                   on 2000/05/29  16:55:36
15567         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15568      Branch: cfgperl
15569            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15570            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15571 ____________________________________________________________________________
15572 [  6158] By: bailey                                on 2000/05/29  16:22:08
15573         Log: Add fallback to tmpfile for use in cases where user's relying on
15574              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15575              Lane's patch)
15576      Branch: vmsperl
15577            ! vms/vms.c vms/vmsish.h
15578 ____________________________________________________________________________
15579 [  6157] By: jhi                                   on 2000/05/29  03:10:36
15580         Log: Regen Configure to jive with #6149.
15581      Branch: cfgperl
15582            ! Configure
15583      Branch: metaconfig
15584            ! U/modified/Getfile.U
15585 ____________________________________________________________________________
15586 [  6156] By: jhi                                   on 2000/05/29  03:01:38
15587         Log: Integrate with Sarathy.
15588      Branch: cfgperl
15589           +> ext/DynaLoader/dl_mac.xs
15590           !> (integrate 38 files)
15591 ____________________________________________________________________________
15592 [  6155] By: gsar                                  on 2000/05/28  21:15:58
15593         Log: small bug in change#6144; remove random \xA0 character that snuck
15594              in via change#6145
15595      Branch: perl
15596            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
15597 ____________________________________________________________________________
15598 [  6154] By: gsar                                  on 2000/05/28  21:04:19
15599         Log: avoid type mismatch warning
15600      Branch: perl
15601            ! perl.c
15602 ____________________________________________________________________________
15603 [  6153] By: gsar                                  on 2000/05/28  20:58:31
15604         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
15605              <nick@Bagpuss.uk.boo.com>)
15606      Branch: perl
15607            ! lib/Test/Harness.pm
15608 ____________________________________________________________________________
15609 [  6152] By: gsar                                  on 2000/05/28  20:53:42
15610         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
15611      Branch: perl
15612            ! regexec.c
15613 ____________________________________________________________________________
15614 [  6151] By: gsar                                  on 2000/05/28  20:50:28
15615         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15616      Branch: perl
15617            ! regexec.c
15618 ____________________________________________________________________________
15619 [  6150] By: gsar                                  on 2000/05/28  20:39:58
15620         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15621      Branch: perl
15622            ! pod/perlrequick.pod
15623 ____________________________________________________________________________
15624 [  6149] By: gsar                                  on 2000/05/28  20:35:16
15625         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
15626              <troc@netrus.net>)
15627      Branch: perl
15628            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
15629            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
15630            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
15631            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
15632 ____________________________________________________________________________
15633 [  6148] By: gsar                                  on 2000/05/28  20:21:07
15634         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15635      Branch: perl
15636            ! lib/ExtUtils/MM_Unix.pm
15637 ____________________________________________________________________________
15638 [  6147] By: gsar                                  on 2000/05/28  20:12:41
15639         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
15640              (from Peter Prymmer)
15641      Branch: perl
15642            ! vms/subconfigure.com
15643 ____________________________________________________________________________
15644 [  6146] By: gsar                                  on 2000/05/28  20:06:15
15645         Log: doc typo
15646      Branch: perl
15647            ! lib/warnings.pm warnings.h warnings.pl
15648 ____________________________________________________________________________
15649 [  6145] By: gsar                                  on 2000/05/28  18:44:33
15650         Log: make xsubpp skip embedded pod (from Matthias Neeracher
15651              <neeri@iis.ee.ethz.ch>)
15652      Branch: perl
15653            ! lib/ExtUtils/xsubpp
15654 ____________________________________________________________________________
15655 [  6144] By: gsar                                  on 2000/05/28  18:42:49
15656         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
15657              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15658              <neeri@iis.ee.ethz.ch>)
15659      Branch: perl
15660            ! lib/AutoSplit.pm
15661 ____________________________________________________________________________
15662 [  6143] By: gsar                                  on 2000/05/28  18:41:12
15663         Log: MacOS support, part 1 (from Matthias Neeracher
15664              <neeri@iis.ee.ethz.ch>)
15665      Branch: perl
15666            + ext/DynaLoader/dl_mac.xs
15667            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15668            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
15669            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
15670            ! util.h
15671 ____________________________________________________________________________
15672 [  6142] By: gsar                                  on 2000/05/28  18:21:51
15673         Log: File::Find fails to chdir when chasing symlinks (from
15674              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15675      Branch: perl
15676            ! lib/File/Find.pm t/lib/filefind.t
15677 ____________________________________________________________________________
15678 [  6141] By: jhi                                   on 2000/05/28  14:25:15
15679         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15680              forwarded by Peter Seebach from the bsdi-users mailing list.
15681              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15682      Branch: perl
15683            ! hints/bsdos.sh
15684 ____________________________________________________________________________
15685 [  6140] By: jhi                                   on 2000/05/28  14:11:57
15686         Log: Integrate with Sarathy.
15687      Branch: cfgperl
15688           +> (branch 30 files)
15689           !> (integrate 93 files)
15690 ____________________________________________________________________________
15691 [  6139] By: gsar                                  on 2000/05/28  10:01:48
15692         Log: revise mktables.PL for bugs and newness in Unicode 3.0
15693              (from James Bence <jbence@amgen.com>)
15694      Branch: perl
15695            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
15696            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
15697            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
15698            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
15699            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
15700            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
15701            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
15702            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
15703            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
15704            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
15705            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
15706            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
15707            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
15708            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
15709            + lib/unicode/Is/SylWU.pl
15710            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
15711            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15712            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
15713            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
15714            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
15715            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
15716            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
15717            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
15718            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
15719            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
15720            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
15721            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
15722            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
15723            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
15724            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
15725            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
15726            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
15727            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
15728            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
15729            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
15730            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
15731            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
15732            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
15733            ! lib/unicode/Makefile lib/unicode/mktables.PL
15734 ____________________________________________________________________________
15735 [  6138] By: gsar                                  on 2000/05/28  08:50:32
15736         Log: add note about the handling of negative indices to tied arrays
15737              (from Michael G Schwern <schwern@pobox.com>)
15738      Branch: perl
15739            ! pod/perltie.pod
15740 ____________________________________________________________________________
15741 [  6137] By: gsar                                  on 2000/05/28  08:46:10
15742         Log: fix bogus redeclaration warning for "our" variables in different
15743              scopes
15744      Branch: perl
15745            ! op.c t/pragma/strict-vars
15746 ____________________________________________________________________________
15747 [  6136] By: gsar                                  on 2000/05/28  08:31:20
15748         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
15749      Branch: perl
15750            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
15751 ____________________________________________________________________________
15752 [  6135] By: gsar                                  on 2000/05/28  08:17:50
15753         Log: enable Test::Harness to dynamically determine column width etc.
15754              (from Rob Napier <rnapier@employees.org>)
15755      Branch: perl
15756            ! lib/Test/Harness.pm
15757 ____________________________________________________________________________
15758 [  6134] By: gsar                                  on 2000/05/28  08:13:39
15759         Log: make Test::Harness use wait.h/WCOREDUMP if available
15760              (from Ben Tilly <ben_tilly@hotmail.com>)
15761      Branch: perl
15762            ! lib/Test/Harness.pm
15763 ____________________________________________________________________________
15764 [  6133] By: gsar                                  on 2000/05/28  08:08:05
15765         Log: elide bogus test in change#6132
15766      Branch: perl
15767            ! t/pragma/warn/9enabled
15768 ____________________________________________________________________________
15769 [  6132] By: gsar                                  on 2000/05/28  08:03:14
15770         Log: warnings::enabled() doesn't fall back to looking at $^W if
15771              caller isn't using lexical warnings (from Paul Marquess)
15772      Branch: perl
15773            ! pp_ctl.c t/pragma/warn/9enabled
15774 ____________________________________________________________________________
15775 [  6131] By: gsar                                  on 2000/05/28  07:57:47
15776         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
15777      Branch: perl
15778            ! ext/POSIX/POSIX.pm
15779 ____________________________________________________________________________
15780 [  6130] By: gsar                                  on 2000/05/28  07:29:12
15781         Log: fix places that mean C<"word" character> but say C<alphanumeric
15782              character>
15783      Branch: perl
15784            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
15785 ____________________________________________________________________________
15786 [  6129] By: gsar                                  on 2000/05/28  07:18:41
15787         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15788      Branch: perl
15789            ! vms/test.com
15790 ____________________________________________________________________________
15791 [  6128] By: gsar                                  on 2000/05/28  07:12:55
15792         Log: new perlxstut example for passing/returning refs to arrays
15793              (from David Lowe <dlowe@pootpoot.com>)
15794      Branch: perl
15795            ! pod/perlxstut.pod
15796 ____________________________________________________________________________
15797 [  6127] By: gsar                                  on 2000/05/28  07:02:50
15798         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
15799              failed (from Gisle Aas)
15800      Branch: perl
15801            ! cop.h perl.c
15802 ____________________________________________________________________________
15803 [  6126] By: gsar                                  on 2000/05/28  06:39:53
15804         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
15805              (reworked variant of patch suggested by Simon Cozens)
15806      Branch: perl
15807            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
15808            ! pp_hot.c proto.h t/op/gv.t
15809 ____________________________________________________________________________
15810 [  6125] By: gsar                                  on 2000/05/28  05:14:55
15811         Log: enable propagating exception objects via Perl_croak() in XS code
15812              (from Gisle Aas)
15813      Branch: perl
15814            ! util.c
15815 ____________________________________________________________________________
15816 [  6124] By: gsar                                  on 2000/05/28  05:07:28
15817         Log: integrate vmsperl contents into mainline
15818      Branch: perl
15819           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
15820           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
15821           !> vms/vmsish.h
15822 ____________________________________________________________________________
15823 [  6123] By: gsar                                  on 2000/05/28  05:03:53
15824         Log: clarify gotcha with #line directives (from Rocco Caputo
15825              <troc@netrus.net>)
15826      Branch: perl
15827            ! pod/perldebug.pod pod/perlsyn.pod
15828 ____________________________________________________________________________
15829 [  6122] By: gsar                                  on 2000/05/28  04:58:29
15830         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
15831              (from Mark-Jason Dominus)
15832      Branch: perl
15833            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
15834            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
15835            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
15836            ! toke.c
15837 ____________________________________________________________________________
15838 [  6121] By: bailey                                on 2000/05/25  04:46:54
15839         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
15840              lists (based on fixes by Craig Berry)
15841      Branch: vmsperl
15842            ! lib/File/Spec/VMS.pm
15843 ____________________________________________________________________________
15844 [  6120] By: bailey                                on 2000/05/25  04:25:38
15845         Log: Add missing escape (Charles Lane)
15846      Branch: vmsperl
15847            ! t/op/lex_assign.t
15848 ____________________________________________________________________________
15849 [  6119] By: bailey                                on 2000/05/25  04:21:25
15850         Log: Quiet error messages in vmsish.t (Charles Lane)
15851      Branch: vmsperl
15852            ! vms/ext/vmsish.t
15853 ____________________________________________________________________________
15854 [  6118] By: bailey                                on 2000/05/25  04:17:57
15855         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
15856              Flatten case labels in switch statements uniformly (Charles Bailey)
15857      Branch: vmsperl
15858            ! vms/vms.c
15859 ____________________________________________________________________________
15860 [  6117] By: bailey                                on 2000/05/25  03:58:09
15861         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
15862      Branch: vmsperl
15863            ! vms/vmsish.h
15864 ____________________________________________________________________________
15865 [  6116] By: bailey                                on 2000/05/25  03:11:15
15866         Log: Miscellaneous cosmetic fixes (Charles Lane)
15867      Branch: vmsperl
15868            ! lib/ExtUtils/MM_VMS.pm
15869 ____________________________________________________________________________
15870 [  6115] By: bailey                                on 2000/05/25  03:10:36
15871         Log: Add bounds checking for several strings (Charles Lane)
15872      Branch: vmsperl
15873            ! vms/vms.c
15874 ____________________________________________________________________________
15875 [  6114] By: bailey                                on 2000/05/25  02:25:34
15876         Log: Urk -- undo previous removal of vmsish 'exit' change
15877      Branch: vmsperl
15878            ! vms/ext/vmsish.pm vms/vmsish.h
15879 ____________________________________________________________________________
15880 [  6113] By: bailey                                on 2000/05/24  02:24:40
15881         Log: Ugly workaround for version-specific RTL error
15882      Branch: vmsperl
15883            ! vms/vms.c
15884 ____________________________________________________________________________
15885 [  6112] By: bailey                                on 2000/05/24  02:19:55
15886         Log: Check for existence of file before trying to delete
15887      Branch: vmsperl
15888            ! vms/test.com
15889 ____________________________________________________________________________
15890 [  6111] By: bailey                                on 2000/05/23  23:35:13
15891         Log: Resync with mainline prior to post-5.6.0 updates
15892      Branch: vmsperl
15893           +> (branch 49 files)
15894            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
15895            ! vms/ext/vmsish.pm
15896           !> (integrate 334 files)
15897 ____________________________________________________________________________
15898 [  6110] By: jhi                                   on 2000/05/23  19:28:32
15899         Log: todo tweak
15900      Branch: cfgperl
15901            ! Todo-5.6
15902 ____________________________________________________________________________
15903 [  6109] By: jhi                                   on 2000/05/18  17:38:54
15904         Log: Integrate with Sarathy.
15905      Branch: cfgperl
15906           !> mg.c perl.h win32/perlhost.h
15907 ____________________________________________________________________________
15908 [  6108] By: gsar                                  on 2000/05/17  02:24:56
15909         Log: reenable fake signal handling on Windows, bugs and all
15910      Branch: perl
15911            ! mg.c perl.h win32/perlhost.h
15912 ____________________________________________________________________________
15913 [  6107] By: jhi                                   on 2000/05/15  18:01:41
15914         Log: Tweak the todo list.
15915      Branch: cfgperl
15916            ! Todo-5.6
15917 ____________________________________________________________________________
15918 [  6106] By: jhi                                   on 2000/05/15  13:41:48
15919         Log: The (Configure) script refuses to go on, after asking for
15920              'You may also choose to try maximal 64-bitness....'.
15921              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
15922              -- Patrick Zima
15923              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
15924      Branch: cfgperl
15925            ! hints/solaris_2.sh
15926 ____________________________________________________________________________
15927 [  6105] By: jhi                                   on 2000/05/11  14:37:43
15928         Log: Integrate with Sarathy.
15929      Branch: cfgperl
15930           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15931           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
15932 ____________________________________________________________________________
15933 [  6104] By: gsar                                  on 2000/05/11  03:39:07
15934         Log: PL_sys_intern was being initialized too late on windows
15935      Branch: perl
15936            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15937            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
15938 ____________________________________________________________________________
15939 [  6103] By: jhi                                   on 2000/05/09  19:42:20
15940         Log: Test tweaking for Unicos continues.
15941      Branch: cfgperl
15942            ! t/op/64bitint.t
15943 ____________________________________________________________________________
15944 [  6102] By: jhi                                   on 2000/05/09  16:47:27
15945         Log: The test suite tweak in #6101 wasn't quite right.
15946      Branch: cfgperl
15947            ! t/lib/complex.t
15948 ____________________________________________________________________________
15949 [  6101] By: jhi                                   on 2000/05/09  15:35:34
15950         Log: Hints and test tweaks for Unicos.
15951      Branch: cfgperl
15952            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
15953 ____________________________________________________________________________
15954 [  6100] By: jhi                                   on 2000/05/08  21:15:06
15955         Log: More compilation tweakery from Allen Smith.
15956      Branch: cfgperl
15957            ! hints/irix_6.sh
15958 ____________________________________________________________________________
15959 [  6099] By: jhi                                   on 2000/05/08  19:21:18
15960         Log: Tweaks for the cc bugs from Allen Smith.
15961      Branch: cfgperl
15962            ! hints/irix_6.sh
15963 ____________________________________________________________________________
15964 [  6098] By: jhi                                   on 2000/05/08  19:13:37
15965         Log: Add a note about other, yet unsupported, shadow password APIs.
15966      Branch: cfgperl
15967            ! pp_sys.c
15968 ____________________________________________________________________________
15969 [  6097] By: jhi                                   on 2000/05/08  18:46:34
15970         Log: Add a note about possible compilation problems from Allen Smith.
15971      Branch: cfgperl
15972            ! hints/irix_6.sh
15973 ____________________________________________________________________________
15974 [  6096] By: jhi                                   on 2000/05/08  17:33:10
15975         Log: Integrate with Sarathy.
15976      Branch: cfgperl
15977           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15978           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
15979 ____________________________________________________________________________
15980 [  6095] By: jhi                                   on 2000/05/08  16:21:33
15981         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
15982              might be useful in future.
15983      Branch: cfgperl
15984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15985            ! config_h.SH
15986      Branch: metaconfig
15987            ! U/installdirs/inc_version_list.U
15988      Branch: metaconfig/U/perl
15989            ! perlxv.U
15990 ____________________________________________________________________________
15991 [  6094] By: gsar                                  on 2000/05/08  14:22:22
15992         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
15993      Branch: perl
15994            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15995            ! hints/cygwin.sh pp_sys.c
15996 ____________________________________________________________________________
15997 [  6093] By: gsar                                  on 2000/05/08  12:52:28
15998         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
15999              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
16000      Branch: perl
16001            ! pp_sys.c sv.c win32/perlhost.h
16002 ____________________________________________________________________________
16003 [  6092] By: jhi                                   on 2000/05/07  22:40:34
16004         Log: Regen perltoc with the fixed buildtoc.
16005      Branch: cfgperl
16006            ! pod/perltoc.pod
16007 ____________________________________________________________________________
16008 [  6091] By: jhi                                   on 2000/05/07  22:24:16
16009         Log: Integrate with Sarathy.
16010      Branch: cfgperl
16011           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
16012           !> t/op/substr.t toke.c
16013 ____________________________________________________________________________
16014 [  6090] By: gsar                                  on 2000/05/07  19:47:07
16015         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
16016              [NI]OK; added tests for both
16017      Branch: perl
16018            ! perl.c pp_hot.c sv.c t/op/substr.t
16019 ____________________________________________________________________________
16020 [  6089] By: gsar                                  on 2000/05/07  18:18:38
16021         Log: buildtoc tweak to fix newline lossage
16022      Branch: perl
16023            ! pod/buildtoc
16024 ____________________________________________________________________________
16025 [  6088] By: jhi                                   on 2000/05/07  16:35:36
16026         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
16027              because we do not use those.  The HAS_GETSPNAM remains,
16028              though, because we still do use that.
16029      Branch: cfgperl
16030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16031            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
16032            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
16033            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
16034            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16035            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16036 ____________________________________________________________________________
16037 [  6087] By: gsar                                  on 2000/05/07  16:05:16
16038         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
16039      Branch: perl
16040            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
16041 ____________________________________________________________________________
16042 [  6086] By: jhi                                   on 2000/05/07  15:27:07
16043         Log: Integrate with Sarathy.
16044      Branch: cfgperl
16045           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16046           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16047           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
16048           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
16049           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
16050           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
16051 ____________________________________________________________________________
16052 [  6085] By: gsar                                  on 2000/05/07  05:52:02
16053         Log: repeat operator (x) doesn't preserve utf8-ness
16054      Branch: perl
16055            ! pp.c t/op/substr.t
16056 ____________________________________________________________________________
16057 [  6084] By: gsar                                  on 2000/05/07  05:39:55
16058         Log: substr() does not preserve utf8-ness (from Stefan Eissing
16059              <Eissing@medicaldataservice.de>); added tests
16060      Branch: perl
16061            ! pp.c t/op/substr.t
16062 ____________________________________________________________________________
16063 [  6083] By: gsar                                  on 2000/05/07  05:24:46
16064         Log: note about undocumented caller() return value (from M.J.T. Guy);
16065              yet another peek.t tweak
16066      Branch: perl
16067            ! pod/perlfunc.pod t/lib/peek.t
16068 ____________________________________________________________________________
16069 [  6082] By: gsar                                  on 2000/05/07  05:08:40
16070         Log: peek.t non-portable to ithreads
16071      Branch: perl
16072            ! t/lib/peek.t
16073 ____________________________________________________________________________
16074 [  6081] By: gsar                                  on 2000/05/07  04:17:04
16075         Log: better default perlbug categories for ok reports (from Richard Foley)
16076      Branch: perl
16077            ! utils/perlbug.PL
16078 ____________________________________________________________________________
16079 [  6080] By: gsar                                  on 2000/05/07  04:08:07
16080         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
16081              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16082      Branch: perl
16083            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16084            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16085            ! AUTHORS MAINTAIN MANIFEST
16086 ____________________________________________________________________________
16087 [  6079] By: gsar                                  on 2000/05/07  04:01:38
16088         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
16089      Branch: perl
16090            ! lib/Carp/Heavy.pm
16091 ____________________________________________________________________________
16092 [  6078] By: gsar                                  on 2000/05/07  01:24:19
16093         Log: workaround for CRT bug in chdir() (from Charles Lane, via
16094              Peter Prymmer)
16095      Branch: perl
16096            ! iperlsys.h vms/vms.c vms/vmsish.h
16097 ____________________________________________________________________________
16098 [  6077] By: gsar                                  on 2000/05/07  01:22:23
16099         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
16100              and Tom Phoenix)
16101      Branch: perl
16102            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
16103 ____________________________________________________________________________
16104 [  6076] By: gsar                                  on 2000/05/06  17:36:29
16105         Log: integrate cfgperl contents into mainline
16106      Branch: perl
16107           +> t/lib/peek.t
16108           !> Configure MANIFEST Porting/Glossary Porting/config.sh
16109           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
16110           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
16111           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
16112 ____________________________________________________________________________
16113 [  6075] By: jhi                                   on 2000/05/05  18:56:10
16114         Log: Make the test more portable.
16115      Branch: cfgperl
16116            ! t/lib/peek.t
16117 ____________________________________________________________________________
16118 [  6074] By: jhi                                   on 2000/05/05  18:49:20
16119         Log: Introduce t/lib/peek.t.
16120      Branch: cfgperl
16121            + t/lib/peek.t
16122            ! MANIFEST
16123 ____________________________________________________________________________
16124 [  6073] By: jhi                                   on 2000/05/05  14:30:45
16125         Log: Complex tweaks.
16126      Branch: cfgperl
16127            ! lib/Math/Complex.pm t/lib/complex.t
16128 ____________________________________________________________________________
16129 [  6072] By: jhi                                   on 2000/05/05  12:27:13
16130         Log: Integrate with Sarathy.
16131      Branch: cfgperl
16132           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16133           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16134           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
16135           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
16136 ____________________________________________________________________________
16137 [  6071] By: gsar                                  on 2000/05/05  02:24:46
16138         Log: misformatted perllocal.pod (from Tim Jenness
16139              <t.jenness@jach.hawaii.edu>)
16140      Branch: perl
16141            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16142 ____________________________________________________________________________
16143 [  6070] By: gsar                                  on 2000/05/05  02:16:52
16144         Log: remove misleading comment (from M.J.T. Guy)
16145      Branch: perl
16146            ! t/lib/anydbm.t
16147 ____________________________________________________________________________
16148 [  6069] By: gsar                                  on 2000/05/05  02:15:13
16149         Log: File::Spec compatibility update (from Barrie Slaymaker
16150              <barries@slaysys.com>)
16151      Branch: perl
16152            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16153            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16154 ____________________________________________________________________________
16155 [  6068] By: gsar                                  on 2000/05/05  02:01:50
16156         Log: note about values()
16157      Branch: perl
16158            ! pod/perlfunc.pod
16159 ____________________________________________________________________________
16160 [  6067] By: gsar                                  on 2000/05/05  01:33:09
16161         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
16162      Branch: perl
16163            ! win32/win32.c
16164 ____________________________________________________________________________
16165 [  6066] By: gsar                                  on 2000/05/05  01:23:43
16166         Log: s/END/CHECK/
16167      Branch: perl
16168            ! perl.c
16169 ____________________________________________________________________________
16170 [  6065] By: jhi                                   on 2000/05/04  17:30:22
16171         Log: Integrate with Sarathy.
16172      Branch: cfgperl
16173           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
16174 ____________________________________________________________________________
16175 [  6064] By: gsar                                  on 2000/05/04  17:26:14
16176         Log: change#5905 wasn't quite right--it's intent only applies when arguments
16177              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
16178      Branch: perl
16179            ! pp_sys.c sv.c
16180 ____________________________________________________________________________
16181 [  6063] By: gsar                                  on 2000/05/04  16:52:29
16182         Log: tokeq() could read unallocated field in argument
16183      Branch: perl
16184            ! toke.c
16185 ____________________________________________________________________________
16186 [  6062] By: gsar                                  on 2000/05/04  16:34:51
16187         Log: additional tests for utf8.t
16188      Branch: perl
16189            ! t/pragma/utf8.t
16190 ____________________________________________________________________________
16191 [  6061] By: gsar                                  on 2000/05/04  16:09:28
16192         Log: change#5921 neglected to make eq honor "use bytes"
16193      Branch: perl
16194            ! sv.c
16195 ____________________________________________________________________________
16196 [  6060] By: jhi                                   on 2000/05/04  15:30:16
16197         Log: Integrate with Sarathy.
16198      Branch: cfgperl
16199           !> perl.c regcomp.c t/pragma/utf8.t
16200 ____________________________________________________________________________
16201 [  6059] By: jhi                                   on 2000/05/04  15:26:37
16202         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
16203              in natively 64-bit platforms where a long is a quad (no need
16204              for long longs).  Also added bias for IVs.
16205      Branch: cfgperl
16206            ! toke.c
16207 ____________________________________________________________________________
16208 [  6058] By: gsar                                  on 2000/05/04  00:19:14
16209         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
16210              (spotted by Donald Kinzer <dkinzer@premia.com>)
16211      Branch: perl
16212            ! perl.c
16213 ____________________________________________________________________________
16214 [  6057] By: gsar                                  on 2000/05/03  18:34:01
16215         Log: fix broken parsing of /\x{ab}/
16216      Branch: perl
16217            ! regcomp.c t/pragma/utf8.t
16218 ____________________________________________________________________________
16219 [  6056] By: jhi                                   on 2000/05/03  17:57:16
16220         Log: The search of infinity continues, this time simplified.
16221      Branch: cfgperl
16222            ! lib/Math/Complex.pm
16223 ____________________________________________________________________________
16224 [  6055] By: jhi                                   on 2000/05/03  17:45:30
16225         Log: Detypo.
16226      Branch: cfgperl
16227            ! hints/unicos.sh
16228 ____________________________________________________________________________
16229 [  6054] By: jhi                                   on 2000/05/02  22:28:27
16230         Log: Be more forgiving in POSIX about HUGE_VALL.
16231      Branch: cfgperl
16232            ! ext/POSIX/POSIX.xs
16233 ____________________________________________________________________________
16234 [  6053] By: jhi                                   on 2000/05/02  22:25:05
16235         Log: Integrate with Sarathy.
16236      Branch: cfgperl
16237           !> hints/irix_6.sh pod/perlop.pod
16238 ____________________________________________________________________________
16239 [  6052] By: jhi                                   on 2000/05/02  22:24:31
16240         Log: Unicos hint tweak.
16241      Branch: cfgperl
16242            ! hints/unicos.sh
16243 ____________________________________________________________________________
16244 [  6051] By: jhi                                   on 2000/05/02  22:21:26
16245         Log: Complex tweakery.
16246      Branch: cfgperl
16247            ! lib/Math/Complex.pm t/lib/complex.t
16248 ____________________________________________________________________________
16249 [  6050] By: jhi                                   on 2000/05/02  19:26:22
16250         Log: Use setxxent()/endxxent().
16251      Branch: cfgperl
16252            ! t/op/grent.t t/op/pwent.t
16253 ____________________________________________________________________________
16254 [  6049] By: jhi                                   on 2000/05/02  19:06:02
16255         Log: Test both the scalar and list contexts.
16256      Branch: cfgperl
16257            ! t/op/grent.t t/op/pwent.t
16258 ____________________________________________________________________________
16259 [  6048] By: gsar                                  on 2000/05/02  18:29:10
16260         Log: add note about how $( doesn't interpolate in REs (from
16261              Philip Newton <newton@ficus.frogspace.net>)
16262      Branch: perl
16263            ! pod/perlop.pod
16264 ____________________________________________________________________________
16265 [  6047] By: jhi                                   on 2000/05/02  17:41:24
16266         Log: Call getspnam() only iff needd.
16267      Branch: cfgperl
16268            ! pp_sys.c
16269 ____________________________________________________________________________
16270 [  6046] By: gsar                                  on 2000/05/02  17:07:25
16271         Log: libscheck has insufficient checks for n32 libs (from
16272              Albert Chin-A-Young <china@thewrittenword.com>)
16273      Branch: perl
16274            ! hints/irix_6.sh
16275 ____________________________________________________________________________
16276 [  6045] By: jhi                                   on 2000/05/02  13:57:17
16277         Log: Integrate with Sarathy.
16278      Branch: cfgperl
16279           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
16280           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
16281 ____________________________________________________________________________
16282 [  6044] By: gsar                                  on 2000/05/02  06:48:19
16283         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
16284              such that underscores are only ignored in literal numbers,
16285              "\x{...}", and hex/oct argument
16286      Branch: perl
16287            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
16288 ____________________________________________________________________________
16289 [  6043] By: gsar                                  on 2000/05/02  02:22:29
16290         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
16291      Branch: perl
16292            ! pod/perlretut.pod
16293 ____________________________________________________________________________
16294 [  6042] By: gsar                                  on 2000/05/02  02:17:51
16295         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
16296      Branch: perl
16297            ! pod/perltrap.pod
16298 ____________________________________________________________________________
16299 [  6041] By: gsar                                  on 2000/05/02  01:53:51
16300         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
16301              to compensate
16302      Branch: perl
16303            ! Porting/makerel
16304 ____________________________________________________________________________
16305 [  6040] By: gsar                                  on 2000/05/02  01:51:57
16306         Log: missing files in MANIFEST
16307      Branch: perl
16308            ! MANIFEST
16309 ____________________________________________________________________________
16310 [  6039] By: jhi                                   on 2000/05/02  00:36:46
16311         Log: Infinite problems.
16312      Branch: cfgperl
16313            ! lib/Math/Complex.pm
16314 ____________________________________________________________________________
16315 [  6038] By: jhi                                   on 2000/05/02  00:06:38
16316         Log: pwent/spent #ifdef imbalance.
16317      Branch: cfgperl
16318            ! pp_sys.c
16319 ____________________________________________________________________________
16320 [  6037] By: jhi                                   on 2000/05/01  22:50:11
16321         Log: Use HUGE_VALL if applicable.
16322      Branch: cfgperl
16323            ! ext/POSIX/POSIX.xs util.c
16324 ____________________________________________________________________________
16325 [  6036] By: jhi                                   on 2000/05/01  22:20:53
16326         Log: Correct Freudian slip.
16327      Branch: cfgperl
16328            ! pp_sys.c
16329 ____________________________________________________________________________
16330 [  6035] By: jhi                                   on 2000/05/01  21:07:38
16331         Log: Continue on the pwent/spent case.
16332      Branch: cfgperl
16333            ! pp_sys.c
16334 ____________________________________________________________________________
16335 [  6034] By: jhi                                   on 2000/05/01  17:45:14
16336         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
16337              adjustments in 6032 conflicted badly with this, will have
16338              to revisit them later.
16339      Branch: cfgperl
16340           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
16341           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16342           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
16343           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
16344           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
16345           !> t/lib/cgi-html.t t/lib/cgi-request.t
16346 ____________________________________________________________________________
16347 [  6033] By: jhi                                   on 2000/05/01  17:40:49
16348         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
16349      Branch: cfgperl
16350            ! pp_sys.c
16351 ____________________________________________________________________________
16352 [  6032] By: gsar                                  on 2000/05/01  15:56:32
16353         Log: whitespace adjustments
16354      Branch: perl
16355            ! pp_sys.c
16356 ____________________________________________________________________________
16357 [  6031] By: gsar                                  on 2000/05/01  15:19:41
16358         Log: small nits in diagnostics.pm (from Robin Barker)
16359      Branch: perl
16360            ! lib/diagnostics.pm pod/perldiag.pod
16361 ____________________________________________________________________________
16362 [  6030] By: gsar                                  on 2000/05/01  08:39:18
16363         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
16364              for @- and @+ (from Johan Vromans)
16365      Branch: perl
16366            ! lib/English.pm pod/perlvar.pod
16367 ____________________________________________________________________________
16368 [  6029] By: gsar                                  on 2000/05/01  08:16:10
16369         Log: add CGI.pm v2.66 (from Lincoln Stein)
16370      Branch: perl
16371            + lib/CGI/Util.pm t/lib/cgi-pretty.t
16372            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16373            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
16374            ! t/lib/cgi-html.t t/lib/cgi-request.t
16375 ____________________________________________________________________________
16376 [  6028] By: gsar                                  on 2000/05/01  06:34:41
16377         Log: Pod::Man generates groff-incompatible macro definition (from
16378              Tom Christiansen)
16379      Branch: perl
16380            ! lib/Pod/Man.pm
16381 ____________________________________________________________________________
16382 [  6027] By: gsar                                  on 2000/05/01  06:31:36
16383         Log: podlators-1.02 update (from Russ Allbery)
16384      Branch: perl
16385            ! lib/Pod/Man.pm lib/Pod/Text.pm
16386 ____________________________________________________________________________
16387 [  6026] By: jhi                                   on 2000/04/30  23:24:23
16388         Log: Integrate with Sarathy.
16389      Branch: cfgperl
16390           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16391           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
16392           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16393           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16394           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
16395           !> t/lib/syslog.t toke.c win32/win32.h
16396 ____________________________________________________________________________
16397 [  6025] By: gsar                                  on 2000/04/30  18:17:47
16398         Log: Is{Alnum,Alpha,Word} don't match titlecase
16399              
16400              TODO: IsSpace is defined recursively!
16401              
16402              (both spotted by Larry)
16403      Branch: perl
16404            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16405            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16406 ____________________________________________________________________________
16407 [  6024] By: gsar                                  on 2000/04/30  17:50:19
16408         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
16409              (from Hugo van der Sanden)
16410      Branch: perl
16411            ! toke.c
16412 ____________________________________________________________________________
16413 [  6023] By: gsar                                  on 2000/04/30  17:14:43
16414         Log: debugger stomps on $. (from M.J.T. Guy)
16415      Branch: perl
16416            ! lib/perl5db.pl
16417 ____________________________________________________________________________
16418 [  6022] By: gsar                                  on 2000/04/30  16:59:22
16419         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
16420      Branch: perl
16421            ! sv.c
16422 ____________________________________________________________________________
16423 [  6021] By: gsar                                  on 2000/04/29  21:00:08
16424         Log: remove Win2K issue in pod (fixed by change#6020)
16425      Branch: perl
16426            ! README.win32 pod/perl56delta.pod
16427 ____________________________________________________________________________
16428 [  6020] By: gsar                                  on 2000/04/29  20:51:49
16429         Log: test tweak
16430      Branch: perl
16431            ! t/lib/open3.t
16432 ____________________________________________________________________________
16433 [  6019] By: gsar                                  on 2000/04/29  20:34:27
16434         Log: windows portability tweaks
16435      Branch: perl
16436            ! t/lib/b.t win32/win32.h
16437 ____________________________________________________________________________
16438 [  6018] By: gsar                                  on 2000/04/29  19:55:24
16439         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
16440              make _PATH_LOG() return "" if unavailable
16441      Branch: perl
16442            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16443            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
16444 ____________________________________________________________________________
16445 [  6017] By: jhi                                   on 2000/04/28  22:49:46
16446         Log: Integrate with Sarathy.
16447      Branch: cfgperl
16448           !> op.c perl.c pod/perldiag.pod t/lib/b.t
16449 ____________________________________________________________________________
16450 [  6016] By: jhi                                   on 2000/04/28  22:46:14
16451         Log: Do not warn that an infinity does not look like a number.
16452      Branch: cfgperl
16453            ! sv.c
16454 ____________________________________________________________________________
16455 [  6015] By: gsar                                  on 2000/04/28  22:35:49
16456         Log: tweak test for portability
16457      Branch: perl
16458            ! t/lib/b.t
16459 ____________________________________________________________________________
16460 [  6014] By: gsar                                  on 2000/04/28  22:05:31
16461         Log: glob() loading File::Glob behind the scenes may cause syntax errors
16462      Branch: perl
16463            ! op.c
16464 ____________________________________________________________________________
16465 [  6013] By: gsar                                  on 2000/04/28  21:25:22
16466         Log: tweak change#5945 to display correct switch name in diagnostic
16467      Branch: perl
16468            ! perl.c pod/perldiag.pod
16469 ____________________________________________________________________________
16470 [  6012] By: jhi                                   on 2000/04/28  21:08:12
16471         Log: Integrate with Sarathy.
16472      Branch: cfgperl
16473           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
16474           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
16475           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
16476 ____________________________________________________________________________
16477 [  6011] By: jhi                                   on 2000/04/28  21:04:46
16478         Log: &HUGE_VAL is not defined, it exists.
16479      Branch: cfgperl
16480            ! lib/Math/Complex.pm
16481 ____________________________________________________________________________
16482 [  6010] By: gsar                                  on 2000/04/28  21:02:58
16483         Log: clarify note about shadow password support (from
16484              gellyfish@gellyfish.com)
16485      Branch: perl
16486            ! pod/perlfunc.pod
16487 ____________________________________________________________________________
16488 [  6009] By: gsar                                  on 2000/04/28  21:00:00
16489         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16490      Branch: perl
16491            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16492 ____________________________________________________________________________
16493 [  6008] By: gsar                                  on 2000/04/28  20:56:33
16494         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
16495      Branch: perl
16496            ! installperl vms/subconfigure.com
16497 ____________________________________________________________________________
16498 [  6007] By: gsar                                  on 2000/04/28  20:51:21
16499         Log: note about compile failures and END blocks (from M.J.T. Guy)
16500      Branch: perl
16501            ! pod/perl56delta.pod pod/perlmod.pod
16502 ____________________________________________________________________________
16503 [  6006] By: jhi                                   on 2000/04/28  20:42:14
16504         Log: Regen Configure.
16505      Branch: cfgperl
16506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16507            ! config_h.SH
16508 ____________________________________________________________________________
16509 [  6005] By: gsar                                  on 2000/04/28  20:41:16
16510         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
16511      Branch: perl
16512            ! utils/perldoc.PL
16513 ____________________________________________________________________________
16514 [  6004] By: jhi                                   on 2000/04/28  20:28:21
16515         Log: Integrate with Sarathy.
16516      Branch: cfgperl
16517           !> Configure INSTALL Porting/Glossary Porting/config.sh
16518           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
16519           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
16520           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
16521           !> win32/config.vc win32/win32.c
16522 ____________________________________________________________________________
16523 [  6003] By: gsar                                  on 2000/04/28  20:11:20
16524         Log: allow REG_EXPAND_SZ keys in Windows registry (from
16525              John Clayton <John.Clayton@barclayscapital.com>)
16526      Branch: perl
16527            ! win32/win32.c
16528 ____________________________________________________________________________
16529 [  6002] By: gsar                                  on 2000/04/28  19:34:16
16530         Log: destructive sv_setsv() can lose UV-ness from source, causing
16531              numeric promotions/comparisons to fail to do the right thing
16532      Branch: perl
16533            ! sv.c
16534 ____________________________________________________________________________
16535 [  6001] By: gsar                                  on 2000/04/28  18:44:15
16536         Log: support additional library locations via $Config{otherlibdirs}
16537              (from Andy Dougherty)
16538      Branch: perl
16539            ! Configure INSTALL Porting/Glossary Porting/config.sh
16540            ! Porting/config_H config_h.SH epoc/config.sh perl.c
16541            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
16542            ! win32/config.bc win32/config.gc win32/config.vc
16543 ____________________________________________________________________________
16544 [  6000] By: gsar                                  on 2000/04/28  18:26:58
16545         Log: reworked otherlibdirs.U (from Andy Dougherty)
16546      Branch: metaconfig
16547            ! U/installdirs/otherlibdirs.U
16548 ____________________________________________________________________________
16549 [  5999] By: gsar                                  on 2000/04/28  18:17:07
16550         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
16551      Branch: perl
16552            ! t/pragma/warn/toke toke.c
16553 ____________________________________________________________________________
16554 [  5998] By: jhi                                   on 2000/04/28  13:32:17
16555         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
16556      Branch: cfgperl
16557            ! lib/Math/Complex.pm
16558 ____________________________________________________________________________
16559 [  5997] By: jhi                                   on 2000/04/28  13:14:04
16560         Log: Preserve $!.
16561      Branch: cfgperl
16562            ! lib/Math/Complex.pm
16563 ____________________________________________________________________________
16564 [  5996] By: jhi                                   on 2000/04/28  12:59:23
16565         Log: Integrate with Sarathy.
16566      Branch: cfgperl
16567           +> pod/perlrequick.pod pod/perlretut.pod
16568           !> (integrate 51 files)
16569 ____________________________________________________________________________
16570 [  5995] By: gsar                                  on 2000/04/28  09:37:36
16571         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
16572      Branch: perl
16573            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
16574 ____________________________________________________________________________
16575 [  5994] By: gsar                                  on 2000/04/28  09:33:26
16576         Log: fix for missed accounting for null byte in pack("Z",...) (from
16577              M.J.T. Guy)
16578      Branch: perl
16579            ! pp.c t/op/pack.t
16580 ____________________________________________________________________________
16581 [  5993] By: gsar                                  on 2000/04/28  09:30:05
16582         Log: various minor tweaks seen on p5p
16583      Branch: perl
16584            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
16585 ____________________________________________________________________________
16586 [  5992] By: gsar                                  on 2000/04/28  09:08:19
16587         Log: pod nit (from Simon Cozens)
16588      Branch: perl
16589            ! pod/perlop.pod
16590 ____________________________________________________________________________
16591 [  5991] By: gsar                                  on 2000/04/28  09:06:36
16592         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
16593      Branch: perl
16594            ! README.posix-bc hints/posix-bc.sh
16595 ____________________________________________________________________________
16596 [  5990] By: gsar                                  on 2000/04/28  08:54:52
16597         Log: use $ENV{LIB} to search for libs under Visual C compiler
16598              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
16599      Branch: perl
16600            ! lib/ExtUtils/Liblist.pm
16601 ____________________________________________________________________________
16602 [  5989] By: gsar                                  on 2000/04/28  08:27:12
16603         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
16604              itself and no other (from Tom Hughes)
16605      Branch: perl
16606            ! t/op/array.t toke.c
16607 ____________________________________________________________________________
16608 [  5988] By: gsar                                  on 2000/04/28  08:01:38
16609         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
16610              <paul@miraclefish.com>)
16611      Branch: perl
16612            ! lib/ExtUtils/MakeMaker.pm
16613 ____________________________________________________________________________
16614 [  5987] By: gsar                                  on 2000/04/28  07:53:09
16615         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
16616      Branch: perl
16617            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
16618 ____________________________________________________________________________
16619 [  5986] By: gsar                                  on 2000/04/28  07:44:17
16620         Log: add regular expressions tutorial and quick-start guide (from
16621              Mark Kvale <kvale@phy.ucsf.edu>)
16622      Branch: perl
16623            + pod/perlrequick.pod pod/perlretut.pod
16624            ! AUTHORS MAINTAIN MANIFEST
16625 ____________________________________________________________________________
16626 [  5985] By: gsar                                  on 2000/04/28  07:30:28
16627         Log: forked child may not exit correctly if it failed to open
16628              /dev/console (from Graham Barr)
16629      Branch: perl
16630            ! ext/Sys/Syslog/Syslog.pm
16631 ____________________________________________________________________________
16632 [  5984] By: gsar                                  on 2000/04/28  07:27:20
16633         Log: attributes::reftype() doesn't work on tied argument
16634      Branch: perl
16635            ! xsutils.c
16636 ____________________________________________________________________________
16637 [  5983] By: gsar                                  on 2000/04/28  07:15:04
16638         Log: numeric conversion of non-number in change#3378 tramples on
16639              OOK offset, causing segfaults
16640      Branch: perl
16641            ! sv.c
16642 ____________________________________________________________________________
16643 [  5982] By: gsar                                  on 2000/04/28  04:48:25
16644         Log: avoid error in IO::Socket::INET when given an unknown service name
16645              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
16646      Branch: perl
16647            ! ext/IO/lib/IO/Socket/INET.pm
16648 ____________________________________________________________________________
16649 [  5981] By: gsar                                  on 2000/04/28  04:31:31
16650         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
16651              prototype mismatch with CORE::glob(); update pod and tests to
16652              suit (File::Glob::glob() is still available for backward
16653              compatibility, but should be considered deprecated)
16654      Branch: perl
16655            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
16656            ! t/lib/glob-taint.t
16657 ____________________________________________________________________________
16658 [  5980] By: gsar                                  on 2000/04/28  03:47:29
16659         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
16660              <ghudson@mit.edu>)
16661      Branch: metaconfig
16662            ! U/modified/Options.U
16663      Branch: perl
16664            ! Configure
16665 ____________________________________________________________________________
16666 [  5979] By: gsar                                  on 2000/04/28  03:07:54
16667         Log: under useithreads, constant pad entries could inadvertantly be
16668              shared across threads (from Eric Blood <eblood@xmission.com>);
16669              added Eric's test case to testsuite
16670      Branch: perl
16671            ! op.c t/op/misc.t
16672 ____________________________________________________________________________
16673 [  5978] By: gsar                                  on 2000/04/27  21:13:00
16674         Log: sync version numbers in File::Spec with the ones on CPAN
16675              (from Barrie Slaymaker)
16676      Branch: perl
16677            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16678            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16679            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16680 ____________________________________________________________________________
16681 [  5977] By: gsar                                  on 2000/04/27  21:07:29
16682         Log: autoquote barewords followed by newline and arrow properly
16683              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
16684      Branch: perl
16685            ! t/pragma/warn/toke toke.c
16686 ____________________________________________________________________________
16687 [  5976] By: gsar                                  on 2000/04/27  20:41:20
16688         Log: DB_File v1.73 update (from Paul Marquess)
16689      Branch: perl
16690            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16691            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16692 ____________________________________________________________________________
16693 [  5975] By: gsar                                  on 2000/04/27  20:34:24
16694         Log: allow sort() reentrancy (variant of patch suggested by
16695              Hugo van der Sanden)
16696      Branch: perl
16697            ! pp_ctl.c t/op/sort.t
16698 ____________________________________________________________________________
16699 [  5974] By: gsar                                  on 2000/04/27  19:46:57
16700         Log: change#4197 somehow missed initializing PL_errors, meaning
16701              sytax error queueing wasn't working outside eval"" at all;
16702              also fixed eval"" to localize PL_error_count, so that compile-time
16703              eval's don't clobber the error state of the outer context
16704      Branch: perl
16705            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
16706            ! t/pragma/warn/toke
16707 ____________________________________________________________________________
16708 [  5973] By: gsar                                  on 2000/04/27  18:29:05
16709         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
16710      Branch: perl
16711            ! regcomp.c regexec.c t/op/re_tests
16712 ____________________________________________________________________________
16713 [  5972] By: jhi                                   on 2000/04/27  18:22:41
16714         Log: Integrate with Sarathy.
16715      Branch: cfgperl
16716           +> t/lib/b.t t/lib/syslog.t
16717           !> (integrate 31 files)
16718 ____________________________________________________________________________
16719 [  5971] By: jhi                                   on 2000/04/27  18:18:46
16720         Log: Unicos tweaks from Mark P. Lutz.
16721      Branch: cfgperl
16722            ! hints/unicos.sh lib/Math/Complex.pm
16723 ____________________________________________________________________________
16724 [  5970] By: gsar                                  on 2000/04/27  18:05:11
16725         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
16726              IV is >32bits
16727      Branch: perl
16728            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
16729 ____________________________________________________________________________
16730 [  5969] By: gsar                                  on 2000/04/27  17:50:56
16731         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
16732      Branch: perl
16733            + t/lib/syslog.t
16734            ! MANIFEST ext/Sys/Syslog/Syslog.pm
16735 ____________________________________________________________________________
16736 [  5968] By: gsar                                  on 2000/04/27  17:44:49
16737         Log: tolerate spaces in group names in test on solaris (from David Boyce
16738              <dsb@boyski.com>)
16739      Branch: perl
16740            ! t/op/groups.t
16741 ____________________________________________________________________________
16742 [  5967] By: gsar                                  on 2000/04/27  17:41:22
16743         Log: improved docs on the warn_uninit diagnostic (from David Glasser
16744              and Simon Cozens)
16745      Branch: perl
16746            ! pod/perldiag.pod
16747 ____________________________________________________________________________
16748 [  5966] By: gsar                                  on 2000/04/27  16:54:58
16749         Log: add testsuite for B backends, fix bug in B::Deparse (from
16750              Simon Cozens <simon@brecon.co.uk>)
16751      Branch: perl
16752            + t/lib/b.t
16753            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
16754 ____________________________________________________________________________
16755 [  5965] By: gsar                                  on 2000/04/27  16:10:37
16756         Log: avoid "will not stay shared" warnings for our variables (from
16757              Robin Barker)
16758      Branch: perl
16759            ! op.c t/pragma/warn/op
16760 ____________________________________________________________________________
16761 [  5964] By: gsar                                  on 2000/04/27  07:05:05
16762         Log: reformat to 72 columns (again)
16763      Branch: perl
16764            ! pod/perldiag.pod
16765 ____________________________________________________________________________
16766 [  5963] By: gsar                                  on 2000/04/27  06:28:31
16767         Log: patch from Larry to make (\&) prototype work; added tests for
16768              the same
16769      Branch: perl
16770            ! op.c t/comp/proto.t
16771 ____________________________________________________________________________
16772 [  5962] By: gsar                                  on 2000/04/27  06:15:47
16773         Log: updated README.hpux (from Jeff Okamoto)
16774      Branch: perl
16775            ! README.hpux
16776 ____________________________________________________________________________
16777 [  5961] By: gsar                                  on 2000/04/27  05:55:03
16778         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
16779      Branch: perl
16780            ! emacs/cperl-mode.el
16781 ____________________________________________________________________________
16782 [  5960] By: gsar                                  on 2000/04/27  05:49:26
16783         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
16784      Branch: perl
16785            ! INSTALL
16786 ____________________________________________________________________________
16787 [  5959] By: gsar                                  on 2000/04/27  05:33:41
16788         Log: doubled words in pods (from Simon Cozens
16789              <simon.p.cozens@jp.pwcglobal.com>)
16790      Branch: perl
16791            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
16792            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
16793            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
16794            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
16795            ! pod/perltootc.pod
16796 ____________________________________________________________________________
16797 [  5958] By: gsar                                  on 2000/04/27  05:11:39
16798         Log: change#3569 deleted some essential code, revert; avoid use of
16799              atexit() to make DynaLoader work properly on AIX under mod_perl
16800              (from Jens-Uwe Mager <jum@helios.de>)
16801      Branch: perl
16802            ! ext/DynaLoader/dl_aix.xs
16803 ____________________________________________________________________________
16804 [  5957] By: gsar                                  on 2000/04/27  04:54:51
16805         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
16806      Branch: perl
16807            ! pod/perlmod.pod
16808 ____________________________________________________________________________
16809 [  5956] By: gsar                                  on 2000/04/27  04:51:47
16810         Log: better diagnostics on failed tests (from Ilya Zakharevich)
16811      Branch: perl
16812            ! t/op/lex_assign.t
16813 ____________________________________________________________________________
16814 [  5955] By: gsar                                  on 2000/04/27  04:26:44
16815         Log: longstanding bug exposed by change#3307: sort arguments weren't
16816              compiled with the right wantarray context (ensuing runtime lookup
16817              via block_gimme() was getting the incidental context of the
16818              sort() itself)
16819      Branch: perl
16820            ! op.c t/op/sort.t
16821 ____________________________________________________________________________
16822 [  5954] By: gsar                                  on 2000/04/26  23:42:12
16823         Log: integrate cfgperl contents into mainline
16824      Branch: perl
16825           !> (integrate 30 files)
16826 ____________________________________________________________________________
16827 [  5953] By: jhi                                   on 2000/04/26  23:06:42
16828         Log: Integrate with Sarathy.
16829      Branch: cfgperl
16830           !> README.win32 ext/B/B/Deparse.pm
16831           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16832           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
16833           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
16834           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
16835           !> utils/perldoc.PL vms/perlvms.pod
16836 ____________________________________________________________________________
16837 [  5952] By: jhi                                   on 2000/04/26  23:03:46
16838         Log: Undo "use integer" addition from 64bitint as it seems
16839              to break most of the subtests in Digital UNIX;
16840              Unicos needs to find another way.
16841      Branch: cfgperl
16842            ! t/op/64bitint.t
16843 ____________________________________________________________________________
16844 [  5951] By: jhi                                   on 2000/04/26  22:57:53
16845         Log: Be more robust on "extreme" (large absolute value)
16846              arguments.  Originally reported by Daniel Connelly
16847              as a problem with asinh() on large negative arguments,
16848              asinh() used to bail out because an argument to log()
16849              ended up being zero.  Ilya Zakharevich proposed using
16850              Taylor's series in such cases, which for such large
16851              arguments is a very good approximation.
16852      Branch: cfgperl
16853            ! lib/Math/Complex.pm t/lib/complex.t
16854 ____________________________________________________________________________
16855 [  5950] By: gsar                                  on 2000/04/25  19:13:12
16856         Log: reformat perldiag to avoid long lines
16857      Branch: perl
16858            ! pod/perldiag.pod
16859 ____________________________________________________________________________
16860 [  5949] By: gsar                                  on 2000/04/25  18:41:11
16861         Log: make perldoc use the pod2man from the same version (from
16862              M.J.T. Guy)
16863      Branch: perl
16864            ! utils/perldoc.PL
16865 ____________________________________________________________________________
16866 [  5948] By: gsar                                  on 2000/04/25  18:21:57
16867         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
16868              <kompas@kompas.usr.onet.pl>)
16869      Branch: perl
16870            ! lib/vars.pm
16871 ____________________________________________________________________________
16872 [  5947] By: gsar                                  on 2000/04/25  18:11:53
16873         Log: use &dl_error rather than &dl_load_file as the guard for calling
16874              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
16875              statically built perl)
16876      Branch: perl
16877            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16878 ____________________________________________________________________________
16879 [  5946] By: jhi                                   on 2000/04/25  17:37:54
16880         Log: Document that tr() is not tr(1).
16881      Branch: cfgperl
16882            ! pod/perlop.pod
16883 ____________________________________________________________________________
16884 [  5945] By: gsar                                  on 2000/04/25  16:34:33
16885         Log: make module name mandatory after -M switch; reorder perldiag
16886              alphabetically (from Mark-Jason Dominus)
16887      Branch: perl
16888            ! perl.c pod/perldiag.pod
16889 ____________________________________________________________________________
16890 [  5944] By: jhi                                   on 2000/04/25  01:15:18
16891         Log: On second thoughts frexp() does have two arguments.
16892      Branch: cfgperl
16893            ! perl.h
16894 ____________________________________________________________________________
16895 [  5943] By: jhi                                   on 2000/04/24  22:56:32
16896         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
16897              Now pp_ncmp() returns undef is either operand is a NaN.
16898      Branch: cfgperl
16899            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16900            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
16901            ! vms/subconfigure.com vos/config.def vos/config.h
16902            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
16903            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16904            ! win32/config_H.vc
16905      Branch: metaconfig/U/perl
16906            + d_modfl.U
16907 ____________________________________________________________________________
16908 [  5942] By: jhi                                   on 2000/04/24  19:45:17
16909         Log: Regen Configure to match #5937.
16910      Branch: cfgperl
16911            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16912            ! config_h.SH
16913      Branch: metaconfig
16914            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
16915 ____________________________________________________________________________
16916 [  5941] By: jhi                                   on 2000/04/24  19:24:11
16917         Log: Further Unicos fixes for Mark Lutz.
16918      Branch: cfgperl
16919            ! hints/unicos.sh pp_ctl.c
16920 ____________________________________________________________________________
16921 [  5940] By: jhi                                   on 2000/04/24  19:09:06
16922         Log: Various Unicos 10.0.0.6 fixes.
16923              
16924              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
16925              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
16926              Reply-To: tecmpl1@triton.ca.boeing.com 
16927              To: perl5-porters@perl.org 
16928              Date: Fri, 14 Apr 2000 20:21:00 GMT 
16929              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
16930      Branch: cfgperl
16931            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
16932 ____________________________________________________________________________
16933 [  5939] By: gsar                                  on 2000/04/24  19:01:24
16934         Log: more pod nits (from Larry Virden)
16935      Branch: perl
16936            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
16937            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
16938            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
16939 ____________________________________________________________________________
16940 [  5938] By: gsar                                  on 2000/04/24  18:54:01
16941         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
16942      Branch: perl
16943            ! ext/B/B/Deparse.pm
16944 ____________________________________________________________________________
16945 [  5937] By: jhi                                   on 2000/04/24  17:39:00
16946         Log: Integrate with Sarathy.
16947      Branch: cfgperl
16948           +> (branch 31 files)
16949           !> (integrate 73 files)
16950 ____________________________________________________________________________
16951 [  5936] By: gsar                                  on 2000/04/24  17:30:06
16952         Log: additional tests for change#5934 (from Paul Marquess, who also
16953              sent in the same fix)
16954      Branch: perl
16955            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
16956            ! t/pragma/warn/5nolint t/pragma/warn/6default
16957 ____________________________________________________________________________
16958 [  5935] By: jhi                                   on 2000/04/24  17:26:05
16959         Log: Do not assume sign propagation.
16960              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
16961              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
16962              To: payner@ncifcrf.gov, perl5-porters@perl.org 
16963              Date: Tue, 18 Apr 2000 18:24:49 +0100 
16964              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
16965      Branch: cfgperl
16966            ! t/op/bop.t t/op/misc.t
16967 ____________________________________________________________________________
16968 [  5934] By: gsar                                  on 2000/04/24  17:16:54
16969         Log: propagate lexical warnings from surrounding scope correctly
16970              within string eval()
16971      Branch: perl
16972            ! pp_ctl.c t/pragma/warn/pp_ctl
16973 ____________________________________________________________________________
16974 [  5933] By: jhi                                   on 2000/04/24  17:01:07
16975         Log: Flatten the cpp jungle doing the nosuid checking.
16976      Branch: cfgperl
16977            ! perl.c
16978 ____________________________________________________________________________
16979 [  5932] By: gsar                                  on 2000/04/24  09:08:14
16980         Log: add rsignal(), whichsig() and do_join() to public API list
16981              (mod_perl uses them to good advantage)
16982      Branch: perl
16983            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
16984 ____________________________________________________________________________
16985 [  5931] By: gsar                                  on 2000/04/24  09:01:40
16986         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
16987      Branch: perl
16988            ! pp_hot.c regexec.c t/op/pat.t
16989 ____________________________________________________________________________
16990 [  5930] By: gsar                                  on 2000/04/24  08:58:33
16991         Log: small os390 tweaks (from Peter Prymmer)
16992      Branch: perl
16993            ! config_h.SH makedepend.SH
16994 ____________________________________________________________________________
16995 [  5929] By: gsar                                  on 2000/04/24  08:55:25
16996         Log: pod nits
16997      Branch: perl
16998            ! pod/perlguts.pod
16999 ____________________________________________________________________________
17000 [  5928] By: gsar                                  on 2000/04/24  08:50:13
17001         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
17002      Branch: perl
17003            ! ext/IO/lib/IO/Poll.pm
17004 ____________________________________________________________________________
17005 [  5927] By: gsar                                  on 2000/04/24  08:43:24
17006         Log: arrange for next() to resume at the unstack op rather than the
17007              loop conditional, so that scope cleanup happens correctly
17008              (from Stephen McCamant)
17009      Branch: perl
17010            ! op.c pp_ctl.c t/op/misc.t
17011 ____________________________________________________________________________
17012 [  5926] By: gsar                                  on 2000/04/24  08:18:40
17013         Log: on windows, reserve 16M of stack rather than 128M (allows more
17014              threads to run concurrently)
17015      Branch: perl
17016            ! win32/Makefile win32/makefile.mk
17017 ____________________________________________________________________________
17018 [  5925] By: gsar                                  on 2000/04/24  08:13:52
17019         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
17020      Branch: perl
17021            ! toke.c
17022 ____________________________________________________________________________
17023 [  5924] By: gsar                                  on 2000/04/24  08:08:59
17024         Log: avoid using uninitialized memory in require version check
17025      Branch: perl
17026            ! pp_ctl.c universal.c
17027 ____________________________________________________________________________
17028 [  5923] By: gsar                                  on 2000/04/24  07:20:14
17029         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
17030      Branch: perl
17031            ! ext/IO/lib/IO/Poll.pm
17032 ____________________________________________________________________________
17033 [  5922] By: gsar                                  on 2000/04/24  07:08:42
17034         Log: commentary about IoTYPE() (from Nathan Torkington)
17035      Branch: perl
17036            ! sv.h
17037 ____________________________________________________________________________
17038 [  5921] By: gsar                                  on 2000/04/24  06:58:26
17039         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
17040              by fix
17041      Branch: perl
17042            ! sv.c t/lib/charnames.t t/pragma/utf8.t
17043 ____________________________________________________________________________
17044 [  5920] By: gsar                                  on 2000/04/24  06:37:59
17045         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
17046      Branch: perl
17047            ! doop.c t/op/ver.t
17048 ____________________________________________________________________________
17049 [  5919] By: gsar                                  on 2000/04/24  06:21:58
17050         Log: Configure might miss old directories when prefix must be
17051              expanded (from Robin Barker)
17052      Branch: metaconfig
17053            ! U/installdirs/inc_version_list.U
17054      Branch: perl
17055            ! Configure
17056 ____________________________________________________________________________
17057 [  5918] By: gsar                                  on 2000/04/24  06:16:11
17058         Log: VMS nits in glob() test (from Charles Lane)
17059      Branch: perl
17060            ! t/lib/glob-basic.t
17061 ____________________________________________________________________________
17062 [  5917] By: gsar                                  on 2000/04/24  06:11:56
17063         Log: various pod nits (from Larry Virden and others)
17064      Branch: perl
17065            ! README.amiga README.hpux README.machten README.os2
17066            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
17067            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
17068            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
17069            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
17070            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
17071            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
17072            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
17073            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
17074 ____________________________________________________________________________
17075 [  5916] By: gsar                                  on 2000/04/24  05:52:43
17076         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
17077              <wjones@tc.fluke.com>)
17078      Branch: perl
17079            ! t/lib/glob-basic.t
17080 ____________________________________________________________________________
17081 [  5915] By: gsar                                  on 2000/04/24  05:07:01
17082         Log: supported platforms mixed up
17083      Branch: perl
17084            ! pod/perl56delta.pod pod/perlport.pod
17085 ____________________________________________________________________________
17086 [  5914] By: gsar                                  on 2000/04/24  04:56:08
17087         Log: caller() wasn't returning the right number of elements for
17088              eval {...}
17089      Branch: perl
17090            ! pp_ctl.c t/pragma/warn/9enabled
17091 ____________________________________________________________________________
17092 [  5913] By: gsar                                  on 2000/04/24  04:35:41
17093         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
17094              Mark-Jason Dominus)
17095      Branch: perl
17096            ! pod/perlfunc.pod
17097 ____________________________________________________________________________
17098 [  5912] By: gsar                                  on 2000/04/24  04:17:15
17099         Log: fix totally broken caching in UNIVERSAL::isa() (from
17100              Nick Ing-Simmons)
17101      Branch: perl
17102            ! t/op/universal.t universal.c
17103 ____________________________________________________________________________
17104 [  5911] By: gsar                                  on 2000/04/24  03:39:47
17105         Log: add linebreak properties from unicode/LineBrk.txt (from
17106              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
17107      Branch: perl
17108            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17109            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
17110            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
17111            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
17112            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
17113            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
17114            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
17115            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
17116            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
17117            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
17118            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
17119            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
17120            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
17121            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
17122            + lib/unicode/Is/LbrkZW.pl
17123            ! lib/unicode/mktables.PL
17124 ____________________________________________________________________________
17125 [  5910] By: gsar                                  on 2000/04/24  03:23:10
17126         Log: typo in pod
17127      Branch: perl
17128            ! ext/Thread/Thread.pm
17129 ____________________________________________________________________________
17130 [  5909] By: gsar                                  on 2000/04/24  03:22:03
17131         Log: mode argument to do_binmode() should be file mode, not boolean
17132      Branch: perl
17133            ! pp_sys.c
17134 ____________________________________________________________________________
17135 [  5908] By: gsar                                  on 2000/04/16  16:51:08
17136         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
17137              always returns a valid GV even when the symbol is trapped by strictures
17138              (avoids coredumps)
17139              
17140              TODO: the C<package;> hack needs similar treatment
17141      Branch: perl
17142            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
17143            ! t/pragma/strict-vars
17144 ____________________________________________________________________________
17145 [  5907] By: jhi                                   on 2000/03/31  23:42:56
17146         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
17147              an assumption which #5905 demolished.
17148      Branch: cfgperl
17149            ! pp_sys.c
17150 ____________________________________________________________________________
17151 [  5906] By: jhi                                   on 2000/03/31  18:54:37
17152         Log: Typo in #5905.
17153      Branch: cfgperl
17154            ! t/op/64bitint.t
17155 ____________________________________________________________________________
17156 [  5905] By: jhi                                   on 2000/03/31  18:50:54
17157         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
17158              reported by Joseph N. Hall.  The bug was that even with use64bitint
17159              one had to use the prefixes q, L, or ll with printf/sprintf,
17160              contrary to the documentation and common sense.
17161      Branch: cfgperl
17162            ! sv.c t/op/64bitint.t
17163 ____________________________________________________________________________
17164 [  5904] By: gsar                                  on 2000/03/28  02:31:32
17165         Log: add Changes, perldelta.pod
17166      Branch: perl
17167            + Changes pod/perldelta.pod
17168 ____________________________________________________________________________
17169 [  5903] By: gsar                                  on 2000/03/28  02:03:55
17170         Log: rename Changes and perldelta.pod
17171      Branch: perl
17172           +> Changes5.6 pod/perl56delta.pod
17173            - Changes pod/perldelta.pod
17174            ! MANIFEST
17175 ____________________________________________________________________________
17176 [  5902] By: gsar                                  on 2000/03/28  01:59:14
17177         Log: create maint-5.6 branch
17178      Branch: maint-5.6/perl
17179           +> (branch 1611 files)
17180 ____________________________________________________________________________
17181 [  5901] By: jhi                                   on 2000/03/23  05:48:43
17182         Log: Integrate with Sarathy.
17183      Branch: cfgperl
17184           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
17185 ____________________________________________________________________________
17186 [  5900] By: gsar                                  on 2000/03/23  05:42:43
17187         Log: three guesses on what this is :-)
17188      Branch: perl
17189            ! Changes