e513c2e4fd89facfc6bf752e40d6f9f832cb9d91
[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 [  8341] By: jhi                                   on 2001/01/05  23:52:33
36         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
37      Branch: perl
38            ! toke.c
39 ____________________________________________________________________________
40 [  8340] By: jhi                                   on 2001/01/05  22:44:08
41         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42              From: Radu Greab <radu@netsoft.ro>
43              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
44              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
45      Branch: perl
46            ! t/io/pipe.t util.c
47 ____________________________________________________________________________
48 [  8339] By: jhi                                   on 2001/01/05  22:35:17
49         Log: Subject: [PATCH] format and rewording in perlfaq.pod
50              From: Robin Barker <rmb1@cise.npl.co.uk>
51              Date: Fri, 5 Jan 2001 18:51:20 GMT
52              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
53      Branch: perl
54            ! pod/perlfaq.pod
55 ____________________________________________________________________________
56 [  8338] By: jhi                                   on 2001/01/05  22:31:17
57         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
58              From: Peter Prymmer <pvhp@forte.com>
59              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
60              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
61      Branch: perl
62            ! utils/perlbug.PL
63 ____________________________________________________________________________
64 [  8337] By: jhi                                   on 2001/01/05  18:15:11
65         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
66              From: Robin Barker <rmb1@cise.npl.co.uk>
67              Date: Tue, 2 Jan 2001 15:24:07 GMT
68              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
69              
70              If you call configure as C<./Configure> or C<sh ./Configure>,
71              $src is set to the absolute path name, not '.'.
72              
73              This, in turn, means -Dmksymlink tries to do its stuff because
74              it does not think it is in the src directory.
75              
76              (plus a metaconfig nitfix)
77      Branch: metaconfig
78            ! U/compline/ccflags.U U/modified/src.U
79      Branch: perl
80            ! Configure config_h.SH
81 ____________________________________________________________________________
82 [  8336] By: jhi                                   on 2001/01/05  17:48:32
83         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
84              From: Alan Burlison <Alan.Burlison@uk.sun.com>
85              Message-ID: <3A5606C4.473D2226@uk.sun.com>
86              Date: Fri, 05 Jan 2001 17:39:16 +0000
87      Branch: perl
88            ! hv.c
89 ____________________________________________________________________________
90 [  8335] By: jhi                                   on 2001/01/05  16:05:44
91         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
92      Branch: perl
93            ! lib/Getopt/Long.pm
94 ____________________________________________________________________________
95 [  8334] By: jhi                                   on 2001/01/05  16:00:51
96         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
97              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
98              Date: Fri, 05 Jan 2001 13:46:51 +0100
99              Message-ID: <13693.978698811@nice.ram.loc>
100              
101              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
102              accurate reading of the "atime".  
103      Branch: perl
104            ! t/io/fs.t
105 ____________________________________________________________________________
106 [  8333] By: jhi                                   on 2001/01/05  15:57:37
107         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
108              From: Simon Cozens <simon@cozens.net>
109              Date: Fri, 8 Dec 2000 13:33:31 +0000
110              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
111              
112              A lost patch fragment.
113      Branch: perl
114            ! doop.c
115 ____________________________________________________________________________
116 [  8332] By: jhi                                   on 2001/01/05  15:40:42
117         Log: Do away with strncpy() and a fixed length buffer.
118      Branch: perl
119            ! utf8.c
120 ____________________________________________________________________________
121 [  8331] By: jhi                                   on 2001/01/05  15:03:07
122         Log: Tests for #8329 and #8330.
123      Branch: perl
124            ! t/op/bop.t
125 ____________________________________________________________________________
126 [  8330] By: jhi                                   on 2001/01/05  15:02:38
127         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
128              raw 8-bit form to the UTF-8 string.
129      Branch: perl
130            ! toke.c
131 ____________________________________________________________________________
132 [  8329] By: jhi                                   on 2001/01/05  14:55:13
133         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
134              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
135              Date: Fri, 5 Jan 2001 12:28:52 +0100
136              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
137              
138              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
139              no effect.  (changed the strncpy() to Copy())
140      Branch: perl
141            ! toke.c
142 ____________________________________________________________________________
143 [  8328] By: jhi                                   on 2001/01/05  06:44:27
144         Log: UTF-8 cleanup.
145      Branch: perl
146            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
147            ! regexec.c sv.c toke.c
148 ____________________________________________________________________________
149 [  8327] By: jhi                                   on 2001/01/05  01:11:29
150         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
151              From: Radu Greab <radu@netsoft.ro>
152              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
153              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
154              
155              Cleans up Harness to not use FileHandle, which uses IO.
156      Branch: perl
157            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
158 ____________________________________________________________________________
159 [  8326] By: jhi                                   on 2001/01/05  00:56:37
160         Log: Update Changes.
161      Branch: perl
162            ! Changes patchlevel.h
163 ____________________________________________________________________________
164 [  8325] By: jhi                                   on 2001/01/05  00:53:18
165         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
166              From: Peter Prymmer <pvhp@forte.com>
167              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
168              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
169              
170              plus a couple more tailing whitespace removals.
171      Branch: perl
172            ! win32/Makefile
173 ____________________________________________________________________________
174 [  8324] By: jhi                                   on 2001/01/05  00:47:39
175         Log: Add some Unicode chop() tests.
176      Branch: perl
177            ! t/op/chop.t
178 ____________________________________________________________________________
179 [  8323] By: jhi                                   on 2001/01/05  00:47:23
180         Log: Unify UTF-8 malformedness handling.
181      Branch: perl
182            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
183 ____________________________________________________________________________
184 [  8322] By: jhi                                   on 2001/01/04  22:21:54
185         Log: The new $issymlink was unknown to Mksymlinks.
186      Branch: metaconfig/U/perl
187            ! Mksymlinks.U issymlink.U
188      Branch: perl
189            ! Configure config_h.SH
190 ____________________________________________________________________________
191 [  8321] By: jhi                                   on 2001/01/04  21:51:05
192         Log: The test didn't work under the core test framework.
193      Branch: perl
194            ! t/lib/st-lock.t
195 ____________________________________________________________________________
196 [  8320] By: jhi                                   on 2001/01/04  21:14:22
197         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
198      Branch: perl
199            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
200 ____________________________________________________________________________
201 [  8319] By: jhi                                   on 2001/01/04  20:46:17
202         Log: Typo in #8312 when manually appying a problematic patch fragment.
203      Branch: perl
204            ! ext/Storable/Storable.xs
205 ____________________________________________________________________________
206 [  8318] By: jhi                                   on 2001/01/04  20:43:01
207         Log: The $sh_c didn't fly.
208      Branch: metaconfig
209            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
210            ! U/modified/Loc.U U/modified/myhostname.U
211            ! U/modified/spitshell.U
212      Branch: metaconfig/U/perl
213            ! issymlink.U
214      Branch: perl
215            ! Configure config_h.SH
216 ____________________________________________________________________________
217 [  8317] By: jhi                                   on 2001/01/04  19:58:01
218         Log: AIX builtin test -h is broken, changes based on
219              
220              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
221              Date: Tue, 02 Jan 2001 11:24:39 +0100
222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
223              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
224      Branch: metaconfig
225            + U/modified/spitshell.U
226            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
227            ! U/modified/Loc.U U/modified/myhostname.U
228      Branch: metaconfig/U/perl
229            ! Mksymlinks.U issymlink.U
230      Branch: perl
231            ! Configure
232 ____________________________________________________________________________
233 [  8316] By: jhi                                   on 2001/01/04  19:02:22
234         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
235              From: Andy Dougherty <doughera@lafayette.edu>
236              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
237              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
238              
239              Beware of GNU ld.
240      Branch: perl
241            ! hints/solaris_2.sh
242 ____________________________________________________________________________
243 [  8315] By: jhi                                   on 2001/01/04  18:56:48
244         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
245              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
246              Date: Wed, 3 Jan 2001 07:58:51 +0100
247              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
248      Branch: perl
249            ! hints/solaris_2.sh
250 ____________________________________________________________________________
251 [  8314] By: jhi                                   on 2001/01/04  18:54:07
252         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
253              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
254              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
255              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
256              
257              Doc tweak on #8313.
258      Branch: perl
259            ! ext/B/B/Deparse.pm
260 ____________________________________________________________________________
261 [  8313] By: jhi                                   on 2001/01/04  18:52:27
262         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
263              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
264              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
265              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
266              
267              Make the peephole optimizer to bypass more null ops and
268              and rewrite the deparse handling of continue blocks.
269      Branch: perl
270            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
271 ____________________________________________________________________________
272 [  8312] By: jhi                                   on 2001/01/04  18:47:39
273         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
274      Branch: perl
275            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
276            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
277            ! t/lib/st-lock.t
278 ____________________________________________________________________________
279 [  8311] By: jhi                                   on 2001/01/04  18:36:08
280         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
281              filter to be run on each .pm during the pm_to_blib() phase,
282              a fixed version of
283              
284              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
285              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
286              Date: Wed, 03 Jan 2001 22:01:30 +0100
287              Message-ID: <5296.978555690@nice.ram.loc>
288      Branch: perl
289            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
290            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
291            ! lib/ExtUtils/MakeMaker.pm
292 ____________________________________________________________________________
293 [  8310] By: jhi                                   on 2001/01/04  18:32:54
294         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
295              From: Robin Barker <rmb1@cise.npl.co.uk>
296              Date: Tue, 2 Jan 2001 15:35:03 GMT
297              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
298      Branch: perl
299            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
300            ! pod/perlrequick.pod
301 ____________________________________________________________________________
302 [  8309] By: jhi                                   on 2001/01/04  18:29:07
303         Log: Subject: Re: [patch] static-ize XS()
304              From: Doug MacEachern <dougm@covalent.net>
305              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
306              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
307              
308              Provide prototypes for the XS functions.
309      Branch: perl
310            ! lib/ExtUtils/xsubpp
311 ____________________________________________________________________________
312 [  8308] By: jhi                                   on 2001/01/04  18:27:44
313         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
314              From: Doug MacEachern <dougm@covalent.net>
315              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
316              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
317      Branch: perl
318            ! lib/ExtUtils/typemap
319 ____________________________________________________________________________
320 [  8307] By: jhi                                   on 2001/01/04  18:25:25
321         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
322              From: Doug MacEachern <dougm@covalent.net>
323              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
324              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
325              
326              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
327      Branch: perl
328            ! lib/ExtUtils/MM_Unix.pm
329 ____________________________________________________________________________
330 [  8306] By: jhi                                   on 2001/01/04  18:23:00
331         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
332              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
333              Date: Thu, 4 Jan 2001 12:47:10 +0100 
334              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
335              
336              The toke.c part only, patching embed.h and proto.h is futile.
337      Branch: perl
338            ! toke.c
339 ____________________________________________________________________________
340 [  8305] By: jhi                                   on 2001/01/04  18:05:51
341         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
342              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
343              Date: Thu, 4 Jan 2001 17:50:12 +0100 
344              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
345      Branch: perl
346            ! toke.c
347 ____________________________________________________________________________
348 [  8304] By: jhi                                   on 2001/01/04  18:03:26
349         Log: Subject: [PATCH perl@8269]
350              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
351              Date: Thu, 4 Jan 2001 12:53:39 +0100 
352              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
353              
354              If running byacc write-enable also perly.h.
355      Branch: perl
356            ! Makefile.SH
357 ____________________________________________________________________________
358 [  8303] By: jhi                                   on 2001/01/04  15:40:49
359         Log: Rewrite pp_concat() in terms of sv_catsv().
360      Branch: perl
361            ! pp_hot.c
362 ____________________________________________________________________________
363 [  8302] By: nick                                  on 2001/01/03  22:43:22
364         Log: Integrate mainline.
365      Branch: perlio
366           !> ext/Encode/Encode.xs sv.c utf8.c
367 ____________________________________________________________________________
368 [  8301] By: jhi                                   on 2001/01/02  23:40:26
369         Log: Variable naming tweak.
370      Branch: perl
371            ! sv.c
372 ____________________________________________________________________________
373 [  8300] By: jhi                                   on 2001/01/02  23:40:02
374         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
375              in is_utf8_string().
376      Branch: perl
377            ! utf8.c
378 ____________________________________________________________________________
379 [  8299] By: jhi                                   on 2001/01/02  22:14:40
380         Log: Integrate perlio.
381      Branch: perl
382           !> pp.c pp_hot.c win32/Makefile
383 ____________________________________________________________________________
384 [  8298] By: nick                                  on 2001/01/02  22:03:06
385         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
386      Branch: perlio
387            ! pp.c pp_hot.c
388 ____________________________________________________________________________
389 [  8297] By: jhi                                   on 2001/01/02  04:26:28
390         Log: Signedness nit.
391      Branch: perl
392            ! ext/Encode/Encode.xs
393 ____________________________________________________________________________
394 [  8296] By: nick                                  on 2001/01/01  23:49:36
395         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
396      Branch: perlio
397            ! win32/Makefile
398 ____________________________________________________________________________
399 [  8295] By: jhi                                   on 2001/01/01  23:05:48
400         Log: Integrate perlio.
401      Branch: perl
402           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
403           !> t/lib/encode.t
404 ____________________________________________________________________________
405 [  8294] By: nick                                  on 2001/01/01  22:48:34
406         Log: Integrate mainline
407      Branch: perlio
408            ! pp_hot.c t/lib/encode.t
409           !> (integrate 65 files)
410 ____________________________________________________________________________
411 [  8293] By: nick                                  on 2001/01/01  21:58:50
412         Log: More rigor in UTF-8-ness of Encode's toUnicode
413              XS export some of the utf8 internal functions.
414              Test some of the functions.
415              Fix pp_concat() bug shown by said tests.
416      Branch: perlio
417            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
418            ! t/lib/encode.t
419 ____________________________________________________________________________
420 [  8292] By: jhi                                   on 2001/01/01  18:11:44
421         Log: Integrate perlio.
422      Branch: perl
423           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
424           !> ext/Encode/encengine.c ext/Encode/encode.h
425 ____________________________________________________________________________
426 [  8291] By: jhi                                   on 2001/01/01  18:10:58
427         Log: Podify README.mpeix (a new version from the web),
428              add a dummy NAME to Carp::Heavy, regen toc.
429      Branch: perl
430            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
431            ! pod/perltoc.pod
432 ____________________________________________________________________________
433 [  8290] By: nick                                  on 2001/01/01  17:43:47
434         Log: Loose the "Loading..." warning.
435              Another bug in fallback support
436      Branch: perlio
437            ! ext/Encode/Encode.pm ext/Encode/encengine.c
438 ____________________________________________________________________________
439 [  8289] By: jhi                                   on 2001/01/01  00:01:57
440         Log: Bump up Larry's copyright.
441      Branch: perl
442            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
443            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
444            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
445            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
446            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
447            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
448            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
449            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
450 ____________________________________________________________________________
451 [  8288] By: nick                                  on 2000/12/31  21:27:53
452         Log: Fix .ucm reading - forgot a chr()
453              Start of .ucm write (for .enc to .ucm)
454      Branch: perlio
455            ! ext/Encode/compile
456 ____________________________________________________________________________
457 [  8287] By: jhi                                   on 2000/12/31  18:15:56
458         Log: Comment away a diagnostic message as noted by Craig A. Berry
459              (the unexpected message was confusing testing)
460      Branch: perl
461            ! ext/Encode/Encode.pm
462 ____________________________________________________________________________
463 [  8286] By: jhi                                   on 2000/12/31  18:14:51
464         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
465              Date: Sun, 31 Dec 2000 11:17:37 -0600
466              From: "Craig A. Berry" <craigberry@mac.com>
467              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
468      Branch: perl
469            ! ext/Encode/Makefile.PL
470 ____________________________________________________________________________
471 [  8285] By: nick                                  on 2000/12/31  18:11:54
472         Log: Start of support of ICU-style .ucm files:
473              - teach compile how to read a .ucm file
474              - first guess at how to represent fallbacks in "tries".
475              - use fallbacks if check == 0
476              - new return code to indicate we used one.
477      Branch: perlio
478            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
479            ! ext/Encode/encengine.c ext/Encode/encode.h
480 ____________________________________________________________________________
481 [  8284] By: jhi                                   on 2000/12/31  18:04:41
482         Log: Pacify picky VMS compiler.
483              
484              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
485              From: "Craig A. Berry" <craig.berry@psinetcs.com>
486              Date: Sat, 30 Dec 2000 18:10:02 -0600
487              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
488      Branch: perl
489            ! sv.c
490 ____________________________________________________________________________
491 [  8283] By: jhi                                   on 2000/12/31  16:11:47
492         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
493      Branch: perl
494            ! t/lib/glob-basic.t
495 ____________________________________________________________________________
496 [  8282] By: jhi                                   on 2000/12/31  15:26:11
497         Log: Integrate perlio.
498      Branch: perl
499           !> makedef.pl opcode.pl os2/os2.c perlio.c
500 ____________________________________________________________________________
501 [  8281] By: nick                                  on 2000/12/31  10:06:15
502         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
503              is available to be exported
504      Branch: perlio
505            ! makedef.pl perlio.c
506 ____________________________________________________________________________
507 [  8280] By: nick                                  on 2000/12/31  09:41:26
508         Log: Ilya's OS2 patch (testing for damage on Win32)
509      Branch: perlio
510            ! makedef.pl opcode.pl os2/os2.c
511 ____________________________________________________________________________
512 [  8279] By: jhi                                   on 2000/12/30  21:52:07
513         Log: Test nits.
514      Branch: perl
515            ! t/lib/syslfs.t t/op/lfs.t
516 ____________________________________________________________________________
517 [  8278] By: jhi                                   on 2000/12/30  21:47:49
518         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
519              From: andreas.koenig@anima.de (Andreas J. Koenig)
520              Date: 30 Dec 2000 22:35:37 +0100
521              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
522              
523              The 32-bit wraparound test wasn't quite right.
524      Branch: perl
525            ! t/lib/syslfs.t t/op/lfs.t
526 ____________________________________________________________________________
527 [  8277] By: jhi                                   on 2000/12/30  21:33:44
528         Log: Subject: [PATCH] open() example in perlfunc.pod 
529              From: Karsten Sperling <s_sperli@ira.uka.de>
530              Date: Sat, 30 Dec 2000 22:27:09 +0100
531              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
532      Branch: perl
533            ! pod/perlfunc.pod
534 ____________________________________________________________________________
535 [  8276] By: jhi                                   on 2000/12/30  20:32:40
536         Log: Not quite that many tests yet.
537      Branch: perl
538            ! t/op/pat.t
539 ____________________________________________________________________________
540 [  8275] By: jhi                                   on 2000/12/30  20:26:58
541         Log: Integrate perlio.
542      Branch: perl
543           !> toke.c
544 ____________________________________________________________________________
545 [  8274] By: jhi                                   on 2000/12/30  20:24:56
546         Log: Signedness nit.
547      Branch: perl
548            ! utf8.c
549 ____________________________________________________________________________
550 [  8273] By: jhi                                   on 2000/12/30  20:15:46
551         Log: Add a test case for 20000731.001 which was fixed by the #8267.
552      Branch: perl
553            ! t/op/pat.t
554 ____________________________________________________________________________
555 [  8272] By: nick                                  on 2000/12/30  19:47:51
556         Log: Tweak for MULTIPLICITY/USE_PERLIO
557      Branch: perlio
558            ! toke.c
559 ____________________________________________________________________________
560 [  8271] By: nick                                  on 2000/12/30  19:46:45
561         Log: Integrate mainline
562      Branch: perlio
563           +> lib/unicode/distinct.pm
564           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
565           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
566           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
567 ____________________________________________________________________________
568 [  8270] By: jhi                                   on 2000/12/30  19:39:50
569         Log: Subject: RE: perl@8269
570              From: "Richard Soderberg" <rs@crystalflame.net>
571              Date: Sat, 30 Dec 2000 11:36:27 -0800
572              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
573              
574              A missing aTHX_.
575      Branch: perl
576            ! toke.c
577 ____________________________________________________________________________
578 [  8269] By: jhi                                   on 2000/12/30  18:55:48
579         Log: Update Changes.
580      Branch: perl
581            ! Changes patchlevel.h
582 ____________________________________________________________________________
583 [  8268] By: jhi                                   on 2000/12/30  17:18:40
584         Log: Add a test for Unicode split //.  The #8267 was the cure.
585      Branch: perl
586            ! t/op/split.t
587 ____________________________________________________________________________
588 [  8267] By: jhi                                   on 2000/12/30  17:14:19
589         Log: Subject: more UTF8 test suites and an UTF8 patch
590              From: Inaba Hiroto <inaba@st.rim.or.jp>
591              Date: Sat, 30 Dec 2000 14:27:10 +0900
592              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
593              
594              Just the patch part for now, and the pragma renamed
595              as unicode::distinct.
596      Branch: perl
597            + lib/unicode/distinct.pm
598            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
599            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
600            ! regcomp.h regexec.c sv.c toke.c utf8.c
601 ____________________________________________________________________________
602 [  8266] By: nick                                  on 2000/12/30  16:40:49
603         Log: Integrate mainline
604      Branch: perlio
605           +> lib/Pod/Text/Overstrike.pm
606           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
607           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
608           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
609           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
610           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
611 ____________________________________________________________________________
612 [  8265] By: jhi                                   on 2000/12/30  07:28:55
613         Log: The sv_catsv() fix, take two.
614      Branch: perl
615            ! sv.c t/op/join.t
616 ____________________________________________________________________________
617 [  8264] By: jhi                                   on 2000/12/30  06:19:18
618         Log: Undo all the join-related changes since #8248: relevant
619              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
620              The new sv_catsv() doesn't fly so it must go back to
621              the drawing board.
622      Branch: perl
623            ! sv.c t/op/join.t t/pragma/utf8.t
624 ____________________________________________________________________________
625 [  8263] By: jhi                                   on 2000/12/30  01:08:32
626         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
627      Branch: perl
628            ! sv.c
629 ____________________________________________________________________________
630 [  8262] By: jhi                                   on 2000/12/30  00:45:14
631         Log: Retract #8261.
632      Branch: perl
633            ! hv.c util.c
634 ____________________________________________________________________________
635 [  8261] By: jhi                                   on 2000/12/30  00:38:32
636         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
637      Branch: perl
638            ! hv.c util.c
639 ____________________________________________________________________________
640 [  8260] By: jhi                                   on 2000/12/29  22:51:33
641         Log: (Retracted by #8264)  More fixing for #8251.
642      Branch: perl
643            ! sv.c
644 ____________________________________________________________________________
645 [  8259] By: jhi                                   on 2000/12/29  18:27:30
646         Log: Subject: podlators 1.06 released
647              From: Russ Allbery <rra@stanford.edu>
648              Date: 25 Dec 2000 05:09:30 -0800
649              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
650      Branch: perl
651            + lib/Pod/Text/Overstrike.pm
652            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
653            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
654 ____________________________________________________________________________
655 [  8258] By: jhi                                   on 2000/12/29  18:20:45
656         Log: Make the large file tests more robust/talkative as suggested by
657              
658              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
659              From: andreas.koenig@anima.de (Andreas J. Koenig)
660              Date: 29 Dec 2000 14:23:01 +0100
661              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
662      Branch: perl
663            ! t/lib/syslfs.t t/op/lfs.t
664 ____________________________________________________________________________
665 [  8257] By: jhi                                   on 2000/12/29  17:48:04
666         Log: Further VMS piping fixes from Charles Lane:
667              
668              In summary, error messages produced when a subprocess terminated
669              abnormally were being sent not just to the parent process, but to
670              grandparents, because of default values for error output that were
671              not completely overridden when the subprocess was started.
672              
673              This patch fixes this behavior by defining user-mode (i.e., temporary
674              for the duration of the program) logical names for SYS$OUTPUT and
675              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
676              changes to make it so that the user-mode logicals are the ones that
677              control where Perl's error messages go if it terminates abnormally.
678              
679              I also added some gratuitous fixes to the indentation of braces in
680              the piping code.  It just looked ugly, before.
681      Branch: perl
682            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
683 ____________________________________________________________________________
684 [  8256] By: jhi                                   on 2000/12/29  17:45:12
685         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
686              From: "Casey R. Tweten" <crt@kiski.net>
687              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
688              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
689              
690              Tests for for #8240.
691      Branch: perl
692            ! t/pragma/constant.t
693 ____________________________________________________________________________
694 [  8255] By: jhi                                   on 2000/12/29  17:43:07
695         Log: Subject: Re: [PATCH] Interesting syntax idea
696              From: Simon Cozens <simon@cozens.net>
697              Date: Fri, 29 Dec 2000 14:34:04 +0000
698              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
699              
700              Tests for #8254.
701      Branch: perl
702            ! t/pragma/sub_lval.t
703 ____________________________________________________________________________
704 [  8254] By: jhi                                   on 2000/12/29  17:42:11
705         Log: Subject: [PATCH] Interesting syntax idea
706              From: Simon Cozens <simon@cozens.net>
707              Date: Wed, 27 Dec 2000 05:08:57 +0000
708              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
709              
710              Make opens + bareword assigns do typeglob assigns.
711      Branch: perl
712            ! op.c
713 ____________________________________________________________________________
714 [  8253] By: jhi                                   on 2000/12/29  17:36:45
715         Log: Output the (apparent) version of gcc, as suggested by
716              
717              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
718              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
719              Date: 26 Dec 2000 04:29:17 -0500
720              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
721              
722              (The patch as such didn't any more apply as the misparsing had
723              already been addressed in #6474.)  Also change the wording about
724              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
725      Branch: perl
726            ! hints/dec_osf.sh
727 ____________________________________________________________________________
728 [  8252] By: nick                                  on 2000/12/29  12:14:31
729         Log: Integrate mainline
730      Branch: perlio
731           !> (integrate 27 files)
732 ____________________________________________________________________________
733 [  8251] By: jhi                                   on 2000/12/29  08:45:46
734         Log: (Retracted by #8264)
735              
736              (Fixed by #8260.)
737              
738              sv_catsv() needs one more byte space than seems reasonable.
739              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
740              Curiouser and curiouser.
741      Branch: perl
742            ! sv.c
743 ____________________________________________________________________________
744 [  8250] By: jhi                                   on 2000/12/29  07:57:52
745         Log: More split // UTF-8 tests.
746      Branch: perl
747            ! t/pragma/utf8.t
748 ____________________________________________________________________________
749 [  8249] By: jhi                                   on 2000/12/29  07:54:51
750         Log: (Retracted by #8264)  More join() testing which was good because
751              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
752      Branch: perl
753            ! pp.c t/op/join.t utf8.c utf8.h
754 ____________________________________________________________________________
755 [  8248] By: jhi                                   on 2000/12/29  07:08:32
756         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
757              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
758              that the only cases to care about are byte+byte and byte+character.
759              
760              TODO: See how well pp_concat() could be implemented in terms
761              of sv_catsv().
762      Branch: perl
763            ! doop.c sv.c t/op/join.t utf8.h
764 ____________________________________________________________________________
765 [  8247] By: jhi                                   on 2000/12/29  06:35:23
766         Log: Signedness nit.
767      Branch: perl
768            ! pp_hot.c
769 ____________________________________________________________________________
770 [  8246] By: jhi                                   on 2000/12/29  01:23:31
771         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
772              From: Lupe Christoph <lupe@lupe-christoph.de>
773              Date: Thu, 28 Dec 2000 23:00:00 +0100
774              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
775              
776              Suggest rsync --delete --dry-run.
777      Branch: perl
778            ! pod/perlhack.pod
779 ____________________________________________________________________________
780 [  8245] By: jhi                                   on 2000/12/28  23:57:05
781         Log: The maxiters upper limit sanity check (guarding against
782              non-progress) assumed bytes instead of characters in s///
783              and split().
784      Branch: perl
785            ! pp.c pp_hot.c
786 ____________________________________________________________________________
787 [  8244] By: jhi                                   on 2000/12/28  23:34:08
788         Log: Make some panic messages a bit more logical.
789      Branch: perl
790            ! doop.c pod/perldiag.pod pp.c pp_hot.c
791 ____________________________________________________________________________
792 [  8243] By: jhi                                   on 2000/12/28  22:59:16
793         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
794              From: Simon Cozens <simon@cozens.net>
795              Date: Wed, 27 Dec 2000 02:30:03 +0000
796              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
797      Branch: perl
798            ! pp.c t/pragma/sub_lval.t
799 ____________________________________________________________________________
800 [  8242] By: jhi                                   on 2000/12/28  22:56:53
801         Log: Subject: [PATCH blead] Fix B::Terse indentation
802              From: Daniel Chetlin <daniel@chetlin.com>
803              Date: Wed, 27 Dec 2000 06:43:30 -0800
804              Message-ID: <20001227064329.B9573@darkstar>
805      Branch: perl
806            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
807 ____________________________________________________________________________
808 [  8241] By: jhi                                   on 2000/12/28  22:48:59
809         Log: The latter patch from the
810              
811              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
812              From: Peter Prymmer <pvhp@forte.com> 
813              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
814              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
815              
816              (the former patch from the above should have been
817              taken care of by Nick I-S)
818      Branch: perl
819            ! win32/Makefile
820 ____________________________________________________________________________
821 [  8240] By: jhi                                   on 2000/12/28  22:45:22
822         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
823              From: "Casey R. Tweten" <crt@kiski.net>
824              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
825              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
826      Branch: perl
827            ! lib/constant.pm
828 ____________________________________________________________________________
829 [  8239] By: jhi                                   on 2000/12/28  22:37:45
830         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
831              From: Simon Cozens <simon@cozens.net>
832              Date: Wed, 27 Dec 2000 14:12:44 +0000
833              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
834      Branch: perl
835            ! t/op/method.t t/op/sort.t toke.c
836 ____________________________________________________________________________
837 [  8238] By: jhi                                   on 2000/12/28  22:30:32
838         Log: Subject: [PATCH perl@8229] Call.pm
839              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
840              Date: Mon, 25 Dec 2000 10:47:15 -0000
841              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
842      Branch: perl
843            ! ext/Filter/Util/Call/Call.pm
844 ____________________________________________________________________________
845 [  8237] By: jhi                                   on 2000/12/28  22:19:21
846         Log: Subject: [PATCH blead] Fix problem with `&' prototype
847              From: Daniel Chetlin <daniel@chetlin.com>
848              Date: Wed, 27 Dec 2000 15:55:32 -0800
849              Message-ID: <20001227155532.D9573@darkstar>
850      Branch: perl
851            ! op.c t/comp/proto.t
852 ____________________________________________________________________________
853 [  8236] By: jhi                                   on 2000/12/28  22:09:25
854         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
855              From: Daniel Chetlin <daniel@chetlin.com>
856              Date: Sun, 24 Dec 2000 04:09:49 -0800
857              Message-ID: <20001224040949.B3090@darkstar>
858      Branch: perl
859            ! gv.c mg.c t/op/attrs.t
860 ____________________________________________________________________________
861 [  8235] By: jhi                                   on 2000/12/28  22:07:11
862         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
863              From: Jan Dubois <jand@ActiveState.com>
864              Date: Tue, 26 Dec 2000 20:57:31 -0800
865              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
866      Branch: perl
867            ! win32/win32.c
868 ____________________________________________________________________________
869 [  8234] By: jhi                                   on 2000/12/28  21:52:42
870         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
871              From: Simon Cozens <simon@cozens.net>
872              Date: Thu, 28 Dec 2000 20:33:13 +0000
873              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
874      Branch: perl
875            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
876 ____________________________________________________________________________
877 [  8233] By: jhi                                   on 2000/12/28  19:40:49
878         Log: Integrate perlio.
879      Branch: perl
880           !> ext/Encode/Makefile.PL ext/Encode/compile
881 ____________________________________________________________________________
882 [  8232] By: nick                                  on 2000/12/23  16:06:00
883         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
884              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
885      Branch: perlio
886            ! ext/Encode/Makefile.PL
887 ____________________________________________________________________________
888 [  8231] By: nick                                  on 2000/12/23  14:30:34
889         Log: "Compiled" encode build cleanup
890              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
891              - .c files do not export sub-tables
892      Branch: perlio
893            ! ext/Encode/Makefile.PL ext/Encode/compile
894 ____________________________________________________________________________
895 [  8230] By: nick                                  on 2000/12/23  12:50:37
896         Log: Integrate mainline
897      Branch: perlio
898           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
899           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
900           !> pod/perl5004delta.pod pod/perl5005delta.pod
901           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
902           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
903           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
904           !> pod/perlsub.pod
905 ____________________________________________________________________________
906 [  8229] By: jhi                                   on 2000/12/22  15:32:12
907         Log: Integrate perlio.
908      Branch: perl
909           +> win32/distclean.bat
910           !> MANIFEST t/io/utf8.t
911 ____________________________________________________________________________
912 [  8228] By: jhi                                   on 2000/12/22  15:29:40
913         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
914              From: Robin Barker <rmb1@cise.npl.co.uk>
915              Date: Fri, 22 Dec 2000 12:17:38 GMT
916              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
917      Branch: perl
918            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
919            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
920            ! pod/perl5004delta.pod pod/perl5005delta.pod
921            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
922            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
923            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
924            ! pod/perlsub.pod
925 ____________________________________________________________________________
926 [  8227] By: jhi                                   on 2000/12/22  15:24:28
927         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
928              From: "John L. Allen" <allen@grumman.com>
929              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
930              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
931              
932              Document APPLLIB_EXP.
933      Branch: perl
934            ! INSTALL
935 ____________________________________________________________________________
936 [  8226] By: nick                                  on 2000/12/21  22:11:50
937         Log: Handy script for when one forgets to "dmake clean" 
938      Branch: perlio
939            + win32/distclean.bat
940            ! MANIFEST
941 ____________________________________________________________________________
942 [  8225] By: nick                                  on 2000/12/21  21:54:04
943         Log: CRLF platform issue with io/utf8 fix.
944      Branch: perlio
945            ! t/io/utf8.t
946 ____________________________________________________________________________
947 [  8224] By: nick                                  on 2000/12/21  21:02:20
948         Log: Integrate mainline
949      Branch: perlio
950           !> Changes Configure Makefile.SH Porting/Glossary
951           !> Porting/config.sh Porting/config_H configure.com
952           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
953           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
954           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
955           !> win32/config.bc win32/config.gc win32/config.vc
956 ____________________________________________________________________________
957 [  8223] By: jhi                                   on 2000/12/21  17:09:16
958         Log: Update Changes.
959      Branch: perl
960            ! Changes patchlevel.h
961 ____________________________________________________________________________
962 [  8222] By: jhi                                   on 2000/12/21  16:24:01
963         Log: Metaconfig unit changes for #8221.
964      Branch: metaconfig/U/perl
965           +> issymlink.U
966            - testsyml.U
967            ! Mksymlinks.U
968 ____________________________________________________________________________
969 [  8221] By: jhi                                   on 2000/12/21  16:23:48
970         Log: Rename testsyml to issymlink.
971      Branch: perl
972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
973            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
974            ! win32/config.vc
975 ____________________________________________________________________________
976 [  8220] By: jhi                                   on 2000/12/21  15:47:26
977         Log: Robustness support for #8218 (symlink forest) since the GNU
978              tools seem to be overly picky about symlinkage depths.
979      Branch: perl
980            ! Makefile.SH t/io/fs.t
981 ____________________________________________________________________________
982 [  8219] By: jhi                                   on 2000/12/21  15:38:27
983         Log: Metaconfig changes for #8218.
984      Branch: metaconfig
985            ! U/modified/Oldconfig.U
986      Branch: metaconfig/U/perl
987            + Mksymlinks.U
988            ! testsyml.U
989 ____________________________________________________________________________
990 [  8218] By: jhi                                   on 2000/12/21  15:37:57
991         Log: Add Configure option -Dmksymlinks which will create a symlink
992              forest if the current/build differs from the source directory.
993              TODO: mkdir -p is not portable.
994      Branch: perl
995            ! Configure
996 ____________________________________________________________________________
997 [  8217] By: jhi                                   on 2000/12/21  14:39:12
998         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
999              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
1000              Date: Thu, 21 Dec 2000 09:38:18 GMT
1001              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
1002              
1003              The ofs became an SV.
1004      Branch: perl
1005            ! ext/Thread/Thread.xs
1006 ____________________________________________________________________________
1007 [  8216] By: jhi                                   on 2000/12/21  05:40:21
1008         Log: The polymorphism seems to have fixed 20000517.001.
1009      Branch: perl
1010            ! t/pragma/utf8.t
1011 ____________________________________________________________________________
1012 [  8215] By: jhi                                   on 2000/12/21  04:44:52
1013         Log: read() documentation tweak for 20001121.004.
1014      Branch: perl
1015            ! pod/perlfunc.pod
1016 ____________________________________________________________________________
1017 [  8214] By: jhi                                   on 2000/12/21  03:54:11
1018         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
1019      Branch: perl
1020            ! pp_sys.c t/op/misc.t
1021 ____________________________________________________________________________
1022 [  8213] By: jhi                                   on 2000/12/21  00:28:10
1023         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
1024              From: Peter Prymmer <pvhp@forte.com>
1025              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
1026              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
1027      Branch: perl
1028            ! configure.com
1029 ____________________________________________________________________________
1030 [  8212] By: jhi                                   on 2000/12/21  00:26:21
1031         Log: Edit edit edit.
1032      Branch: perl
1033            ! pod/perlfaq3.pod
1034 ____________________________________________________________________________
1035 [  8211] By: jhi                                   on 2000/12/20  18:52:46
1036         Log: Update Changes.
1037      Branch: perl
1038            ! Changes patchlevel.h
1039 ____________________________________________________________________________
1040 [  8210] By: jhi                                   on 2000/12/20  18:34:47
1041         Log: Yet another editor edit.
1042      Branch: perl
1043            ! pod/perlfaq3.pod
1044 ____________________________________________________________________________
1045 [  8209] By: jhi                                   on 2000/12/20  15:33:28
1046         Log: More Win32 Perling.
1047      Branch: perl
1048            ! pod/perlfaq3.pod
1049 ____________________________________________________________________________
1050 [  8208] By: jhi                                   on 2000/12/20  15:07:46
1051         Log: More Win32 editor/IDE/shell hints.
1052      Branch: perl
1053            ! pod/perlfaq3.pod
1054 ____________________________________________________________________________
1055 [  8207] By: jhi                                   on 2000/12/20  03:54:08
1056         Log: Subject: [PATCH] obscure timing knowledge
1057              From: Nicholas Clark <nick@ccl4.org>
1058              Date: Tue, 19 Dec 2000 19:22:31 +0000
1059              Message-ID: <20001219192231.F2827@plum.flirble.org>
1060      Branch: perl
1061            ! sv.c
1062 ____________________________________________________________________________
1063 [  8206] By: jhi                                   on 2000/12/20  03:45:57
1064         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
1065              From: Spider Boardman <spider@leggy.zk3.dec.com>
1066              Date: Tue, 19 Dec 2000 21:30:16 -0500
1067              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
1068      Branch: perl
1069            ! sv.c
1070 ____________________________________________________________________________
1071 [  8205] By: jhi                                   on 2000/12/19  23:02:01
1072         Log: Update Changes.
1073      Branch: perl
1074            ! Changes patchlevel.h
1075 ____________________________________________________________________________
1076 [  8204] By: jhi                                   on 2000/12/19  22:58:18
1077         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
1078              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
1079              on editors and diffing/patching.
1080      Branch: perl
1081            ! t/op/utf8decode.t
1082 ____________________________________________________________________________
1083 [  8203] By: nick                                  on 2000/12/19  21:36:16
1084         Log: Integrate mainline (forgot my own change...)
1085      Branch: perlio
1086           !> ext/Encode/compile
1087 ____________________________________________________________________________
1088 [  8202] By: nick                                  on 2000/12/19  21:34:42
1089         Log: Integrate mainline.
1090      Branch: perlio
1091           !> (integrate 61 files)
1092 ____________________________________________________________________________
1093 [  8201] By: nick                                  on 2000/12/19  21:34:06
1094         Log: Avoid looking for File::Glob when we don't need it.
1095      Branch: perl
1096            ! ext/Encode/compile
1097 ____________________________________________________________________________
1098 [  8200] By: jhi                                   on 2000/12/19  18:35:49
1099         Log: Update Changes.
1100      Branch: perl
1101            ! Changes patchlevel.h
1102 ____________________________________________________________________________
1103 [  8199] By: jhi                                   on 2000/12/19  18:35:07
1104         Log: Microperl tweaks.
1105      Branch: perl
1106            ! sv.c uconfig.h uconfig.sh
1107 ____________________________________________________________________________
1108 [  8198] By: jhi                                   on 2000/12/19  18:29:59
1109         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
1110      Branch: perl
1111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1112            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
1113 ____________________________________________________________________________
1114 [  8197] By: jhi                                   on 2000/12/19  17:55:29
1115         Log: In VMS embedded perls couldn't access the statically built Socket,
1116              from Charles Lane.
1117      Branch: perl
1118            ! configure.com
1119 ____________________________________________________________________________
1120 [  8196] By: jhi                                   on 2000/12/19  17:49:50
1121         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
1122              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
1123              Date: Sun, 17 Dec 2000 19:11:44 -0000
1124              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
1125      Branch: perl
1126            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1127            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1128 ____________________________________________________________________________
1129 [  8195] By: jhi                                   on 2000/12/19  17:47:53
1130         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
1131              From: Jonathan Stowe <gellyfish@gellyfish.com>
1132              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
1133              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
1134      Branch: perl
1135            ! utils/h2xs.PL
1136 ____________________________________________________________________________
1137 [  8194] By: jhi                                   on 2000/12/19  17:46:28
1138         Log: Subject: Re: useless use of void context work-around
1139              From: andreas.koenig@anima.de (Andreas J. Koenig)
1140              Date: 16 Dec 2000 15:13:36 +0100
1141              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
1142              
1143              Document (comment) the q(di ds ig) trick in the code.
1144      Branch: perl
1145            ! op.c
1146 ____________________________________________________________________________
1147 [  8193] By: jhi                                   on 2000/12/19  17:10:57
1148         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
1149              From: "Mark J. Reed" <mreed@strange.turner.com>
1150              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
1151              Message-Id: <200012160222.VAA13986@strange.turner.com>
1152      Branch: perl
1153            ! ext/Sys/Syslog/Syslog.pm
1154 ____________________________________________________________________________
1155 [  8192] By: jhi                                   on 2000/12/19  17:07:45
1156         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
1157              From: Nicholas Clark <nick@ccl4.org>
1158              Date: Sat, 16 Dec 2000 19:03:13 +0000
1159              Message-ID: <20001216190313.D68304@plum.flirble.org>
1160      Branch: perl
1161            ! t/op/64bitint.t
1162 ____________________________________________________________________________
1163 [  8191] By: jhi                                   on 2000/12/19  17:06:13
1164         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
1165              From: Dominic Dunlop <domo@computer.org>
1166              Date: Mon, 18 Dec 2000 12:00:15 +0100
1167              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
1168              
1169              This patchlet is needed in order that perl can be statically linked.  
1170      Branch: perl
1171            ! regexec.c
1172 ____________________________________________________________________________
1173 [  8190] By: jhi                                   on 2000/12/19  17:03:08
1174         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
1175              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1176              Date: Sun, 17 Dec 2000 00:18:35 -0600
1177              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
1178      Branch: perl
1179            ! perlio.h vms/gen_shrfls.pl
1180 ____________________________________________________________________________
1181 [  8189] By: jhi                                   on 2000/12/19  16:20:28
1182         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
1183              From: Prymmer/Kahn <pvhp@best.com>
1184              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
1185              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
1186              
1187              A better version of #8188.
1188      Branch: perl
1189            ! pod/perlfaq3.pod
1190 ____________________________________________________________________________
1191 [  8188] By: jhi                                   on 2000/12/19  15:57:06
1192         Log: (Replaced by #8189)
1193              
1194              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
1195              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
1196              From: Prymmer/Kahn <pvhp@best.com>
1197              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
1198              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
1199              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
1200              Date: Mon, 18 Dec 2000 11:10:45 -0500
1201              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
1202      Branch: perl
1203            ! pod/perlfaq3.pod
1204 ____________________________________________________________________________
1205 [  8187] By: jhi                                   on 2000/12/19  15:54:19
1206         Log: Email address fix for Anton Berezin.
1207      Branch: perl
1208            ! AUTHORS
1209 ____________________________________________________________________________
1210 [  8186] By: jhi                                   on 2000/12/19  15:38:54
1211         Log: Subject: [PATCH perl@8102] cygwin port
1212              From: "Eric Fifer" <efifer@dircon.co.uk> 
1213              Date: Thu, 14 Dec 2000 13:41:29 -0000
1214              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
1215              
1216              When compiling modules the data item that is being imported
1217              from libperl.dll needs to be tagged as imported/shared data:
1218              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
1219      Branch: perl
1220            ! perliol.h
1221 ____________________________________________________________________________
1222 [  8185] By: jhi                                   on 2000/12/19  14:53:24
1223         Log: Regen uconfig.h and uconfig.sh.
1224      Branch: perl
1225            ! uconfig.h uconfig.sh
1226 ____________________________________________________________________________
1227 [  8184] By: jhi                                   on 2000/12/18  20:43:49
1228         Log: Comments work so much better when they are closed.
1229      Branch: perl
1230            ! regcomp.c
1231 ____________________________________________________________________________
1232 [  8183] By: jhi                                   on 2000/12/18  18:04:02
1233         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
1234              Fixes the bug 20001218.016.
1235      Branch: perl
1236            ! regcomp.c
1237 ____________________________________________________________________________
1238 [  8182] By: gsar                                  on 2000/12/18  09:53:47
1239         Log: delete spurious files
1240      Branch: maint-5.6/perl
1241            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
1242            - vos/config.h vos/config_h.SH_orig
1243 ____________________________________________________________________________
1244 [  8181] By: gsar                                  on 2000/12/18  09:46:08
1245         Log: regen perltoc
1246      Branch: maint-5.6/perl
1247            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
1248 ____________________________________________________________________________
1249 [  8180] By: gsar                                  on 2000/12/18  09:20:27
1250         Log: integrate changes#7924..7926,7946,7952 from mainline
1251      Branch: maint-5.6/perl
1252           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
1253           !> lib/File/stat.pm t/lib/class-struct.t
1254 ____________________________________________________________________________
1255 [  8179] By: gsar                                  on 2000/12/18  08:55:54
1256         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
1257              7918,7919,7988,8907 from mainline (various)
1258      Branch: maint-5.6/perl
1259           +> t/lib/class-struct.t
1260           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
1261           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
1262           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
1263 ____________________________________________________________________________
1264 [  8178] By: gsar                                  on 2000/12/18  08:16:30
1265         Log: avoid redefinition warnings on windows due to sys/socket.h getting
1266              #included before win32.h
1267      Branch: maint-5.6/perl
1268            ! win32/include/sys/socket.h
1269 ____________________________________________________________________________
1270 [  8177] By: gsar                                  on 2000/12/18  05:24:04
1271         Log: make regen_headers; fix POSIX.xs problems; remove outdated
1272              code from sys/socket.h that makes build fail now
1273      Branch: maint-5.6/perl
1274            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1275            ! pod/perlapi.pod
1276           !> win32/include/sys/socket.h
1277 ____________________________________________________________________________
1278 [  8176] By: gsar                                  on 2000/12/18  05:20:17
1279         Log: update Changes
1280      Branch: maint-5.6/perl
1281            ! Changes patchlevel.h
1282 ____________________________________________________________________________
1283 [  8175] By: gsar                                  on 2000/12/18  04:57:48
1284         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
1285              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
1286              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
1287              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
1288              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
1289              7823,7825,7838
1290      Branch: maint-5.6/perl
1291           +> lib/File/Spec/Epoc.pm
1292           !> (integrate 88 files)
1293 ____________________________________________________________________________
1294 [  8174] By: gsar                                  on 2000/12/18  03:53:09
1295         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
1296              7625..7629,7631..7634,7637,7639,7642 from mainline
1297      Branch: maint-5.6/perl
1298           +> README.solaris
1299           !> (integrate 26 files)
1300 ____________________________________________________________________________
1301 [  8173] By: gsar                                  on 2000/12/18  03:37:02
1302         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
1303              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
1304              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
1305              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
1306      Branch: maint-5.6/perl
1307           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
1308            - MAINTAIN
1309           !> (integrate 111 files)
1310 ____________________________________________________________________________
1311 [  8172] By: jhi                                   on 2000/12/18  02:49:27
1312         Log: Regen pods.
1313      Branch: perl
1314            ! pod/perlmodlib.pod pod/perltoc.pod
1315 ____________________________________________________________________________
1316 [  8171] By: gsar                                  on 2000/12/18  02:49:24
1317         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
1318              7465..7471 from mainline
1319              
1320              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1321              in platforms that strictly require all the symbols being present
1322              at link time.
1323              
1324              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1325              
1326              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1327              
1328              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1329              
1330              Subject: [PATCH] todo
1331              
1332              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1333              
1334              Use $sort, $uniq (and $tr) consistently as wondered
1335              by Nicholas Clark.
1336              
1337              Too enthusiastic editing in #7460.
1338              
1339              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1340              
1341              Upgrade to CPAN 1.58_55.
1342              Subject: CPAN.pm status
1343              
1344              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1345              
1346              Make target reordering to avoid pointless re-makes.
1347              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1348              
1349              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1350              
1351              Subject: DOC PATCH 5.6.0
1352              
1353              Add the repository doc by Malcolm, Sarathy, and by Simon,
1354              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1355      Branch: maint-5.6/perl
1356           +> Porting/repository.pod
1357           !> Configure MANIFEST Makefile.SH README.dos README.os2
1358           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
1359           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
1360           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
1361 ____________________________________________________________________________
1362 [  8169] By: gsar                                  on 2000/12/18  02:33:34
1363         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
1364              7435..7441,7445 from mainline
1365              
1366              Make the UTF-8 decoding stricter and more verbose when
1367              malformation happens.  This involved adding an argument
1368              to utf8_to_uv_chk(), which involved changing its prototype,
1369              and prefer STRLEN over I32 for the UTF-8 length, which as
1370              a domino effect necessitated changing the prototypes of
1371              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
1372              The stricter UTF-8 decoding checking uses Markus Kuhn's
1373              UTF-8 Decode Stress Tester from
1374              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
1375              
1376              Run vms/vms_yfix.pl, should have done that after changing
1377              perly.c in #7382.
1378              
1379              Subject: [PATCH 5.7.0] static linking with uninstalled perl
1380              
1381              (Replaced by #7440.)
1382              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1383              
1384              Fix the bug ID 20001024.005, the bug introduced by #7416.
1385              
1386              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
1387              
1388              Fix the bug reported in
1389              From: andreas.koenig@anima.de (Andreas J. Koenig)
1390              Also make is_utf8_char() stricter.
1391              
1392              Missed the header file changes from #7425.
1393              
1394              Check if stdio supports tweaking lval and cnt simultaneously.
1395              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1396              
1397              Stratus VOS updates from Paul Green.
1398              
1399              Podify README.epoc and README.vos.
1400              
1401              Add targets to Makefile.SH, most importantly
1402              'regen_all' which also remembers to update vms/perly*.
1403              
1404              Subject: Minor update to find2perl, for portability
1405              
1406              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
1407              
1408              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
1409              
1410              Rename UTF8LEN() to be UNISKIP(), too confusing to have
1411              UTF8LEN() and UTF8SKIP(). 
1412              
1413              Allow poking holes at the UTF-8 decoding strictness.
1414              
1415              Continue the internal UTF-8 API tweaking.
1416              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
1417              used much more than the simpler API, now called utf8_to_uv_simple().
1418              Still not quite happy with API, too much partial duplication
1419              of functionality.
1420              
1421              A new version of making the syslog test more robust.
1422              (Replaces #7421.)
1423              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1424              
1425              buildtoc target tweaks.
1426              
1427              Integrate with vmsperl #7430 by Charles Bailey:
1428              
1429              Cleanup from prior patch (Charles Lane?):
1430              - improve handling of MFDs in Basename and Path
1431              - default to no xsubpp line # munging when building debug images
1432      Branch: maint-5.6/perl
1433           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1434           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
1435           !> (integrate 67 files)
1436 ____________________________________________________________________________
1437 [  8168] By: gsar                                  on 2000/12/18  02:05:49
1438         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
1439              
1440              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1441              From: Martin Husemann <martin@duskware.de>
1442              
1443              Subject: [PATCH 5.7.0] restore match data on backtracing
1444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1445      Branch: maint-5.6/perl
1446           !> regcomp.c regexec.c t/op/re_tests
1447 ____________________________________________________________________________
1448 [  8167] By: gsar                                  on 2000/12/18  01:55:22
1449         Log: integrate changes#7858,7986 from mainline
1450              
1451              C<foreach my $x ...> in pseudo-fork()ed process may diddle
1452              parent's memory; fix it by keeping track of the actual pad
1453              offset rather than a raw pointer (this change is probably also
1454              relevant to non-ithreads case to avoid fallout from reallocs of
1455              the pad array, but is currently only enabled for the ithreads
1456              case in the interests of minimal disruption to existing "well
1457              tested" code)
1458              
1459              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
1460              due to the notorious GetFileType() bug in Windows 9x, which fstat()
1461              tickles)
1462      Branch: maint-5.6/perl
1463           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
1464           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
1465           !> win32/win32.c win32/win32.h win32/win32sck.c
1466 ____________________________________________________________________________
1467 [  8166] By: gsar                                  on 2000/12/18  01:52:59
1468         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
1469              from mainline (xsubpp and ExtUtils::LibList fixups, various
1470              other small items)
1471      Branch: maint-5.6/perl
1472           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
1473           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
1474           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
1475           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
1476           !> win32/bin/search.pl
1477 ____________________________________________________________________________
1478 [  8165] By: gsar                                  on 2000/12/18  01:28:45
1479         Log: integrate changes#7533,7563,7611,7623 from mainline (various
1480              malloc.c embellishments)
1481      Branch: maint-5.6/perl
1482           !> malloc.c pod/perldiag.pod
1483 ____________________________________________________________________________
1484 [  8164] By: gsar                                  on 2000/12/18  01:23:33
1485         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
1486              fixups)
1487      Branch: maint-5.6/perl
1488           !> utils/h2xs.PL
1489 ____________________________________________________________________________
1490 [  8163] By: gsar                                  on 2000/12/18  01:17:50
1491         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
1492              fixups)
1493      Branch: maint-5.6/perl
1494           !> Makefile.SH utils/perlbug.PL
1495 ____________________________________________________________________________
1496 [  8162] By: gsar                                  on 2000/12/18  00:25:43
1497         Log: always export Perl_deb() (it is required by re.xs whether
1498              Perl is built with or without -DDEBUGGING)
1499      Branch: maint-5.6/perl
1500            ! makedef.pl
1501 ____________________________________________________________________________
1502 [  8161] By: gsar                                  on 2000/12/18  00:23:38
1503         Log: integrate change#7414 from mainline
1504              
1505              Undo the basename() part of #7412 since the lib/basename
1506              tests would need upgrading too.
1507              
1508              squelch two tests in tr.t that rely on tr/// paranoia change
1509              that's not in 5.6.x
1510      Branch: maint-5.6/perl
1511            ! t/op/tr.t
1512           !> lib/File/Basename.pm
1513 ____________________________________________________________________________
1514 [  8160] By: gsar                                  on 2000/12/18  00:05:30
1515         Log: missing change in previous integrate
1516      Branch: maint-5.6/perl
1517           !> README.aix
1518 ____________________________________________________________________________
1519 [  8159] By: gsar                                  on 2000/12/18  00:03:38
1520         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
1521              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
1522              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
1523              7410..7413 from mainline
1524      Branch: maint-5.6/perl
1525           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
1526           +> t/lib/tie-splice.t
1527            - lib/unicode/Is/DCinital.pl
1528           !> (integrate 112 files)
1529 ____________________________________________________________________________
1530 [  8158] By: jhi                                   on 2000/12/17  23:04:24
1531         Log: Subject: [PATCHES] RE: perl@8150 
1532              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
1533              Date: Sun, 17 Dec 2000 21:46:39 +0100
1534              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
1535              
1536              Neither cygwin has a getpwuid() one can trust on.
1537      Branch: perl
1538            ! t/lib/glob-basic.t
1539 ____________________________________________________________________________
1540 [  8157] By: jhi                                   on 2000/12/17  23:01:54
1541         Log: More MAN.PODS => {} fixes.
1542      Branch: perl
1543            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
1544            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
1545            ! os2/OS2/REXX/Makefile.PL
1546 ____________________________________________________________________________
1547 [  8156] By: gsar                                  on 2000/12/17  22:49:13
1548         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
1549              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
1550              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
1551              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
1552              7201,7204 from mainline
1553      Branch: maint-5.6/perl
1554           !> (integrate 121 files)
1555 ____________________________________________________________________________
1556 [  8155] By: jhi                                   on 2000/12/17  22:30:58
1557         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
1558              From: "Craig A. Berry" <craigberry@mac.com>
1559              Date: Sun, 17 Dec 2000 13:09:28 -0600
1560              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
1561              
1562              MAN.PODS => ' ' is naughty.
1563      Branch: perl
1564            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
1565 ____________________________________________________________________________
1566 [  8154] By: nick                                  on 2000/12/17  22:07:13
1567         Log: MULTIPLICITY nit.
1568      Branch: perl
1569            ! mg.c
1570 ____________________________________________________________________________
1571 [  8153] By: gsar                                  on 2000/12/17  21:23:05
1572         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
1573              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
1574              from mainline
1575              
1576              Document the SvIOK_.*UV().
1577              
1578              Update Unicode todo list.
1579              
1580              Guard against bad string->int conversion for quads.
1581              
1582              Subject: small apidoc fix
1583              
1584              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
1585              
1586              Subject: [PATCH] Tied filehandle documentation
1587              
1588              Subject: [PATCH] Modernize Opcode.pm documentation
1589              
1590              Make Data::Dumper (non-XS) to work with changed semantics of ref().
1591              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
1592              [applied even though said semantics didn't change in 5.6.x]
1593              
1594              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
1595              
1596              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
1597              
1598              Fix the URL, but the server is still missing in action.
1599              Subject: [ID 20000905.002] perlfaq1.pod URL error
1600              
1601              Subject: [ID 20000903.001] \w in utf8-strings
1602              
1603              Fix the ccversion detection for 5.1 and beyond.
1604              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1605              
1606              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
1607              
1608              Subject: [ID 20000904.008] Tiny fix for perldiag
1609              
1610              Subject: Re: [ID 20000906.004] segfault with bad perl statement
1611              
1612              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1613              
1614              Subject: [ID 20000908.002] perlipc documentation bug.
1615              
1616              Subject: [PATCH lib/Benchmark.pm]
1617              
1618              Re-allow vec() for characters > 255.
1619              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
1620              
1621              Do away with memory models cruft.  Sorry, PDP users.
1622              
1623              Continue #7041.
1624              
1625              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
1626              
1627              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
1628              
1629              Upgrade to CPAN 1.57_65, from Andreas König.
1630              
1631              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
1632              by Russ Allbery.
1633              
1634              Silence t/pod/*.t about alternate quote-mappings now implemented
1635              by Pod::Text, from Brad Appleton.
1636              
1637              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
1638              Subject: borland C++ win32.c tweak
1639              
1640              C<@a = @b = split(...)> optimization coredumps under ithreads
1641              (missed a spot when fixing up op_pmreplroot hack for ithreads)
1642              
1643              Document the SvUTF8*().
1644              
1645              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
1646              
1647              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
1648              
1649              Do in VMS as the #7054 does.
1650              
1651              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
1652              
1653              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
1654              
1655              Subject: [patch: perl@7045] vms updates
1656              
1657              Test for the #7049.
1658              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
1659              
1660              Break up the myconfig lines a bit.
1661              Subject: perlbug/perl -V output format
1662              
1663              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
1664              
1665              The #7054 truncated Configure badly.
1666              
1667              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
1668              initialization in all the threads on Windows
1669              
1670              Allow for whitespace between "#" and "line" in cpp output.
1671              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
1672              
1673              Remove vestiges of tr//CU.
1674              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1675              
1676              The return value of setlocale must be copied away.
1677              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
1678              
1679              Allow chop() and chomp() to be overridden.
1680              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
1681              
1682              Hints optimization.
1683              Subject: Minor nit
1684              
1685              Subject: [PATCH] de-wall t/README
1686              
1687              Subject: Re: Two advertising clauses need to be removed
1688      Branch: maint-5.6/perl
1689           !> (integrate 75 files)
1690 ____________________________________________________________________________
1691 [  8152] By: gsar                                  on 2000/12/17  20:30:11
1692         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
1693              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
1694              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
1695              
1696              Don't attach -ld to the archname if pointless.
1697              
1698              Document UNTIE in a very minimalistic way.
1699              
1700              POSIX doesn't report long double values under -Duselongdouble
1701              when the long doubles are "real" (bigger than doubles).
1702              
1703              More author updates.
1704              
1705              Try to deduce NV_MAX.  Really should be Configure fodder.
1706              
1707              :: not allowed in pathnames, change to .
1708              Subject: [PATCH perl@6938] cygwin port
1709              
1710              Forget about NV_MAX (#6951).  Various floating point tweaks,
1711              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
1712              
1713              Move the Solaris 7 scan to use64bitall, make the
1714              failure to find 64-bot sparc libc to mention the
1715              possibility of being in an intel, from Lupe and Alan.
1716              
1717              Regen perltoc.
1718              
1719              AUTHORS tweaks, from Peter Prymmer.
1720              
1721              More address tweaking.
1722              
1723              Small tweaks all over.
1724              
1725              File::Temp patches from Andreas König,
1726              
1727              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
1728              
1729              Subject: CPAN.pm beta 1.57_57 for the core
1730              
1731              Part of the solution.
1732              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
1733              
1734              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
1735              
1736              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1737              
1738              Add the overload warnings to perldiag.
1739              
1740              Drop unused argument.
1741              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
1742              
1743              Subject: Nit in Configure (bleadperl@6961)
1744              
1745              Update to PodParser 1.18, from Brad Appleton.
1746              
1747              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
1748              
1749              Subject: [PATCH: 6948] add SCNfldbl to configure.com
1750              
1751              Document UNTIE. Also tweak implementation to suppress the 'inner references'
1752              warning when UNTIE exists and instead pass the cound of extra references to
1753              the UNTIE method.
1754              
1755              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
1756              so that case-ignoring systems like DCL can tell them from
1757              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
1758              
1759              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1760              
1761              Feature ordering tweak.
1762              
1763              Regen perltoc.
1764              
1765              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
1766              
1767              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
1768              
1769              Subject: http:// in L<>
1770              
1771              Detypo.
1772              
1773              change#6791 accidentally clobbered change#6710, put it back
1774              
1775              Only the first line, thank you very much.
1776              
1777              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
1778              plus rework the http: spots as suggested by Tom Christiansen,
1779              plus regen perltoc.
1780              
1781              Undo part of change 6489 which looks like a bulk edit which
1782              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
1783              The supressing of main:: on return from select() is undesirable.
1784              
1785              Apparently avoiding the swapping is too costly.
1786              
1787              Various Configure nits by Philip Newton,
1788              plus the ebcdic one by me.
1789              
1790              Make certain cc is set before trying to run it.
1791              
1792              If overloaded %{} etc. return the object do not loop.
1793              Thus  sub deref { $_[0] } functions if object is wanted type.
1794              
1795              Update perlhist.
1796              
1797              More %{} and other deref special casing - do not pass to 'nomethod'.
1798      Branch: maint-5.6/perl
1799           !> (integrate 59 files)
1800 ____________________________________________________________________________
1801 [  8151] By: gsar                                  on 2000/12/17  19:14:38
1802         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
1803              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
1804              
1805              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
1806              
1807              Make the epsilon to be relative, not absolute.
1808              
1809              Put back the flags dump as reasoned in
1810              Subject: Re: [PATCH] Glob dumping
1811              
1812              Introduce ccname to keep track of what compiler kind of we have.
1813              
1814              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
1815              
1816              Put back the slice accidentally removed by #6907.
1817              
1818              Reset archname and archname64 always, forcing them be
1819              recomputed at each Configure run, make Configure and
1820              the hints files agree on the naming of largefiles variables.
1821              
1822              Don't say "Perl 5.0 source kit".
1823              
1824              Subject: [PATCH] fix misc cast warnings
1825              
1826              Subject: typos in pods
1827              
1828              NVs not necessarily doubles, as pointed out by Yitzchak.
1829              
1830              Subject: [PATCH 6889] add a few ldbl formats to configure.com
1831              
1832              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
1833              
1834              Better options for rsync.
1835              
1836              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
1837              
1838              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
1839              
1840              Subject: [PATCH] Re: UNTIE method 
1841              
1842              A better fix for the Socket building problem from Craig Berry.
1843              
1844              Retract the dummy test, skip the security tests (instead of failing),
1845              explain what the warnings mean.
1846              
1847              Heap decorruption.
1848              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
1849              
1850              Update to Unicode 3.0.1.
1851              
1852              Missed one Unicode file.
1853              
1854              Subject: Re: typos in pods
1855              
1856              The #6929 was too skimpy.
1857              
1858              sscanf() may be the only way to read long doubles from strings.
1859              
1860              Reveal Borland's isnan.
1861              Subject: build with BC++ tweak
1862              
1863              Issue useful diagnostic on unknown pod commands.
1864              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
1865              
1866              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
1867              
1868              Clarify the third case of ftmp-security warnings.
1869              
1870              Make -Dusemorebits find long doubles in Solaris.
1871              
1872              Wrap the test in eval.
1873      Branch: maint-5.6/perl
1874           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
1875           +> lib/unicode/PropList.txt lib/unicode/README.perl
1876           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
1877           +> lib/unicode/Unicode.301 vms/vmspipe.com
1878            - lib/unicode/Props.txt lib/unicode/UCD300.html
1879            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
1880           !> (integrate 305 files)
1881 ____________________________________________________________________________
1882 [  8150] By: jhi                                   on 2000/12/17  18:47:57
1883         Log: Uncheckedin generated files.
1884      Branch: perl
1885            ! global.sym perlapi.c pod/perlapi.pod
1886 ____________________________________________________________________________
1887 [  8149] By: jhi                                   on 2000/12/17  18:41:22
1888         Log: Update Changes.
1889      Branch: perl
1890            ! Changes patchlevel.h
1891 ____________________________________________________________________________
1892 [  8148] By: jhi                                   on 2000/12/17  18:39:16
1893         Log: Subject: [PATCH] Fcntl constants speedup
1894              From: Nicholas Clark <nick@ccl4.org>
1895              Date: Sun, 17 Dec 2000 16:29:24 +0000
1896              Message-ID: <20001217162924.E97668@plum.flirble.org>
1897              
1898              Use IVs for the Fcntl constants instead of NVs.
1899      Branch: perl
1900            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
1901 ____________________________________________________________________________
1902 [  8147] By: jhi                                   on 2000/12/17  18:33:41
1903         Log: Add test for #8145 (binmode() warning), add warning for
1904              ioctl() and sockpair(), document them. (fileno() cannot
1905              be tripwired with the same kind of warning because
1906              'defined fileno($foo)' seems to be an idiom.)
1907      Branch: perl
1908            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
1909 ____________________________________________________________________________
1910 [  8146] By: gsar                                  on 2000/12/17  18:09:08
1911         Log: update Changes
1912      Branch: maint-5.6/perl
1913            ! Changes
1914 ____________________________________________________________________________
1915 [  8145] By: jhi                                   on 2000/12/17  17:39:35
1916         Log: Subject: [PATCH] Re: The long awaited feature ...
1917              From: Simon Cozens <simon@cozens.net>
1918              Date: Sun, 17 Dec 2000 12:31:56 +0000
1919              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
1920              
1921              Add a warning to binmode() about using bad filehandles
1922              (can happen e.g. if someone forgets the filehandle argument)
1923      Branch: perl
1924            ! pp_sys.c
1925 ____________________________________________________________________________
1926 [  8144] By: jhi                                   on 2000/12/17  17:33:48
1927         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
1928              From: Jonathan Stowe <gellyfish@gellyfish.com>
1929              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
1930              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
1931      Branch: perl
1932            ! lib/Net/Ping.pm
1933 ____________________________________________________________________________
1934 [  8143] By: jhi                                   on 2000/12/17  05:31:37
1935         Log: Polymorphic regexps.
1936              
1937              Fixes at least the bugs 20001028.003 (both of them...) and
1938              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
1939              also to be fixed by now, probably already before this patch.
1940      Branch: perl
1941            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
1942            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
1943            ! t/op/utf8decode.t t/pragma/utf8.t
1944 ____________________________________________________________________________
1945 [  8142] By: jhi                                   on 2000/12/16  17:16:05
1946         Log: Subject: [patch perl@8102] dos/djgpp update
1947              From: Laszlo Molnar <ml1050@freemail.hu>
1948              Date: Sat, 16 Dec 2000 01:40:52 +0100
1949              Message-ID: <20001216014052.A335@freemail.hu>
1950      Branch: perl
1951            ! djgpp/config.over t/base/commonsense.t
1952 ____________________________________________________________________________
1953 [  8141] By: jhi                                   on 2000/12/16  17:09:27
1954         Log: Few uncheckedin files.
1955      Branch: perl
1956            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
1957 ____________________________________________________________________________
1958 [  8140] By: nick                                  on 2000/12/15  22:14:31
1959         Log: Integrate mainline
1960      Branch: perlio
1961           !> (integrate 53 files)
1962 ____________________________________________________________________________
1963 [  8139] By: jhi                                   on 2000/12/15  19:49:49
1964         Log: One more IVUV tweak from Nicholas Clark.
1965      Branch: perl
1966            ! sv.c
1967 ____________________________________________________________________________
1968 [  8138] By: jhi                                   on 2000/12/15  19:17:06
1969         Log: Return of the IVUV-preservation, now seems to be happy even
1970              in Digital UNIX (the broken strtoul brokenness detection
1971              seems to have been the fly in the ointment).
1972      Branch: perl
1973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1974            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
1975            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
1976            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
1977            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1978            ! vos/config.ga.h win32/config.bc win32/config.gc
1979            ! win32/config.vc
1980 ____________________________________________________________________________
1981 [  8137] By: jhi                                   on 2000/12/15  18:12:14
1982         Log: Metaconfig unit change for #8136.
1983      Branch: metaconfig
1984            ! U/modified/d_strtoul.U
1985      Branch: metaconfig/U/perl
1986            ! d_strtoull.U d_strtouq.U
1987 ____________________________________________________________________________
1988 [  8136] By: jhi                                   on 2000/12/15  18:11:35
1989         Log: I don't think it's sensible or portable to test the strtou*
1990              on /^-/ strings.
1991      Branch: perl
1992            ! Configure
1993 ____________________________________________________________________________
1994 [  8135] By: jhi                                   on 2000/12/15  17:18:49
1995         Log: Metaconfig unit change for #8134.
1996      Branch: metaconfig
1997            ! U/modified/d_strtoul.U
1998 ____________________________________________________________________________
1999 [  8134] By: jhi                                   on 2000/12/15  17:14:13
2000         Log: If longsize is 8 we don't need a LL suffix for integer constants.
2001      Branch: perl
2002            ! Configure config_h.SH
2003 ____________________________________________________________________________
2004 [  8133] By: jhi                                   on 2000/12/15  16:00:23
2005         Log: Update Changes.
2006      Branch: perl
2007            ! Changes patchlevel.h
2008 ____________________________________________________________________________
2009 [  8132] By: jhi                                   on 2000/12/15  15:44:16
2010         Log: Some compilers get huffy if you do not cast a const pointer
2011              to a non-const when assigning.
2012      Branch: perl
2013            ! gv.c
2014 ____________________________________________________________________________
2015 [  8131] By: jhi                                   on 2000/12/15  15:38:30
2016         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
2017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2018              Date: Fri, 15 Dec 2000 05:26:57 -0500
2019              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
2020      Branch: perl
2021            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
2022            ! t/pragma/overload.t
2023 ____________________________________________________________________________
2024 [  8130] By: jhi                                   on 2000/12/15  15:36:08
2025         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
2026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2027              Date: Thu, 14 Dec 2000 22:02:43 -0500
2028              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
2029      Branch: perl
2030            ! gv.c perl.h
2031 ____________________________________________________________________________
2032 [  8129] By: jhi                                   on 2000/12/15  15:34:16
2033         Log: Subject: PATCH: h2xs nit
2034              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2035              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
2036              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
2037              
2038              Add a template README.
2039      Branch: perl
2040            ! utils/h2xs.PL
2041 ____________________________________________________________________________
2042 [  8128] By: jhi                                   on 2000/12/15  15:32:22
2043         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
2044      Branch: perl
2045            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
2046 ____________________________________________________________________________
2047 [  8127] By: jhi                                   on 2000/12/15  15:19:34
2048         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
2049              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2050              Date:     Thu, 14 Dec 2000 20:04:42 EST
2051              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
2052      Branch: perl
2053            ! ext/Opcode/Opcode.xs
2054 ____________________________________________________________________________
2055 [  8126] By: jhi                                   on 2000/12/15  15:17:49
2056         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
2057              From: Peter Prymmer <pvhp@forte.com>
2058              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
2059              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
2060      Branch: perl
2061            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
2062            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
2063            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
2064 ____________________________________________________________________________
2065 [  8125] By: jhi                                   on 2000/12/15  15:11:05
2066         Log: This seems to be a stage sane and stable enough to checkin.
2067              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
2068      Branch: perl
2069            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
2070            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
2071            ! t/op/cmp.t t/op/numconvert.t
2072 ____________________________________________________________________________
2073 [  8124] By: jhi                                   on 2000/12/15  04:20:26
2074         Log: Something is really wonky.
2075      Branch: perl
2076            ! sv.c
2077 ____________________________________________________________________________
2078 [  8123] By: jhi                                   on 2000/12/15  04:00:50
2079         Log: Fixes for the IV UV patches to compile in Digital UNIX.
2080      Branch: perl
2081            ! sv.c
2082 ____________________________________________________________________________
2083 [  8122] By: jhi                                   on 2000/12/15  02:53:40
2084         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
2085              From: "Craig A. Berry" <craigberry@mac.com>
2086              Date: Thu, 14 Dec 2000 19:10:49 -0600
2087              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
2088      Branch: perl
2089            ! vms/vms.c
2090 ____________________________________________________________________________
2091 [  8121] By: jhi                                   on 2000/12/15  02:50:00
2092         Log: Metaconfig changes for #8120.
2093      Branch: metaconfig
2094            + U/modified/d_strtoul.U
2095      Branch: metaconfig/U/perl
2096            ! d_strtoull.U d_strtouq.U
2097 ____________________________________________________________________________
2098 [  8120] By: jhi                                   on 2000/12/15  02:49:42
2099         Log: From: Nicholas Clark <nick@ccl4.org> 
2100              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
2101              Date: Thu, 14 Dec 2000 18:38:57 +0000
2102              Message-ID: <20001214183857.B97909@plum.flirble.org>
2103      Branch: perl
2104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2105            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
2106            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2107            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2108            ! win32/config.gc win32/config.vc
2109 ____________________________________________________________________________
2110 [  8119] By: jhi                                   on 2000/12/14  23:40:58
2111         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
2112              From: Nicholas Clark <nick@ccl4.org>
2113              Date: Wed, 13 Dec 2000 20:08:50 +0000
2114              Message-ID: <20001213200849.B71166@plum.flirble.org>
2115      Branch: perl
2116            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
2117            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
2118 ____________________________________________________________________________
2119 [  8118] By: jhi                                   on 2000/12/14  22:46:26
2120         Log: Integrate perlio.
2121      Branch: perl
2122           !> MANIFEST ext/Encode/compile makedef.pl
2123 ____________________________________________________________________________
2124 [  8117] By: nick                                  on 2000/12/14  22:38:53
2125         Log: Win32 tweaks to get Encode to build
2126              - temp hack to makedef.pl till PerlIO is properly "exported".
2127              - MSVC dislikes  
2128              static encpage_t foo[];
2129              so make 'em extern for now.
2130      Branch: perlio
2131            ! ext/Encode/compile makedef.pl
2132 ____________________________________________________________________________
2133 [  8116] By: nick                                  on 2000/12/14  22:00:53
2134         Log: Document the new files
2135      Branch: perlio
2136            ! MANIFEST
2137 ____________________________________________________________________________
2138 [  8115] By: jhi                                   on 2000/12/14  21:58:01
2139         Log: MANIFEST new files of #8114.
2140      Branch: perl
2141            ! MANIFEST
2142 ____________________________________________________________________________
2143 [  8114] By: jhi                                   on 2000/12/14  21:50:49
2144         Log: Integrate perlio.
2145      Branch: perl
2146           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2147           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2148           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2149           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2150           !> ext/Encode/Makefile.PL
2151 ____________________________________________________________________________
2152 [  8113] By: jhi                                   on 2000/12/14  21:48:49
2153         Log: The documentation part of the
2154              
2155              Subject: [ID 20001214.002] Net::Ping patch
2156              From: Jonathan Stowe <gellyfish@gellyfish.com>
2157              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
2158              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
2159              since the #7529 had already addressed the same problem.
2160      Branch: perl
2161            ! lib/Net/Ping.pm
2162 ____________________________________________________________________________
2163 [  8112] By: jhi                                   on 2000/12/14  21:42:57
2164         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
2165              From: Dominic Dunlop <domo@computer.org>
2166              Date: Tue, 12 Dec 2000 10:47:10 +0100
2167              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
2168              
2169              Document how elusive subroutines can be.
2170      Branch: perl
2171            ! pod/perlfunc.pod
2172 ____________________________________________________________________________
2173 [  8111] By: jhi                                   on 2000/12/14  21:38:05
2174         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
2175              From: Dominic Dunlop <domo@computer.org>
2176              Date: Thu, 14 Dec 2000 10:13:51 +0100
2177              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
2178      Branch: perl
2179            ! ext/POSIX/POSIX.pod
2180 ____________________________________________________________________________
2181 [  8110] By: jhi                                   on 2000/12/14  21:36:32
2182         Log: Subject: [patch] perlfaq7
2183              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2184              Date: Thu, 14 Dec 2000 15:31:07 +0100
2185              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
2186      Branch: perl
2187            ! pod/perlfaq7.pod
2188 ____________________________________________________________________________
2189 [  8109] By: jhi                                   on 2000/12/14  21:29:20
2190         Log: Subject: [8104] Encode
2191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2192              Date: Thu, 14 Dec 2000 14:49:34 +0100
2193              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
2194              
2195              Type casting for nervous compilers.
2196      Branch: perl
2197            ! ext/Encode/Encode.xs
2198 ____________________________________________________________________________
2199 [  8108] By: jhi                                   on 2000/12/14  21:26:17
2200         Log: Subject: [8104] DB_File
2201              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2202              Date: Thu, 14 Dec 2000 14:49:35 +0100
2203              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
2204              
2205              Type definition incorrect for DB 2.7.7.  Not known when it
2206              changed, so only changed it for a known revision.
2207      Branch: perl
2208            ! ext/DB_File/DB_File.xs
2209 ____________________________________________________________________________
2210 [  8107] By: jhi                                   on 2000/12/14  21:23:41
2211         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
2212              From: Peter Prymmer <pvhp@forte.com>
2213              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
2214              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
2215              
2216              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
2217      Branch: perl
2218            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
2219            ! ext/Encode/Encode/posix-bc.enc
2220 ____________________________________________________________________________
2221 [  8106] By: nick                                  on 2000/12/14  20:36:13
2222         Log: "Cold" build correction to Encode's Makefile.PL
2223      Branch: perlio
2224            ! ext/Encode/Makefile.PL
2225 ____________________________________________________________________________
2226 [  8105] By: nick                                  on 2000/12/14  20:09:37
2227         Log: "Compiled" encodings.
2228              Correct replacement character in EBCDIC .enc files
2229              Add 0x7F to ASCII repertoire.
2230      Branch: perlio
2231            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2232            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2233            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2234            ! ext/Encode/Makefile.PL ext/Encode/compile
2235            ! ext/Encode/encengine.c ext/Encode/encode.h
2236 ____________________________________________________________________________
2237 [  8104] By: nick                                  on 2000/12/14  00:38:20
2238         Log: Integrate mainline
2239      Branch: perlio
2240           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
2241           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
2242           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
2243           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
2244           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
2245           !> t/lib/db-hash.t t/lib/db-recno.t
2246 ____________________________________________________________________________
2247 [  8103] By: nick                                  on 2000/12/13  23:16:13
2248         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
2249              so far and so it does not get lost.
2250      Branch: perlio
2251            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2252 ____________________________________________________________________________
2253 [  8102] By: jhi                                   on 2000/12/13  17:14:22
2254         Log: Update Changes.
2255      Branch: perl
2256            ! Changes patchlevel.h
2257 ____________________________________________________________________________
2258 [  8101] By: jhi                                   on 2000/12/13  16:53:41
2259         Log: Move the proto of start_glob() to a better place; regen api files.
2260      Branch: perl
2261            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
2262 ____________________________________________________________________________
2263 [  8100] By: jhi                                   on 2000/12/13  16:47:11
2264         Log: Metaconfig change for #8099.
2265      Branch: metaconfig
2266            ! U/modified/Head.U
2267 ____________________________________________________________________________
2268 [  8099] By: jhi                                   on 2000/12/13  16:46:48
2269         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
2270              From: Andy Dougherty <doughera@lafayette.edu>
2271              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
2272              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
2273      Branch: perl
2274            ! Configure
2275 ____________________________________________________________________________
2276 [  8098] By: jhi                                   on 2000/12/13  16:39:02
2277         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
2278              From: rspier@pobox.com (Robert Spier)
2279              Date: Tue, 12 Dec 2000 21:12:39 -0500
2280              Message-ID: <14902.56087.678086.725773@rls.cx>
2281              
2282              fastgetcwd is defined using a glob alias on a $^O dependent basis -
2283              and there was no default assignment or perl subroutine.
2284      Branch: perl
2285            ! lib/Cwd.pm
2286 ____________________________________________________________________________
2287 [  8097] By: jhi                                   on 2000/12/13  16:16:01
2288         Log: Subject: [PATCH] move startglob out of pp_hot.c
2289              From: Nicholas Clark <nick@ccl4.org>
2290              Date: Mon, 11 Dec 2000 23:16:39 +0000
2291              Message-ID: <20001211231638.A55550@plum.flirble.org>
2292      Branch: perl
2293            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
2294 ____________________________________________________________________________
2295 [  8096] By: jhi                                   on 2000/12/13  15:26:23
2296         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
2297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2298              Date: Wed, 13 Dec 2000 14:01:37 +0100
2299              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
2300              
2301              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
2302              in turn requires libpthread in libswanted.
2303      Branch: perl
2304            ! hints/hpux.sh
2305 ____________________________________________________________________________
2306 [  8095] By: jhi                                   on 2000/12/12  19:51:05
2307         Log: The integration wars continue.
2308      Branch: perl
2309           !> sv.c
2310 ____________________________________________________________________________
2311 [  8094] By: jhi                                   on 2000/12/12  19:48:26
2312         Log: Subject: [PATCH perl@8070] DB_File-1.74  
2313              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
2314              Date: Mon, 11 Dec 2000 23:07:17 -0000
2315              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
2316      Branch: perl
2317            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2318            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2319            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
2320            ! t/lib/db-recno.t
2321 ____________________________________________________________________________
2322 [  8093] By: nick                                  on 2000/12/12  19:42:13
2323         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
2324      Branch: perlio
2325            ! sv.c
2326           !> lib/File/DosGlob.pm
2327 ____________________________________________________________________________
2328 [  8092] By: jhi                                   on 2000/12/12  19:28:11
2329         Log: Integrate perlio.
2330      Branch: perl
2331           !> sv.c
2332 ____________________________________________________________________________
2333 [  8091] By: nick                                  on 2000/12/12  18:49:45
2334         Log: Fix for Tk, and upgrading shared SVs.
2335      Branch: perlio
2336            ! sv.c
2337 ____________________________________________________________________________
2338 [  8090] By: jhi                                   on 2000/12/12  16:48:59
2339         Log: Subject: [PATCH] Re: Breadperl & Tk
2340              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2341              Date: Tue, 12 Dec 2000 14:48:27 GMT
2342              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
2343      Branch: perl
2344            ! sv.c
2345 ____________________________________________________________________________
2346 [  8089] By: jhi                                   on 2000/12/12  03:37:19
2347         Log: Subject: DosGlob.pm diff for bash style brace expansion.
2348              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
2349              Date: Fri, 8 Dec 2000 10:45:30 -0600
2350              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
2351      Branch: perl
2352            ! lib/File/DosGlob.pm
2353 ____________________________________________________________________________
2354 [  8088] By: nick                                  on 2000/12/11  23:59:59
2355         Log: Integrate mainline
2356      Branch: perlio
2357           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
2358           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2359           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
2360           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
2361           !> t/op/local.t t/pragma/warn/toke toke.c
2362 ____________________________________________________________________________
2363 [  8087] By: jhi                                   on 2000/12/11  23:20:23
2364         Log: Integrate perlio.
2365      Branch: perl
2366           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2367 ____________________________________________________________________________
2368 [  8086] By: jhi                                   on 2000/12/11  22:50:59
2369         Log: Tune further the OS detection of CGI.
2370      Branch: perl
2371            ! lib/CGI.pm
2372 ____________________________________________________________________________
2373 [  8085] By: nick                                  on 2000/12/11  22:50:46
2374         Log: Finish 1st pass of "encoding" layer e.g. :
2375              open($fh,"<encoding(iso8859-7)",$greek) || die;
2376      Branch: perlio
2377            ! ext/Encode/Encode.xs perlio.c perliol.h
2378 ____________________________________________________________________________
2379 [  8084] By: jhi                                   on 2000/12/11  22:32:06
2380         Log: Revert the -f ambiguousity patch, seems to cause
2381              too much hassle (the interpret -Q as a function
2382              where Q is not a known filetest part is left in).
2383      Branch: perl
2384            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
2385            ! toke.c
2386 ____________________________________________________________________________
2387 [  8083] By: jhi                                   on 2000/12/11  22:27:23
2388         Log: (accidentally empty check-in)
2389      Branch: perl
2390            ! lib/File/DosGlob.pm
2391 ____________________________________________________________________________
2392 [  8082] By: nick                                  on 2000/12/11  19:09:51
2393         Log: Restore mmap function (broken by tweaks to shared buffer
2394              layer for encode(xxxx)).
2395      Branch: perlio
2396            ! perlio.c
2397 ____________________________________________________________________________
2398 [  8081] By: jhi                                   on 2000/12/11  18:29:13
2399         Log: Subject: Re: The long awaited feature ...
2400              From: Simon Cozens <simon@cozens.net>
2401              Date: Mon, 11 Dec 2000 15:54:24 +0000
2402              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
2403              
2404              More io/utf8 tests.
2405      Branch: perl
2406            ! t/io/utf8.t
2407 ____________________________________________________________________________
2408 [  8080] By: jhi                                   on 2000/12/11  18:19:36
2409         Log: Subject: PATCH MakeMaker manpage clarification
2410              From: andreas.koenig@anima.de (Andreas J. Koenig)
2411              Date: 10 Dec 2000 20:46:13 +0100
2412              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
2413      Branch: perl
2414            ! lib/ExtUtils/MakeMaker.pm
2415 ____________________________________________________________________________
2416 [  8079] By: jhi                                   on 2000/12/11  15:35:07
2417         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
2418              From: Simon Cozens <simon@cozens.net>
2419              Date: Sun, 10 Dec 2000 19:06:19 +0000
2420              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
2421      Branch: perl
2422            ! ext/B/B/Deparse.pm t/lib/b.t
2423 ____________________________________________________________________________
2424 [  8078] By: jhi                                   on 2000/12/11  15:09:11
2425         Log: Subject: [PATCH] docs on NaN
2426              From: Nicholas Clark <nick@ccl4.org>
2427              Date: Mon, 11 Dec 2000 01:48:38 +0000
2428              Message-ID: <20001211014838.B99205@plum.flirble.org>
2429      Branch: perl
2430            ! pod/perlop.pod
2431 ____________________________________________________________________________
2432 [  8077] By: jhi                                   on 2000/12/11  15:02:21
2433         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
2434              From: Simon Cozens <simon@cozens.net>
2435              Date: Mon, 11 Dec 2000 01:21:45 +0000
2436              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
2437      Branch: perl
2438            ! pp.c pp_hot.c scope.c t/op/local.t
2439 ____________________________________________________________________________
2440 [  8076] By: nick                                  on 2000/12/10  20:43:32
2441         Log: Not merge worthy...
2442              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
2443              syntax is modelled on attributes.
2444              Untested fix for io/utf8 on Win32 etc.
2445              Very clumsy start to the encode layer.
2446      Branch: perlio
2447            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2448 ____________________________________________________________________________
2449 [  8075] By: jhi                                   on 2000/12/10  18:39:33
2450         Log: Darwin is not Windows.
2451      Branch: perl
2452            ! lib/CGI.pm
2453 ____________________________________________________________________________
2454 [  8074] By: jhi                                   on 2000/12/10  18:31:27
2455         Log: Subject: Ambiguous -%c() resolved as a file test
2456              From: "Paul Marquess" <Paul.Marquess@openwave.com>
2457              Date: Sun, 10 Dec 2000 15:35:07 -0000
2458              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
2459      Branch: perl
2460            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2461 ____________________________________________________________________________
2462 [  8073] By: jhi                                   on 2000/12/10  18:16:29
2463         Log: Subject: PATCH installperl misinformed 
2464              From: andreas.koenig@anima.de (Andreas J. Koenig)
2465              Date: 10 Dec 2000 13:01:32 +0100 
2466              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
2467      Branch: perl
2468            ! installperl
2469 ____________________________________________________________________________
2470 [  8072] By: jhi                                   on 2000/12/10  18:07:55
2471         Log: The walkoptree confusion rages; walkoptree() seems to be coming
2472              from B.xs, while walkoptree_slow() comes from B.pm.
2473      Branch: perl
2474            ! ext/B/B.pm
2475 ____________________________________________________________________________
2476 [  8071] By: nick                                  on 2000/12/10  11:45:47
2477         Log: Integrate mainline
2478      Branch: perlio
2479           +> t/base/commonsense.t
2480           !> (integrate 37 files)
2481 ____________________________________________________________________________
2482 [  8070] By: jhi                                   on 2000/12/10  04:46:21
2483         Log: Update Changes.
2484      Branch: perl
2485            ! Changes patchlevel.h
2486 ____________________________________________________________________________
2487 [  8069] By: jhi                                   on 2000/12/10  04:39:19
2488         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
2489              From: andreas.koenig@anima.de (Andreas J. Koenig)
2490              Date: 09 Dec 2000 17:14:25 +0100
2491              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
2492      Branch: perl
2493            + t/base/commonsense.t
2494            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
2495 ____________________________________________________________________________
2496 [  8068] By: jhi                                   on 2000/12/10  04:17:36
2497         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
2498              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2499              Date: Sat, 9 Dec 2000 16:47:22 -0000
2500              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
2501      Branch: perl
2502            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
2503            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
2504            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
2505            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
2506            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
2507            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2508            ! t/lib/sdbm.t
2509 ____________________________________________________________________________
2510 [  8067] By: jhi                                   on 2000/12/10  03:52:02
2511         Log: Test case for #8066.
2512      Branch: perl
2513            ! t/op/misc.t
2514 ____________________________________________________________________________
2515 [  8066] By: jhi                                   on 2000/12/10  03:50:30
2516         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
2517              From: Simon Cozens <simon@cozens.net>
2518              Date: Sun, 10 Dec 2000 00:55:37 +0000
2519              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
2520      Branch: perl
2521            ! pp_sys.c
2522 ____________________________________________________________________________
2523 [  8065] By: jhi                                   on 2000/12/10  03:44:52
2524         Log: Test case for #8064.
2525      Branch: perl
2526            ! t/comp/proto.t
2527 ____________________________________________________________________________
2528 [  8064] By: jhi                                   on 2000/12/10  03:42:32
2529         Log: Subject: Re: prototype of substr
2530              From: Simon Cozens <simon@cozens.net>
2531              Date: Sun, 10 Dec 2000 00:13:33 +0000
2532              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
2533              
2534              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
2535      Branch: perl
2536            ! pp.c
2537 ____________________________________________________________________________
2538 [  8063] By: jhi                                   on 2000/12/10  03:39:42
2539         Log: Subject: [PATCH] perlguts.pod
2540              From: Simon Cozens <simon@cozens.net>
2541              Date: Sun, 10 Dec 2000 00:06:47 +0000
2542              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
2543              
2544              Documentation of the different types of ops,
2545              plus the functions in dump.c
2546      Branch: perl
2547            ! pod/perlguts.pod
2548 ____________________________________________________________________________
2549 [  8062] By: jhi                                   on 2000/12/10  03:30:04
2550         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
2551              From: Nicholas Clark <nick@talking.bollo.cx>
2552              Date: Sat, 09 Dec 2000 18:57:25 +0000
2553              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
2554              
2555              Be more robust in weird hostname setups.
2556      Branch: perl
2557            ! t/lib/net-hostent.t
2558 ____________________________________________________________________________
2559 [  8061] By: jhi                                   on 2000/12/10  03:28:21
2560         Log: Pacify fussy compiler. 
2561      Branch: perl
2562            ! pp_sys.c
2563 ____________________________________________________________________________
2564 [  8060] By: jhi                                   on 2000/12/10  02:52:46
2565         Log: Integrate perlio.
2566      Branch: perl
2567           !> pp_sys.c t/io/utf8.t
2568 ____________________________________________________________________________
2569 [  8059] By: nick                                  on 2000/12/09  23:40:14
2570         Log: read/sysread/recv should now be utf8 aware.
2571              Basic test for utf8 read.
2572      Branch: perlio
2573            ! pp_sys.c t/io/utf8.t
2574 ____________________________________________________________________________
2575 [  8058] By: jhi                                   on 2000/12/09  21:56:02
2576         Log: Integrate perlio.
2577      Branch: perl
2578           +> t/io/utf8.t
2579           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
2580 ____________________________________________________________________________
2581 [  8057] By: jhi                                   on 2000/12/09  21:53:35
2582         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
2583              From: Inaba Hiroto <inaba@st.rim.or.jp>
2584              Date: Sun, 10 Dec 2000 05:53:21 +0900
2585              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
2586              
2587              Tests for #8056.
2588      Branch: perl
2589            ! t/op/each.t
2590 ____________________________________________________________________________
2591 [  8056] By: jhi                                   on 2000/12/09  21:51:16
2592         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
2593              From: Inaba Hiroto <inaba@st.rim.or.jp>
2594              Date: Sat, 09 Dec 2000 18:02:00 +0900
2595              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
2596              
2597              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
2598      Branch: perl
2599            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
2600 ____________________________________________________________________________
2601 [  8055] By: nick                                  on 2000/12/09  20:11:48
2602         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
2603              than raw PerlIO_write() - does not seem to break any tests.
2604      Branch: perlio
2605            ! pp_sys.c
2606 ____________________________________________________________________________
2607 [  8054] By: nick                                  on 2000/12/09  19:47:30
2608         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
2609              (sysread, recv and write i.e. formats still to do...)
2610              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
2611              open($fh,">:utf8","name")
2612              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
2613              so no extra overhead is involved.
2614              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
2615              to a non-utf8 stream.
2616              Add initial io/utf8.t
2617              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
2618              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
2619              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
2620      Branch: perlio
2621            + t/io/utf8.t
2622            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
2623 ____________________________________________________________________________
2624 [  8053] By: nick                                  on 2000/12/09  19:26:37
2625         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
2626              was only testing this_utf8.
2627      Branch: perlio
2628            ! toke.c
2629 ____________________________________________________________________________
2630 [  8052] By: nick                                  on 2000/12/09  19:09:41
2631         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
2632              i.e. the output string has one, but don't mess with source assumption.
2633      Branch: perlio
2634            ! toke.c
2635 ____________________________________________________________________________
2636 [  8051] By: jhi                                   on 2000/12/09  16:55:17
2637         Log: Integrate perlio.
2638      Branch: perl
2639           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
2640           !> sv.c thrdvar.h util.c
2641 ____________________________________________________________________________
2642 [  8050] By: jhi                                   on 2000/12/09  16:48:07
2643         Log: Nits noticed by Peter Prymmer.
2644      Branch: perl
2645            ! lib/ExtUtils/MM_VMS.pm
2646 ____________________________________________________________________________
2647 [  8049] By: nick                                  on 2000/12/09  13:49:40
2648         Log: UTF8 output prework.
2649              - Store $\ and $, as SVs so they can have SvUTF8 flag
2650              - use do_print() rather than raw PerlIO_write() to print them.
2651      Branch: perlio
2652            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
2653            ! thrdvar.h util.c
2654 ____________________________________________________________________________
2655 [  8048] By: nick                                  on 2000/12/09  12:30:43
2656         Log: Integrate mainline.
2657      Branch: perlio
2658           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
2659           +> t/op/reverse.t
2660           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
2661           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2662           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
2663           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
2664           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
2665           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
2666 ____________________________________________________________________________
2667 [  8047] By: jhi                                   on 2000/12/09  00:23:27
2668         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
2669              From: Michael G Schwern <schwern@pobox.com>
2670              Date: Fri, 8 Dec 2000 14:43:04 -0600
2671      Branch: perl
2672            ! lib/ExtUtils/MM_VMS.pm
2673 ____________________________________________________________________________
2674 [  8046] By: jhi                                   on 2000/12/08  23:10:27
2675         Log: A missed check-in.
2676      Branch: perl
2677            ! lib/ExtUtils/Manifest.pm
2678 ____________________________________________________________________________
2679 [  8045] By: jhi                                   on 2000/12/08  21:57:12
2680         Log: (null check-in)
2681      Branch: perl
2682            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
2683 ____________________________________________________________________________
2684 [  8044] By: jhi                                   on 2000/12/08  21:11:06
2685         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
2686              at the final draft stage.
2687      Branch: perl
2688            + ext/Encode/Encode/iso8859-16.enc
2689            ! MANIFEST
2690 ____________________________________________________________________________
2691 [  8043] By: jhi                                   on 2000/12/08  16:39:04
2692         Log: Update Changes.
2693      Branch: perl
2694            ! Changes patchlevel.h
2695 ____________________________________________________________________________
2696 [  8042] By: jhi                                   on 2000/12/08  16:33:39
2697         Log: Do not return the Unicode replacement character if UTF-8
2698              decoding goes awry, it should be up to the caller to decide.
2699      Branch: perl
2700            ! pod/perlapi.pod utf8.c
2701 ____________________________________________________________________________
2702 [  8041] By: jhi                                   on 2000/12/08  16:22:28
2703         Log: metaconfig maintenance.
2704      Branch: metaconfig
2705            ! U/modified/stdchar.U
2706      Branch: metaconfig/U/perl
2707            + testsyml.U
2708 ____________________________________________________________________________
2709 [  8040] By: jhi                                   on 2000/12/08  16:03:08
2710         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
2711              From: sthoenna@efn.org
2712              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
2713              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
2714      Branch: perl
2715            ! Changes lib/ExtUtils/MM_OS2.pm
2716 ____________________________________________________________________________
2717 [  8039] By: jhi                                   on 2000/12/08  15:57:11
2718         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
2719              From: Simon Cozens <simon@cozens.net>
2720              Date: Fri, 8 Dec 2000 13:33:31 +0000
2721              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
2722              
2723              (The pp_hot part needed a rewrite.)
2724      Branch: perl
2725            ! doop.c pp_hot.c utf8.c
2726 ____________________________________________________________________________
2727 [  8038] By: jhi                                   on 2000/12/08  15:25:08
2728         Log: Subject: djSP
2729              From: Michael Stevens <michael@etla.org>
2730              Date: Wed, 6 Dec 2000 23:24:01 +0000
2731              Message-ID: <20001206232400.A21381@firedrake.org>
2732              
2733              Plus a note from Nick Ing-Simmons.
2734      Branch: perl
2735            ! pp.h
2736 ____________________________________________________________________________
2737 [  8037] By: jhi                                   on 2000/12/08  15:18:35
2738         Log: Filetype is text.
2739      Branch: perl
2740            ! t/op/utf8decode.t
2741 ____________________________________________________________________________
2742 [  8036] By: jhi                                   on 2000/12/08  03:31:27
2743         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2744              From: Andy Dougherty <doughera@lafayette.edu>
2745              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
2746              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
2747              
2748              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2749              From: Andy Dougherty <doughera@lafayette.edu>
2750              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
2751              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
2752      Branch: perl
2753            + ext/POSIX/hints/svr4.pl
2754            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
2755 ____________________________________________________________________________
2756 [  8035] By: jhi                                   on 2000/12/08  03:26:01
2757         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
2758              From: Andy Dougherty <doughera@lafayette.edu>
2759              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
2760              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
2761      Branch: perl
2762            ! t/README t/base/term.t
2763 ____________________________________________________________________________
2764 [  8034] By: jhi                                   on 2000/12/08  03:21:59
2765         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
2766              From: mjd@plover.com  
2767              Date: 7 Dec 2000 21:04:20 -0000
2768              Message-ID: <20001207210420.22282.qmail@plover.com>
2769              
2770              Plus -z doc.
2771      Branch: perl
2772            ! pod/perlfunc.pod
2773 ____________________________________________________________________________
2774 [  8033] By: jhi                                   on 2000/12/08  03:19:03
2775         Log: Use the UTF8 macros a bit.  They can't be used with abandon
2776              everywhere because we do generate illegal UTF-8 in some situations.
2777              This is of course naughty.
2778      Branch: perl
2779            ! pod/perlapi.pod utf8.c utf8.h
2780 ____________________________________________________________________________
2781 [  8032] By: jhi                                   on 2000/12/08  03:00:09
2782         Log: Out of sync?
2783      Branch: perl
2784            ! t/pragma/warn/utf8
2785 ____________________________________________________________________________
2786 [  8031] By: jhi                                   on 2000/12/08  02:22:39
2787         Log: Cnt spl.
2788      Branch: perl
2789            ! MANIFEST
2790 ____________________________________________________________________________
2791 [  8030] By: jhi                                   on 2000/12/08  01:23:54
2792         Log: Add test for reverse().
2793      Branch: perl
2794            + t/op/reverse.t
2795            ! MANIFEST
2796 ____________________________________________________________________________
2797 [  8029] By: jhi                                   on 2000/12/08  01:21:47
2798         Log: Integrate perlio.
2799      Branch: perl
2800           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
2801           !> perlio.c perlio.h perlsdio.h warnings.pl
2802 ____________________________________________________________________________
2803 [  8028] By: jhi                                   on 2000/12/08  01:19:08
2804         Log: Introduce macros for UTF8 decoding.
2805      Branch: perl
2806            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
2807 ____________________________________________________________________________
2808 [  8027] By: nick                                  on 2000/12/07  22:18:19
2809         Log: Integrate mainline
2810      Branch: perlio
2811           !> embed.pl pod/perlapi.pod utf8.c
2812 ____________________________________________________________________________
2813 [  8026] By: nick                                  on 2000/12/07  21:45:08
2814         Log: Various oddities p4 diff -se showed up
2815              Remove 'our' from warnings.pl
2816      Branch: perlio
2817            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
2818 ____________________________________________________________________________
2819 [  8025] By: nick                                  on 2000/12/07  21:43:32
2820         Log: Change PerlIO_(get|set)pos to take SV *
2821              Should fix, OS/2, VMS, (sfio??)
2822      Branch: perlio
2823            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
2824 ____________________________________________________________________________
2825 [  8024] By: jhi                                   on 2000/12/07  19:05:32
2826         Log: Document utf8_to_uv() better.
2827      Branch: perl
2828            ! pod/perlapi.pod utf8.c
2829 ____________________________________________________________________________
2830 [  8023] By: jhi                                   on 2000/12/07  18:23:47
2831         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
2832      Branch: perl
2833            ! embed.pl pod/perlapi.pod utf8.c
2834 ____________________________________________________________________________
2835 [  8022] By: jhi                                   on 2000/12/07  04:13:51
2836         Log: Integrate perlio.
2837      Branch: perl
2838           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
2839           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2840           !> win32/makefile.mk
2841 ____________________________________________________________________________
2842 [  8021] By: nick                                  on 2000/12/07  00:28:14
2843         Log: Various attempts at MSVC debug - not sure what has
2844              changed but works now. 
2845              Seems atexit() _may_ work for DLLs built with MSVC so don't
2846              call cleanup that way.
2847      Branch: perlio
2848            ! perlio.c win32/makefile.mk
2849 ____________________________________________________________________________
2850 [  8020] By: nick                                  on 2000/12/06  19:57:20
2851         Log: Integrate mainline
2852      Branch: perlio
2853           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
2854           !> (integrate 75 files)
2855 ____________________________________________________________________________
2856 [  8019] By: nick                                  on 2000/12/06  19:28:21
2857         Log: Add useperlio to config.vc
2858              Turn off binmode in config_H.PL
2859              Regen all the config_H.xx
2860              Attempt to get debugging build with MSVC.
2861      Branch: perlio
2862            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2863            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
2864 ____________________________________________________________________________
2865 [  8018] By: nick                                  on 2000/12/06  19:21:57
2866         Log: Test various dup/external program options on all platforms.
2867      Branch: perlio
2868            ! t/io/dup.t
2869 ____________________________________________________________________________
2870 [  8017] By: nick                                  on 2000/12/06  19:20:47
2871         Log: Fix harness to be less picky
2872      Branch: perlio
2873            ! lib/Test/Harness.pm
2874 ____________________________________________________________________________
2875 [  8016] By: jhi                                   on 2000/12/06  16:45:12
2876         Log: Update Changes.
2877      Branch: perl
2878            ! Changes patchlevel.h
2879 ____________________________________________________________________________
2880 [  8015] By: jhi                                   on 2000/12/06  16:41:03
2881         Log: Test \x{...} with ord().
2882      Branch: perl
2883            ! t/op/ord.t
2884 ____________________________________________________________________________
2885 [  8014] By: jhi                                   on 2000/12/06  16:20:33
2886         Log: Test tweak because of #8013.
2887      Branch: perl
2888            ! t/lib/b.t
2889 ____________________________________________________________________________
2890 [  8013] By: jhi                                   on 2000/12/06  16:09:09
2891         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
2892              From: Michael G Schwern <schwern@pobox.com>
2893              Date: Tue, 5 Dec 2000 21:23:28 -0500
2894              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
2895              
2896              Carp::Heavy parts not very applicable because of recent changes.
2897      Branch: perl
2898            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
2899            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
2900            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
2901            ! lib/Exporter.pm lib/Exporter/Heavy.pm
2902            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
2903            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2904            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
2905            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
2906            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
2907            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
2908            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
2909            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
2910            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
2911            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
2912            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
2913            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
2914            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
2915            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
2916            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
2917            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
2918            ! warnings.pl
2919 ____________________________________________________________________________
2920 [  8012] By: jhi                                   on 2000/12/06  15:22:38
2921         Log: Subject: [PATCH] Re: New harness is failing things
2922              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2923              Date: Wed, 6 Dec 2000 13:00:30 GMT
2924              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
2925      Branch: perl
2926            ! lib/Test/Harness.pm
2927 ____________________________________________________________________________
2928 [  8011] By: jhi                                   on 2000/12/06  15:12:08
2929         Log: Subject: installhtml changes
2930              From: Michael Stevens <michael@etla.org>
2931              Date: Wed, 6 Dec 2000 13:15:53 +0000
2932              Message-ID: <20001206131553.A27317@firedrake.org>
2933      Branch: perl
2934            ! installhtml
2935 ____________________________________________________________________________
2936 [  8010] By: jhi                                   on 2000/12/06  15:06:05
2937         Log: Subject: the dTHR hits
2938              From: Michael Stevens <michael@etla.org>
2939              Date: Wed, 6 Dec 2000 12:06:03 +0000
2940              Message-ID: <20001206120603.A24581@firedrake.org>
2941              
2942              More, errrm, less dTHRs.
2943      Branch: perl
2944            ! bytecode.pl ext/B/B/C.pm
2945 ____________________________________________________________________________
2946 [  8009] By: jhi                                   on 2000/12/06  15:04:25
2947         Log: Subject: MakeMaker mailing list gone?
2948              From: Michael G Schwern <schwern@pobox.com>
2949              Date: Tue, 5 Dec 2000 19:29:59 -0500
2950              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
2951              
2952              The MakeMaker mailing list is dead, perlbug is the right
2953              address to report bugs.
2954      Branch: perl
2955            ! lib/ExtUtils/MakeMaker.pm
2956 ____________________________________________________________________________
2957 [  8008] By: jhi                                   on 2000/12/06  15:00:32
2958         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
2959              From: Michael G Schwern <schwern@pobox.com>
2960              Date: Tue, 5 Dec 2000 19:21:21 -0500
2961              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
2962              
2963              Add a default MANIFEST skip that ignores things like
2964              version control files, editor temporary files, and the Makefile.
2965      Branch: perl
2966            + lib/ExtUtils/MANIFEST.SKIP
2967            ! MANIFEST lib/ExtUtils/Manifest.pm
2968 ____________________________________________________________________________
2969 [  8007] By: jhi                                   on 2000/12/06  14:57:20
2970         Log: In Amiga more manual hackery of the scripts seems to be needed,
2971              from Jan-Erik Karlsson.  Why Configure does not get this right
2972              is unknown, may be shell-induced.
2973      Branch: perl
2974            ! README.amiga
2975 ____________________________________________________________________________
2976 [  8006] By: jhi                                   on 2000/12/05  23:53:12
2977         Log: Add TOPm1s to peek at the second topmost stack item.
2978      Branch: perl
2979            ! pp.h
2980 ____________________________________________________________________________
2981 [  8005] By: jhi                                   on 2000/12/05  23:13:55
2982         Log: Avaunt, you foul UTF-8 tests.
2983      Branch: perl
2984            ! t/op/ver.t t/pragma/utf8.t
2985 ____________________________________________________________________________
2986 [  8004] By: jhi                                   on 2000/12/05  23:09:54
2987         Log: Continue utf8 dispersal. 
2988      Branch: perl
2989            + t/op/concat.t
2990            ! MANIFEST t/pragma/utf8.t
2991 ____________________________________________________________________________
2992 [  8003] By: nick                                  on 2000/12/05  23:02:39
2993         Log: Integrate mainline.
2994      Branch: perlio
2995           +> t/op/length.t t/op/utf8decode.t
2996           !> (integrate 69 files)
2997 ____________________________________________________________________________
2998 [  8002] By: jhi                                   on 2000/12/05  22:59:28
2999         Log: Integrate perlio.
3000      Branch: perl
3001           !> iperlsys.h perl.c perlio.c win32/perllib.c
3002 ____________________________________________________________________________
3003 [  8001] By: nick                                  on 2000/12/05  22:07:52
3004         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
3005              - calloc/free suffer from damage on TerminateThread()
3006              - use PerlMemShared (as originally planned) now fixed
3007              - avoid doing anything important on DLL "detach".
3008      Branch: perlio
3009            ! perl.c perlio.c win32/perllib.c
3010 ____________________________________________________________________________
3011 [  8000] By: nick                                  on 2000/12/05  21:05:09
3012         Log: Fix gross PerlMemShared issue.
3013      Branch: perlio
3014            ! iperlsys.h
3015 ____________________________________________________________________________
3016 [  7999] By: jhi                                   on 2000/12/05  20:46:58
3017         Log: Test for Unicode (UTF-8) hash keys.
3018      Branch: perl
3019            ! t/op/each.t
3020 ____________________________________________________________________________
3021 [  7998] By: jhi                                   on 2000/12/05  20:30:35
3022         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
3023              is now always UTF-8), empty line cosmetics.
3024      Branch: perl
3025            ! t/pragma/utf8.t
3026 ____________________________________________________________________________
3027 [  7997] By: jhi                                   on 2000/12/05  20:15:40
3028         Log: Subject: Re: STRLEN - what?
3029              From: Andy Dougherty <doughera@lafayette.edu>
3030              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
3031              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
3032              
3033              Explain STRLEN.
3034      Branch: perl
3035            ! pod/perlguts.pod
3036 ____________________________________________________________________________
3037 [  7996] By: jhi                                   on 2000/12/05  20:13:34
3038         Log: Split off the UTF-8 decoder tests, make them to check also
3039              the error message.
3040      Branch: perl
3041            + t/op/utf8decode.t
3042            ! MANIFEST t/pragma/utf8.t utf8.c
3043 ____________________________________________________________________________
3044 [  7995] By: jhi                                   on 2000/12/05  16:39:47
3045         Log: Start migrating bits of pragma/utf8 to elsewhere
3046              (since the long term plan is to obsolete 'use utf8').
3047      Branch: perl
3048            + t/op/length.t
3049            ! MANIFEST t/pragma/utf8.t
3050 ____________________________________________________________________________
3051 [  7994] By: jhi                                   on 2000/12/05  16:30:21
3052         Log: Fix a manual edit typo from #7993, fix the message formatting
3053              for Unicode, add few our declarations.
3054      Branch: perl
3055            ! lib/Carp/Heavy.pm
3056 ____________________________________________________________________________
3057 [  7993] By: jhi                                   on 2000/12/05  16:09:15
3058         Log: Subject: Need help with warnings :-(
3059              From: "Ben Tilly" <ben_tilly@hotmail.com>
3060              Date: Tue, 05 Dec 2000 01:35:54 -0500
3061              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
3062              
3063              Subject: UPDATE: Carp/Heavy now passes all tests
3064              From: "Ben Tilly" <ben_tilly@hotmail.com>
3065              Date: Tue, 05 Dec 2000 07:59:41 -0500
3066              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
3067              
3068              The Brave New Carp.
3069      Branch: perl
3070            ! lib/Carp.pm lib/Carp/Heavy.pm
3071 ____________________________________________________________________________
3072 [  7992] By: jhi                                   on 2000/12/05  15:55:08
3073         Log: Subject: [PATCH perl@7979] cygwin port
3074              From: "Eric Fifer" <efifer@dircon.co.uk>
3075              Date: Tue, 5 Dec 2000 14:04:09 -0000
3076              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
3077      Branch: perl
3078            ! t/lib/net-hostent.t
3079 ____________________________________________________________________________
3080 [  7991] By: jhi                                   on 2000/12/05  15:52:34
3081         Log: Subject: Re: [PATCH] The largest hoax of all times?
3082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3083              Date: Tue, 5 Dec 2000 00:40:25 -0500
3084              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
3085              
3086              Subject: Re: [PATCH] The largest hoax of all times?
3087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3088              Date: Mon, 4 Dec 2000 23:55:53 -0500
3089              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
3090              
3091              Subject: Re: [PATCH] The largest hoax of all times?
3092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3093              Date: Tue, 5 Dec 2000 01:28:45 -0500
3094              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
3095              
3096              Fix the unpredictable order of DESTROYs.
3097      Branch: perl
3098            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
3099            ! sv.c sv.h t/op/ref.t
3100 ____________________________________________________________________________
3101 [  7990] By: jhi                                   on 2000/12/05  14:38:53
3102         Log: Subject: [PATCH] shrink pp_hot fractionally
3103              From: Nicholas Clark <nick@ccl4.org>
3104              Date: Tue, 5 Dec 2000 12:44:31 +0000
3105              Message-ID: <20001205124431.E74518@plum.flirble.org>
3106              
3107              Use report_evil_fh().
3108      Branch: perl
3109            ! opcode.pl opnames.h pp_hot.c util.c
3110 ____________________________________________________________________________
3111 [  7989] By: jhi                                   on 2000/12/05  14:21:27
3112         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3113              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3114              Date: Mon, 04 Dec 2000 22:21:59 -0800
3115              Message-ID: <HmIL6gzkgepS092yn@efn.org>
3116              
3117              Harness shouldn't ignore responses like "ok 3\r\r\n".
3118      Branch: perl
3119            ! lib/Test/Harness.pm
3120 ____________________________________________________________________________
3121 [  7988] By: jhi                                   on 2000/12/05  13:51:28
3122         Log: Integrate the "skip" messages to explain().
3123      Branch: perl
3124            ! t/lib/syslfs.t t/op/lfs.t
3125 ____________________________________________________________________________
3126 [  7987] By: jhi                                   on 2000/12/05  12:34:54
3127         Log: The one that got away in #7984.
3128              
3129              Subject: Re: dTHR - what and why?
3130              From: Michael Stevens <michael@etla.org> 
3131              Date: Tue, 5 Dec 2000 11:15:52 +0000
3132              Message-ID: <20001205111552.A4647@firedrake.org>
3133      Branch: perl
3134            ! sv.h
3135 ____________________________________________________________________________
3136 [  7986] By: gsar                                  on 2000/12/05  09:14:44
3137         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
3138              due to the notorious GetFileType() bug in Windows 9x, which fstat()
3139              tickles)
3140      Branch: perl
3141            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
3142 ____________________________________________________________________________
3143 [  7985] By: jhi                                   on 2000/12/05  05:49:03
3144         Log: Integrate perlio.
3145      Branch: perl
3146           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3147           !> win32/perlhost.h win32/perllib.c
3148 ____________________________________________________________________________
3149 [  7984] By: jhi                                   on 2000/12/05  05:48:16
3150         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
3151      Branch: perl
3152            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
3153            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
3154            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
3155            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
3156            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
3157            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3158            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
3159            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
3160            ! win32/win32.c
3161 ____________________________________________________________________________
3162 [  7983] By: nick                                  on 2000/12/04  23:27:43
3163         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
3164      Branch: perlio
3165            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3166            ! win32/perlhost.h win32/perllib.c
3167 ____________________________________________________________________________
3168 [  7982] By: jhi                                   on 2000/12/04  19:44:09
3169         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
3170              uncovered by #7980.
3171      Branch: perl
3172            ! op.c
3173 ____________________________________________________________________________
3174 [  7981] By: jhi                                   on 2000/12/04  19:42:07
3175         Log: Subject: [PATCH] Trivial dump.c feature
3176              From: Simon Cozens <simon@cozens.net>
3177              Date: Mon, 4 Dec 2000 18:08:38 +0000
3178              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
3179              
3180              Show whether a constant is UTF-8.
3181      Branch: perl
3182            ! dump.c
3183 ____________________________________________________________________________
3184 [  7980] By: jhi                                   on 2000/12/04  19:36:51
3185         Log: UTF-8 hash keys, patch from Inaba Hiroto.
3186      Branch: perl
3187            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
3188 ____________________________________________________________________________
3189 [  7979] By: jhi                                   on 2000/12/04  17:36:28
3190         Log: Update Changes.
3191      Branch: perl
3192            ! Changes patchlevel.h
3193 ____________________________________________________________________________
3194 [  7978] By: jhi                                   on 2000/12/04  16:42:17
3195         Log: Retract #7977, still too volatile (the euphemism of the day
3196              for unfinished and buggy :-)
3197      Branch: perl
3198            ! doop.c hv.c pp.c sv.h
3199 ____________________________________________________________________________
3200 [  7977] By: jhi                                   on 2000/12/04  16:25:15
3201         Log: (Retracted by #7978, too shaky yet.)
3202              
3203              Subject: Re: utf8 in hash keys, implementor missing
3204              From: Simon Cozens <simon@cozens.net>
3205              Date: Sat, 2 Dec 2000 19:49:35 +0000
3206              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
3207              
3208              The first step at UTF-8 hash keys.
3209      Branch: perl
3210            ! doop.c hv.c pp.c sv.h
3211 ____________________________________________________________________________
3212 [  7976] By: jhi                                   on 2000/12/04  16:13:53
3213         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3214              From: sthoenna@efn.org
3215              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
3216              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
3217      Branch: perl
3218            ! os2/os2.c perlio.c
3219 ____________________________________________________________________________
3220 [  7975] By: jhi                                   on 2000/12/04  16:05:25
3221         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
3222              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3223              Date: Thu, 30 Nov 2000 20:50:37 -0800
3224              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
3225      Branch: perl
3226            ! os2/os2.c
3227 ____________________________________________________________________________
3228 [  7974] By: jhi                                   on 2000/12/04  16:03:57
3229         Log: Subject: [PATCH] ++ 20% faster
3230              From: Nicholas Clark <nick@ccl4.org>
3231              Date: Mon, 4 Dec 2000 12:17:27 +0000
3232              Message-ID: <20001204121726.B52976@plum.flirble.org>
3233              
3234              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
3235      Branch: perl
3236            ! sv.c
3237 ____________________________________________________________________________
3238 [  7973] By: jhi                                   on 2000/12/04  16:00:48
3239         Log: 
3240              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
3241              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3242              Date: Mon, 04 Dec 2000 12:30:45 +0100
3243              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
3244              
3245              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
3246              library (getprotobyname and getprotobynumber are outversioned by
3247              the same calls in libc, at least for xlc version 3.
3248      Branch: perl
3249            ! hints/aix.sh
3250 ____________________________________________________________________________
3251 [  7972] By: jhi                                   on 2000/12/04  02:58:31
3252         Log: Integrate perlio.
3253      Branch: perl
3254           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
3255           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
3256           !> win32/win32.h win32/win32iop.h win32/win32thread.h
3257 ____________________________________________________________________________
3258 [  7971] By: nick                                  on 2000/12/04  00:24:33
3259         Log: Quieten some noise in Win32 builds:
3260              - win32.h is included after <sys/socket.h>, so need to 
3261              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
3262              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
3263      Branch: perlio
3264            ! doio.c perl.h toke.c win32/win32.h
3265 ____________________________________________________________________________
3266 [  7970] By: nick                                  on 2000/12/03  22:57:46
3267         Log: PERL_IMPLICIT_SYS compiles but does not work.
3268      Branch: perlio
3269            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
3270            ! win32/perlhost.h win32/perllib.c win32/win32.h
3271            ! win32/win32iop.h win32/win32thread.h
3272 ____________________________________________________________________________
3273 [  7969] By: jhi                                   on 2000/12/03  22:12:58
3274         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
3275              used to swash_init(), makes regprop() dumps more informative
3276              (+utf8::IsAlpha, -utf8::IsDigit, for example).
3277      Branch: perl
3278            ! regcomp.c regexec.c
3279 ____________________________________________________________________________
3280 [  7968] By: jhi                                   on 2000/12/03  21:39:56
3281         Log: Implement ANYOFUTF8 regprop() dumping.
3282      Branch: perl
3283            ! regcomp.c
3284 ____________________________________________________________________________
3285 [  7967] By: jhi                                   on 2000/12/03  20:57:19
3286         Log: Make uv_to_utf8() to zero-terminate its output buffer,
3287              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
3288      Branch: perl
3289            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
3290 ____________________________________________________________________________
3291 [  7966] By: nick                                  on 2000/12/03  18:41:21
3292         Log: Integrate mainline (STDCHAR)
3293      Branch: perlio
3294           !> Configure t/pragma/utf8.t
3295 ____________________________________________________________________________
3296 [  7965] By: jhi                                   on 2000/12/03  17:58:20
3297         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
3298      Branch: perl
3299            ! t/pragma/utf8.t
3300 ____________________________________________________________________________
3301 [  7964] By: jhi                                   on 2000/12/03  17:35:56
3302         Log: Integrate perlio.
3303      Branch: perl
3304           !> iperlsys.h perlio.c
3305 ____________________________________________________________________________
3306 [  7963] By: jhi                                   on 2000/12/03  17:33:55
3307         Log: Metaconfig unit change for #7962.
3308      Branch: metaconfig
3309            ! U/modified/stdchar.U
3310 ____________________________________________________________________________
3311 [  7962] By: jhi                                   on 2000/12/03  17:33:27
3312         Log: Untangle the <stdio.h> #include nest for the stdchar test,
3313              from Andy Dougherty.
3314      Branch: perl
3315            ! Configure
3316 ____________________________________________________________________________
3317 [  7961] By: nick                                  on 2000/12/03  16:53:00
3318         Log: Make iperlsys.h vector stdio not PerlIO.
3319      Branch: perlio
3320            ! iperlsys.h perlio.c
3321 ____________________________________________________________________________
3322 [  7960] By: nick                                  on 2000/12/03  14:43:01
3323         Log: Integrate mainline
3324      Branch: perlio
3325           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
3326           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
3327 ____________________________________________________________________________
3328 [  7959] By: jhi                                   on 2000/12/03  08:16:36
3329         Log: Use DO_UTF8().
3330      Branch: perl
3331            ! op.c
3332 ____________________________________________________________________________
3333 [  7958] By: jhi                                   on 2000/12/02  18:33:05
3334         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
3335              From: Mike Guy <mjtg@cam.ac.uk>         
3336              Date: Sat, 02 Dec 2000 17:27:13 +0000
3337              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
3338              
3339              An extraneous argument.
3340      Branch: perl
3341            ! toke.c
3342 ____________________________________________________________________________
3343 [  7957] By: jhi                                   on 2000/12/02  18:22:32
3344         Log: A missing hunk.
3345      Branch: perl
3346            ! t/lib/net-hostent.t
3347 ____________________________________________________________________________
3348 [  7956] By: jhi                                   on 2000/12/02  18:06:20
3349         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
3350              From: Nicholas Clark <nick@ccl4.org>
3351              Date: Sat, 2 Dec 2000 14:28:27 +0000
3352              Message-ID: <20001202142827.A12308@plum.flirble.org>
3353              
3354              Test robustness.
3355      Branch: perl
3356            ! t/lib/net-hostent.t
3357 ____________________________________________________________________________
3358 [  7955] By: jhi                                   on 2000/12/02  17:58:06
3359         Log: Metaconfig unit change for #7954.
3360      Branch: metaconfig
3361            ! U/modified/stdchar.U
3362 ____________________________________________________________________________
3363 [  7954] By: jhi                                   on 2000/12/02  17:54:32
3364         Log: An inconvenient hang would happen if the stdio _ptr wasn't
3365              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
3366              would be grepping stdin for all eternity for the _ptr.)
3367      Branch: perl
3368            ! Configure
3369 ____________________________________________________________________________
3370 [  7953] By: jhi                                   on 2000/12/02  00:07:15
3371         Log: Update Changes.
3372      Branch: perl
3373            ! Changes patchlevel.h
3374 ____________________________________________________________________________
3375 [  7952] By: jhi                                   on 2000/12/01  23:54:47
3376         Log: Subject: Re: long shell lines
3377              From: Andy Dougherty <doughera@lafayette.edu>
3378              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
3379              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
3380              
3381              Split overly long shell command lines.
3382      Branch: perl
3383            ! lib/ExtUtils/MM_Unix.pm
3384 ____________________________________________________________________________
3385 [  7951] By: jhi                                   on 2000/12/01  23:48:02
3386         Log: The metaconfig unit change for #7950.
3387      Branch: metaconfig
3388            + U/modified/stdchar.U
3389 ____________________________________________________________________________
3390 [  7950] By: jhi                                   on 2000/12/01  23:47:39
3391         Log: Try to find stdchar also from <stdio_impl.h>.
3392      Branch: perl
3393            ! Configure config_h.SH
3394 ____________________________________________________________________________
3395 [  7949] By: jhi                                   on 2000/12/01  23:46:45
3396         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
3397              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3398              Date: Fri, 1 Dec 2000 16:26:08 -0500
3399              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
3400              
3401              Reword the diagnostic message.
3402      Branch: perl
3403            ! pod/perldiag.pod
3404 ____________________________________________________________________________
3405 [  7948] By: nick                                  on 2000/12/01  22:49:43
3406         Log: Integrate mainline (for s/y/m as sub names stuff).
3407      Branch: perlio
3408           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
3409           !> t/pragma/warn/toke toke.c
3410 ____________________________________________________________________________
3411 [  7947] By: jhi                                   on 2000/12/01  20:55:41
3412         Log: Integrate perlio.
3413      Branch: perl
3414           !> perlio.c perliol.h t/io/pipe.t
3415 ____________________________________________________________________________
3416 [  7946] By: jhi                                   on 2000/12/01  20:36:51
3417         Log: Upgrade to CPAN 1.59_51, from Andreas König.
3418      Branch: perl
3419            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3420 ____________________________________________________________________________
3421 [  7945] By: nick                                  on 2000/12/01  20:31:32
3422         Log: Integrate mainline
3423      Branch: perlio
3424           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
3425           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
3426           +> t/lib/net-hostent.t
3427           !> (integrate 35 files)
3428 ____________________________________________________________________________
3429 [  7944] By: jhi                                   on 2000/12/01  20:23:29
3430         Log: Some help for 20001130.011.  Now one gets warnings like
3431              "Ambiguous -f() resolved as a file test ..."
3432      Branch: perl
3433            ! pod/perldiag.pod t/pragma/warn/toke toke.c
3434 ____________________________________________________________________________
3435 [  7943] By: jhi                                   on 2000/12/01  19:44:44
3436         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
3437              that also breaks using them as methods. 
3438      Branch: perl
3439            ! pod/perldiag.pod t/op/misc.t toke.c
3440 ____________________________________________________________________________
3441 [  7942] By: nick                                  on 2000/12/01  17:56:46
3442         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
3443              Make 'unix' pass most tests
3444              - do unread by temporary push of layer ("pending") holding unread chars
3445              - fast_gets is now based on per-handle flag
3446              - relax one of io/pipe.t tests to allow print to fail and close to
3447              succeed so that it passes on unbuffered "unix" layer.
3448              Remaining fail is sporadic and a genuine race condition between
3449              parent/child in fork test.
3450      Branch: perlio
3451            ! perlio.c perliol.h t/io/pipe.t
3452 ____________________________________________________________________________
3453 [  7941] By: jhi                                   on 2000/12/01  15:28:58
3454         Log: (Retracted by #7943.)
3455              
3456              Reserve the short named string operator names.
3457      Branch: perl
3458            ! pod/perldiag.pod t/op/misc.t toke.c
3459 ____________________________________________________________________________
3460 [  7940] By: jhi                                   on 2000/12/01  06:45:53
3461         Log: Get the three different space character classes right under utf8.
3462      Branch: perl
3463            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
3464            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
3465            ! regexec.c t/op/pat.t utf8.c
3466 ____________________________________________________________________________
3467 [  7939] By: jhi                                   on 2000/12/01  03:26:26
3468         Log: Two more tests that make no sense in UTF-8 since the test
3469              data is not in UTF-8.
3470      Branch: perl
3471            ! t/op/regexp.t
3472 ____________________________________________________________________________
3473 [  7938] By: jhi                                   on 2000/12/01  03:20:39
3474         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
3475              should it be required inside regexen?
3476      Branch: perl
3477            ! regcomp.c t/op/regmesg.t
3478 ____________________________________________________________________________
3479 [  7937] By: jhi                                   on 2000/12/01  02:58:53
3480         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
3481              stored and restored, and thusly was trounced by the utf8 swash
3482              routines.
3483      Branch: perl
3484            ! regcomp.c
3485 ____________________________________________________________________________
3486 [  7936] By: jhi                                   on 2000/11/30  20:41:39
3487         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
3488              Why the different platforms behave so differently (core dump vs
3489              no core dump) on this bug is a but of a mystery, but if I had to
3490              guess I would mumble something like 'alignment'.
3491      Branch: perl
3492            ! sv.c
3493 ____________________________________________________________________________
3494 [  7935] By: jhi                                   on 2000/11/30  16:17:02
3495         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
3496              From: Robin Barker <rmb1@cise.npl.co.uk>
3497              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
3498              Date: Thu, 30 Nov 2000 14:27:12 GMT
3499      Branch: perl
3500            ! perlio.c toke.c
3501 ____________________________________________________________________________
3502 [  7934] By: jhi                                   on 2000/11/30  16:04:49
3503         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
3504      Branch: perl
3505            ! t/lib/net-hostent.t
3506 ____________________________________________________________________________
3507 [  7933] By: jhi                                   on 2000/11/30  06:07:26
3508         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
3509              From: Peter Prymmer <pvhp@forte.com>
3510              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
3511              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
3512              
3513              In VMS the localhost may be LOCALHOST.
3514      Branch: perl
3515            ! t/lib/net-hostent.t
3516 ____________________________________________________________________________
3517 [  7932] By: jhi                                   on 2000/11/30  01:11:11
3518         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
3519              From: Peter Prymmer <pvhp@forte.com>
3520              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
3521              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
3522              
3523              plus regen perlapi.pod.
3524      Branch: perl
3525            ! pod/perlapi.pod utf8.c
3526 ____________________________________________________________________________
3527 [  7931] By: jhi                                   on 2000/11/30  01:06:19
3528         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
3529              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3530              Date:     Wed, 29 Nov 2000 17:15:11 EST
3531              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
3532      Branch: perl
3533            ! t/lib/filter-util.pl t/lib/filter-util.t
3534 ____________________________________________________________________________
3535 [  7930] By: jhi                                   on 2000/11/29  18:51:55
3536         Log: Update Changes.
3537      Branch: perl
3538            ! Changes patchlevel.h
3539 ____________________________________________________________________________
3540 [  7929] By: jhi                                   on 2000/11/29  18:50:55
3541         Log: Update the va_copy() metaconfig unit.
3542      Branch: metaconfig/U/perl
3543            ! need_va_copy.U
3544 ____________________________________________________________________________
3545 [  7928] By: jhi                                   on 2000/11/29  17:50:43
3546         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
3547              From: Dominic Dunlop <domo@computer.org>
3548              Date: Tue, 28 Nov 2000 16:41:57 +0100
3549              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
3550              
3551              Patch to catch a core dump in the Configure va_copy test.
3552      Branch: perl
3553            ! Configure config_h.SH
3554 ____________________________________________________________________________
3555 [  7927] By: jhi                                   on 2000/11/29  17:31:59
3556         Log: Retract #7921, the patch shouldn't be needed.
3557      Branch: perl
3558            ! sv.c
3559 ____________________________________________________________________________
3560 [  7926] By: jhi                                   on 2000/11/29  17:01:41
3561         Log: Make the Class::Struct import() wiser.
3562      Branch: perl
3563            ! lib/Class/Struct.pm t/lib/class-struct.t
3564 ____________________________________________________________________________
3565 [  7925] By: jhi                                   on 2000/11/29  16:36:33
3566         Log: All the core library users of Class::Struct seem to be
3567              using "use Class::Struct 'struct';" instead of the bare
3568              "use Class::Struct;", which isn't documented in Class::Struct.
3569              This can't be right.
3570      Branch: perl
3571            ! lib/File/stat.pm
3572 ____________________________________________________________________________
3573 [  7924] By: jhi                                   on 2000/11/29  16:32:15
3574         Log: A test works better if it has the right 1..$n output.
3575      Branch: perl
3576            ! t/lib/class-struct.t
3577 ____________________________________________________________________________
3578 [  7923] By: jhi                                   on 2000/11/29  16:29:11
3579         Log: Forgot to MANIFEST the new Net::hostent test.
3580      Branch: perl
3581            ! MANIFEST
3582 ____________________________________________________________________________
3583 [  7922] By: jhi                                   on 2000/11/29  16:27:49
3584         Log: Integrate perlio.
3585      Branch: perl
3586           !> iperlsys.h perlio.c
3587 ____________________________________________________________________________
3588 [  7921] By: jhi                                   on 2000/11/29  16:27:10
3589         Log: (Retracted by #7927.)
3590              
3591              Subject: [PATCH] Is infinity a number?
3592              From: Simon Cozens <simon@cozens.net>
3593              Date: Wed, 29 Nov 2000 14:48:20 +0000
3594              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
3595      Branch: perl
3596            ! sv.c
3597 ____________________________________________________________________________
3598 [  7920] By: jhi                                   on 2000/11/29  16:23:02
3599         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
3600              From: rspier@pobox.com (Robert Spier)
3601              Date: Wed, 29 Nov 2000 02:17:49 -0500
3602              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
3603              
3604              Add a test for Net::hostent.
3605      Branch: perl
3606            + t/lib/net-hostent.t
3607 ____________________________________________________________________________
3608 [  7919] By: jhi                                   on 2000/11/29  16:21:31
3609         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
3610              add a test for Class::Struct.
3611      Branch: perl
3612            + t/lib/class-struct.t
3613            ! MANIFEST lib/Class/Struct.pm
3614 ____________________________________________________________________________
3615 [  7918] By: jhi                                   on 2000/11/29  15:48:40
3616         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
3617              From: rspier@pobox.com (Robert Spier)
3618              Date: Wed, 29 Nov 2000 02:25:39 -0500
3619              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
3620              
3621              More checking in case someone has broken their services or
3622              protocol databases.
3623      Branch: perl
3624            ! ext/Sys/Syslog/Syslog.pm
3625 ____________________________________________________________________________
3626 [  7917] By: jhi                                   on 2000/11/29  15:46:25
3627         Log: Subject: [PATCH] $^O  win32 -> MSWin32
3628              From: rspier@pobox.com (Robert Spier)
3629              Date: Wed, 29 Nov 2000 02:17:38 -0500
3630              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
3631              
3632              plus similar nits for vms, err, VMS, and UNICOS.
3633      Branch: perl
3634            ! t/lib/syslfs.t t/op/lfs.t
3635 ____________________________________________________________________________
3636 [  7916] By: jhi                                   on 2000/11/29  15:42:51
3637         Log: Subject: [PATCH] Tokeniser debugging
3638              From: Simon Cozens <simon@cozens.net>
3639              Date: Wed, 29 Nov 2000 14:15:45 +0000
3640              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
3641      Branch: perl
3642            ! perl.c perl.h pod/perlrun.pod toke.c
3643 ____________________________________________________________________________
3644 [  7915] By: jhi                                   on 2000/11/29  15:41:36
3645         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
3646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3647              Date: Wed, 29 Nov 2000 02:13:14 -0500
3648              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
3649              
3650              OUT keyword nits.
3651              
3652              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
3653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3654              Date: Wed, 29 Nov 2000 03:09:04 -0500
3655              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
3656              
3657              OUT and IN_OUT documentation.
3658      Branch: perl
3659            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3660 ____________________________________________________________________________
3661 [  7914] By: jhi                                   on 2000/11/29  03:35:01
3662         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
3663              From: John Tobey <jtobey@john-edwin-tobey.org>
3664              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
3665              Message-Id: <m140e1N-000FOoC@feynman.localnet>
3666              
3667              plus a performance speedup noticed by Sarathy.
3668      Branch: perl
3669            ! op.c
3670 ____________________________________________________________________________
3671 [  7913] By: jhi                                   on 2000/11/29  03:16:59
3672         Log: Use "1 while unlink" so that VMS gets clean, too.
3673      Branch: perl
3674            ! t/lib/filter-util.t
3675 ____________________________________________________________________________
3676 [  7912] By: jhi                                   on 2000/11/29  03:09:08
3677         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
3678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3679              Date: Tue, 28 Nov 2000 03:27:09 -0500
3680              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
3681      Branch: perl
3682            ! lib/ExtUtils/xsubpp
3683 ____________________________________________________________________________
3684 [  7911] By: jhi                                   on 2000/11/29  03:06:30
3685         Log: This should have been part of #7872: no need to scan UTF-8
3686              until eternity.
3687      Branch: perl
3688            ! utf8.c
3689 ____________________________________________________________________________
3690 [  7910] By: jhi                                   on 2000/11/29  02:50:04
3691         Log: One more perltie.pod nit from Casey R. Tweten.
3692      Branch: perl
3693            ! pod/perltie.pod
3694 ____________________________________________________________________________
3695 [  7909] By: jhi                                   on 2000/11/29  02:44:23
3696         Log: Document the known sprintf test failures, exact standard
3697              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
3698      Branch: perl
3699            ! pod/perldelta.pod t/op/sprintf.t
3700 ____________________________________________________________________________
3701 [  7908] By: jhi                                   on 2000/11/29  02:36:23
3702         Log: Add the Encoding table format documentation.
3703      Branch: perl
3704            + ext/Encode/Encode/EncodeFormat.pod
3705            ! MANIFEST
3706 ____________________________________________________________________________
3707 [  7907] By: jhi                                   on 2000/11/29  02:07:24
3708         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
3709              From: "Casey R. Tweten" <crt@kiski.net>
3710              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
3711              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
3712              
3713              Subject: Re: [PATCH] Updating perltie.pod for arrays
3714              From: "Casey R. Tweten" <crt@kiski.net>
3715              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
3716              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
3717      Branch: perl
3718            ! pod/perltie.pod
3719 ____________________________________________________________________________
3720 [  7906] By: nick                                  on 2000/11/28  22:40:59
3721         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
3722      Branch: perlio
3723            ! iperlsys.h perlio.c
3724 ____________________________________________________________________________
3725 [  7905] By: nick                                  on 2000/11/28  22:04:34
3726         Log: Integrate mainline
3727      Branch: perlio
3728           !> (integrate 39 files)
3729 ____________________________________________________________________________
3730 [  7904] By: jhi                                   on 2000/11/28  16:44:43
3731         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
3732              From: Nicholas Clark <nick@babyhippo.co.uk>
3733              Date: Tue, 28 Nov 2000 11:16:57 +0000
3734              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
3735      Branch: perl
3736            ! pod/perlipc.pod
3737 ____________________________________________________________________________
3738 [  7903] By: jhi                                   on 2000/11/28  16:40:31
3739         Log: Subject: [PATCH] Updating perltie.pod for arrays
3740              From: "Casey R. Tweten" <crt@kiski.net>
3741              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
3742              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
3743      Branch: perl
3744            ! pod/perltie.pod
3745 ____________________________________________________________________________
3746 [  7902] By: jhi                                   on 2000/11/28  16:39:37
3747         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
3748              From: Robin Barker <rmb1@cise.npl.co.uk>
3749              Date: Mon, 27 Nov 2000 17:56:44 GMT
3750              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
3751      Branch: perl
3752            ! pod/perlfunc.pod t/op/split.t
3753 ____________________________________________________________________________
3754 [  7901] By: jhi                                   on 2000/11/28  16:28:04
3755         Log: setmode() is a DOSish-only thing.
3756      Branch: perl
3757            ! perlio.c
3758 ____________________________________________________________________________
3759 [  7900] By: jhi                                   on 2000/11/28  16:21:46
3760         Log: Subject: [PATCH] perlcc.PL cleanups
3761              From: Simon Cozens <simon@cozens.net>
3762              Date: Tue, 28 Nov 2000 12:44:35 +0000
3763              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
3764      Branch: perl
3765            ! utils/perlcc.PL
3766 ____________________________________________________________________________
3767 [  7899] By: gsar                                  on 2000/11/28  06:32:55
3768         Log: reintegrate files missed by change#7895
3769      Branch: maint-5.6/perl
3770           +> ext/ByteLoader/bytecode.h utils/Makefile
3771            - utils/perlbc.PL
3772 ____________________________________________________________________________
3773 [  7897] By: gsar                                  on 2000/11/27  18:22:47
3774         Log: can't integrate these two files, for some reason
3775      Branch: maint-5.6/perl
3776            - ext/ByteLoader/bytecode.h utils/Makefile
3777 ____________________________________________________________________________
3778 [  7895] By: gsar                                  on 2000/11/27  18:11:21
3779         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
3780              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
3781              6757..6890,6892..6901 from mainline
3782              
3783              Bytecompiler patches from Benjamin Stuhl.
3784              
3785              More bytecompiler.
3786              
3787              Subject: [PATCH blead] B:: missing dependency
3788              
3789              Subject: [PATCH: 6757] configure.com updates and syslog build
3790              
3791              Long double Gconvert fixes from Yitzchak Scott-Thoennes
3792              and Spider Boardman.
3793              
3794              Subject: [PATCH blead] nextchar() abuse misses an optimisation
3795              
3796              Long double fixes from Spider Boardman.
3797              
3798              Make the selection of NVff et al stricter.
3799              
3800              cSVOPo_*v things index into the current PL_curpad
3801              under ithreads, which is different from the curpad
3802              used by the XSUB.  (In other words, the code as-is
3803              before this patch wouldn't work under ithreads.)
3804              
3805              Be portable.
3806              
3807              VMS MMS (make) wants null action.
3808              
3809              Mac and other portability updates from Chris Nandor.
3810              
3811              Storable support, v-version fixes.
3812              Subject: CPAN.pm beta for testing available
3813              
3814              Portability fix from Hugo van der Sanden.
3815              
3816              Bad makefile.
3817              
3818              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
3819              
3820              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
3821              
3822              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3823              
3824              Replace #6705 with a minimal doc patch.
3825              Subject: [PATCH 5.6.0] replace change #6705
3826              
3827              Drop the separate perlbc, perlcc -b should be enough.
3828              
3829              installperl couldn't tell whether it had run tests or not.
3830              Subject: [PATCH] Re: installperl and t/TEST
3831              
3832              Add silencer flags to installperl.
3833              Subject: [PATCH] Making installperl silent.
3834              
3835              Make "make install" by default silent.  A new "install-verbose"
3836              target is verbose.
3837              
3838              More liberal parsing of version numbers.
3839              Subject: Re: CPAN.pm beta for testing available
3840              
3841              Create directories in silence.
3842              Subject: [PATCH] Another silencer for MakeMaker
3843              
3844              DOS patches and portability/porting notes, from Tim Jenness.
3845              
3846              Make installman to recognize the silence flag -S.
3847              
3848              Actually do something with the silencer option.
3849              
3850              Continue silencing.
3851              
3852              Show the doc file, not the temp file.
3853              
3854              Regen perltoc.
3855              
3856              Subject: [PATCH] More silencing of installman.
3857              
3858              Better wording for the vec lvalue diagnostic.
3859              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3860              
3861              Subject: [PATCH: 6805] several more tweaks to configure.com
3862              
3863              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
3864              
3865              Missing parts of 
3866              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
3867              
3868              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
3869              (applied slightly modified)
3870              
3871              installperl --verbose and --silent.
3872              Subject: Re: [PATCH] More silencing of installman.
3873              
3874              Add install-silent target.
3875              
3876              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
3877              the problem reported in
3878              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
3879              
3880              Tweak the sfio/useperlio logic, hopefully as wished in
3881              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
3882              
3883              One forgotten file from #6816.
3884              
3885              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3886              
3887              Remove duplicately applied patch shards.
3888              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
3889              
3890              Support preserving extremely big/small angles.
3891              
3892              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
3893              
3894              Subject: [PATCH] installation not quite silent yet.
3895              
3896              Update the test count.
3897              
3898              Use UVxf, PTR2UV, NVff.
3899              
3900              Document PTR2XX and INT2PTR.
3901              
3902              no-install target a la make -n.
3903              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
3904              
3905              grep -e isn't portable.
3906              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
3907              
3908              Can't get the test to reliably work thanks to the
3909              inaccurateness of floating point.  "Resolves" bug ids
3910              20000826.003, 20000826.009, 20000826.010,
3911              
3912              Subject: installman buglet
3913              
3914              DJGPP update from Laszlo Molnar.
3915              
3916              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3917              
3918              Passing -R in ldflags makes now it to appear in the default
3919              for lddlflags, just like with -L.
3920              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3921              
3922              Test nit.
3923              
3924              Use the actual thread type, not the pointer-to-struct.
3925              
3926              Provice virtual $Config{ccflags_nolargefiles} etc. 
3927              
3928              display_format used as a class method without arguments was broken,
3929              reported in
3930              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
3931              
3932              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
3933              
3934              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
3935              
3936              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
3937              
3938              opmini.o may be left around if a build is interrupted.
3939              
3940              Typo in #6858.
3941              
3942              Fix for ID 20000828.001, long doubles were not formatted
3943              correctly (showed up in $], which stopped installing perl).
3944              
3945              An attempt to fix the problem reported in
3946              Subject: Building perl@6856 using gcc/AIX 4.3.3 
3947              I can't test this properly since the gcc installation I have
3948              access to seems to be botched (gcc is calling the AIX cpp,
3949              a losing proposition...)
3950              
3951              Add -ld to archname on long tr...double platforms.
3952              
3953              Subject: hv.h Doc Patch
3954              
3955              Potential cruft.
3956              
3957              Subject: [PATCH bleedperl@6856] warnings fixes
3958              
3959              -S is the silent flag, -s is the strip flag.
3960              Subject: [PATCH] Re: [PATCH] make no-install          
3961              
3962              Take out the SUIDMAIL thing, that will not be
3963              a problem in 5.7.*.
3964              
3965              Subject: [PATCH bleedperl@6866] spellings
3966              
3967              Subject: [PATCH] Re: files not cleaned even by veryclean
3968              
3969              Use minimal @INC in tests, most of the time just '../lib',
3970              so that we simply can't pick up stuff from other Perls than
3971              the one we are testing.  Pointed out by
3972              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
3973              
3974              Update to Getopt::Long 2.24, from Johan Vromans.
3975              
3976              Fix for thinko in #6848.
3977              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
3978              
3979              Patches all over for people and the files they (hopefully) care about.
3980              
3981              Subject: Net::protoent does not export 'getproto'
3982              
3983              Missed a change in #6869.
3984              
3985              Subject: [PATCH] Warnings in B::Deparse
3986              
3987              Subject: [PATCH] Glob dumping
3988              
3989              Disable one of the tests for now.
3990              
3991              Disabling the one test is a bit tricky.
3992              
3993              Don't forget to tidy up.
3994              
3995              The #6881 removed one dump line.
3996              
3997              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3998              
3999              Under usethreads the dumped variable is IN_PAD.
4000              Subject: Re: [PATCH] Glob dumping
4001              
4002              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4003              
4004              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4005              
4006              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4007              
4008              Regen Configure for #6894.
4009              
4010              Subject: [PATCH: 6889] updates to perlebcdic.pod
4011              
4012              Undo namespace pollution of #6878.
4013              Subject: Re: Net::protoent does not export 'getproto'
4014              
4015              Admit that we are leaking scalars.
4016              
4017              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4018      Branch: maint-5.6/perl
4019           !> (integrate 271 files)
4020 ____________________________________________________________________________
4021 [  7894] By: gsar                                  on 2000/11/27  16:00:34
4022         Log: a couple of nits
4023      Branch: maint-5.6/perl
4024            ! MANIFEST pp_sys.c
4025 ____________________________________________________________________________
4026 [  7893] By: gsar                                  on 2000/11/27  15:10:56
4027         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
4028              6740..6745,6747..6757,6760
4029              
4030              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4031              
4032              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4033              
4034              Doc nits spotted by Richard Soderberg.
4035              
4036              move WNOHANG definition to where other such things are
4037              
4038              Make $Config{byteorder} more magical so that it is
4039              dynamically computed: nice for 'fat binaries'.
4040              Subject: [PATCH]: default byteorder
4041              
4042              Subject: [PATCH] Cwd.pm now uses strict
4043              
4044              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4045              
4046              Get -DLEAKTEST to compile (not necessarily to work, mind)
4047              Subject: [ID 20000724.006] -DLEAKTEST problem
4048              
4049              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4050              
4051              Add perlebcdic from Peter Prymmer, regen toc.
4052              
4053              Don't propose using modules built for 5.005 if no binary
4054              compatibility with 5.005 is attempted.
4055              
4056              Do not use prototyping here.
4057              Subject: [ID 20000817.016] [PATCH] Peek.xs
4058              
4059              Document what the backtick returns if the command fails.
4060              
4061              Add byteorder to the myconfig output.
4062              
4063              Introduce NVef, NVff, and NVgf, use the middle one.
4064              (helps for lib/peek + Linux + long doubles)  Reported in
4065              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4066              Use NVs in POSIX math, not doubles.
4067              Subject: [ID 20000817.014] POSIX & modfl
4068              
4069              Subject: [PATCH 5.6.0+] newSVrv() memory leak
4070              
4071              The byteorder code in #6671 was wrong.
4072              
4073              Fix the lib/complex failure of
4074              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4075              Linux long double accuracy issue: something that
4076              when printed with %g looks like "2" but int() of it is 1.
4077              
4078              Propagate new Configure vars.
4079              
4080              Unbuffer the output.
4081              
4082              Subject: [PATCH] perltrap.pod spring cleaning
4083              
4084              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4085              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4086              
4087              Tiny Getopt::Long patch from Johan Vromans.
4088              
4089              Document code point which makes if (defined %stash::) to work
4090              (noted by Spider Boardman).
4091              
4092              Subject: [PATCH perl@6698] cygwin port
4093              
4094              Document the NDBM_File and ODBM_File as SDBM_File
4095              was documented in #6417.
4096              
4097              The new tests were missing from #6415.
4098              
4099              Add [[:blank:]] as suggested in
4100              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4101              (the [=cc=] has already been taken care of by #6439
4102              so the whole bug report can be closed)
4103              and make [[:space:]] to be equivalent to isspace(3)
4104              (as opposed to \s, which is isSPACE()).  The difference
4105              is that now [[:space:]] matches the mythical vertical tab,
4106              while \s doesn't.
4107              
4108              Don't eat leading os from index entries.
4109              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4110              
4111              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4112              
4113              Typo in pp_complement().
4114              Subject: [PATCH perl-current] Deparse
4115              
4116              Add warnif(), check warnings further up the stack,
4117              all the warnings functions now can take an optional object reference.
4118              Subject: [PATCH bleedperl@6691] warnings pragma update
4119              
4120              Fix a core dump in lib/selfloader under -DDEBUGGING.
4121              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
4122              
4123              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4124              
4125              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4126              
4127              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4128              Put back the long double avoidance code to POSIX.xs
4129              because VMS seems to need it still.
4130              
4131              Introduce a 'veryclean' target that is like 'distclean'
4132              but also removes *~ and *.orig.
4133              
4134              Subject: [ID 20000817.023] endianness description in perlfunc.pod
4135              
4136              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4137              
4138              Let's try #6717 again.
4139              
4140              UTF8 concat fixes.
4141              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4142              
4143              pp_open() could pass an uninitialized filename down to do_open9().
4144              
4145              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4146              
4147              Update to CGI 2.72, from Lincoln Stein.
4148              
4149              Subject: [PATCH] Silence MakeMaker (Was: installman)
4150              
4151              Use temporary directory instead of current directory.
4152              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4153              
4154              Document odd vs even subreleases and -Dusedevel.
4155              
4156              The veryclean target needs to clobber.
4157              
4158              Use File::Spec->tmpdir().
4159              
4160              Document the number of exponent digits.
4161              
4162              Mention perlebcdic and perlposix-bc.
4163              
4164              s/this one/the 5.6.0 release/
4165              
4166              The #6724 is here.
4167              
4168              The correct cleaning order is an art.
4169              
4170              small tweaks for change#6705: avoid C++ style comments in C code;
4171              use Perl's malloc API rather than the low level system one
4172              
4173              Array context keeps slithering in.
4174              
4175              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4176              
4177              Subject: [PATCH] os2.c fix for use64bitint
4178              
4179              Update to Pod::LaTeX 0.53.
4180              Subject: [PATCH] lib/Pod/LaTeX.pm updates
4181              
4182              Document the endianness of Alpha more precisely.
4183              
4184              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4185              
4186              Rename the macro argument because some preprocessors
4187              can't tell the difference and expand arguments also inside
4188              double quoted strings.
4189              
4190              free TLS slot properly on Windows
4191              
4192              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4193              
4194              Unicos/mk requires elaborate paranoia.
4195              
4196              Tweak the floating point output routine preferences.
4197              
4198              Also under djgpp the timestamps are funky.
4199              
4200              Apply some PodParser 1.18 patches; the Pod/Find.pm
4201              patches cannot be applied since #6712 conflicts.
4202              
4203              Use PodParser 1.18 new test.
4204              
4205              A pod nit.
4206              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4207              
4208              Be verydeepclean.
4209      Branch: maint-5.6/perl
4210           +> pod/perlebcdic.pod
4211           !> (integrate 106 files)
4212 ____________________________________________________________________________
4213 [  7892] By: jhi                                   on 2000/11/27  15:02:32
4214         Log: Update Changes.
4215      Branch: perl
4216            ! Changes patchlevel.h
4217 ____________________________________________________________________________
4218 [  7891] By: jhi                                   on 2000/11/27  14:57:23
4219         Log: Subject: Re: perlfaq style changes
4220              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4221              Date: Sat, 25 Nov 2000 23:32:26 -0800
4222              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
4223              
4224              plus a note from Ronald Kimball.
4225      Branch: perl
4226            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
4227 ____________________________________________________________________________
4228 [  7890] By: jhi                                   on 2000/11/27  14:53:14
4229         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
4230              From: Benjamin Holzman <bah@ecnvantage.com>
4231              Date: Sun, 26 Nov 2000 16:27:33 -0500
4232              Message-ID: <20001126162733.J25040@ecnvantage.com>
4233      Branch: perl
4234            ! gv.c
4235 ____________________________________________________________________________
4236 [  7889] By: jhi                                   on 2000/11/27  14:43:11
4237         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
4238              From: lvirden@cas.org
4239              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
4240              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
4241      Branch: perl
4242            ! README.amiga
4243 ____________________________________________________________________________
4244 [  7888] By: jhi                                   on 2000/11/27  14:32:34
4245         Log: Restore also the locale test to no-sprintf-taint state.
4246              Fixes the bug 20001127.003.
4247      Branch: perl
4248            ! sv.c t/pragma/locale.t
4249 ____________________________________________________________________________
4250 [  7887] By: gsar                                  on 2000/11/27  14:13:05
4251         Log: integrate changes#6613..6616,6620..6665 from mainline
4252              
4253              VMS configure.com update continues.
4254              
4255              Subject: Test fails / warnings with perl-current #6612
4256              
4257              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
4258              
4259              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4260              
4261              For now remove the mail code.
4262              
4263              Subject: Re: [PATCH] @+, @- readonly
4264              
4265              Subject: warning: storage class after type is obsolescent
4266              
4267              Subject: sfio2000
4268              
4269              Subject: Re: File::Temp problems on VMS in bleedperl
4270              
4271              README.os2 update.
4272              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
4273              
4274              Make the user to give up his firstborn, err, to knowingly
4275              verify installing an unstable developer release.  Also bump
4276              the release to 5.7.0, but leave a patch tag in the local
4277              patches saying that this is not yet the real thing.
4278              
4279              Update (kinda) to Test 1.14, from Joshua Pritikin.
4280              
4281              make ok etc also for win32.
4282              
4283              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
4284              
4285              Don't blow limited stacks, a lower number is enough to
4286              tickle the lookbehind limit.
4287              
4288              Use -Dusedevel; regen Configure and the respective Porting stuff.
4289              
4290              Subject: [PATCH] debugger exit code should reflect user exit code
4291              
4292              Subject: [PATCH perl@6620] cygwin port
4293              
4294              Missed a file from #6638.
4295              
4296              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)
4297              
4298              magic callbacks all need to have same type signature
4299              
4300              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
4301              
4302              Fix a dependency problem.
4303              Subject: [PATCH: 6640] VMS Makefile.SH update
4304              
4305              The numeric locale was reset to "C" by s?printf and never restored.
4306              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
4307              No test since adding the failing example to locale.t
4308              does not fail -- probably because the locale settings are so
4309              thoroughly tweaked by that time.  Running the example standalone
4310              does fail, though.  UPDATE: test case added at change #7540.
4311              
4312              Subject: [ID 20000324.040] minor fix to perlhpux.pod
4313              
4314              Update to CPAN 1.57.
4315              
4316              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
4317              
4318              Change the perlbug address to perl.org since it's more forgiving.
4319              
4320              Change the regx compilation error markers to use = instead of <
4321              since pod makes using the latter quite messy.  Reported in
4322              ID 20000814.006 by Abigail and in
4323              Subject: Unknown escape E<> ?
4324              
4325              Update to perldebtut 1.9, from Richard Foley.
4326              
4327              check that the number pseudo children doesn't exceed
4328              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4329              the WaitForMultipleObjects() limit that would cause wait()
4330              to crash)
4331              wait() and waitpid() could potentially be rewritten to use
4332              more than one thread to do the waiting to eliminate this
4333              limitation
4334              
4335              change#6328 could make close(SOCKET) return false on windows
4336              when it shouldn't
4337              
4338              pod nit seen in passing
4339              
4340              on windows, the return values from wait() and waitpid() don't
4341              match those of pseudo-pids
4342              
4343              waitpid() now handles externally spawned pids correctly;
4344              fixes for backtick/wait/waitpid failures on Windows 9x
4345              these changes make the pid returned by process functions on
4346              Windows 9x always positive by clearing the high bit (which
4347              is always set on Win9x); pseudo-process PIDs are likewise
4348              always negative now on Win9x (just as on NT/2000)
4349              
4350              trailing new %ENV entries weren't being pushed into the real
4351              environment of subprocesses on Windows
4352              
4353              Tweak the regex compilation errors once more.
4354              
4355              avoid warnings from dense compiler
4356              
4357              add "ok" targets from change#6632 in makefile.mk
4358      Branch: maint-5.6/perl
4359            - lib/Pod/PlainText.pm vms/configure.com
4360           !> (integrate 66 files)
4361 ____________________________________________________________________________
4362 [  7886] By: jhi                                   on 2000/11/27  13:54:18
4363         Log: __FUNCTION__ isn't portable and trying to emulate it leads
4364              into practically spelling out the name of the function.
4365              Takes care of the bug 20001127.001.
4366      Branch: perl
4367            ! perlio.c
4368 ____________________________________________________________________________
4369 [  7885] By: gsar                                  on 2000/11/27  13:53:18
4370         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
4371              6610..6611 from mainline
4372              
4373              Make regular expression parse error messages easier to understand.
4374              Subject: Re: enhanced(?) regex error messages
4375              
4376              Tiny tidying on report_evil_fh().
4377              
4378              Subject: Re: enhanced(?) regex error messages 
4379              plus Capitalize the error messages, plus perldiag them.
4380              
4381              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
4382              
4383              Document here-doc better.
4384              
4385              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4386              
4387              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
4388              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
4389              (either perlbug or p5p ate the original), plus regen
4390              perlapi and perltoc. 
4391              
4392              Regen global.sym.
4393              
4394              Double check that we have a dirhandle.
4395              
4396              Subject: Re: enhanced(?) regex error messages
4397              (plus two small patches sent privately)
4398              (this still seems to leave few test failures)
4399              
4400              warn is a macro, avoid using at a variable to avoid warnings
4401              in some configurations; readdir.t is too conservative in
4402              estimating number of *.t's
4403              
4404              Get back into sync with Jeffrey on the enhanced regex warnings.
4405              
4406              Subject: [PATCH 5.6.0] cygwin port
4407              
4408              Zero entries were skipped, fix from Adrian Goalby
4409              <argoalby@yahoo.co.uk>
4410              
4411              Subject: Remove dead entry in perldiag
4412              
4413              Amend the description of Perl6.
4414              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
4415              
4416              detypo
4417              
4418              It's the 2ndO'ROSSC.
4419              
4420              Revert the sv.c part of #6559, a better fix is needed.
4421              
4422              Iterating perl6 description.
4423              
4424              Update to Term::ANSIColor 1.03, from Russ Allbery.
4425              
4426              Update to Getopt::Long 2.23_05, from Johan Vromans.
4427              
4428              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
4429              
4430              Update to Pod::Parser 1.17, from Brad Appleton.
4431              
4432              Update to CPAN 1.56, from Andreas König.
4433              
4434              Update to CGI 2.70, from Lincoln Stein.
4435              
4436              Put back the std @INC thing.
4437              
4438              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
4439              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
4440              
4441              Document the IO::Select timeout.
4442              
4443              sleep(1) does not necessarily return 1.
4444              Subject: [PATCH bleadperl] op/lex_assign.t  
4445              
4446              Subject: debugger "d" command doesnt check line number
4447              
4448              B::Deparse didn't do sub attributes.
4449              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
4450              
4451              Preprocessing and postprocessing for File::Find.
4452              Subject: Patch to Find::File.pm to allow alphabetical results
4453              
4454              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
4455              
4456              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
4457              
4458              Subject: Re: [ID 20000730.003] utf8::length() bad
4459              
4460              Subject: Getting perlio and threads to compile
4461              (the Solaris version changes in Configure skipped)
4462              
4463              Tests for #6589.
4464              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
4465              
4466              Add Perl debugging tutorial, regen toc. 
4467              Subject: perldebtut.pod
4468              
4469              Add a few missing files, update MANIFEST.
4470              
4471              Rewrite of vms/subconfigure.com as configure.com,
4472              from Peter Prymmer and the vmsperl crew.
4473              
4474              Should have deleted this in #6603.
4475              
4476              Fix the test for 5005threads.
4477              
4478              Fix-n-skip the tests under 5005threads.
4479              
4480              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
4481              
4482              Upgrade to CGI 2.71, from Lincoln Stein.
4483      Branch: maint-5.6/perl
4484           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
4485           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
4486           +> t/op/regmesg.t t/pod/find.t vms/configure.com
4487            - vms/subconfigure.com
4488            ! lib/lib.pm
4489           !> (integrate 115 files)
4490 ____________________________________________________________________________
4491 [  7884] By: jhi                                   on 2000/11/27  13:44:33
4492         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
4493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4494              Date:     Mon, 27 Nov 2000 08:23:54 EST
4495              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
4496      Branch: perl
4497            ! vms/descrip_mms.template vms/test.com
4498 ____________________________________________________________________________
4499 [  7883] By: gsar                                  on 2000/11/27  11:50:46
4500         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
4501              6511..6513,6515..6523,6525..6536
4502              
4503              The swallow_bom() saga continues.  The #23 of require.t
4504              (UTF16-LE) still fails (silently, no output) but the #22
4505              (UTF16-BE) seems to be working now.  The root of the
4506              failure may be in sv_gets(): is it UTF-16LE-aware,
4507              especially when it comes to line endings? 
4508              
4509              Document the problem with -P in HP-UX and its workaround.
4510              
4511              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
4512              (aka ID 20000730.002)
4513              
4514              Subject: fix and question re: waitpid() under win32
4515              
4516              Make the safety catch for buggy gccs work with triple version
4517              numbers like 2.95.2.  Reported in
4518              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
4519              
4520              In Digital UNIX warn if gcc explicitly chosen because even
4521              2.95.2 is known to cause problems.
4522              
4523              Make chr() for values >127 to create utf8 when under utf8.
4524              
4525              various syntax errors and such (not fixed: comp/require.t#22 coredump
4526              on Windows)
4527              
4528              Stash away the largefiles flags and libswanted.
4529              
4530              BOM patching from Simon Cozens.
4531              
4532              If gccosandvers is equal to osname, clear gccosandvers.
4533              
4534              Make p4desc to skip non-mainperl branches by default.
4535              
4536              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
4537              
4538              The test from this
4539              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
4540              
4541              In new BSDs changes to argv[] do not show up in ps(1) output,
4542              instead one must use setproctitle().  This was already addressed
4543              by change #6457, but the below has a new variant for FreeBSD 4.0
4544              or later, and the matter is also documented more.
4545              
4546              FreeBSD 3.* updates from
4547              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
4548              
4549              regen_headers, regen perltoc.
4550              
4551              Document in one place the memory abstractions used in Perl core.
4552              
4553              memcpy has n o in it, as pinted ut by Sarathy.
4554              
4555              Remove the extraneous "main::" prefix from all the
4556              "opened only for", "on closed", and "never opened" warnings.
4557              
4558              The name of a filehandle does not have <these>.
4559              
4560              The tr utf8 patching continues.
4561              
4562              The new setproctitle() feature is available only in 
4563              bleeding edge FreeBSD.  From Paul Saab.
4564              
4565              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
4566              
4567              Dump UVs as UVs in Data::Dumper.
4568              
4569              detypo #6494
4570              
4571              Document the IVdf UVuf UVof UVxf.
4572              
4573              require.t needs binmode() to work on windows
4574              
4575              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
4576              that are hopefully soon put into use.
4577              
4578              Allow "no Module;" even if there is no 'unimport'.
4579              
4580              Better skip message for the test; one of the two problems in
4581              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
4582              
4583              The subtest 4 may fail also on VOBS, as pointed out
4584              by Nick Ing-Simmons in November 1999, bug id 19991124.003
4585              (but the failure in that bug report isn't the subtest 4).
4586              
4587              Be more informative on what is skipped and why,
4588              also repeat the list at the end.
4589              
4590              Add a URL for FSF.
4591              
4592              Subject: [PATCH] sv.h documentation - SvLEN
4593              
4594              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
4595              
4596              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
4597              
4598              Subject: [PATCH] bad cppsymbols on os2 + Configure question
4599              
4600              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
4601              
4602              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
4603              mention the idea of @( and @)
4604              
4605              This is 6512.  Really.
4606              
4607              Subject: [ID 19990721.004] Documentation bug in perlfunc
4608              
4609              Subject: Minor tweak to perlvar.pod
4610              
4611              In the warnings call filehandles consistently so;
4612              add "unopened" warning for stat().
4613              
4614              After the #6519 a warning about stat() is just that,
4615              not about a filetest, which now have their own warning.
4616              
4617              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
4618              
4619              Subject: Re: Array vs. List context
4620              
4621              Subject: New perlcc, take 2
4622              
4623              Weed buglets pointed out by
4624              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
4625              
4626              gcc versions might have (parentheses) in them.
4627              
4628              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
4629              
4630              Essential prototype changes were missing from #6527.
4631              Also make report_evil_fh() more bomb-proof.
4632              
4633              Zap lib/Sys directory when cleaning up.
4634              
4635              Change the Policy policy: now -Dprefix= with an existing
4636              Policy.sh and prefix == siteprefix == vendorprefix, then all
4637              of them follow along the new prefix.
4638              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
4639              
4640              Continue fixing the io warnings.  This also
4641              sort of fixes bug ID 20000802.003: the core dump
4642              is no more.  Whether the current behaviour is correct
4643              (giving a warning: "Not a format reference"), is another matter.
4644              
4645              Have symbols for the IoTYPEs.
4646              
4647              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
4648              
4649              Document a bit that UDP is not what you might think.
4650              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
4651              tr memory corruption fix from Simon Cozens.
4652              
4653              Plug the security hole described in the Aug 05 2000 bugtraq message
4654              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
4655              The security hole exists only in suidperls, which isn't
4656              installed or even built by default.
4657      Branch: maint-5.6/perl
4658           !> (integrate 71 files)
4659 ____________________________________________________________________________
4660 [  7882] By: gsar                                  on 2000/11/27  10:25:36
4661         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
4662              from mainline
4663              
4664              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
4665              to be fatal errors (instead of by default ignoring them, and
4666              ignoring with a bug: even though -w gave an error, the opening [
4667              was left in)  Reported in:
4668              
4669              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
4670              
4671              Subject: [PATCH] split /^/
4672              
4673              MacOS nits from Matthias Neeracher.
4674              
4675              More split() doc and test patches from Mike Guy.
4676              
4677              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
4678              from Graham Barr in the module list.
4679              
4680              docfix from Peter Scott <Peter@PSDT.com>.
4681              
4682              File::Temp patches for VMS and OS/2 from Tim Jenness.
4683              
4684              open() wariness in perlbug.
4685              
4686              Subject: [PATCH] minor doc change - perlguts
4687              
4688              Subject: Minor doc patch: handy.h
4689              
4690              Be wary of close()s, too.
4691              
4692              Further File::Temp patches from Yitzchak Scott-Thoennes
4693              and Craig A. Berry.
4694              
4695              Subject: [PATCH] fixes bug 20000508.004
4696              
4697              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
4698              
4699              Allow "no AutoLoader;", based on change #6444,
4700              suggested by Graham Barr.
4701              
4702              Use setproctitle() if available to modify $0.
4703              
4704              Warn if the version of the operating system used to compile gcc
4705              differs from the current version of the operating system.
4706              Also display the gcc compilation os and version in myconfig.
4707              Inspiration from
4708              
4709              Tiny fixes for #6460.
4710              
4711              The problem described in this
4712              Subject: [ID 20000322.018] named chars aren't magical enough
4713              has been fixed in perl 5.6.0 but just in case added a test
4714              to keep it away.  (The report from Joseph Hall.)
4715              
4716              Tune the comments and hopefully stop a memory leak.
4717              
4718              Subject: UTF8 concat
4719              (with a memory leak fixed, plus a few casts added)
4720              This also seems to help for
4721              Subject: [ID 20000716.015] join UTF8 weirdness
4722              
4723              Do not upgrade SVs into utf8 just because they participate
4724              in eq or cmp.  Reported and fix suggested in
4725              Subject: [ID 20000720.009] sv_eq UTF8 bug
4726              
4727              Fix the HALF_UPGRADE() macro introduced in #6263.
4728              
4729              Find green threads before native threads.
4730              Subject: Re: Patch to jpl/JNI/Makefile.PL
4731      Branch: maint-5.6/perl
4732           !> (integrate 30 files)
4733 ____________________________________________________________________________
4734 [  7881] By: jhi                                   on 2000/11/27  05:48:41
4735         Log: It seems that *both* the unused submatch loop cleanup
4736              codes are needed.
4737      Branch: perl
4738            ! regexec.c
4739 ____________________________________________________________________________
4740 [  7880] By: jhi                                   on 2000/11/27  04:50:07
4741         Log: Clean .exists deeper.
4742      Branch: perl
4743            ! Makefile.SH
4744 ____________________________________________________________________________
4745 [  7879] By: jhi                                   on 2000/11/27  02:31:35
4746         Log: The code in regcppop() (see #7878) contains the correct lower
4747              limit for the unused submatch 'cleanup' loop so that under
4748              "use utf8" the following code wouldn't dump core:
4749              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
4750              the cleanup loop in regtry() stomped beyond allocated area
4751              in the startp[] array.  Therefore, copied the correct lower
4752              loop limit (*PL_reglastparen) to regtry().  Note: something
4753              may still not be quite right: why was the _higher_ loop limit
4754              (prog->nparens) different in the utf8 case?
4755              
4756              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
4757              without core dumps, there were about 17 of them before
4758              the patch (with us since Perl 5.7.0).  Two failures, still:
4759              496 and 505 (though these may not be severe).
4760              
4761              Patch #7881 is also needed since both the cleanup loops
4762              seem to be needed.
4763              
4764              Also, the t/op/pat#44 seems to core dump under utf8.
4765              Plus a couple of failures.  UGH-8.
4766      Branch: perl
4767            ! regexec.c
4768 ____________________________________________________________________________
4769 [  7878] By: jhi                                   on 2000/11/27  02:21:17
4770         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
4771              the code in regcppop() seems to be redundant for the test suite --
4772              but it contains a germ of truth, and it needed for the build
4773              process itself: see #7879 and #7881.
4774      Branch: perl
4775            ! regexec.c
4776 ____________________________________________________________________________
4777 [  7877] By: jhi                                   on 2000/11/27  01:53:09
4778         Log: Comment on comment.
4779      Branch: perl
4780            ! regexec.c
4781 ____________________________________________________________________________
4782 [  7876] By: jhi                                   on 2000/11/27  00:49:59
4783         Log: Adjust the docs to agree with #7875.
4784      Branch: perl
4785            ! pod/perllocale.pod
4786 ____________________________________________________________________________
4787 [  7875] By: jhi                                   on 2000/11/27  00:49:27
4788         Log: Retract #7863.  It makes more sense not to taint formatted output,
4789              not even by sprintf().
4790      Branch: perl
4791            ! sv.c
4792 ____________________________________________________________________________
4793 [  7874] By: jhi                                   on 2000/11/26  23:36:02
4794         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
4795              Not really fixed (should really dump the UTF-8 charclass),
4796              but stopped displaying the garbage.
4797              
4798              Also add a note on the (missing) Unicode PSXSPC and BLANK.
4799      Branch: perl
4800            ! regcomp.c
4801 ____________________________________________________________________________
4802 [  7873] By: jhi                                   on 2000/11/26  21:31:13
4803         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
4804      Branch: perl
4805            ! regexec.c
4806 ____________________________________________________________________________
4807 [  7872] By: jhi                                   on 2000/11/26  21:06:04
4808         Log: No need to scan till infinity, 13 is enough.
4809      Branch: perl
4810            ! handy.h utf8.c
4811 ____________________________________________________________________________
4812 [  7871] By: jhi                                   on 2000/11/26  20:20:32
4813         Log: Test line numbers are different with utf8.
4814      Branch: perl
4815            ! t/op/re_tests
4816 ____________________________________________________________________________
4817 [  7870] By: jhi                                   on 2000/11/26  20:10:12
4818         Log: Message nit.
4819      Branch: perl
4820            ! regcomp.c
4821 ____________________________________________________________________________
4822 [  7869] By: jhi                                   on 2000/11/26  19:01:05
4823         Log: Make utf8_length() and utf8_distance() (the latter of which
4824              is unused at the moment) to be less forgiving about bad UTF-8.
4825      Branch: perl
4826            ! embed.h embed.pl objXSUB.h proto.h utf8.c
4827 ____________________________________________________________________________
4828 [  7868] By: jhi                                   on 2000/11/26  18:45:56
4829         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
4830              From: Benjamin Holzman <bah@ecnvantage.com>
4831              Date: Sat, 25 Nov 2000 20:40:20 -0500       
4832              Message-ID: <20001125204020.A25040@ecnvantage.com>              
4833              
4834              Debian allows installing /usr/bin/locale without installing
4835              any locales, an error message will ensue.
4836      Branch: perl
4837            ! t/pragma/locale.t
4838 ____________________________________________________________________________
4839 [  7867] By: jhi                                   on 2000/11/26  18:31:12
4840         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
4841              From: Benjamin Holzman <bah@ecnvantage.com>
4842              Date: Sun, 26 Nov 2000 02:42:34 -0500
4843              Message-ID: <20001126024234.G25040@ecnvantage.com>
4844              
4845              Patch for the bug 20000212.002.
4846      Branch: perl
4847            ! sv.c t/op/array.t
4848 ____________________________________________________________________________
4849 [  7866] By: jhi                                   on 2000/11/26  18:28:09
4850         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
4851              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4852              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
4853              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
4854              
4855              File::Temp 0.11.
4856      Branch: perl
4857            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
4858 ____________________________________________________________________________
4859 [  7865] By: jhi                                   on 2000/11/26  18:24:22
4860         Log: The metaconfig unit change for #7864.
4861      Branch: metaconfig/U/perl
4862            ! need_va_copy.U
4863 ____________________________________________________________________________
4864 [  7864] By: jhi                                   on 2000/11/26  18:23:41
4865         Log: Make the va_copy() test not to be so talkative.
4866      Branch: perl
4867            ! Configure config_h.SH
4868 ____________________________________________________________________________
4869 [  7863] By: jhi                                   on 2000/11/26  18:11:02
4870         Log: Fix locale inconsistencies unearthed by Hugo's work.
4871              Now the floating point sprintf really does taint the result
4872              string as perllocale promises (has promised for a long time)
4873              if "use locale" is in the lexical scope.
4874      Branch: perl
4875            ! sv.c t/pragma/locale.t
4876 ____________________________________________________________________________
4877 [  7862] By: jhi                                   on 2000/11/26  00:35:15
4878         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
4879              From: Nicholas Clark <nick@ccl4.org>
4880              Date: Sun, 26 Nov 2000 00:07:50 +0000
4881              Message-ID: <20001126000750.A22446@plum.flirble.org>
4882              
4883              Infinit.
4884      Branch: perl
4885            ! sv.c
4886 ____________________________________________________________________________
4887 [  7861] By: jhi                                   on 2000/11/26  00:01:26
4888         Log: Integrate perlio.
4889      Branch: perl
4890           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
4891 ____________________________________________________________________________
4892 [  7860] By: nick                                  on 2000/11/25  22:04:17
4893         Log: Correct relative path from new ext\Filter\Util\Call location
4894              back to miniperl.
4895      Branch: perlio
4896            ! win32/makefile.mk
4897 ____________________________________________________________________________
4898 [  7859] By: nick                                  on 2000/11/25  21:26:54
4899         Log: Integrate mainline.
4900      Branch: perlio
4901           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4902           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
4903           +> t/lib/filter-util.t
4904            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
4905            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
4906            - t/lib/filt-util.t
4907           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
4908           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
4909           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
4910           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
4911           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
4912           !> win32/makefile.mk
4913 ____________________________________________________________________________
4914 [  7858] By: gsar                                  on 2000/11/25  20:52:17
4915         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
4916              parent's memory; fix it by keeping track of the actual pad
4917              offset rather than a raw pointer (this change is probably also
4918              relevant to non-ithreads case to avoid fallout from reallocs of
4919              the pad array, but is currently only enabled for the ithreads
4920              case in the interests of minimal disruption to existing "well
4921              tested" code)
4922      Branch: perl
4923            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
4924            ! proto.h scope.c scope.h sv.c t/op/fork.t
4925 ____________________________________________________________________________
4926 [  7857] By: nick                                  on 2000/11/25  20:01:28
4927         Log: All tests pass on Win32/gcc/USE_PERLIO.
4928              - when crlf layer is pushed make unix-level binary.
4929              - remove :crlf injection in pp_backtick in pp_sys.c
4930              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
4931      Branch: perlio
4932            ! doio.c perlio.c pp_sys.c win32/makefile.mk
4933 ____________________________________________________________________________
4934 [  7856] By: jhi                                   on 2000/11/25  18:38:30
4935         Log: Update the metaconfig units for #7855.
4936      Branch: metaconfig/U/perl
4937            ! useperlio.U usesocks.U
4938 ____________________________________________________________________________
4939 [  7855] By: jhi                                   on 2000/11/25  18:37:54
4940         Log: Undo the SOCKS workarounds, instead start using PerlIO
4941              if SOCKS is selected.
4942              
4943              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
4944              From: Jens Hamisch <jens@Strawberry.COM>
4945              Date: Fri, 24 Nov 2000 18:31:30 +0100
4946              Message-ID: <20001124183130.E28337@Strawberry.COM>
4947              
4948              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
4949              From: Jens Hamisch <jens@Strawberry.COM>
4950              Date: Fri, 24 Nov 2000 19:11:51 +0100
4951              Message-ID: <20001124191151.A28753@Strawberry.COM>
4952      Branch: perl
4953            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
4954            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
4955 ____________________________________________________________________________
4956 [  7854] By: jhi                                   on 2000/11/25  17:39:08
4957         Log: Undo #7848.  Some of the code seems to use walkoptree(),
4958              some walkoptree_slow().  An unfinished renaming?
4959              Now the sub is walkoptree() (which is @EXPORT_OK),
4960              the walkoptree_slow() is a typeglob alias to walkoptree.
4961              This makes the tests to pass, at least.
4962      Branch: perl
4963            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
4964 ____________________________________________________________________________
4965 [  7853] By: nick                                  on 2000/11/24  22:24:33
4966         Log: Re-arrange crlf vs binary for platforms that care.
4967              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
4968              Lip-service to making stdio layer work on such platfroms (untested).
4969              Now fails 3 tests rather than one, checkin to see if I can debug 
4970              the issue under linux. (Do not merge.)
4971      Branch: perlio
4972            ! doio.c perlio.c perliol.h
4973 ____________________________________________________________________________
4974 [  7852] By: jhi                                   on 2000/11/24  18:57:39
4975         Log: AUTHORS edits.
4976      Branch: perl
4977            ! AUTHORS
4978 ____________________________________________________________________________
4979 [  7851] By: jhi                                   on 2000/11/24  17:34:56
4980         Log: Add Jan-Erik Karlsson.
4981      Branch: perl
4982            ! AUTHORS
4983 ____________________________________________________________________________
4984 [  7850] By: jhi                                   on 2000/11/24  17:27:56
4985         Log: Configure should find stdchar on its own.
4986      Branch: perl
4987            ! hints/solaris_2.sh
4988 ____________________________________________________________________________
4989 [  7849] By: jhi                                   on 2000/11/24  17:24:55
4990         Log: Subject: PATCH over 7848: Filter test flawed
4991              From: andreas.koenig@anima.de (Andreas J. Koenig)
4992              Date: 24 Nov 2000 10:28:29 +0100
4993              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
4994      Branch: perl
4995            ! t/lib/filter-util.t
4996 ____________________________________________________________________________
4997 [  7848] By: jhi                                   on 2000/11/24  17:22:15
4998         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
4999              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
5000              Date: Fri, 24 Nov 2000 16:12:58 +0000
5001              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
5002      Branch: perl
5003            ! ext/B/B.pm
5004 ____________________________________________________________________________
5005 [  7847] By: jhi                                   on 2000/11/24  03:07:01
5006         Log: Integrate perlio.
5007      Branch: perl
5008           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5009           !> win32/makefile.mk
5010 ____________________________________________________________________________
5011 [  7846] By: gsar                                  on 2000/11/24  00:55:57
5012         Log: integrate changes#6415..6418,6420..6438 from mainline
5013              
5014              Fix the bitvector ops for utf8 (tricky since past 7 bits
5015              the utf8 'characters' can be more than one octet).
5016              
5017              MPE/ix updates for perl 5.6.0 from Mark Bixby.
5018              
5019              Subject: SDBM_File documentation
5020              
5021              Detypo.
5022              
5023              Decutandpasto.
5024              
5025              Send all installperl messages to STDERR and be -w clean.
5026              
5027              Out-of-date note removed.
5028              
5029              Protect against "wild next"s, that is, callbacks doing "next"
5030              instead of "return".
5031              
5032              Use STDOUT consistently.
5033              
5034              The output might have been produced in the wrong order.
5035              
5036              A missing 'break' after the [[:space:]] switch case.
5037              
5038              Add tests for
5039              [ID 19991110.003] another matching finding by pcre author
5040              which has already been fixed by some patch, as verified in
5041              
5042              Documentation to explain the behaviour of map().
5043              
5044              Add an optimization for map-maps-a-list-element-to-more-list-elements
5045              case, but add also notes explaining the relationship of this
5046              patch and the earlier notes by Sarathy.
5047              
5048              Subject: [ID 20000716.023] syslog test fails without sockets
5049              
5050              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5051              Test cases for #6431.
5052              
5053              File::Spec::VMS fixup for tmpdir from Craig Berry.
5054              
5055              Make the "uninit variable" warning to say "concat or string"
5056              or "join or string" when in concat or join .
5057              
5058              Get UTF16 BOMs working.  Patch from
5059              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
5060              
5061              Subject: [PATCH] Make large file tests deal with SIGXFSZ
5062              
5063              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
5064              
5065              Subject: [PATCH] av.c apidoc
5066      Branch: maint-5.6/perl
5067           !> (integrate 43 files)
5068 ____________________________________________________________________________
5069 [  7845] By: gsar                                  on 2000/11/24  00:20:45
5070         Log: integrate changes#6406..6414 from mainline
5071              
5072              Merge perlhacktut into perlhack, update perlguts.
5073              
5074              Fix AutoSplit to use File::Spec the right way in VMS,
5075              from Peter Prymmer.
5076              
5077              The bug report
5078              [ID 19991110.002] minimal matching discrepancy found by pcre author
5079              seems to have been fixed (though differently from what was suggested
5080              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
5081              
5082              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
5083              not in pod, from Peter Prymmer
5084              
5085              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
5086              From: Hugo <hv@crypt.compulink.co.uk>
5087              Date: Fri, 14 Jul 2000 23:05:20 +0100
5088              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
5089              
5090              Didn't anymore apply, but that point still could use another fix.
5091              
5092              lib/b test fixes from Peter Prymmer.
5093              
5094              More docs for sv functions.
5095              
5096              perlvms.pod whitespace cleanup to keep pod utils happy.
5097              
5098              another VMS build tweak from Peter Prymmer
5099      Branch: maint-5.6/perl
5100           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
5101           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
5102           !> vms/descrip_mms.template vms/perlvms.pod
5103 ____________________________________________________________________________
5104 [  7844] By: nick                                  on 2000/11/23  23:42:45
5105         Log: Win32/perlio Now just fails one io/argv.t test - lack 
5106              of default :crlf on standard streams.
5107      Branch: perlio
5108            ! doio.c perlio.c
5109 ____________________________________________________________________________
5110 [  7843] By: nick                                  on 2000/11/23  23:04:05
5111         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
5112              peek fail is showing a real problem (multiple crlf layers
5113              are getting pushed.)
5114      Branch: perlio
5115            ! doio.c perlio.c win32/makefile.mk
5116 ____________________________________________________________________________
5117 [  7842] By: nick                                  on 2000/11/23  19:46:23
5118         Log: Implement PerlIO_binmode()
5119              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
5120              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
5121              make binmode in t/lib/io_tell.t unconditional so that works.
5122              Checkin just so Win32 machine can see these changes.
5123      Branch: perlio
5124            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5125 ____________________________________________________________________________
5126 [  7841] By: jhi                                   on 2000/11/23  19:30:00
5127         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
5128      Branch: perl
5129            ! README.amiga
5130 ____________________________________________________________________________
5131 [  7840] By: jhi                                   on 2000/11/23  17:18:02
5132         Log: SOCKS wrestling continues, patches from Jens Hamisch.
5133      Branch: perl
5134            ! doio.c embed.h embed.pl perlsdio.h proto.h
5135 ____________________________________________________________________________
5136 [  7839] By: jhi                                   on 2000/11/23  16:54:14
5137         Log: Push Filter::Util::Call one level deeper.
5138      Branch: perl
5139            + t/lib/filter-util.t
5140           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5141           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5142            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5143            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5144            - t/lib/filt-util.t
5145            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
5146            ! win32/Makefile win32/makefile.mk
5147 ____________________________________________________________________________
5148 [  7838] By: jhi                                   on 2000/11/23  16:52:40
5149         Log: Reach back one higher up when searching for PERL_SRC.
5150      Branch: perl
5151            ! lib/ExtUtils/MM_Unix.pm
5152 ____________________________________________________________________________
5153 [  7837] By: jhi                                   on 2000/11/23  16:05:41
5154         Log: Subject: Re: perl@7826
5155              Date: Thu, 23 Nov 2000 02:20:25 -0600
5156              From: "Craig A. Berry" <craigberry@mac.com>
5157              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
5158              
5159              Make VMS to like Filter::Util::Call. 
5160      Branch: perl
5161            ! configure.com ext/Filter/Util/Makefile.PL
5162 ____________________________________________________________________________
5163 [  7836] By: nick                                  on 2000/11/23  16:04:08
5164         Log: Implement crlf layer - not ready for merge.
5165      Branch: perlio
5166            ! perlio.c win32/makefile.mk
5167 ____________________________________________________________________________
5168 [  7835] By: jhi                                   on 2000/11/23  15:56:52
5169         Log: STDCHAR is different in Sparc v9 vs x86.
5170      Branch: perl
5171            ! hints/solaris_2.sh
5172 ____________________________________________________________________________
5173 [  7834] By: jhi                                   on 2000/11/23  15:50:47
5174         Log: The type needs to be visible to protos.
5175      Branch: perl
5176            ! perl.h
5177 ____________________________________________________________________________
5178 [  7833] By: jhi                                   on 2000/11/23  15:40:46
5179         Log: Finish unfinished SOCKS workaround changes.
5180      Branch: perl
5181            ! doio.c
5182 ____________________________________________________________________________
5183 [  7832] By: jhi                                   on 2000/11/23  15:33:30
5184         Log: Integrate perlio.
5185      Branch: perl
5186           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5187           !> win32/makefile.mk
5188 ____________________________________________________________________________
5189 [  7831] By: nick                                  on 2000/11/23  10:31:07
5190         Log: Correct makefile.mk dependancies for ext/Filter/Util
5191              Build ext/Encode
5192              Run dmake regen_config_h
5193      Branch: perlio
5194            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5195            ! win32/makefile.mk
5196 ____________________________________________________________________________
5197 [  7830] By: nick                                  on 2000/11/23  08:05:07
5198         Log: Integrate mainline
5199      Branch: perlio
5200           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5201           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
5202           +> t/lib/filt-util.pl t/lib/filt-util.t
5203           !> (integrate 41 files)
5204 ____________________________________________________________________________
5205 [  7829] By: gsar                                  on 2000/11/23  03:07:11
5206         Log: build the Filter extension on windows
5207      Branch: perl
5208            ! win32/Makefile win32/makefile.mk
5209 ____________________________________________________________________________
5210 [  7828] By: gsar                                  on 2000/11/23  02:46:35
5211         Log: regenerate win32/config* and fix some inconsistencies in the
5212              makefiles; always export Perl_deb() because it is needed
5213              by ext/re/* (whether perl itself is built with -DDEBUGGING
5214              or not)
5215      Branch: perl
5216            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
5217            ! win32/config_H.vc win32/makefile.mk
5218 ____________________________________________________________________________
5219 [  7827] By: gsar                                  on 2000/11/23  02:18:38
5220         Log: get sources building on windows+MSVC again (untested with other
5221              compilers)
5222      Branch: perl
5223            ! win32/include/sys/socket.h win32/perllib.c
5224 ____________________________________________________________________________
5225 [  7826] By: jhi                                   on 2000/11/23  01:18:26
5226         Log: Update Changes.
5227      Branch: perl
5228            ! Changes patchlevel.h
5229 ____________________________________________________________________________
5230 [  7825] By: jhi                                   on 2000/11/23  00:20:41
5231         Log: Subject: Re: av.c patch (having slight problems)
5232              From: "Ben Tilly" <ben_tilly@hotmail.com>
5233              Date: Tue, 21 Nov 2000 23:29:31 -0500
5234              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
5235              
5236              unshift() speedup.
5237      Branch: perl
5238            ! av.c
5239 ____________________________________________________________________________
5240 [  7824] By: jhi                                   on 2000/11/22  23:59:15
5241         Log: Fixes for signedness warnings noticed by VMSperlers.
5242      Branch: perl
5243            ! ext/Storable/Storable.xs regcomp.c sv.c
5244 ____________________________________________________________________________
5245 [  7823] By: jhi                                   on 2000/11/22  23:19:31
5246         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
5247              From: Peter Prymmer <pvhp@forte.com>
5248              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
5249              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
5250      Branch: perl
5251            ! t/pragma/warn/pp_hot
5252 ____________________________________________________________________________
5253 [  7822] By: jhi                                   on 2000/11/22  22:52:20
5254         Log: Be clean.
5255      Branch: perl
5256            ! Makefile.SH
5257 ____________________________________________________________________________
5258 [  7821] By: jhi                                   on 2000/11/22  22:46:39
5259         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
5260              by Damian Conway, as suggested by Paul Marquess.
5261      Branch: perl
5262            + lib/Filter/Simple.pm
5263 ____________________________________________________________________________
5264 [  7820] By: jhi                                   on 2000/11/22  22:45:51
5265         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
5266      Branch: perl
5267            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5268            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5269            + t/lib/filt-util.t
5270            ! MANIFEST
5271 ____________________________________________________________________________
5272 [  7819] By: jhi                                   on 2000/11/22  22:03:27
5273         Log: Integrate perlio.
5274      Branch: perl
5275           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
5276           !> win32/makefile.mk
5277 ____________________________________________________________________________
5278 [  7818] By: jhi                                   on 2000/11/22  21:56:02
5279         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
5280      Branch: perl
5281            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
5282            ! t/lib/io_sock.t
5283 ____________________________________________________________________________
5284 [  7817] By: jhi                                   on 2000/11/22  21:39:49
5285         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
5286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5287              Date: Wed, 22 Nov 2000 16:08:12 -0500
5288              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
5289      Branch: perl
5290            ! lib/ExtUtils/Liblist.pm
5291 ____________________________________________________________________________
5292 [  7816] By: jhi                                   on 2000/11/22  21:38:25
5293         Log: Go ahead and #include <unistd.h> in perl.h.
5294      Branch: perl
5295            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
5296            ! util.c
5297 ____________________________________________________________________________
5298 [  7815] By: jhi                                   on 2000/11/22  21:22:52
5299         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
5300              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5301              Date: Mon, 20 Nov 2000 18:30:52 -0500
5302              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
5303      Branch: perl
5304            ! pod/perlre.pod regcomp.c t/op/re_tests
5305 ____________________________________________________________________________
5306 [  7814] By: jhi                                   on 2000/11/22  21:21:46
5307         Log: Subject: [PATCH 5.7.0] Liblist finally works
5308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5309              Date: Tue, 21 Nov 2000 22:02:17 -0500
5310              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
5311      Branch: perl
5312            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5313            ! lib/ExtUtils/MakeMaker.pm
5314 ____________________________________________________________________________
5315 [  7813] By: jhi                                   on 2000/11/22  21:20:23
5316         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
5317              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5318              Date: Wed, 22 Nov 2000 17:53:15 +0100
5319              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
5320              
5321              AIX dynaloader and perlio patch.
5322      Branch: perl
5323            ! ext/DynaLoader/dl_aix.xs
5324 ____________________________________________________________________________
5325 [  7812] By: jhi                                   on 2000/11/22  21:17:52
5326         Log: (Accidentally empty patch.)
5327      Branch: perl
5328            ! av.c
5329 ____________________________________________________________________________
5330 [  7811] By: jhi                                   on 2000/11/22  21:16:31
5331         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
5332              From: Peter Prymmer <pvhp@forte.com>
5333              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
5334              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
5335      Branch: perl
5336            ! vms/test.com
5337 ____________________________________________________________________________
5338 [  7810] By: jhi                                   on 2000/11/22  21:15:36
5339         Log: Subject: Re: perl@7777 
5340              From: "John P. Linderman" <jpl@research.att.com>
5341              Date: Wed, 22 Nov 2000 13:11:11 -0500
5342              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
5343              
5344              Detypoing.
5345      Branch: perl
5346            ! lib/CPAN.pm
5347 ____________________________________________________________________________
5348 [  7809] By: jhi                                   on 2000/11/22  21:14:19
5349         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
5350              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5351              Date:     Wed, 22 Nov 2000 13:51:37 EST
5352              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
5353      Branch: perl
5354            ! perlsdio.h
5355 ____________________________________________________________________________
5356 [  7808] By: jhi                                   on 2000/11/22  21:13:27
5357         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
5358              From: Casey Tweten <crt@kiski.net>
5359              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
5360              Message-Id: <200011201653.LAA10194@home.kiski.net>
5361      Branch: perl
5362            ! t/lib/io_udp.t
5363 ____________________________________________________________________________
5364 [  7807] By: jhi                                   on 2000/11/22  21:12:35
5365         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
5366              From: Casey Tweten <crt@kiski.net>
5367              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
5368              Message-Id: <200011201636.LAA07227@home.kiski.net>
5369      Branch: perl
5370            ! t/lib/io_sock.t
5371 ____________________________________________________________________________
5372 [  7806] By: jhi                                   on 2000/11/22  21:10:59
5373         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
5374              From: "Casey R. Tweten" <crt@kiski.net>
5375              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
5376              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
5377      Branch: perl
5378            ! utils/h2xs.PL
5379 ____________________________________________________________________________
5380 [  7805] By: nick                                  on 2000/11/22  21:05:06
5381         Log: Integrate mainline
5382      Branch: perlio
5383           !> Changes Porting/genlog ext/DB_File/DB_File.xs
5384           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
5385           !> utils/perlbug.PL
5386 ____________________________________________________________________________
5387 [  7804] By: jhi                                   on 2000/11/22  21:01:12
5388         Log: Subject: [PATCH] Test.pm POD peculiarity
5389              From: "Casey R. Tweten" <crt@kiski.net>
5390              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
5391              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
5392      Branch: perl
5393            ! lib/Test.pm
5394 ____________________________________________________________________________
5395 [  7803] By: jhi                                   on 2000/11/22  20:59:59
5396         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
5397              From: "Philip Newton" <pnewton@gmx.de>
5398              Date: Wed, 22 Nov 2000 14:25:53 +0100
5399              Message-Id: <3A1BD771.25462.1939FAD@localhost>
5400              
5401              Be case-understanding also on 's', and use the -oi of sendmail
5402              not to terminate the transmission on a lone '.'.
5403      Branch: perl
5404            ! utils/perlbug.PL
5405 ____________________________________________________________________________
5406 [  7802] By: nick                                  on 2000/11/22  20:51:42
5407         Log: Win32 PerlIO intermediate state now working as expected.
5408              - In current state we are still using C runtime in text/binary
5409              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
5410              - PERLIO=stdio and PERLIO=unix pass all expected tests.
5411              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
5412              and PerlIO_seek() and the dummy crlf layer is not making adjustments
5413              for CRLF translation happening in C runtime. All other tests pass.
5414              
5415              Added note to README.win32 to point out the snags of doing a perl build
5416              with Norton AntiVirus turned on.
5417              
5418              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
5419              which file a fail comes from.
5420              
5421              Updated "canned" config.h to match the one generated.
5422      Branch: perlio
5423            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
5424            ! win32/makefile.mk
5425 ____________________________________________________________________________
5426 [  7801] By: jhi                                   on 2000/11/22  06:50:20
5427         Log: Nickety nits.
5428      Branch: perl
5429            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5430 ____________________________________________________________________________
5431 [  7800] By: jhi                                   on 2000/11/22  01:29:55
5432         Log: Changes had accidentally gone too silent on non-main branches.
5433      Branch: perl
5434            ! Changes Porting/genlog patchlevel.h
5435 ____________________________________________________________________________
5436 [  7799] By: gsar                                  on 2000/11/22  01:02:56
5437         Log: some lib_pm.PL changes snuck in via change#7772
5438      Branch: maint-5.6/perl
5439            ! Makefile.SH
5440 ____________________________________________________________________________
5441 [  7798] By: nick                                  on 2000/11/21  21:59:40
5442         Log: Integrate mainline
5443      Branch: perlio
5444           !> (integrate 28 files)
5445 ____________________________________________________________________________
5446 [  7797] By: jhi                                   on 2000/11/21  21:01:45
5447         Log: Integrate perlio.
5448      Branch: perl
5449           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
5450 ____________________________________________________________________________
5451 [  7796] By: nick                                  on 2000/11/21  20:36:22
5452         Log: Win32 builds and runs (mostly) with USE_PERLIO.
5453              PERLIO=perlio passes all tests. 
5454              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
5455      Branch: perlio
5456            ! perlio.c win32/perllib.c win32/win32.c
5457 ____________________________________________________________________________
5458 [  7795] By: jhi                                   on 2000/11/21  19:03:44
5459         Log: Update Changes.
5460      Branch: perl
5461            ! Changes patchlevel.h
5462 ____________________________________________________________________________
5463 [  7794] By: jhi                                   on 2000/11/21  18:56:34
5464         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
5465              From: "Craig A. Berry" <craigberry@mac.com>
5466              Date: Mon, 20 Nov 2000 20:27:06 -0600
5467              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
5468              
5469              A cut-and-pasto.
5470      Branch: perl
5471            ! perlio.h
5472 ____________________________________________________________________________
5473 [  7793] By: jhi                                   on 2000/11/21  18:54:41
5474         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
5475              From: Dominic Dunlop <domo@computer.org> 
5476              Date: Mon, 20 Nov 2000 18:55:29 +0100
5477              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
5478              
5479              va_copy() and the need of it.
5480              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
5481      Branch: metaconfig/U/perl
5482            + need_va_copy.U
5483      Branch: perl
5484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5485            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
5486            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5487            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5488            ! win32/config.bc win32/config.gc win32/config.vc
5489 ____________________________________________________________________________
5490 [  7792] By: jhi                                   on 2000/11/21  17:04:10
5491         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
5492      Branch: perl
5493           !> scope.h
5494 ____________________________________________________________________________
5495 [  7791] By: jhi                                   on 2000/11/21  17:01:16
5496         Log: Export the SOCKS workaround symbols only if necessary.
5497      Branch: perl
5498            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
5499 ____________________________________________________________________________
5500 [  7790] By: nick                                  on 2000/11/20  23:57:11
5501         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
5502      Branch: perlio
5503            ! scope.h
5504 ____________________________________________________________________________
5505 [  7789] By: nick                                  on 2000/11/20  23:38:33
5506         Log: Integrate mainline
5507      Branch: perlio
5508           +> lib/File/Spec/Epoc.pm
5509           !> (integrate 34 files)
5510 ____________________________________________________________________________
5511 [  7788] By: nick                                  on 2000/11/20  23:20:18
5512         Log: Make extra buffer layer work (dummy crlf layer)
5513      Branch: perlio
5514            ! doio.c perlio.c perlio.h
5515 ____________________________________________________________________________
5516 [  7787] By: jhi                                   on 2000/11/20  22:44:04
5517         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
5518              From: Peter Prymmer <pvhp@forte.com>
5519              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
5520              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
5521      Branch: perl
5522            ! t/pragma/locale.t
5523 ____________________________________________________________________________
5524 [  7786] By: jhi                                   on 2000/11/20  22:29:10
5525         Log: Subject: DOC PATCH 5.6.0 perlreftut
5526              From: mjd@plover.com
5527              Date: 20 Nov 2000 19:45:06 -0000
5528              Message-ID: <20001120194506.9505.qmail@plover.com>
5529      Branch: perl
5530            ! pod/perlreftut.pod
5531 ____________________________________________________________________________
5532 [  7785] By: jhi                                   on 2000/11/20  22:27:44
5533         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
5534              From: David Dyck <dcd@tc.fluke.com>
5535              Date: Mon, 20 Nov 2000 11:43:40 -0800
5536              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
5537      Branch: perl
5538            ! lib/Cwd.pm
5539 ____________________________________________________________________________
5540 [  7784] By: jhi                                   on 2000/11/20  22:23:21
5541         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
5542              Date: Mon, 20 Nov 2000 17:06:10 -0500
5543              To: Mailing list Perl5 <perl5-porters@perl.org>
5544              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
5545      Branch: perl
5546            ! pp_ctl.c t/op/pat.t
5547 ____________________________________________________________________________
5548 [  7783] By: jhi                                   on 2000/11/20  22:11:18
5549         Log: Subject: [PATCH] doop.c - UTF8 tr///               
5550              From: Simon Cozens <simon@cozens.net>
5551              Date: Sat, 18 Nov 2000 18:49:30 +0000
5552              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
5553              
5554              Subject: Re: [PATCH] doop.c - UTF8 tr///           
5555              From: Simon Cozens <simon@cozens.net>
5556              Date: Mon, 20 Nov 2000 20:45:22 +0000
5557              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
5558              
5559              Make tr on UTF-8 better but still not correct.
5560      Branch: perl
5561            ! doop.c
5562 ____________________________________________________________________________
5563 [  7782] By: jhi                                   on 2000/11/20  22:02:16
5564         Log: Remove the shared object before attempting to create
5565              (by linking) a new one.  E.g. in AIX not removing
5566              becomes quite painful if one tries to do more than one
5567              build in the same tree (an interrupted build, for example),
5568              since the AIX' shared dynaloader seemingly keeps the shared
5569              objects open and therefore 'busy' for quite a while, even when
5570              nobody is using the objects, leading into link failures.
5571      Branch: perl
5572            ! lib/ExtUtils/MM_Unix.pm
5573 ____________________________________________________________________________
5574 [  7781] By: gsar                                  on 2000/11/20  19:02:55
5575         Log: type mismatch due to faulty integration
5576      Branch: maint-5.6/perl
5577            ! toke.c win32/Makefile
5578 ____________________________________________________________________________
5579 [  7780] By: gsar                                  on 2000/11/20  17:31:55
5580         Log: integrate changes#6392,6394..6399,6401..6404
5581              
5582              The {multiplier} of a fixed substring was overlooked which
5583              caused a wrong initial search offset for that substring.
5584              
5585              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
5586              From: Hugo <hv@crypt.compulink.co.uk>
5587              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
5588              Date: Thu, 13 Jul 2000 19:27:13 +0100
5589              
5590              Fix the BOM bug: not a byteorder bug, a signedness bug.
5591              
5592              Replace change #6337 with a better one.
5593              
5594              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
5595              From: Hugo <hv@crypt.compulink.co.uk>
5596              Date: Fri, 14 Jul 2000 04:16:20 +0100
5597              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
5598              
5599              MakeMaker should not remove editor backups (*~) on `make clean`
5600              by default (completes change#6383)
5601              
5602              move new variables to the end of the interpreter structure (for
5603              bincompat in code that doesn't #include XSUB.h)
5604              
5605              rename totally bletcherous SvLOCK() thingy (doesn't do what the
5606              name suggests anyway)
5607              
5608              various cleanups (typos, misformatted code, and small bugs)
5609              
5610              typecasts needed for change#6394
5611              
5612              typos in change#6399, regen headers
5613              
5614              inconsistent types needs casts
5615              
5616              PERL_OBJECT build tweaks
5617      Branch: maint-5.6/perl
5618           !> MANIFEST doop.c embed.h embed.pl embedvar.h
5619           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
5620           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
5621           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
5622           !> toke.c util.c
5623 ____________________________________________________________________________
5624 [  7779] By: gsar                                  on 2000/11/20  17:06:29
5625         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
5626              
5627              Cosmetics and perldelta.
5628              
5629              Fix nits noticed by Boston.pm.
5630              
5631              Do the cc sanity check both before the hints and
5632              after the cc selction.
5633              
5634              get sprintf.t to adjust properly for 3-digit exponents
5635              
5636              don't clobber *.orig files on *clean targets
5637              
5638              fix bugs in processing %v-*d and similar format specs (from
5639              Avi Finkel <avi@finkel.org>)
5640              
5641              sprintf test tweaks (from Dominic Dunlop)
5642              
5643              new selfloader.t in change#6183 doesn't close DATA handles,
5644              and thus fails to clean up tmp files on dosish platforms
5645              
5646              typos (spotted by Peter Prymmer)
5647              
5648              typo fix from Craig Berry
5649      Branch: maint-5.6/perl
5650           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
5651           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
5652           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
5653           !> x2p/Makefile.SH
5654 ____________________________________________________________________________
5655 [  7778] By: gsar                                  on 2000/11/20  16:46:51
5656         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
5657              
5658              Subject: Re: format bug report  [Patch]
5659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5660              Date: Wed, 05 Jul 2000 13:12:52 +0200
5661              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
5662              
5663              Subject: Re: format bug report  [Patch]
5664              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5665              Date: Wed, 05 Jul 2000 14:10:01 +0200
5666              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
5667              
5668              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
5669              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5670              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
5671              Date: Fri, 07 Jul 2000 17:57:16 +0100
5672              
5673              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
5674              To: perl5-porters@perl.org
5675              From: Karsten Sperling <spiff@phreax.net>
5676              Date: Mon, 10 Jul 2000 15:12:52 +0200
5677              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
5678              
5679              README.posix-bc podified from Thomas Dorner.
5680              
5681              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
5682              From: Dominic Dunlop <domo@computer.org>
5683              Date: Tue, 11 Jul 2000 12:27:33 +0200
5684              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
5685              
5686              Typo in #6341.
5687              
5688              Fix for
5689              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
5690              From: Roderick Schertler <roderick@argon.org>
5691              Date: Tue, 11 Jul 2000 13:55:05 -0400
5692              Message-Id: <200007111755.NAA05077@jones.argon.org>
5693              
5694              Minor cleanups on the booklist.
5695              
5696              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
5697              regen perltoc.
5698              
5699              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
5700      Branch: maint-5.6/perl
5701           +> pod/perlbook.pod
5702           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
5703           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
5704           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
5705 ____________________________________________________________________________
5706 [  7777] By: jhi                                   on 2000/11/20  16:08:49
5707         Log: Update Changes.
5708      Branch: perl
5709            ! Changes patchlevel.h
5710 ____________________________________________________________________________
5711 [  7776] By: jhi                                   on 2000/11/20  15:27:56
5712         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
5713              This may be overly harsh but until proven otherwise, we think this
5714              way, or until we have a simple test for Configure (having to start
5715              up servers is does not count as simple) to check for the problems.
5716      Branch: perl
5717            ! perl.h
5718 ____________________________________________________________________________
5719 [  7775] By: jhi                                   on 2000/11/20  15:22:17
5720         Log: Solaris hints tweaks.
5721      Branch: perl
5722            ! hints/solaris_2.sh
5723 ____________________________________________________________________________
5724 [  7774] By: jhi                                   on 2000/11/20  15:01:20
5725         Log: Add a workaround to SOCKS 64-bit problems.
5726      Branch: perl
5727            ! doio.c embed.h embed.pl perlsdio.h proto.h
5728 ____________________________________________________________________________
5729 [  7773] By: jhi                                   on 2000/11/20  14:51:47
5730         Log: sysseek() instead of seek().
5731      Branch: perl
5732            ! t/lib/syslfs.t
5733 ____________________________________________________________________________
5734 [  7772] By: gsar                                  on 2000/11/20  13:06:23
5735         Log: integrate changes#6315..6319,6321..6331,6333..6338
5736              
5737              Integrate with Sarathy, preliminary fix for unicos
5738              alignment problems in [ID 20000612.002] Perl problem on Cray system.
5739              
5740              some debugger output does not go to the socket when RemotePort is set
5741              
5742              winsock cleanup never done on Windows (leads to handle leaks)
5743              
5744              fix UNC path handling on Windows under ithreads, and chdir()
5745              return value when given a non-existent directory
5746              
5747              Autogenerate pod/Makefile and pod/buildtoc.
5748              buildtoc also checks whether the existin pods are
5749              mentioned in MANIFEST and perl.pod, and vice versa.
5750              (None of the thusly found discrepancies fixed yet.)
5751              roffitall also needs to be autogenerated similarly but it
5752              seems so badly out of date that I didn't touch it yet.
5753              
5754              Config is being used.
5755              
5756              Add =head1 NAMEs so that buildtoc is happy.
5757              (The CGI::Util nit reported to Lincoln.)
5758              
5759              Fix complaints of buildtoc.
5760              
5761              Fix the alignment problem in Crays ([ID 20000612.002]).
5762              
5763              Remove perlbook, update perlfaq book listing,
5764              rearrange perl.pod, regenerate perltoc.
5765              
5766              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
5767              was cast to an unsigned (32-bit) integer with wild abandon.
5768              
5769              winsock options weren't being set in all threads under ithreads
5770              (caused send()s from second and subsequent threads to fail)
5771              
5772              accept() leaks memory on windows due to incorrect ordering of
5773              closesocket() and fclose() calls
5774              
5775              Reorder perl.pod once more.
5776              
5777              More POSIX.pod tweaks.
5778              
5779              Sprinkle ldlibpath.
5780              
5781              Precedence goof, fix based on
5782              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
5783              From: Hugo <hv@crypt.compulink.co.uk>
5784              Date: Tue, 11 Jul 2000 12:52:38 +0100
5785              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
5786              
5787              Subject: PATCH perlguts.pod: Document D and d magic types
5788              From: mjd@plover.com
5789              Date: 5 Jul 2000 18:01:51 -0000
5790              Message-ID: <20000705180151.29413.qmail@plover.com>
5791              
5792              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
5793              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
5794              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
5795              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
5796              
5797              Subject: [PATCH cfgperl] $& segfaults if you trick it
5798              From: simon@brecon.co.uk (Simon Cozens)
5799              Date: 7 Jul 2000 11:26:09 GMT
5800              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
5801              
5802              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
5803              From: Hugo <hv@crypt.compulink.co.uk>
5804              Date: Tue, 11 Jul 2000 12:44:50 +0100
5805              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
5806              
5807              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
5808              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5809              Date: Tue, 11 Jul 2000 13:50:51 +0100
5810              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
5811      Branch: maint-5.6/perl
5812           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
5813           +> pod/buildtoc.PL
5814            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
5815           !> (integrate 26 files)
5816 ____________________________________________________________________________
5817 [  7771] By: gsar                                  on 2000/11/20  12:31:42
5818         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
5819              6310,6311,6314
5820              
5821              Subject: [PATCH bleedperl] File::Spec 0.82 beta
5822              From: Barrie Slaymaker <barries@jester.slaysys.com>
5823              Date: Wed, 28 Jun 2000 11:35:29 -0400
5824              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
5825              
5826              tweak perlembed for multiplicity/usethreads sanity; correct notes
5827              about Windows
5828              
5829              localize %INC in a Safe compartment so that use/require work
5830              (many other magic globals probably need similar treatment)
5831              
5832              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
5833              when @_ is modified, causing coredumps
5834              
5835              slurp mode fix in change#4736 still not quite right
5836              
5837              Point to perlipc for more SysV IPC examples.
5838              
5839              Elaborate POSIX.pod.  Still needs work.
5840              
5841              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
5842              
5843              fix large memory leak that has been around for ever, masked by
5844              -DPURIFY (most of the arenas were never freed!)
5845              
5846              fix memory leak on Windows (PL_sys_intern contents were never
5847              freed)
5848              
5849              PERL_OBJECT build tweak
5850              
5851              adjust change#6299
5852              
5853              remove rel2abs prototypes (from Barrie Slaymaker)
5854              
5855              missing perldiag entry for unpack("w",...) diagnostic (from
5856              Andreas Koenig)
5857              
5858              better diagnostic on Frob->stuff() when Frob:: doesn't exist
5859              (from Richard Soderberg <rs@oregonnet.com>)
5860              
5861              Win32 patches for cfgperl from Sarathy.
5862              
5863              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
5864              
5865              More POSIX.pod embellishment.
5866              
5867              tyop in change#6306
5868      Branch: maint-5.6/perl
5869           !> (integrate 44 files)
5870 ____________________________________________________________________________
5871 [  7770] By: gsar                                  on 2000/11/20  11:51:00
5872         Log: integrate changes#6268..6282 from cfgperl branch
5873              
5874              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
5875              From: Dominic Dunlop <domo@computer.org>
5876              Date: Thu, 29 Jun 2000 12:32:39 +0200
5877              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
5878              
5879              Regen headers for #6261 (and update embed.pl for this) and #6267,
5880              silence few compiler warnings.
5881              
5882              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
5883              From: Nicholas Clark <nick@talking.bollo.cx>
5884              Date: Fri, 23 Jun 2000 16:21:15 +0100
5885              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
5886              
5887              Subject: PATCH pod/perltie.pod
5888              From: Ian Phillipps <Ian.Phillipps@iname.com>
5889              Date: Fri, 16 Jun 2000 00:17:19 +0100
5890              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
5891              (only the first hunk, the second hunk had already been done
5892              by some other patch)
5893              
5894              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
5895              From: Tom Phoenix <rootbeer@redcat.com>
5896              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
5897              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
5898              
5899              Subject: [PATCH] xsub attributes
5900              From: Doug MacEachern <dougm@covalent.net>
5901              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
5902              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
5903              
5904              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
5905              From: Andy Dougherty <doughera@lafayette.edu>
5906              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
5907              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
5908              
5909              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
5910              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5911              Date: Tue, 13 Jun 2000 02:43:48 -0500
5912              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
5913              
5914              Subject: [PATCH] Re: eval documentation: context
5915              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5916              Date: Mon, 12 Jun 2000 15:07:29 +0100
5917              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
5918              
5919              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
5920              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5921              Date: Mon, 12 Jun 2000 14:55:59 +0100
5922              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
5923              
5924              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
5925              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
5926              Date: Fri, 09 Jun 2000 12:39:27 -0400
5927              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
5928              (plus update the version "number" of Text::Wrap)
5929              
5930              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
5931              From: Tim Ayers <tayers@bridge.com>
5932              Date: Thu, 08 Jun 2000 08:11:06 +0200
5933              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
5934              [resent by Richard Foley, Message-Id probably wrong]
5935              
5936              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
5937              From: rspier@pobox.com (Robert Spier)
5938              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
5939              Message-ID: <14654.31913.845602.610277@rls.cx>
5940              
5941              Subject: [PATCH 5.6.0] utils/h2xs.PL
5942              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5943              Date: Wed, 7 Jun 2000 04:02:04 -0500
5944              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
5945              
5946              Subject: [PATCH 5.6.0]ITHREADs for VMS
5947              From: Dan Sugalski <dan@sidhe.org>
5948              Date: Tue, 06 Jun 2000 11:59:50 -0400
5949              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
5950      Branch: maint-5.6/perl
5951           !> (integrate 31 files)
5952 ____________________________________________________________________________
5953 [  7769] By: gsar                                  on 2000/11/20  11:29:06
5954         Log: integrate changes#6261..6266 from cfgperl
5955              
5956              Subject: Re: [PATCH cfgperl] BOMs away!
5957              From: simon@brecon.co.uk (Simon Cozens)
5958              Date: 17 Jun 2000 11:49:57 GMT
5959              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
5960              
5961              Subject: 5.6.0 Patch for EPOC
5962              From: Olaf Flebbe <o.flebbe@gmx.de>
5963              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
5964              Message-ID: <23449.960929969@www11.gmx.net>
5965              
5966              tr fixes from Simon Cozens
5967              
5968              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
5969              From: Marty Lucich <marty@netcom.com>
5970              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
5971              Message-Id: <200006282116.OAA11148@netcom.com>
5972              ccdlflags update (the BSD/OS 4.1 part had already been taken
5973              care of by #6141).
5974              
5975              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
5976              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5977              Date: Wed, 28 Jun 2000 17:50:12 -0700
5978              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
5979              
5980              Subject: [PATCH 5.6.0] cygwin port
5981              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
5982              From: "Fifer, Eric" <EFifer@sanwaint.com>
5983              Date: Thu, 29 Jun 2000 12:58:29 +0100
5984      Branch: maint-5.6/perl
5985           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
5986           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
5987           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5988           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
5989 ____________________________________________________________________________
5990 [  7768] By: gsar                                  on 2000/11/20  11:13:44
5991         Log: integrate changes#6252..6256,6259..6260
5992              
5993              Paranoia tweak on #6249.
5994              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
5995              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5996              Date: Sun, 25 Jun 2000 23:43:12 -0400
5997              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
5998              
5999              Subject: tr///, help wanted.
6000              From: simon@brecon.co.uk (Simon Cozens)
6001              Date: 28 Jun 2000 11:29:04 GMT
6002              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
6003              
6004              small thinko tweaks
6005              
6006              tweaks from Simon Conzes to further fix tr/// under utf8
6007              
6008              perlnewmod was missing from MANIFEST.
6009              
6010              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
6011              From: simon@brecon.co.uk (Simon Cozens)
6012              Date: 17 Jun 2000 11:56:44 GMT
6013              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
6014              pack U0, pack C0
6015      Branch: maint-5.6/perl
6016           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
6017           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
6018           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
6019           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
6020 ____________________________________________________________________________
6021 [  7767] By: gsar                                  on 2000/11/20  10:51:38
6022         Log: integrate change#6250 from cfgperl
6023              
6024              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
6025              From: Doug MacEachern <dougm@covalent.net>
6026              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
6027              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
6028      Branch: maint-5.6/perl
6029           +> t/op/my_stash.t
6030           !> MANIFEST embed.pl global.sym proto.h toke.c
6031 ____________________________________________________________________________
6032 [  7766] By: gsar                                  on 2000/11/20  10:48:34
6033         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
6034              
6035              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
6036              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6037              Date: Mon, 26 Jun 2000 18:40:14 +0100
6038              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
6039              
6040              Subject: [PATCH] bytes<->utf8 fixes
6041              From: simon@brecon.co.uk (Simon Cozens)
6042              Date: 26 Jun 2000 04:55:45 GMT
6043              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
6044              
6045              Subject: [PATCH] is_utf8_string
6046              From: simon@brecon.co.uk (Simon Cozens)
6047              Date: 26 Jun 2000 02:25:59 GMT
6048              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
6049              
6050              Subject: [PATCH] avoid mg_ptr in '*' magic
6051              From: Doug MacEachern <dougm@covalent.net>
6052              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
6053              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
6054              
6055              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
6056              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6057              Date: Sat, 24 Jun 2000 13:06:20 +0100
6058              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
6059              
6060              Allow for standalone testing.
6061              
6062              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
6063              From: Mark-Jason Dominus <mjd@plover.com>
6064              Date: Tue, 27 Jun 2000 22:36:42 -0400
6065              Message-ID: <20000628023642.12166.qmail@plover.com>
6066              
6067              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6068              From: Frank Tobin <ftobin@uiuc.edu>
6069              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
6070              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
6071      Branch: maint-5.6/perl
6072           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
6073           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
6074           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
6075           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
6076           !> utf8.c utils/h2xs.PL
6077 ____________________________________________________________________________
6078 [  7765] By: gsar                                  on 2000/11/20  10:29:13
6079         Log: integrate change#6239 from cfgperl
6080              
6081              Configure maintenance.  Sever some dependency cycles,
6082              separate gccversion from the cc unit,
6083              address [ID 20000623.006] Configure script patch for using gcc on AIX
6084              (but solve it a little bit differently),
6085              unduplex some accidentally duplicated units,
6086              suggest using gcc if no cc available
6087              (p5p thread: "Solaris configure: counterproposal", 1999-09)
6088      Branch: maint-5.6/perl
6089           !> Configure Todo-5.6 config_h.SH
6090 ____________________________________________________________________________
6091 [  7764] By: gsar                                  on 2000/11/20  10:25:55
6092         Log: integrate changes#6233..6238 from cfgperl
6093              
6094              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
6095              From: Mark-Jason Dominus <mjd@plover.com>
6096              Date: Fri, 16 Jun 2000 20:53:04 -0400
6097              Message-ID: <20000617005304.8008.qmail@plover.com>
6098              
6099              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
6100              because when run as services (Win32ese for daemons)
6101              no environment variables are set and tmpdir ends up as /tmp,
6102              which is ambiguous.
6103              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
6104              From: matt@sergeant.org
6105              Date: 16 Jun 2000 16:30:43 -0000
6106              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
6107              
6108              The thread begun by
6109              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
6110              From: Kevin.Ruscoe@ubsw.com
6111              Date: Fri, 16 Jun 2000 16:38:51 +0100
6112              Message-Id: <H000019b03c300d6@MHS>
6113              
6114              Tweak embed.pl, regen headers.
6115              
6116              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
6117              From: Dan Sugalski <dan@sidhe.org>
6118              Date: Fri, 23 Jun 2000 17:00:00 -0400
6119              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
6120      Branch: maint-5.6/perl
6121           !> (integrate 27 files)
6122 ____________________________________________________________________________
6123 [  7763] By: gsar                                  on 2000/11/20  10:08:08
6124         Log: s/perl56delta/perldelta/g
6125      Branch: maint-5.6/perl
6126            ! pod/Makefile
6127 ____________________________________________________________________________
6128 [  7762] By: gsar                                  on 2000/11/20  10:04:00
6129         Log: integrate changes#6225,6229,6231,6232 from cfgperl
6130              
6131              Add source code filenames to apidoc.
6132              From: simon@brecon.co.uk (Simon Cozens)
6133              Subject: [PATCH embed.pl] Source X-ref
6134              Date: 22 Jun 2000 02:18:49 GMT
6135              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
6136              
6137              Subject: README.hpux version 0.6.1
6138              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
6139              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6140              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
6141              
6142              Subject: [PATCH 5.6.0] cygwin port
6143              From: "Fifer, Eric" <EFifer@sanwaint.com>
6144              Date: Tue, 20 Jun 2000 14:30:58 +0100
6145              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
6146              
6147              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
6148              From: simon@brecon.co.uk (Simon Cozens)
6149              Date: 19 Jun 2000 15:18:27 GMT
6150              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
6151              
6152              plus update pod/Makefile and regenerate perltoc
6153      Branch: maint-5.6/perl
6154           +> pod/perlutil.pod
6155           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
6156           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
6157 ____________________________________________________________________________
6158 [  7761] By: jhi                                   on 2000/11/20  04:09:55
6159         Log: Miraculous typo.
6160      Branch: perl
6161            ! t/op/pat.t
6162 ____________________________________________________________________________
6163 [  7760] By: jhi                                   on 2000/11/20  04:06:08
6164         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
6165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6166              Date: Sun, 19 Nov 2000 22:30:26 -0500
6167              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
6168      Branch: perl
6169            ! regexec.c scope.h t/op/pat.t
6170 ____________________________________________________________________________
6171 [  7759] By: jhi                                   on 2000/11/20  02:05:22
6172         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
6173      Branch: perl
6174            ! perl.h
6175 ____________________________________________________________________________
6176 [  7758] By: jhi                                   on 2000/11/20  01:58:11
6177         Log: Subject: [perl 7711: EPOC] updates
6178              From: Olaf Flebbe <o.flebbe@gmx.de>
6179              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
6180              Message-ID: <25575.974658810@www23.gmx.net>               
6181      Branch: perl
6182            + lib/File/Spec/Epoc.pm
6183            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
6184            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
6185            ! lib/File/Spec.pm perl.c sv.c
6186 ____________________________________________________________________________
6187 [  7757] By: jhi                                   on 2000/11/20  01:53:11
6188         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
6189      Branch: perl
6190            ! MANIFEST
6191 ____________________________________________________________________________
6192 [  7756] By: jhi                                   on 2000/11/20  01:47:22
6193         Log: Integrate perlio.
6194      Branch: perl
6195            - ext/re/hints/MSWin32.pl
6196           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
6197           !> win32/config.gc win32/config_H.gc win32/win32sck.c
6198 ____________________________________________________________________________
6199 [  7755] By: nick                                  on 2000/11/19  20:57:17
6200         Log: Add dummy crlf layer (just as buffer)
6201              Correct 1st bug - one layer of indirection.
6202      Branch: perlio
6203            ! perlio.c perlio.h perliol.h
6204 ____________________________________________________________________________
6205 [  7754] By: nick                                  on 2000/11/19  20:56:12
6206         Log: Work-round to Perl_deb_nocontext is no longer required
6207      Branch: perlio
6208            - ext/re/hints/MSWin32.pl
6209 ____________________________________________________________________________
6210 [  7753] By: nick                                  on 2000/11/19  20:01:16
6211         Log: diff -se shows these as different
6212      Branch: perlio
6213            ! global.sym pod/perlapi.pod
6214 ____________________________________________________________________________
6215 [  7752] By: nick                                  on 2000/11/19  18:57:30
6216         Log: Configure GCC/Win32 build -Duseperlio
6217              Fix a couple of gross issues
6218              - double-include of ../deb.o in re.dll
6219              - win32sck.c needs PerlIO and FILE 
6220      Branch: perlio
6221            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
6222            ! win32/win32sck.c
6223 ____________________________________________________________________________
6224 [  7751] By: nick                                  on 2000/11/19  17:05:36
6225         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
6226      Branch: perlio
6227            ! perlio.c
6228 ____________________________________________________________________________
6229 [  7750] By: nick                                  on 2000/11/19  16:57:14
6230         Log: Missing aTHX_
6231      Branch: perlio
6232            ! sv.c
6233 ____________________________________________________________________________
6234 [  7749] By: jhi                                   on 2000/11/19  16:28:40
6235         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
6236              From: "Peter J. Farley III" <pjfarley@banet.net>
6237              Date: Sun, 19 Nov 2000 01:42:58 -0500
6238              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
6239      Branch: perl
6240            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
6241 ____________________________________________________________________________
6242 [  7748] By: jhi                                   on 2000/11/19  16:08:10
6243         Log: Subject: podlators 1.05 available        
6244              From: Russ Allbery <rra@stanford.edu>   
6245              Date: 18 Nov 2000 22:04:28 -0800
6246              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
6247      Branch: perl
6248            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
6249 ____________________________________________________________________________
6250 [  7747] By: nick                                  on 2000/11/19  11:19:39
6251         Log: Integrate mainline
6252      Branch: perlio
6253           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
6254           !> util.c
6255 ____________________________________________________________________________
6256 [  7746] By: jhi                                   on 2000/11/19  06:42:22
6257         Log: Make hex scanning warn on "\x{x}" and "\xx".
6258              "\x" and and hex("x") are still valid.
6259      Branch: perl
6260            ! util.c
6261 ____________________________________________________________________________
6262 [  7745] By: nick                                  on 2000/11/18  22:52:28
6263         Log: Integrate mainline
6264      Branch: perlio
6265           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
6266           !> perl.h perlio.c proto.h regcomp.c regcomp.h
6267 ____________________________________________________________________________
6268 [  7744] By: jhi                                   on 2000/11/18  22:50:28
6269         Log: Introduce Perl_utf8_length().  Use it.
6270      Branch: perl
6271            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
6272 ____________________________________________________________________________
6273 [  7743] By: jhi                                   on 2000/11/18  22:38:51
6274         Log: Compiler denit.
6275      Branch: perl
6276            ! perlio.c
6277 ____________________________________________________________________________
6278 [  7742] By: jhi                                   on 2000/11/18  20:33:05
6279         Log: Integrate perlio.
6280      Branch: perl
6281           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
6282           !> perlio.h pp_ctl.c pp_sys.c sv.c
6283 ____________________________________________________________________________
6284 [  7741] By: jhi                                   on 2000/11/18  20:31:27
6285         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
6286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6287              Date: Fri, 17 Nov 2000 20:35:11 -0500
6288              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
6289              
6290              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
6291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6292              Date: Fri, 17 Nov 2000 21:03:47 -0500
6293              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
6294              
6295              Plus a little bit of tweaking in pregcomp().
6296      Branch: perl
6297            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6298 ____________________________________________________________________________
6299 [  7740] By: nick                                  on 2000/11/18  20:17:22
6300         Log: Lexical use open ... support:
6301              add ->cop_io to COP structure in cop.h.
6302              Make mg.c and gv.c associate it with ${^OPEN}.
6303              Make lib/open.pm set it.
6304              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
6305              manner similar to ->cop_warnings.
6306              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
6307              call new PerlIO_apply_layers().
6308              Declare latter in perlio.h and define in perlio.c
6309      Branch: perlio
6310            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
6311            ! perlio.h pp_ctl.c pp_sys.c sv.c
6312 ____________________________________________________________________________
6313 [  7739] By: jhi                                   on 2000/11/18  19:54:00
6314         Log: Integrate perlio.
6315      Branch: perl
6316           !> doio.c perlio.c pp.c
6317 ____________________________________________________________________________
6318 [  7738] By: jhi                                   on 2000/11/18  17:16:13
6319         Log: Subject: [PATCH 5.7.0] etags broken again
6320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6321              Date: Sat, 18 Nov 2000 02:41:36 -0500
6322              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
6323      Branch: perl
6324            ! emacs/ptags
6325 ____________________________________________________________________________
6326 [  7737] By: jhi                                   on 2000/11/18  17:12:18
6327         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
6328      Branch: perl
6329            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6330 ____________________________________________________________________________
6331 [  7736] By: nick                                  on 2000/11/18  14:06:20
6332         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
6333              part to be isolated.
6334      Branch: perlio
6335            ! doio.c perlio.c
6336 ____________________________________________________________________________
6337 [  7735] By: nick                                  on 2000/11/18  11:03:32
6338         Log: Integrate mainline
6339      Branch: perlio
6340           !> Changes README.amiga README.win32 patchlevel.h
6341           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
6342 ____________________________________________________________________________
6343 [  7734] By: jhi                                   on 2000/11/18  01:18:56
6344         Log: Update Changes.
6345      Branch: perl
6346            ! Changes patchlevel.h
6347 ____________________________________________________________________________
6348 [  7733] By: jhi                                   on 2000/11/18  00:32:54
6349         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
6350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6351              Date: Fri, 17 Nov 2000 17:28:02 -0500
6352              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
6353      Branch: perl
6354            ! regcomp.c regexec.c t/op/re_tests
6355 ____________________________________________________________________________
6356 [  7732] By: jhi                                   on 2000/11/18  00:28:56
6357         Log: Sparc 64-bit pack() fix from Jens Hamisch.
6358      Branch: perl
6359            ! pp.c
6360 ____________________________________________________________________________
6361 [  7731] By: jhi                                   on 2000/11/18  00:18:39
6362         Log: Explain in more detail the {} syntax ambiguousity.
6363              
6364              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
6365              From: Nicholas Clark <nick@ccl4.org>
6366              Date: Fri, 17 Nov 2000 22:10:28 +0000
6367              Message-ID: <20001117221028.A88930@plum.flirble.org>
6368      Branch: perl
6369            ! pod/perlfunc.pod
6370 ____________________________________________________________________________
6371 [  7730] By: jhi                                   on 2000/11/18  00:12:18
6372         Log: Subject: Fix for README.amiga (20000323.033)
6373              From: "Stephen P. Potter" <spp@spotter.yi.org>
6374              Date: Fri, 17 Nov 2000 12:25:51 -0500
6375              Message-Id: <200011171725.MAA05768@spotter.yi.org>
6376      Branch: perl
6377            ! README.amiga
6378 ____________________________________________________________________________
6379 [  7729] By: jhi                                   on 2000/11/18  00:08:34
6380         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
6381              From: "A. C. Yardley" <yardley@tanet.net>
6382              Date: Mon, 3 Apr 2000 11:35:33 -0700
6383              Message-ID: <3483.000403@tanet.net>
6384      Branch: perl
6385            ! README.win32
6386 ____________________________________________________________________________
6387 [  7728] By: nick                                  on 2000/11/17  21:59:47
6388         Log: Integrate mainline
6389      Branch: perlio
6390           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
6391           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
6392           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
6393           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
6394 ____________________________________________________________________________
6395 [  7727] By: nick                                  on 2000/11/17  21:56:31
6396         Log: Experiment on use of attributes.pm interface.
6397              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
6398              SVt_PVRV if not already something better (else vivify of say magic gets
6399              core dump).
6400      Branch: perlio
6401            ! perlio.c pp.c
6402 ____________________________________________________________________________
6403 [  7726] By: jhi                                   on 2000/11/17  14:15:49
6404         Log: Subject: Fix for 20000815.006
6405              From: "Stephen P. Potter" <spp@spotter.yi.org>
6406              Date: Fri, 17 Nov 2000 08:57:45 -0500
6407              Message-Id: <200011171357.IAA05122@spotter.yi.org>
6408              
6409              It's really 20000518.006.
6410      Branch: perl
6411            ! pod/perlmodlib.PL
6412 ____________________________________________________________________________
6413 [  7725] By: jhi                                   on 2000/11/17  14:12:31
6414         Log: Subject: Fix for 20000409.001
6415              From: "Stephen P. Potter" <spp@spotter.yi.org>
6416              Date: Fri, 17 Nov 2000 08:55:45 -0500
6417              Message-Id: <200011171355.IAA05104@spotter.yi.org>
6418      Branch: perl
6419            ! pod/perlfaq9.pod
6420 ____________________________________________________________________________
6421 [  7724] By: jhi                                   on 2000/11/17  14:08:58
6422         Log: Undo #7627 now that we have =head3.
6423      Branch: perl
6424            ! pod/perlhack.pod
6425 ____________________________________________________________________________
6426 [  7723] By: jhi                                   on 2000/11/17  14:04:09
6427         Log: As surmised the #7719 wasn't a good move.
6428      Branch: perl
6429            ! hints/solaris_2.sh
6430 ____________________________________________________________________________
6431 [  7722] By: jhi                                   on 2000/11/17  13:59:04
6432         Log: Also the 64bitall hints can be either here or there.
6433      Branch: perl
6434            ! hints/solaris_2.sh
6435 ____________________________________________________________________________
6436 [  7721] By: jhi                                   on 2000/11/17  02:26:23
6437         Log: Test tweak for the open pragma.
6438      Branch: perl
6439            ! t/lib/b.t
6440 ____________________________________________________________________________
6441 [  7720] By: jhi                                   on 2000/11/17  00:23:22
6442         Log: The long double hints can be here or there.
6443      Branch: perl
6444            ! hints/solaris_2.sh
6445 ____________________________________________________________________________
6446 [  7719] By: jhi                                   on 2000/11/17  00:14:06
6447         Log: For Solaris use64bitall the stdchar needs a little bit of help.
6448      Branch: perl
6449            ! hints/solaris_2.sh
6450 ____________________________________________________________________________
6451 [  7718] By: jhi                                   on 2000/11/16  23:27:34
6452         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
6453              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6454              Date: Wed, 15 Nov 2000 08:56:32 +0100
6455              Message-ID: <3A1241B0.64477E00@alcatel.at>
6456      Branch: perl
6457            ! lib/Carp/Heavy.pm
6458 ____________________________________________________________________________
6459 [  7717] By: jhi                                   on 2000/11/16  23:23:29
6460         Log: Subject: [PATCH] Re: 20001101.003 PDL
6461              From: Nicholas Clark <nick@ccl4.org>
6462              Date: Thu, 16 Nov 2000 16:48:25 +0000
6463              Message-ID: <20001116164825.B93487@plum.flirble.org>
6464      Branch: perl
6465            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
6466 ____________________________________________________________________________
6467 [  7716] By: jhi                                   on 2000/11/16  23:21:31
6468         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
6469              From: "Casey R. Tweten" <crt@kiski.net>
6470              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
6471              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
6472      Branch: perl
6473            ! lib/Pod/Checker.pm pod/perlpod.pod
6474 ____________________________________________________________________________
6475 [  7715] By: jhi                                   on 2000/11/16  23:19:40
6476         Log: Avoid an infinite loop in VMS when utils scripts are run
6477              with no arguments, from Charles Lane.
6478      Branch: perl
6479            ! configure.com
6480 ____________________________________________________________________________
6481 [  7714] By: jhi                                   on 2000/11/16  23:17:08
6482         Log: Subject: perllocale.pod changes
6483              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6484              Date: Mon, 13 Nov 2000 10:09:22 +0300
6485              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
6486      Branch: perl
6487            ! pod/perllocale.pod
6488 ____________________________________________________________________________
6489 [  7713] By: jhi                                   on 2000/11/16  23:14:06
6490         Log: Integrate perlio.
6491      Branch: perl
6492           !> doio.c perlio.c perlio.h util.c
6493 ____________________________________________________________________________
6494 [  7712] By: nick                                  on 2000/11/16  21:10:58
6495         Log: Integrate mainline
6496      Branch: perlio
6497           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6498           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
6499           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
6500           !> vos/config.ga.def vos/config.ga.h win32/config.bc
6501           !> win32/config.gc win32/config.vc
6502 ____________________________________________________________________________
6503 [  7711] By: nick                                  on 2000/11/16  19:56:41
6504         Log: Minor tweaks:
6505              consistent way of getting 'rb', 'wb' etc. for binary opens
6506              move *perlio::layers to *open::layers
6507              a #define to show layers available
6508              DOSISH popen/PerlIO had export/import sense inverted.
6509      Branch: perlio
6510            ! doio.c perlio.c perlio.h util.c
6511 ____________________________________________________________________________
6512 [  7710] By: jhi                                   on 2000/11/16  15:46:05
6513         Log: Add HAS_SBRK_PROTO.
6514      Branch: metaconfig/U/perl
6515            + d_sbrkproto.U
6516      Branch: perl
6517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6518            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
6519            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6520            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6521            ! win32/config.gc win32/config.vc
6522 ____________________________________________________________________________
6523 [  7709] By: nick                                  on 2000/11/16  07:31:49
6524         Log: Integrate mainline
6525      Branch: perlio
6526           !> (integrate 35 files)
6527 ____________________________________________________________________________
6528 [  7708] By: jhi                                   on 2000/11/16  05:33:03
6529         Log: These files are text, not binary.
6530      Branch: perl
6531            ! ext/Encode/Encode/iso8859-10.enc
6532            ! ext/Encode/Encode/iso8859-13.enc
6533            ! ext/Encode/Encode/iso8859-14.enc
6534            ! ext/Encode/Encode/iso8859-15.enc
6535 ____________________________________________________________________________
6536 [  7707] By: jhi                                   on 2000/11/16  01:53:37
6537         Log: Update Changes.
6538      Branch: perl
6539            ! Changes patchlevel.h
6540 ____________________________________________________________________________
6541 [  7706] By: jhi                                   on 2000/11/16  01:35:59
6542         Log: More #undefing of stdio.
6543      Branch: perl
6544            ! fakesdio.h nostdio.h
6545 ____________________________________________________________________________
6546 [  7705] By: jhi                                   on 2000/11/16  01:34:18
6547         Log: Add fwalk() probe to the configuration files and regen perltoc.
6548      Branch: perl
6549            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6550            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
6551            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
6552            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6553            ! win32/config.bc win32/config.gc win32/config.vc
6554 ____________________________________________________________________________
6555 [  7704] By: jhi                                   on 2000/11/16  01:33:07
6556         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
6557              an optional third argument to Inlibc?)
6558      Branch: metaconfig/U/perl
6559            + d__fwalk.U
6560 ____________________________________________________________________________
6561 [  7703] By: jhi                                   on 2000/11/16  01:09:22
6562         Log: The type of the hash_cb() size argument is tricky.
6563      Branch: perl
6564            ! ext/DB_File/DB_File.xs
6565 ____________________________________________________________________________
6566 [  7702] By: jhi                                   on 2000/11/15  23:01:16
6567         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
6568      Branch: perl
6569            ! nostdio.h
6570 ____________________________________________________________________________
6571 [  7701] By: jhi                                   on 2000/11/15  22:52:32
6572         Log: Detypo.
6573      Branch: perl
6574            ! t/lib/bigfltpm.t
6575 ____________________________________________________________________________
6576 [  7700] By: jhi                                   on 2000/11/15  22:51:56
6577         Log: UINT64_C() work continues.
6578      Branch: perl
6579            ! handy.h perl.h utf8.h
6580 ____________________________________________________________________________
6581 [  7699] By: jhi                                   on 2000/11/15  14:13:04
6582         Log: SOCKS has its own USE_THREADS, based on
6583              
6584              Subject: [ID 20001114.002] et. al. bugfix followup
6585              From: Jens Hamisch <jens@Strawberry.COM> 
6586              Date: Wed, 15 Nov 2000 14:23:11 +0100
6587              Message-ID: <20001115142311.A21164@Strawberry.COM>
6588      Branch: perl
6589            ! perl.h
6590 ____________________________________________________________________________
6591 [  7698] By: jhi                                   on 2000/11/15  03:50:56
6592         Log: Add few missing #undefs and sort them.
6593      Branch: perl
6594            ! fakesdio.h
6595 ____________________________________________________________________________
6596 [  7697] By: jhi                                   on 2000/11/15  03:39:14
6597         Log: Linenumber fix.
6598      Branch: perl
6599            ! t/pragma/warn/utf8
6600 ____________________________________________________________________________
6601 [  7696] By: jhi                                   on 2000/11/15  02:55:26
6602         Log: EBCDIC tweaks.
6603              
6604              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
6605              From: Peter Prymmer <pvhp@forte.com>
6606              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
6607              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
6608      Branch: perl
6609            ! t/op/regmesg.t t/pragma/warn/utf8
6610 ____________________________________________________________________________
6611 [  7695] By: jhi                                   on 2000/11/15  02:53:58
6612         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
6613              From: Peter Prymmer <pvhp@forte.com>
6614              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
6615              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
6616      Branch: perl
6617            ! utf8.c
6618 ____________________________________________________________________________
6619 [  7694] By: jhi                                   on 2000/11/15  02:50:55
6620         Log: Subject: [PATCH: perl@7674] updates to README.os390
6621              From: Prymmer/Kahn <pvhp@best.com>
6622              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
6623              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
6624      Branch: perl
6625            ! README.os390
6626 ____________________________________________________________________________
6627 [  7693] By: jhi                                   on 2000/11/15  02:48:37
6628         Log: Quit utf8_to_uv() instantly if curlen == 0.
6629      Branch: perl
6630            ! utf8.c
6631 ____________________________________________________________________________
6632 [  7692] By: jhi                                   on 2000/11/15  02:24:29
6633         Log: Use u_int32_t for the size of hash_cb(), not size_t.
6634              
6635              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
6636              From: Jens Hamisch <jens@Strawberry.COM>     
6637              Date: Tue, 14 Nov 2000 19:03:55 +0100
6638              Message-Id: <20001114190355.A20559@Strawberry.COM>
6639      Branch: perl
6640            ! ext/DB_File/DB_File.xs
6641 ____________________________________________________________________________
6642 [  7691] By: jhi                                   on 2000/11/15  02:20:12
6643         Log: Use UINT64_C().
6644              
6645              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
6646              From: Jens Hamisch <jens@Strawberry.COM>
6647              Date: Tue, 14 Nov 2000 19:16:23 +0100
6648              Message-Id: <20001114191623.G20559@Strawberry.COM>
6649      Branch: perl
6650            ! utf8.c utf8.h
6651 ____________________________________________________________________________
6652 [  7690] By: jhi                                   on 2000/11/15  02:17:06
6653         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
6654              (a macro to define signed and unsigned integer constants).
6655      Branch: perl
6656            ! handy.h
6657 ____________________________________________________________________________
6658 [  7689] By: jhi                                   on 2000/11/15  01:56:51
6659         Log: Regen Configure.
6660      Branch: perl
6661            ! Configure
6662 ____________________________________________________________________________
6663 [  7688] By: jhi                                   on 2000/11/15  01:56:32
6664         Log: Make the unit know about SOCKS.
6665      Branch: metaconfig
6666            ! U/protos/socksizetype.U
6667 ____________________________________________________________________________
6668 [  7687] By: jhi                                   on 2000/11/15  01:54:47
6669         Log: Remove unused dependencies.
6670      Branch: metaconfig
6671            ! U/compline/d_getpagsz.U
6672 ____________________________________________________________________________
6673 [  7686] By: nick                                  on 2000/11/14  21:25:13
6674         Log: Integrate mainline.
6675      Branch: perlio
6676           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
6677           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
6678           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
6679           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
6680           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
6681           !> win32/config.bc win32/config.gc win32/config.vc
6682           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
6683 ____________________________________________________________________________
6684 [  7685] By: jhi                                   on 2000/11/14  17:54:56
6685         Log: Integrate perlio.
6686      Branch: perl
6687           +> fakesdio.h perliol.h
6688           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
6689           !> perlsdio.h perlsfio.h pod/perlfunc.pod
6690 ____________________________________________________________________________
6691 [  7684] By: nick                                  on 2000/11/14  17:43:04
6692         Log: PerlIO #include and #ifdef re-work.
6693      Branch: perlio
6694            + fakesdio.h perliol.h
6695            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
6696            ! perlsdio.h perlsfio.h
6697 ____________________________________________________________________________
6698 [  7683] By: jhi                                   on 2000/11/14  15:42:40
6699         Log: Hoist the duplicated socket/netdb include logic to perl.h;
6700              undef SETERRNO in case SOCKS has defined it.  Based on:
6701              
6702              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
6703              From: Jens Hamisch <jens@Strawberry.COM> 
6704              Date: Tue, 14 Nov 2000 11:34:40 +0100
6705              Message-Id: <20001114113440.A20005@Strawberry.COM>
6706      Branch: perl
6707            ! doio.c perl.h pp_sys.c
6708 ____________________________________________________________________________
6709 [  7682] By: jhi                                   on 2000/11/14  14:07:28
6710         Log: Subject: some additions for makefiles for win32 (for perl@7674)
6711              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6712              Date: Tue, 14 Nov 2000 09:31:13 +0300
6713              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
6714      Branch: perl
6715            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6716            ! win32/makefile.mk
6717 ____________________________________________________________________________
6718 [  7681] By: jhi                                   on 2000/11/14  14:01:41
6719         Log: Subject: tiny typo in perl5db.pl
6720              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6721              Date: Tue, 14 Nov 2000 09:29:28 +0300
6722              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
6723      Branch: perl
6724            ! lib/perl5db.pl
6725 ____________________________________________________________________________
6726 [  7680] By: jhi                                   on 2000/11/14  04:13:50
6727         Log: Redo #7679 with LFs instead of CRLFs.
6728      Branch: perl
6729            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
6730            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
6731            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
6732 ____________________________________________________________________________
6733 [  7679] By: jhi                                   on 2000/11/14  01:21:09
6734         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
6735              From: Benjamin Stuhl <tiriath@yahoo.com> 
6736              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
6737              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
6738      Branch: perl
6739            + win32/bin/mdelete.bat
6740            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6741            ! makedef.pl perlio.c win32/Makefile win32/config.gc
6742            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
6743 ____________________________________________________________________________
6744 [  7678] By: jhi                                   on 2000/11/14  01:19:20
6745         Log: Fix the re extension building for Win32.
6746              
6747              Subject: [PATCH perl@7638] Get PerlIO building on Win32
6748              From: Benjamin Stuhl <tiriath@yahoo.com> 
6749              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
6750              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
6751      Branch: perl
6752            + ext/re/hints/MSWin32.pl
6753            ! MANIFEST
6754 ____________________________________________________________________________
6755 [  7677] By: jhi                                   on 2000/11/14  01:13:54
6756         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
6757              From: sthoenna@efn.org
6758              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
6759              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
6760      Branch: perl
6761            ! doop.c pp.c toke.c utf8.c utf8.h
6762 ____________________________________________________________________________
6763 [  7676] By: jhi                                   on 2000/11/13  20:23:15
6764         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
6765              From: Nicholas Clark <nick@ccl4.org>
6766              Date: Mon, 13 Nov 2000 18:55:04 +0000
6767              Message-ID: <20001113185504.J29183@plum.flirble.org>
6768      Branch: perl
6769            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
6770 ____________________________________________________________________________
6771 [  7675] By: nick                                  on 2000/11/13  20:21:57
6772         Log: Integrate mainline ...
6773      Branch: perlio
6774           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
6775           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
6776           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
6777           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
6778 ____________________________________________________________________________
6779 [  7674] By: jhi                                   on 2000/11/13  15:07:56
6780         Log: Update Changes.
6781      Branch: perl
6782            ! Changes patchlevel.h
6783 ____________________________________________________________________________
6784 [  7673] By: jhi                                   on 2000/11/13  14:42:42
6785         Log: Remove the new two tests of lib/io_xs for now, they seem to
6786              fail under perlio on some platforms.
6787      Branch: perl
6788            ! t/lib/io_xs.t
6789 ____________________________________________________________________________
6790 [  7672] By: jhi                                   on 2000/11/13  13:57:53
6791         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
6792      Branch: perl
6793            ! perlio.c
6794 ____________________________________________________________________________
6795 [  7671] By: jhi                                   on 2000/11/13  05:30:48
6796         Log: Placate nervous compilers that see longer than ints switch()ing.
6797      Branch: perl
6798            ! utf8.c
6799 ____________________________________________________________________________
6800 [  7670] By: jhi                                   on 2000/11/13  05:14:21
6801         Log: fputs() does return EOF on error but here we don't care.
6802      Branch: perl
6803            ! perlio.c
6804 ____________________________________________________________________________
6805 [  7669] By: jhi                                   on 2000/11/13  05:02:45
6806         Log: Declare reg_data like reg_substr_data.
6807      Branch: perl
6808            ! regexp.h
6809 ____________________________________________________________________________
6810 [  7668] By: jhi                                   on 2000/11/13  04:54:34
6811         Log: Typos in #7667.
6812      Branch: perl
6813            ! perl.h
6814 ____________________________________________________________________________
6815 [  7667] By: jhi                                   on 2000/11/13  04:49:49
6816         Log: Cleanup messy #ifdef.
6817      Branch: perl
6818            ! perl.h
6819 ____________________________________________________________________________
6820 [  7666] By: jhi                                   on 2000/11/13  04:17:34
6821         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
6822              From: Nicholas Clark <nick@talking.bollo.cx>
6823              Date: Sun, 12 Nov 2000 21:14:11 +0000
6824              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
6825              
6826              Note: only one breakage of the two reported is fixed by this patch.
6827      Branch: perl
6828            ! perlio.c
6829 ____________________________________________________________________________
6830 [  7665] By: jhi                                   on 2000/11/13  04:05:07
6831         Log: Tweak the definition of the bit complement on UTF-8 data:
6832              if none of the characters in the string are > 0xff,
6833              the result is a complemented byte string, not a (UTF-8)
6834              char string.  Based on the summary in
6835              
6836              Subject: Re: [ID 20000918.005] ~ on wide chars
6837              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
6838              Date: Fri, 10 Nov 2000 09:47:15 -0800
6839              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
6840              
6841              This should give us the maximum backward (pre-char string)
6842              compatibility and utf8 compatibility.  The other alternative
6843              would be to limit the bit complement to be always byte only,
6844              taking the least significant byte of the chars.
6845      Branch: perl
6846            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
6847 ____________________________________________________________________________
6848 [  7664] By: jhi                                   on 2000/11/13  00:23:44
6849         Log: Couple of tests from #7660 salvaged.
6850      Branch: perl
6851            - t/op/tell.t
6852            ! MANIFEST t/io/tell.t
6853 ____________________________________________________________________________
6854 [  7663] By: jhi                                   on 2000/11/13  00:02:48
6855         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
6856              From: Nicholas Clark <nick@talking.bollo.cx>
6857              Date: Sun, 12 Nov 2000 21:23:43 +0000
6858              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
6859      Branch: perl
6860            ! perlsfio.h
6861 ____________________________________________________________________________
6862 [  7662] By: jhi                                   on 2000/11/13  00:01:39
6863         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
6864              From: Nicholas Clark <nick@talking.bollo.cx>
6865              Date: Sun, 12 Nov 2000 21:30:04 +0000
6866              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
6867      Branch: perl
6868            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
6869 ____________________________________________________________________________
6870 [  7661] By: jhi                                   on 2000/11/12  23:57:29
6871         Log: Document tell() on special streams.
6872      Branch: perl
6873            ! pod/perlfunc.pod
6874 ____________________________________________________________________________
6875 [  7660] By: jhi                                   on 2000/11/12  23:54:22
6876         Log: (Subsumed by #7664)
6877      Branch: perl
6878            + t/op/tell.t
6879            ! MANIFEST
6880 ____________________________________________________________________________
6881 [  7659] By: jhi                                   on 2000/11/12  22:55:25
6882         Log: Many subdocumented return values of the IO extension now documented.
6883              ungetc and write still left subdocumented.
6884              
6885              Subject: [PATCH] (was Re: IO::Handle::ungetc)
6886              From: Nicholas Clark <nick@talking.bollo.cx>
6887              Date: Sun, 12 Nov 2000 21:35:53 +0000
6888              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
6889      Branch: perl
6890            ! ext/IO/lib/IO/Handle.pm
6891 ____________________________________________________________________________
6892 [  7658] By: jhi                                   on 2000/11/12  21:37:06
6893         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
6894              From: Nicholas Clark <nick@talking.bollo.cx>
6895              Date: Sun, 12 Nov 2000 20:03:22 +0000
6896              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
6897      Branch: perl
6898            ! pod/perlfunc.pod
6899 ____________________________________________________________________________
6900 [  7657] By: jhi                                   on 2000/11/12  20:34:55
6901         Log: Integrate perlio.
6902      Branch: perl
6903           !> perlio.c
6904 ____________________________________________________________________________
6905 [  7656] By: nick                                  on 2000/11/12  19:25:06
6906         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
6907      Branch: perlio
6908            ! perlio.c
6909 ____________________________________________________________________________
6910 [  7655] By: nick                                  on 2000/11/12  19:09:41
6911         Log: Integrate mainline
6912      Branch: perlio
6913           +> README.solaris ext/Encode/Encode/cp1006.enc
6914           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
6915           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
6916           +> ext/Encode/Encode/iso8859-13.enc
6917           +> ext/Encode/Encode/iso8859-14.enc
6918           +> ext/Encode/Encode/iso8859-15.enc
6919           !> (integrate 34 files)
6920 ____________________________________________________________________________
6921 [  7654] By: jhi                                   on 2000/11/12  19:00:22
6922         Log: Add a metaconfig unit for fsync.
6923      Branch: metaconfig/U/perl
6924            + d_fsync.U
6925 ____________________________________________________________________________
6926 [  7653] By: jhi                                   on 2000/11/12  19:00:01
6927         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
6928      Branch: perl
6929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6930            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6931            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6932            ! vos/config.ga.h win32/config.bc win32/config.gc
6933            ! win32/config.vc
6934 ____________________________________________________________________________
6935 [  7652] By: jhi                                   on 2000/11/11  21:12:01
6936         Log: Copy the s// information of README.hpux also to the perlrun.
6937      Branch: perl
6938            ! README.hpux pod/perlrun.pod
6939 ____________________________________________________________________________
6940 [  7651] By: jhi                                   on 2000/11/11  21:03:13
6941         Log: More README.solaris updates from Andy Dougherty.
6942      Branch: perl
6943            ! README.solaris
6944 ____________________________________________________________________________
6945 [  7650] By: jhi                                   on 2000/11/11  18:38:57
6946         Log: More descriptive error for unknown perlio layers.
6947              
6948              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
6949              From: Dominic Dunlop <domo@computer.org> 
6950              Date: Sat, 11 Nov 2000 18:20:32 +0100             
6951              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
6952      Branch: perl
6953            ! perlio.c pod/perldiag.pod
6954 ____________________________________________________________________________
6955 [  7649] By: jhi                                   on 2000/11/11  18:37:52
6956         Log: MachTen doesn't really do mmap() and munmap().
6957              
6958              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
6959              From: Dominic Dunlop <domo@computer.org> 
6960              Date: Sat, 11 Nov 2000 18:20:32 +0100             
6961              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
6962      Branch: perl
6963            ! hints/machten.sh
6964 ____________________________________________________________________________
6965 [  7648] By: jhi                                   on 2000/11/11  18:36:46
6966         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
6967              From: rspier@pobox.com (Robert Spier)
6968              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
6969              Message-ID: <14861.32839.491271.985797@rls.cx>
6970      Branch: perl
6971            ! Porting/Contract pod/perltoot.pod
6972 ____________________________________________________________________________
6973 [  7647] By: jhi                                   on 2000/11/11  18:35:30
6974         Log: Simplify the getpagesize() unit by dropping the
6975              pagesize probe since it's nowadays slightly more
6976              complicated because of sysconf(). (Note: if some
6977              platform really needs the -lPW for getpagesize,
6978              I just broke it.)
6979              
6980              TODO: a new pagesize unit.
6981      Branch: metaconfig
6982            ! U/compline/d_getpagsz.U
6983 ____________________________________________________________________________
6984 [  7646] By: jhi                                   on 2000/11/11  18:33:23
6985         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
6986      Branch: perl
6987            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6988            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6989            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6990            ! vos/config.ga.h win32/config.bc win32/config.gc
6991            ! win32/config.vc
6992 ____________________________________________________________________________
6993 [  7645] By: jhi                                   on 2000/11/11  16:45:15
6994         Log: Use sysconf() or getpagesize() to find out the pagesize.
6995      Branch: perl
6996            ! perlio.c
6997 ____________________________________________________________________________
6998 [  7644] By: jhi                                   on 2000/11/11  15:46:08
6999         Log: Integrate perlio.
7000      Branch: perl
7001           !> perlio.c
7002 ____________________________________________________________________________
7003 [  7643] By: jhi                                   on 2000/11/11  15:33:36
7004         Log: Subject: Re: [PATCH] README.solaris
7005              From: Lupe Christoph <lupe@lupe-christoph.de>
7006              Date: Sat, 11 Nov 2000 14:08:10 +0100
7007              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
7008      Branch: perl
7009            ! README.solaris
7010 ____________________________________________________________________________
7011 [  7642] By: jhi                                   on 2000/11/11  15:22:12
7012         Log: Subject: [PATCH perl@7638] cygwin port
7013              From: "Eric Fifer" <egf7@columbia.edu>            
7014              Date: Fri, 10 Nov 2000 19:30:30 -0000
7015              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
7016      Branch: perl
7017            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
7018 ____________________________________________________________________________
7019 [  7641] By: nick                                  on 2000/11/11  14:50:36
7020         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
7021              Also call "Buf" layer directly when unread'ing non-read chars.
7022      Branch: perlio
7023            ! perlio.c
7024 ____________________________________________________________________________
7025 [  7640] By: jhi                                   on 2000/11/11  02:05:02
7026         Log: Add more encoding tables.
7027      Branch: perl
7028            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
7029            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
7030            + ext/Encode/Encode/iso8859-10.enc
7031            + ext/Encode/Encode/iso8859-13.enc
7032            + ext/Encode/Encode/iso8859-14.enc
7033            + ext/Encode/Encode/iso8859-15.enc
7034            ! MANIFEST
7035 ____________________________________________________________________________
7036 [  7639] By: jhi                                   on 2000/11/10  18:49:25
7037         Log: Subject: [PATCH] README.solaris
7038              From: Andy Dougherty <doughera@lafayette.edu>
7039              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
7040              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
7041      Branch: perl
7042            + README.solaris
7043            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
7044            ! pod/perl.pod pod/perltoc.pod
7045 ____________________________________________________________________________
7046 [  7638] By: jhi                                   on 2000/11/10  15:04:15
7047         Log: Update Changes.
7048      Branch: perl
7049            ! Changes patchlevel.h
7050 ____________________________________________________________________________
7051 [  7637] By: jhi                                   on 2000/11/10  14:14:28
7052         Log: Explain better why certain regex tests are skipped.
7053              
7054              Subject: Re: tests skipped: unknown reason
7055              From: Lupe Christoph <lupe@lupe-christoph.de>
7056              Date: Fri, 10 Nov 2000 09:08:56 +0100
7057              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
7058      Branch: perl
7059            ! t/op/regexp.t
7060 ____________________________________________________________________________
7061 [  7636] By: nick                                  on 2000/11/10  13:40:00
7062         Log: Integrate mainline.
7063      Branch: perlio
7064           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
7065           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
7066           !> win32/bin/search.pl
7067 ____________________________________________________________________________
7068 [  7635] By: nick                                  on 2000/11/10  13:25:52
7069         Log: Re-instate stdio large file support via perlio.
7070      Branch: perl
7071            ! perlio.c
7072 ____________________________________________________________________________
7073 [  7634] By: jhi                                   on 2000/11/10  04:49:55
7074         Log: Amdahl UTS hints updates.
7075              
7076              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
7077              From: hom00@utsglobal.com (Harold O Morris)
7078              Date: Thu, 9 Nov 2000 20:02 PST
7079              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
7080      Branch: perl
7081            ! hints/uts.sh
7082 ____________________________________________________________________________
7083 [  7633] By: jhi                                   on 2000/11/09  23:33:28
7084         Log: Subject: [PATCH] IO::Seekable pod
7085              From: Nicholas Clark <nick@talking.bollo.cx>
7086              Date: Thu, 9 Nov 2000 20:29:45 +0000
7087              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
7088      Branch: perl
7089            ! ext/IO/lib/IO/Handle.pm
7090 ____________________________________________________________________________
7091 [  7632] By: jhi                                   on 2000/11/09  21:55:41
7092         Log: Various doc oddball characters.
7093              
7094              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
7095              From: Michael Somos <somos@grail.cba.csuohio.edu>
7096              Date: Mon, 6 Nov 2000 17:44:20 -0500
7097              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
7098      Branch: perl
7099            ! emacs/cperl-mode.el lib/unicode/syllables.txt
7100            ! win32/bin/search.pl
7101 ____________________________________________________________________________
7102 [  7631] By: jhi                                   on 2000/11/09  21:12:29
7103         Log: Subject: Re: bash -c exit and linux hints 
7104              From: "John P. Linderman" <jpl@research.att.com>
7105              Date: Thu, 02 Nov 2000 09:37:25 -0500
7106              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
7107      Branch: perl
7108            ! hints/linux.sh
7109 ____________________________________________________________________________
7110 [  7630] By: nick                                  on 2000/11/09  20:34:11
7111         Log: Integrate mainline.
7112      Branch: perlio
7113           !> (integrate 91 files)
7114 ____________________________________________________________________________
7115 [  7629] By: jhi                                   on 2000/11/09  19:46:31
7116         Log: Missing dTHXs.
7117              
7118              Subject: RE: perl@7595 builds not on cygwin
7119              From: "Eric Fifer" <egf7@columbia.edu>
7120              Date: Thu, 9 Nov 2000 19:26:50 -0000
7121              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
7122      Branch: perl
7123            ! ext/Devel/Peek/Peek.xs
7124 ____________________________________________________________________________
7125 [  7628] By: jhi                                   on 2000/11/09  14:48:27
7126         Log: Disable only the tests 99 and 166 for UTF-8 locales.
7127      Branch: perl
7128            ! t/pragma/locale.t
7129 ____________________________________________________________________________
7130 [  7627] By: jhi                                   on 2000/11/09  14:40:27
7131         Log: There's no =head3.
7132      Branch: perl
7133            ! pod/perlhack.pod
7134 ____________________________________________________________________________
7135 [  7626] By: jhi                                   on 2000/11/09  13:54:26
7136         Log: The generated boot_* headers are wrong.  Pickier compiler,
7137              such as KAI C++ will refuse to compile the resulting perlmain.
7138              
7139              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
7140              From: Harri Pasanen <harri.pasanen@trema.com>
7141              Date: Thu, 09 Nov 2000 14:23:28 +0100
7142              Message-Id: <3A0AA550.26D548A3@trema.com>
7143      Branch: perl
7144            ! minimod.pl
7145 ____________________________________________________________________________
7146 [  7625] By: jhi                                   on 2000/11/09  13:50:44
7147         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
7148              From: Prymmer/Kahn <pvhp@best.com>
7149              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
7150              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
7151              
7152              All except the "cow orker" change.
7153      Branch: perl
7154            ! Porting/pumpkin.pod
7155 ____________________________________________________________________________
7156 [  7624] By: jhi                                   on 2000/11/09  13:45:33
7157         Log: Fix for
7158              
7159              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
7160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7161              Date: Thu, 09 Nov 2000 11:05:52 +0100
7162              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
7163      Branch: perl
7164            ! pod/perldiag.pod t/pragma/warn/pp_sys
7165 ____________________________________________________________________________
7166 [  7623] By: jhi                                   on 2000/11/09  13:37:16
7167         Log: Typo in an ifndef.
7168              
7169              Subject: Re: [PATCH 5.7.0] better messages from malloc()
7170              From: Joe Smith <jms@inwap.com>         
7171              Date: Thu, 09 Nov 2000 01:33:14 -0800
7172              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
7173      Branch: perl
7174            ! malloc.c
7175 ____________________________________________________________________________
7176 [  7622] By: jhi                                   on 2000/11/09  13:31:18
7177         Log: Remove unused extra arguments.
7178      Branch: metaconfig/U/perl
7179            ! perlxv.U
7180      Branch: perl
7181            ! Configure config_h.SH
7182 ____________________________________________________________________________
7183 [  7621] By: jhi                                   on 2000/11/09  13:16:36
7184         Log: More VMS moves on environment handling, from Charles Lane.
7185      Branch: perl
7186            ! t/pragma/locale.t
7187 ____________________________________________________________________________
7188 [  7620] By: jhi                                   on 2000/11/09  04:42:38
7189         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
7190              From: David Dyck <dcd@tc.fluke.com>
7191              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
7192              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
7193      Branch: perl
7194            ! pp_sys.c
7195 ____________________________________________________________________________
7196 [  7619] By: jhi                                   on 2000/11/09  04:36:21
7197         Log: Forgot from #7618.
7198      Branch: perl
7199            ! lib/File/stat.pm
7200 ____________________________________________________________________________
7201 [  7618] By: jhi                                   on 2000/11/09  04:28:44
7202         Log: Make deleting for %ENV work for (newer versions of) VMS,
7203              from Craig A. Berry.
7204      Branch: perl
7205            ! vms/vms.c
7206 ____________________________________________________________________________
7207 [  7617] By: jhi                                   on 2000/11/09  04:25:05
7208         Log: Subject: [PATCH] Class::Struct at compile time
7209              From: "Casey R. Tweten" <crt@kiski.net>
7210              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
7211              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
7212      Branch: perl
7213            ! lib/Class/Struct.pm
7214 ____________________________________________________________________________
7215 [  7616] By: jhi                                   on 2000/11/09  04:15:17
7216         Log: Subject: [ID 20001108.013] spelling
7217              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
7218              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
7219              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
7220      Branch: perl
7221            ! lib/ftp.pl
7222 ____________________________________________________________________________
7223 [  7615] By: jhi                                   on 2000/11/09  04:12:42
7224         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
7225              From: Peter Prymmer <pvhp@forte.com>
7226              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
7227              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
7228      Branch: perl
7229            ! configure.com
7230 ____________________________________________________________________________
7231 [  7614] By: jhi                                   on 2000/11/08  22:42:55
7232         Log: A missing aTHX_.
7233      Branch: perl
7234            ! ext/IPC/SysV/SysV.xs
7235 ____________________________________________________________________________
7236 [  7613] By: jhi                                   on 2000/11/08  19:30:21
7237         Log: Update Changes.
7238      Branch: perl
7239            ! Changes patchlevel.h
7240 ____________________________________________________________________________
7241 [  7612] By: jhi                                   on 2000/11/08  18:35:25
7242         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
7243              From: David Dyck <dcd@tc.fluke.com>
7244              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
7245              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
7246      Branch: perl
7247            ! pp_sys.c
7248 ____________________________________________________________________________
7249 [  7611] By: jhi                                   on 2000/11/08  18:30:26
7250         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
7251              From: Dominic Dunlop <domo@computer.org>
7252              Date: Tue, 7 Nov 2000 12:05:25 +0100
7253              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
7254      Branch: perl
7255            ! malloc.c
7256 ____________________________________________________________________________
7257 [  7610] By: jhi                                   on 2000/11/08  18:25:14
7258         Log: Do not test UTF-8 locales since that the tests would require
7259              polymorphic regexen.
7260      Branch: perl
7261            ! t/pragma/locale.t
7262 ____________________________________________________________________________
7263 [  7609] By: jhi                                   on 2000/11/08  17:12:51
7264         Log: Locale buglets.
7265              
7266              Subject: RE: Locales support (setlocale) fixes
7267              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7268              Date: Wed, 8 Nov 2000 20:01:39 +0300
7269              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
7270      Branch: perl
7271            ! t/pragma/locale.t util.c
7272 ____________________________________________________________________________
7273 [  7608] By: jhi                                   on 2000/11/08  17:00:16
7274         Log: Deleting $ENV{PATH} in VMS is not recommendable.
7275      Branch: perl
7276            ! t/pragma/locale.t
7277 ____________________________________________________________________________
7278 [  7607] By: jhi                                   on 2000/11/08  16:58:26
7279         Log: Subject: PATCH std stdio for (Free)BSD
7280              From: Nicholas Clark <nick@ccl4.org>
7281              Date: Wed, 8 Nov 2000 15:36:29 +0000
7282              Message-ID: <20001108153629.D98736@plum.flirble.org>
7283      Branch: metaconfig
7284            ! U/compline/d_stdstdio.U
7285      Branch: perl
7286            ! Configure config_h.SH
7287 ____________________________________________________________________________
7288 [  7606] By: jhi                                   on 2000/11/08  16:43:31
7289         Log: Forgot to bump the line numbers in #7601.
7290      Branch: perl
7291            ! t/pragma/warn/pp_sys
7292 ____________________________________________________________________________
7293 [  7605] By: jhi                                   on 2000/11/08  16:39:12
7294         Log: More careful detection of how well NVs and UVs mix.
7295              
7296              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))
7297              From: Nicholas Clark <nick@ccl4.org>
7298              Date: Wed, 8 Nov 2000 15:14:12 +0000
7299              Message-ID: <20001108151412.B98736@plum.flirble.org>
7300              
7301              Added some SIGFPE paranoia.
7302      Branch: metaconfig/U/perl
7303            ! perlxv.U
7304      Branch: perl
7305            ! Configure config_h.SH
7306 ____________________________________________________________________________
7307 [  7604] By: jhi                                   on 2000/11/08  14:39:10
7308         Log: Subject: [patch perl@7595] VMS configure.com tweak
7309              From: "Craig A. Berry" <craigberry@mac.com>
7310              Date: Wed, 8 Nov 2000 00:24:12 -0600
7311              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
7312      Branch: perl
7313            ! configure.com
7314 ____________________________________________________________________________
7315 [  7603] By: jhi                                   on 2000/11/08  14:27:11
7316         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
7317              From: Robin Barker <rmb1@cise.npl.co.uk>
7318              Date: Wed, 8 Nov 2000 11:11:39 GMT
7319              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
7320      Branch: perl
7321            ! perlio.c
7322 ____________________________________________________________________________
7323 [  7602] By: jhi                                   on 2000/11/08  14:25:03
7324         Log: Fix for the tie-refhash string table leaks.
7325              
7326              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
7327              Date: Wed, 8 Nov 2000 13:03:04 GMT
7328              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
7329      Branch: perl
7330            ! t/lib/tie-refhash.t
7331 ____________________________________________________________________________
7332 [  7601] By: jhi                                   on 2000/11/08  14:21:08
7333         Log: Try to avoid flockless and emulationless places.
7334      Branch: perl
7335            ! t/pragma/warn/pp_sys
7336 ____________________________________________________________________________
7337 [  7600] By: jhi                                   on 2000/11/08  02:28:54
7338         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
7339              
7340              Subject: [PATCH] prototyped functions that should be overrideable
7341              From: "Casey R. Tweten" <crt@kiski.net>
7342              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
7343              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
7344      Branch: perl
7345            ! toke.c
7346 ____________________________________________________________________________
7347 [  7599] By: jhi                                   on 2000/11/08  01:12:05
7348         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
7349              
7350              Subject: [PATCH] perlbug.PL
7351              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7352              Date: Mon, 6 Nov 2000 21:39:01 -0500
7353              Message-ID: <20001106213901.B20955@O2.chapin.edu>
7354      Branch: perl
7355            ! utils/perlbug.PL
7356 ____________________________________________________________________________
7357 [  7598] By: jhi                                   on 2000/11/07  23:42:00
7358         Log: Bad thinko in #7581 (I used the test program with the expanded
7359              values as-is).
7360      Branch: metaconfig
7361            ! U/compline/d_stdstdio.U
7362      Branch: perl
7363            ! Configure
7364 ____________________________________________________________________________
7365 [  7597] By: jhi                                   on 2000/11/07  21:43:29
7366         Log: Subject: [PATCH perl@7573] cygwin port
7367              From: "Fifer, Eric" <EFifer@sanwaint.com>
7368              Date: Tue, 7 Nov 2000 18:08:51 -0000 
7369              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
7370              
7371              Synchronize with Cygwin 1.1.5.
7372      Branch: perl
7373            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
7374            ! pod/perlport.pod unixish.h util.c
7375 ____________________________________________________________________________
7376 [  7596] By: jhi                                   on 2000/11/07  21:39:25
7377         Log: perlhack updates from H.Merijn Brand.
7378      Branch: perl
7379            ! pod/perlhack.pod
7380 ____________________________________________________________________________
7381 [  7595] By: jhi                                   on 2000/11/07  20:21:41
7382         Log: Update Changes.
7383      Branch: perl
7384            ! Changes patchlevel.h
7385 ____________________________________________________________________________
7386 [  7594] By: jhi                                   on 2000/11/07  19:18:58
7387         Log: Be more robust in Dynaloader.pm.
7388      Branch: perl
7389            ! ext/DynaLoader/DynaLoader_pm.PL
7390 ____________________________________________________________________________
7391 [  7593] By: jhi                                   on 2000/11/07  16:49:31
7392         Log: AUTHORS update.
7393      Branch: perl
7394            ! AUTHORS
7395 ____________________________________________________________________________
7396 [  7592] By: gsar                                  on 2000/11/07  16:39:51
7397         Log: normalize relative paths in virtualized current directory on windows,
7398              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
7399              returns)
7400      Branch: perl
7401            ! win32/vdir.h
7402 ____________________________________________________________________________
7403 [  7591] By: jhi                                   on 2000/11/07  16:04:26
7404         Log: Too profiler-happy: with optimization the #7590 actually makes
7405              the test to run 0.5% _slower_.  Requires much more instrumentation.
7406              Retract #7590.
7407      Branch: perl
7408            ! regcomp.c regcomp.h
7409 ____________________________________________________________________________
7410 [  7590] By: jhi                                   on 2000/11/07  15:51:13
7411         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
7412              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
7413              by using memset() and testing bytewise (as opposed to bitwise).
7414      Branch: perl
7415            ! regcomp.c regcomp.h
7416 ____________________________________________________________________________
7417 [  7589] By: jhi                                   on 2000/11/07  12:56:39
7418         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
7419              From: "Craig A. Berry" <craig.berry@psinetcs.com>
7420              Date: Mon, 06 Nov 2000 23:45:30 -0500
7421              Message-Id: <0011079735.AA973576259@univpress.com>
7422      Branch: perl
7423            ! configure.com t/lib/st-lock.t
7424 ____________________________________________________________________________
7425 [  7588] By: jhi                                   on 2000/11/07  01:03:28
7426         Log: Tweak #7587.
7427      Branch: perl
7428            ! pod/perldiag.pod
7429 ____________________________________________________________________________
7430 [  7587] By: jhi                                   on 2000/11/07  01:00:27
7431         Log: A doc addition for bug id 20001105.019, beware \p.
7432      Branch: perl
7433            ! pod/perldiag.pod
7434 ____________________________________________________________________________
7435 [  7586] By: jhi                                   on 2000/11/07  00:32:22
7436         Log: Fake support of holey files in win/dosish platforms.
7437              
7438              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
7439              From: kipp@shonanblue.ne.jp
7440              Date: Mon, 6 Nov 2000 13:30:55 -0800
7441              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
7442      Branch: perl
7443            ! ext/SDBM_File/sdbm/sdbm.c
7444 ____________________________________________________________________________
7445 [  7585] By: jhi                                   on 2000/11/07  00:12:54
7446         Log: Subject: Pod updates
7447              From: "Stephen P. Potter" <spp@spotter.yi.org>
7448              Date: Mon, 06 Nov 2000 18:56:43 -0500
7449              Message-Id: <200011062357.SAA18173@spotter.yi.org>
7450      Branch: perl
7451            ! README.dos README.os2 README.win32 pod/buildtoc.PL
7452            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
7453            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
7454            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
7455            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
7456            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
7457            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
7458            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
7459            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7460            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
7461            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
7462            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
7463            ! pod/perltootc.pod pod/perlunicode.pod
7464 ____________________________________________________________________________
7465 [  7584] By: jhi                                   on 2000/11/07  00:04:17
7466         Log: Varargs don't always work too well if one puts an unsigned
7467              char on the stack and pop an unsigned quad off the stack.
7468              
7469              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
7470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
7471              Date: Mon, 06 Nov 2000 15:19:05 -0800
7472              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
7473      Branch: perl
7474            ! utf8.c
7475 ____________________________________________________________________________
7476 [  7583] By: jhi                                   on 2000/11/06  23:58:48
7477         Log: %ENV note tweaks from Dan Sugalski.
7478      Branch: perl
7479            ! pod/perlport.pod vms/perlvms.pod
7480 ____________________________________________________________________________
7481 [  7582] By: jhi                                   on 2000/11/06  23:05:49
7482         Log: glibc5 detection by __GNU_LIBRARY__.
7483      Branch: perl
7484            ! toke.c
7485 ____________________________________________________________________________
7486 [  7581] By: jhi                                   on 2000/11/06  22:51:29
7487         Log: Make the stdio test program of 7427 less noisy while being 
7488              compiled so that Digital UNIX wouldn't get both
7489              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
7490              undefined.  This makes perlio happy.
7491      Branch: metaconfig
7492            ! U/compline/d_stdstdio.U
7493      Branch: perl
7494            ! Configure config_h.SH
7495 ____________________________________________________________________________
7496 [  7580] By: jhi                                   on 2000/11/06  22:41:41
7497         Log: Document %ENV = () portability issues.
7498      Branch: perl
7499            ! pod/perlport.pod vms/perlvms.pod
7500 ____________________________________________________________________________
7501 [  7579] By: jhi                                   on 2000/11/06  21:29:24
7502         Log: VOS updates from Paul Green.
7503      Branch: perl
7504            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7505 ____________________________________________________________________________
7506 [  7578] By: jhi                                   on 2000/11/06  21:00:40
7507         Log: Sanitize the environment further.
7508      Branch: perl
7509            ! t/pragma/locale.t
7510 ____________________________________________________________________________
7511 [  7577] By: jhi                                   on 2000/11/06  20:53:51
7512         Log: Re-introduce 7552 lost in integration.
7513      Branch: perl
7514            ! perlio.c
7515 ____________________________________________________________________________
7516 [  7576] By: jhi                                   on 2000/11/06  20:33:46
7517         Log: Admit that the test leaks scalars.
7518      Branch: perl
7519            ! t/comp/proto.t
7520 ____________________________________________________________________________
7521 [  7575] By: jhi                                   on 2000/11/06  20:17:08
7522         Log: Integrate perlio.
7523      Branch: perl
7524           !> perlio.c
7525 ____________________________________________________________________________
7526 [  7574] By: nick                                  on 2000/11/06  20:07:28
7527         Log: Remove debug. Try (Mmap_t) on madvise() call.
7528      Branch: perlio
7529            ! perlio.c
7530 ____________________________________________________________________________
7531 [  7573] By: jhi                                   on 2000/11/06  13:56:05
7532         Log: Update Changes.
7533      Branch: perl
7534            ! Changes patchlevel.h
7535 ____________________________________________________________________________
7536 [  7572] By: jhi                                   on 2000/11/06  13:48:41
7537         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
7538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7539              Date: Mon, 06 Nov 2000 10:11:42 +0100
7540              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
7541      Branch: perl
7542            ! pod/perlhack.pod
7543 ____________________________________________________________________________
7544 [  7571] By: jhi                                   on 2000/11/06  01:45:51
7545         Log: AUTHORS updates.
7546      Branch: perl
7547            ! AUTHORS
7548 ____________________________________________________________________________
7549 [  7570] By: jhi                                   on 2000/11/06  00:18:00
7550         Log: Fix for
7551              
7552              Subject: [ID 20000728.005] perl -P broken
7553              From: David Dyck <dcd@tc.fluke.com>
7554              Date: Fri, 28 Jul 2000 17:19:16 -0700
7555              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
7556              
7557              (hopefully).  The fix is also not complete, it seems to break
7558              BOM swallowing for libc5 systems, but until someone figures
7559              out a way to do this without ftell(), this will do.
7560      Branch: perl
7561            ! toke.c
7562 ____________________________________________________________________________
7563 [  7569] By: jhi                                   on 2000/11/06  00:05:30
7564         Log: Document that the evaled syntax errors cause scalar leaks.
7565      Branch: perl
7566            ! t/comp/proto.t
7567 ____________________________________________________________________________
7568 [  7568] By: jhi                                   on 2000/11/05  23:14:47
7569         Log: opmini.o can linger from Configures past.
7570      Branch: perl
7571            ! Makefile.SH
7572 ____________________________________________________________________________
7573 [  7567] By: jhi                                   on 2000/11/05  21:28:39
7574         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
7575              first argument correctly.
7576      Branch: perl
7577            ! perlio.c
7578 ____________________________________________________________________________
7579 [  7566] By: jhi                                   on 2000/11/05  21:15:56
7580         Log: Integrate perlio.
7581      Branch: perl
7582           !> perlio.c
7583 ____________________________________________________________________________
7584 [  7565] By: jhi                                   on 2000/11/05  21:15:13
7585         Log: Use -dM for gcc (the suggested patch did it only for Linux,
7586              but I think it can be generalized).
7587              
7588              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
7589              From: Pixel <pixel@mandrakesoft.com>
7590              Date: 05 Nov 2000 21:49:34 +0100 
7591              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
7592      Branch: perl
7593            ! ext/Errno/Errno_pm.PL
7594 ____________________________________________________________________________
7595 [  7564] By: nick                                  on 2000/11/05  21:09:18
7596         Log: Added a mmap layer as a "subclass" of perlio.
7597              PERLIO=mmap ./perl harness passes
7598      Branch: perlio
7599            ! perlio.c
7600 ____________________________________________________________________________
7601 [  7563] By: jhi                                   on 2000/11/05  19:48:55
7602         Log: Add a note for future generations about bug id 20000229.006.
7603      Branch: perl
7604            ! malloc.c
7605 ____________________________________________________________________________
7606 [  7562] By: jhi                                   on 2000/11/05  19:38:24
7607         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
7608      Branch: perl
7609            ! pp_ctl.c t/op/pos.t
7610 ____________________________________________________________________________
7611 [  7561] By: jhi                                   on 2000/11/05  18:21:46
7612         Log: Add =pod to be tidy.
7613      Branch: perl
7614            ! lib/Math/Complex.pm
7615 ____________________________________________________________________________
7616 [  7560] By: jhi                                   on 2000/11/05  17:38:46
7617         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
7618      Branch: perl
7619            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7620            ! ext/Storable/Storable.xs t/lib/st-recurse.t
7621 ____________________________________________________________________________
7622 [  7559] By: jhi                                   on 2000/11/05  17:32:59
7623         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
7624              From: "Peter J. Farley III" <pjfarley@banet.net>
7625              Date: Sun, 05 Nov 2000 11:55:59 -0500
7626              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
7627      Branch: perl
7628            ! t/lib/syslog.t
7629 ____________________________________________________________________________
7630 [  7558] By: jhi                                   on 2000/11/05  17:29:19
7631         Log: Integrate perlio.
7632      Branch: perl
7633           !> perlio.c
7634 ____________________________________________________________________________
7635 [  7557] By: jhi                                   on 2000/11/05  17:22:01
7636         Log: A fix of sorts for 20000329.026, a better error message
7637              for a missing "use charnames" when using the \N{...}. 
7638      Branch: perl
7639            ! pod/perldiag.pod toke.c
7640 ____________________________________________________________________________
7641 [  7556] By: jhi                                   on 2000/11/05  16:33:50
7642         Log: Test tweak: show also the failed locales.
7643              
7644              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
7645              From: Lupe Christoph <lupe@lupe-christoph.de>         
7646              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
7647              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
7648      Branch: perl
7649            ! t/pragma/locale.t
7650 ____________________________________________________________________________
7651 [  7555] By: nick                                  on 2000/11/05  11:09:34
7652         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
7653              open RDWR so does not fail. (pragma/warnings 303 again...)
7654      Branch: perlio
7655            ! perlio.c
7656 ____________________________________________________________________________
7657 [  7554] By: nick                                  on 2000/11/05  10:10:13
7658         Log: Fix case where ungetc(f,EOF) was allowed.
7659              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
7660              so we can see similarities.
7661              Use types more carefully and a STDCHAR array in hope that this will
7662              fix Jarrko's 64bit machine.
7663      Branch: perlio
7664            ! perlio.c
7665 ____________________________________________________________________________
7666 [  7553] By: jhi                                   on 2000/11/05  01:12:16
7667         Log: Fix for
7668              
7669              Subject: [ID 20001004.007] taint propogation is inconsistent
7670              From: pimlott@idiomtech.com (Andrew Pimlott) 
7671              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
7672              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
7673              
7674              The culprit was sv_setsv() which was rather blindly
7675              propagating taint, which lead to behaviour where if
7676              a tainted anon hash value was seen all the hash values
7677              from then on at that level became tainted, or at any
7678              upper levels in the case of nested anon hashes.
7679      Branch: perl
7680            ! sv.c t/op/taint.t
7681 ____________________________________________________________________________
7682 [  7552] By: jhi                                   on 2000/11/04  23:44:18
7683         Log: Some cpps don't like splitting conditionals across several lines.
7684      Branch: perl
7685            ! perlio.c
7686 ____________________________________________________________________________
7687 [  7551] By: nick                                  on 2000/11/04  23:40:44
7688         Log: Integrate mainline
7689      Branch: perlio
7690           !> pp_hot.c t/op/taint.t
7691 ____________________________________________________________________________
7692 [  7550] By: nick                                  on 2000/11/04  23:39:05
7693         Log: Integrate mainline again
7694      Branch: perlio
7695           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
7696           !> t/lib/b.t t/op/misc.t util.c
7697 ____________________________________________________________________________
7698 [  7549] By: jhi                                   on 2000/11/04  23:14:01
7699         Log: Fix for
7700              
7701              Subject: [ID 20001004.006] undef is never tainted
7702              From: pimlott@idiomtech.com (Andrew Pimlott)
7703              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
7704              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
7705              
7706              An undef read from a slurped file was not tainted.
7707      Branch: perl
7708            ! pp_hot.c t/op/taint.t
7709 ____________________________________________________________________________
7710 [  7548] By: jhi                                   on 2000/11/04  22:56:21
7711         Log: Test tweak ($Config{useperlio} is by default undef) .
7712      Branch: perl
7713            ! t/lib/b.t
7714 ____________________________________________________________________________
7715 [  7547] By: jhi                                   on 2000/11/04  22:43:56
7716         Log: Integrate perlio.
7717      Branch: perl
7718           +> lib/perlio.pm
7719           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
7720           !> pod/perlapi.pod t/lib/b.t
7721 ____________________________________________________________________________
7722 [  7546] By: jhi                                   on 2000/11/04  22:40:59
7723         Log: Configure would use a bad $myuname from an old config.sh.
7724              
7725              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
7726              From: Andy Dougherty <doughera@lafayette.edu>
7727              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
7728              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
7729      Branch: metaconfig
7730            ! U/modified/Oldconfig.U
7731      Branch: perl
7732            ! Configure config_h.SH
7733 ____________________________________________________________________________
7734 [  7545] By: jhi                                   on 2000/11/04  22:36:54
7735         Log: Subject: Locales support (setlocale) fixes
7736              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7737              Date: Sat, 4 Nov 2000 10:15:48 +0300 
7738              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
7739              
7740              Modified quite a bit to be more portable.
7741      Branch: perl
7742            ! embed.h embed.pl perl.h proto.h util.c
7743 ____________________________________________________________________________
7744 [  7544] By: jhi                                   on 2000/11/04  22:32:47
7745         Log: Dying is too strict here, better just skip.
7746      Branch: perl
7747            ! t/op/misc.t
7748 ____________________________________________________________________________
7749 [  7543] By: nick                                  on 2000/11/04  21:55:13
7750         Log: Merge mainline
7751      Branch: perlio
7752           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
7753           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
7754           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
7755           !> (integrate 64 files)
7756 ____________________________________________________________________________
7757 [  7542] By: jhi                                   on 2000/11/04  21:09:28
7758         Log: More Changes tweakery.
7759      Branch: perl
7760            ! Changes Porting/genlog
7761 ____________________________________________________________________________
7762 [  7541] By: jhi                                   on 2000/11/04  20:58:18
7763         Log: Changes fixups.
7764      Branch: perl
7765            ! Changes
7766 ____________________________________________________________________________
7767 [  7540] By: jhi                                   on 2000/11/04  20:42:38
7768         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
7769              create a "fast path" for locale name probing using "locale -a"
7770              if available, squash finally hopefully the s?printf resetting
7771              the numeric locale (since, IIUC perllocale, it never shouldn't). 
7772      Branch: perl
7773            ! sv.c t/op/misc.t t/pragma/locale.t
7774 ____________________________________________________________________________
7775 [  7539] By: nick                                  on 2000/11/04  19:56:10
7776         Log: PerlIO infrastructure complete.
7777      Branch: perlio
7778            + lib/perlio.pm
7779            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
7780 ____________________________________________________________________________
7781 [  7538] By: nick                                  on 2000/11/04  14:31:32
7782         Log: Type tweaks + less contorted allocation scheme
7783      Branch: perlio
7784            ! perlio.c
7785 ____________________________________________________________________________
7786 [  7537] By: nick                                  on 2000/11/04  12:40:42
7787         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
7788              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
7789              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
7790              sensible) which lead to some interesting fails.
7791      Branch: perlio
7792            ! perlio.c
7793 ____________________________________________________________________________
7794 [  7536] By: jhi                                   on 2000/11/04  00:20:02
7795         Log: Add FCNTL_CAN_LOCK.
7796              
7797              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
7798              From: Andy Dougherty <doughera@lafayette.edu>
7799              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
7800              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
7801              
7802              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
7803              From: Andy Dougherty <doughera@lafayette.edu>
7804              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
7805              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
7806      Branch: metaconfig/U/perl
7807            + d_fcntl_can_lock.U
7808            ! startperl.U
7809      Branch: perl
7810            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7811            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
7812            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7813            ! vos/config.ga.h win32/config.bc win32/config.gc
7814            ! win32/config.vc
7815 ____________________________________________________________________________
7816 [  7535] By: nick                                  on 2000/11/03  22:19:10
7817         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
7818              - Works on Linux with
7819              perlio + unix
7820              stdio
7821              - Works on Solaris with
7822              perlio + unix
7823              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
7824              - Fails (hangs in openpid) if you try and stack
7825              perlio + stdio - Linux stdio's read() logic is hanging.
7826      Branch: perlio
7827            ! iperlsys.h perlio.c
7828 ____________________________________________________________________________
7829 [  7534] By: jhi                                   on 2000/11/03  15:16:02
7830         Log: Subject: Re: README.aix
7831              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7832              Date: Fri, 03 Nov 2000 16:03:15 +0100
7833              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
7834      Branch: perl
7835            ! README.aix
7836 ____________________________________________________________________________
7837 [  7533] By: jhi                                   on 2000/11/03  03:59:02
7838         Log: Subject: [PATCH 5.7.0] better messages from malloc()
7839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7840              Date: Wed, 1 Nov 2000 23:39:56 -0500
7841              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
7842      Branch: perl
7843            ! malloc.c pod/perldiag.pod
7844 ____________________________________________________________________________
7845 [  7532] By: jhi                                   on 2000/11/03  00:11:56
7846         Log: The #7521 touched things it shouldn't have.
7847      Branch: perl
7848            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
7849 ____________________________________________________________________________
7850 [  7531] By: jhi                                   on 2000/11/02  22:32:33
7851         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
7852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7853              Date:     Thu, 2 Nov 2000 16:58:36 EST
7854              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
7855      Branch: perl
7856            ! vms/gen_shrfls.pl
7857 ____________________________________________________________________________
7858 [  7530] By: jhi                                   on 2000/11/02  22:08:49
7859         Log: Fix the problem discussed in
7860              
7861              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
7862              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
7863              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
7864              
7865              originally from Linc Madison.  Also Andreas König's comments
7866              taken into account.  Some other problems with Tie::SubstrHash
7867              fixed: didn't croak when the table exceeded the requested number
7868              of entries (as documented) but instead when the number of entries
7869              exceeded the size of the table, a croak() had an unnecessary \n,
7870              didn't have a CLEAR method, documented that there is no exists().
7871              Didn't fix to be strict-proof because the module uses &foo; and
7872              dynamic scope.  Added a test script exercizing both first tamely 
7873              the basic functionality, and then the failure cases reported by
7874              Linc Madison.
7875      Branch: perl
7876            + t/lib/tie-substrhash.t
7877            ! MANIFEST lib/Tie/SubstrHash.pm
7878 ____________________________________________________________________________
7879 [  7529] By: jhi                                   on 2000/11/02  17:58:08
7880         Log: recv() can fail and return undef.
7881              
7882              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
7883              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
7884              Date: Thu, 2 Nov 2000 20:12:20 +0300
7885              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
7886      Branch: perl
7887            ! lib/Net/Ping.pm
7888 ____________________________________________________________________________
7889 [  7528] By: jhi                                   on 2000/11/02  17:49:09
7890         Log: Detpyo.
7891      Branch: perl
7892            ! pod/perlop.pod
7893 ____________________________________________________________________________
7894 [  7527] By: jhi                                   on 2000/11/02  15:48:37
7895         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
7896              fix a autovivification bug in Tie::RefHash, add tests for both.
7897              
7898              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
7899              From: Edward Avis <epa98@doc.ic.ac.uk>
7900              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
7901              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
7902      Branch: perl
7903            + t/lib/tie-refhash.t
7904            ! MANIFEST lib/Tie/RefHash.pm
7905 ____________________________________________________________________________
7906 [  7526] By: jhi                                   on 2000/11/02  13:56:26
7907         Log: Test::Harness revealed buglets in the new DynaLoader.
7908              
7909              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
7910              From: andreas.koenig@anima.de (Andreas J. Koenig)
7911              Date: 02 Nov 2000 11:26:48 +0100 
7912              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
7913      Branch: perl
7914            ! ext/DynaLoader/DynaLoader_pm.PL
7915 ____________________________________________________________________________
7916 [  7525] By: jhi                                   on 2000/11/01  23:52:08
7917         Log: The entry for #7503 was missing.
7918      Branch: perl
7919            ! Changes
7920 ____________________________________________________________________________
7921 [  7524] By: jhi                                   on 2000/11/01  23:40:52
7922         Log: Update Changes.
7923      Branch: perl
7924            ! Changes patchlevel.h
7925 ____________________________________________________________________________
7926 [  7523] By: jhi                                   on 2000/11/01  22:57:09
7927         Log: More tweaking on the #7522 theme.
7928      Branch: perl
7929            ! ext/DynaLoader/DynaLoader_pm.PL
7930 ____________________________________________________________________________
7931 [  7522] By: jhi                                   on 2000/11/01  22:06:15
7932         Log: Expand %Config variables and %ENV variables only if
7933              so requested during build time using the
7934              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
7935              Not expanding makes relocating distributions easier.
7936      Branch: perl
7937            ! ext/DynaLoader/DynaLoader_pm.PL
7938 ____________________________________________________________________________
7939 [  7521] By: jhi                                   on 2000/11/01  20:56:34
7940         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
7941              and setgid() because they were just changing $< and $( which means
7942              only changing the real uid/gid, as opposed to changing both
7943              real and effective ids.  (The alternative way could have been
7944              in POSIX.pm to change $> and $), too, but making a direct call
7945              to the C API feels cleaner.)  Fixes the bug
7946              
7947              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
7948              From: "Garry T. Williams" <garry@zvolve.com>
7949              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
7950              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
7951      Branch: perl
7952            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7953            ! ext/POSIX/typemap pod/perlvar.pod
7954 ____________________________________________________________________________
7955 [  7520] By: jhi                                   on 2000/11/01  20:08:33
7956         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
7957              From: "Garry T. Williams" <garry@zvolve.com>
7958              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
7959              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
7960      Branch: perl
7961            ! pod/perlsec.pod
7962 ____________________________________________________________________________
7963 [  7519] By: jhi                                   on 2000/11/01  20:01:22
7964         Log: Locale warning explanation tweak.
7965      Branch: perl
7966            ! pod/perldiag.pod
7967 ____________________________________________________________________________
7968 [  7518] By: jhi                                   on 2000/11/01  18:57:13
7969         Log: C.pm part of
7970              
7971              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
7972              From: Jarkko Hietaniemi <jhi@iki.fi>
7973              Date: Tue, 10 Oct 2000 08:22:28 -0500
7974              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
7975      Branch: perl
7976            ! ext/B/B/C.pm
7977 ____________________________________________________________________________
7978 [  7517] By: jhi                                   on 2000/11/01  18:41:59
7979         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
7980              From: Martien Verbruggen <mgjv@comdyn.com.au>
7981              Date: Fri, 6 Oct 2000 14:09:10 +1100
7982              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
7983      Branch: perl
7984            ! pod/perlop.pod
7985 ____________________________________________________________________________
7986 [  7516] By: jhi                                   on 2000/11/01  18:34:55
7987         Log: Generalize the Camel wording.
7988              
7989              Subject: Re: perlfaq style changes
7990              From: John Borwick <jhborwic@unity.ncsu.edu>
7991              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
7992              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
7993      Branch: perl
7994            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
7995 ____________________________________________________________________________
7996 [  7515] By: jhi                                   on 2000/11/01  16:52:31
7997         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
7998              From: pimlott@idiomtech.com (Andrew Pimlott)
7999              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
8000              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
8001      Branch: perl
8002            ! pod/perlsec.pod
8003 ____________________________________________________________________________
8004 [  7514] By: jhi                                   on 2000/11/01  15:03:40
8005         Log: More AIX lore.
8006      Branch: perl
8007            ! ext/re/hints/aix.pl
8008 ____________________________________________________________________________
8009 [  7513] By: jhi                                   on 2000/11/01  14:48:30
8010         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
8011              From: root <root@chronos.fi.muni.cz>
8012              Date: Wed, 1 Nov 2000 12:31:32 +0100
8013              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
8014      Branch: perl
8015            ! lib/Net/Ping.pm
8016 ____________________________________________________________________________
8017 [  7512] By: jhi                                   on 2000/11/01  14:46:47
8018         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
8019              From: Martin Husemann <martin@duskware.de>
8020              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
8021              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
8022      Branch: perl
8023            ! regcomp.c
8024 ____________________________________________________________________________
8025 [  7511] By: jhi                                   on 2000/11/01  14:39:50
8026         Log: AUTHORS updates.
8027      Branch: perl
8028            ! AUTHORS
8029 ____________________________________________________________________________
8030 [  7510] By: jhi                                   on 2000/11/01  14:29:50
8031         Log: Subject: [PATCH] startperl to respect versiononly
8032              From: Robin Barker <rmb1@cise.npl.co.uk> 
8033              Date: Tue, 31 Oct 2000 16:29:36 GMT
8034              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
8035      Branch: metaconfig/U/perl
8036            ! startperl.U
8037      Branch: perl
8038            ! Configure config_h.SH
8039 ____________________________________________________________________________
8040 [  7509] By: jhi                                   on 2000/11/01  14:19:53
8041         Log: printf UVs the correct way, noticed by Robin Barker.
8042      Branch: perl
8043            ! utf8.c
8044 ____________________________________________________________________________
8045 [  7508] By: jhi                                   on 2000/11/01  14:10:03
8046         Log: Do not cleanup *% because the % has special meanings in some
8047              shell environments.
8048      Branch: perl
8049            ! ext/Storable/Makefile.PL
8050 ____________________________________________________________________________
8051 [  7507] By: jhi                                   on 2000/11/01  14:06:00
8052         Log: The NonStop-UX libraries have a novel way to say NaN.
8053      Branch: perl
8054            ! t/lib/bigfltpm.t
8055 ____________________________________________________________________________
8056 [  7506] By: jhi                                   on 2000/11/01  14:03:35
8057         Log: The osname has been lowercased by now, from Tom Bates.
8058      Branch: metaconfig
8059            ! U/modified/Oldconfig.U
8060      Branch: perl
8061            ! Configure config_h.SH
8062 ____________________________________________________________________________
8063 [  7505] By: jhi                                   on 2000/10/31  19:18:39
8064         Log: The compiler is either gcc or cc, from Tom Bates.
8065      Branch: perl
8066            ! hints/nonstopux.sh
8067 ____________________________________________________________________________
8068 [  7504] By: jhi                                   on 2000/10/31  14:53:42
8069         Log: Update Changes.
8070      Branch: perl
8071            ! Changes patchlevel.h
8072 ____________________________________________________________________________
8073 [  7503] By: jhi                                   on 2000/10/31  14:30:50
8074         Log: Whitespace style tweak.  Was originally going to see to
8075              
8076              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8077              From: Joe Smith <jms@inwap.com>
8078              Date: Mon, 30 Oct 2000 18:47:57 -0800
8079              Message-Id: <39FE32DD.24AAC4D@inwap.com>
8080              
8081              but that had already been taken care of.
8082      Branch: metaconfig
8083            ! U/compline/d_stdstdio.U
8084      Branch: perl
8085            ! Configure config_h.SH
8086 ____________________________________________________________________________
8087 [  7502] By: jhi                                   on 2000/10/31  14:25:02
8088         Log: AUTHORS tweaks.
8089      Branch: perl
8090            ! AUTHORS
8091 ____________________________________________________________________________
8092 [  7501] By: jhi                                   on 2000/10/31  14:23:59
8093         Log: Subject: perlfaq style changes
8094              From: John Borwick <jhborwic@unity.ncsu.edu>
8095              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
8096              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
8097      Branch: perl
8098            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8099            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8100            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8101            ! pod/perlfaq9.pod
8102 ____________________________________________________________________________
8103 [  7500] By: jhi                                   on 2000/10/31  14:22:15
8104         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
8105              
8106              Subject: Re: [ID 20000918.005] ~ on wide chars
8107              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8108              Date: Mon, 30 Oct 2000 21:09:55 -0800
8109              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
8110              
8111              (The ord() part of the patch skipped.)
8112      Branch: perl
8113            ! doop.c
8114 ____________________________________________________________________________
8115 [  7499] By: jhi                                   on 2000/10/31  14:20:08
8116         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
8117              From: Jens Hamisch <jens@Strawberry.COM>
8118              Date: Mon, 30 Oct 2000 15:17:07 +0100
8119              Message-Id: <20001030151707.A9597@Strawberry.COM>
8120      Branch: perl
8121            ! av.c
8122 ____________________________________________________________________________
8123 [  7498] By: jhi                                   on 2000/10/31  14:16:29
8124         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
8125              From: Peter Prymmer <pvhp@forte.com>
8126              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
8127              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
8128      Branch: perl
8129            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8130            + ext/Encode/Encode/posix-bc.enc
8131            ! MANIFEST t/lib/encode.t
8132 ____________________________________________________________________________
8133 [  7497] By: jhi                                   on 2000/10/31  14:13:22
8134         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
8135              From: Peter Prymmer <pvhp@forte.com>
8136              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
8137              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
8138      Branch: perl
8139            ! t/lib/cgi-html.t
8140 ____________________________________________________________________________
8141 [  7496] By: jhi                                   on 2000/10/31  14:12:05
8142         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
8143              From: Peter Prymmer <pvhp@forte.com>
8144              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
8145              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
8146      Branch: perl
8147            ! t/lib/cgi-function.t
8148 ____________________________________________________________________________
8149 [  7495] By: jhi                                   on 2000/10/31  14:11:08
8150         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8151              From: Peter Prymmer <pvhp@forte.com>
8152              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
8153              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
8154      Branch: perl
8155            + ext/re/hints/aix.pl
8156            ! MANIFEST ext/re/Makefile.PL
8157 ____________________________________________________________________________
8158 [  7494] By: jhi                                   on 2000/10/31  14:08:32
8159         Log: Use Errno magic.
8160              
8161              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
8162              From: Casey Tweten <perl@ctweten.amsite.com>
8163              Date: Mon, 30 Oct 2000 15:51:17 -0500
8164              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
8165      Branch: perl
8166            ! lib/File/Temp.pm
8167 ____________________________________________________________________________
8168 [  7493] By: jhi                                   on 2000/10/31  14:05:07
8169         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
8170              
8171              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
8172              From: Nicholas Clark <nick@ccl4.org>
8173              Date: Mon, 30 Oct 2000 17:38:45 +0000
8174              Message-ID: <20001030173845.O60355@plum.flirble.org>
8175      Branch: perl
8176            ! Makefile.SH utils/perlbug.PL
8177 ____________________________________________________________________________
8178 [  7492] By: nick                                  on 2000/10/30  19:37:23
8179         Log: Change files which are mysteriously different to mainline to be
8180              copies of mainline.
8181      Branch: perlio
8182            ! objXSUB.h perlapi.c pod/perlapi.pod
8183 ____________________________________________________________________________
8184 [  7491] By: nick                                  on 2000/10/30  18:05:54
8185         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
8186              - typo in endian code in putc.
8187              - Don't allow read of write-only files and vice-versa
8188              - and off-by-one in flush-all loop.
8189              Remove debug calls as they were using GCC specific features.
8190      Branch: perlio
8191            ! perlio.c
8192 ____________________________________________________________________________
8193 [  7490] By: nick                                  on 2000/10/29  21:45:45
8194         Log: Integrate mainline to perlio
8195      Branch: perlio
8196           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
8197           !> toke.c
8198 ____________________________________________________________________________
8199 [  7489] By: jhi                                   on 2000/10/29  21:11:08
8200         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
8201              From: andreas.koenig@anima.de (Andreas J. Koenig)
8202              Date: 29 Oct 2000 22:05:59 +0100
8203              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
8204      Branch: perl
8205            ! lib/ExtUtils/Manifest.pm
8206 ____________________________________________________________________________
8207 [  7488] By: jhi                                   on 2000/10/29  21:07:47
8208         Log: Tests for #7487.
8209              
8210              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
8211              From: andreas.koenig@anima.de (Andreas J. Koenig)
8212              Date: 29 Oct 2000 19:37:09 +0100
8213              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
8214      Branch: perl
8215            ! t/comp/proto.t
8216 ____________________________________________________________________________
8217 [  7487] By: jhi                                   on 2000/10/29  21:06:27
8218         Log: constsub spillage.
8219              
8220              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
8221              From: John Tobey <jtobey@john-edwin-tobey.org>
8222              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
8223              Message-Id: <m13pvSr-000FObC@feynman.localnet>
8224      Branch: perl
8225            ! op.c
8226 ____________________________________________________________________________
8227 [  7486] By: nick                                  on 2000/10/29  21:05:04
8228         Log: Integrate mainline to perlio branch
8229      Branch: perlio
8230           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
8231           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
8232           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
8233           +> vos/install_perl.cm
8234            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
8235            - vos/config.h vos/config_h.SH_orig
8236           !> (integrate 141 files)
8237 ____________________________________________________________________________
8238 [  7485] By: jhi                                   on 2000/10/29  21:00:47
8239         Log: Make \x{...} consistently produce UTF-8.
8240              
8241              Subject: Re: \x{...} is confused 
8242              From: Simon Cozens <simon@cozens.net>
8243              Date: Sun, 29 Oct 2000 19:36:48 +0000
8244              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
8245      Branch: perl
8246            ! t/pragma/utf8.t toke.c
8247 ____________________________________________________________________________
8248 [  7484] By: nick                                  on 2000/10/29  20:05:29
8249         Log: PerlIO passes all tests.
8250      Branch: perlio
8251            ! perlio.c
8252 ____________________________________________________________________________
8253 [  7483] By: jhi                                   on 2000/10/29  18:06:55
8254         Log: Update Changes.
8255      Branch: perl
8256            ! Changes patchlevel.h
8257 ____________________________________________________________________________
8258 [  7482] By: nick                                  on 2000/10/29  17:43:28
8259         Log: Include <unistd.h> to get correct lseek() prototype etc.
8260              (I thought perl.h did that) - down to two fails
8261              - comp/require.t (last test)
8262              - lib/io_xs.t - possibly import/export of FILE * ?
8263      Branch: perlio
8264            ! perlio.c
8265 ____________________________________________________________________________
8266 [  7481] By: jhi                                   on 2000/10/29  17:02:37
8267         Log: UTF-8 decoder tweak.
8268      Branch: perl
8269            ! utf8.c
8270 ____________________________________________________________________________
8271 [  7480] By: nick                                  on 2000/10/29  16:26:11
8272         Log: Fixed two bugs:
8273              - error code not being set on close (of broken pipe)
8274              - append mode was truncating.
8275              At least one seek/tell bug remains.
8276      Branch: perlio
8277            ! perlio.c
8278 ____________________________________________________________________________
8279 [  7479] By: nick                                  on 2000/10/29  11:18:16
8280         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
8281              in case of accidents. Still several worrying fails, no line disciplines yet.
8282      Branch: perlio
8283            ! iperlsys.h perlio.c
8284 ____________________________________________________________________________
8285 [  7478] By: jhi                                   on 2000/10/29  02:04:01
8286         Log: Add also emailless people.
8287      Branch: perl
8288            ! AUTHORS
8289 ____________________________________________________________________________
8290 [  7477] By: jhi                                   on 2000/10/29  01:36:00
8291         Log: The #7476 needs a MANIFEST change, too.
8292      Branch: perl
8293            ! MANIFEST
8294 ____________________________________________________________________________
8295 [  7476] By: jhi                                   on 2000/10/29  01:35:21
8296         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
8297      Branch: perl
8298            - MAINTAIN
8299            ! AUTHORS Changes
8300 ____________________________________________________________________________
8301 [  7475] By: jhi                                   on 2000/10/28  23:57:25
8302         Log: De-quoted-unreadable to ISO Latin 1.
8303              (There's one ISO-2022-JP name in Changes5.004.)
8304      Branch: perl
8305            ! Changes Changes5.6
8306 ____________________________________________________________________________
8307 [  7474] By: jhi                                   on 2000/10/28  19:13:06
8308         Log: Subject: [ID 20001027.007] uniq array in perlfaq
8309              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
8310              Date: Fri, 27 Oct 2000 19:28:30 +0200
8311              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
8312      Branch: perl
8313            ! pod/perlfaq4.pod
8314 ____________________________________________________________________________
8315 [  7473] By: jhi                                   on 2000/10/28  18:02:05
8316         Log: Locking null mutexes is not recommendable.
8317              
8318              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
8319              From: Hugo <hv@crypt.compulink.co.uk>
8320              Date: Sat, 28 Oct 2000 18:41:12 +0100
8321              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
8322      Branch: perl
8323            ! op.c
8324 ____________________________________________________________________________
8325 [  7472] By: jhi                                   on 2000/10/28  17:52:58
8326         Log: Better create a true mailing list for the repository keepers.
8327      Branch: perl
8328            ! Porting/repository.pod
8329 ____________________________________________________________________________
8330 [  7471] By: jhi                                   on 2000/10/28  17:28:24
8331         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
8332              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
8333      Branch: perl
8334            + Porting/repository.pod
8335            ! MANIFEST
8336 ____________________________________________________________________________
8337 [  7470] By: jhi                                   on 2000/10/28  17:20:54
8338         Log: Subject: DOC PATCH 5.6.0
8339              From: mjd@plover.com
8340              Date: 27 Oct 2000 17:32:44 -0000
8341              Message-ID: <20001027173244.23754.qmail@plover.com>
8342      Branch: perl
8343            ! pod/perlfunc.pod
8344 ____________________________________________________________________________
8345 [  7469] By: jhi                                   on 2000/10/28  17:16:45
8346         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
8347              From: "Peter J. Farley III" <pjfarley@banet.net>
8348              Date: Fri, 27 Oct 2000 20:32:56 -0400
8349              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
8350      Branch: perl
8351            ! README.dos
8352 ____________________________________________________________________________
8353 [  7468] By: jhi                                   on 2000/10/28  17:07:18
8354         Log: Make target reordering to avoid pointless re-makes.
8355              
8356              Subject: Re: Total re-make of 'make okfile' after 7451 ?
8357              From: Nicholas Clark <nick@ccl4.org>
8358              Date: Sat, 28 Oct 2000 00:31:02 +0100
8359              Message-ID: <20001028003101.A54517@plum.flirble.org>
8360      Branch: perl
8361            ! Makefile.SH
8362 ____________________________________________________________________________
8363 [  7467] By: jhi                                   on 2000/10/28  17:05:31
8364         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
8365              From: lvirden@cas.org
8366              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
8367              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
8368      Branch: perl
8369            ! README.os2
8370 ____________________________________________________________________________
8371 [  7466] By: jhi                                   on 2000/10/28  16:09:16
8372         Log: Upgrade to CPAN 1.58_55.
8373              
8374              Subject: CPAN.pm status
8375              From: andreas.koenig@anima.de (Andreas J. Koenig) 
8376              Date: 28 Oct 2000 08:18:00 +0200 
8377              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
8378      Branch: perl
8379            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8380 ____________________________________________________________________________
8381 [  7465] By: jhi                                   on 2000/10/28  16:02:47
8382         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
8383      Branch: perl
8384            ! embed.h embed.pl perl.h proto.h toke.c
8385 ____________________________________________________________________________
8386 [  7464] By: nick                                  on 2000/10/28  10:43:44
8387         Log: Fix for sv_2iv() on "shared" value from keys %hash.
8388      Branch: perl
8389            ! sv.c
8390 ____________________________________________________________________________
8391 [  7463] By: jhi                                   on 2000/10/27  16:18:29
8392         Log: Update Changes.
8393      Branch: perl
8394            ! Changes patchlevel.h
8395 ____________________________________________________________________________
8396 [  7462] By: jhi                                   on 2000/10/27  16:17:44
8397         Log: Too enthusiastic editing in #7460.
8398      Branch: metaconfig
8399            ! U/modified/Oldsym.U
8400      Branch: perl
8401            ! Configure config_h.SH
8402 ____________________________________________________________________________
8403 [  7461] By: jhi                                   on 2000/10/27  15:37:38
8404         Log: Retract #7459, the script needs more work.
8405      Branch: perl
8406            - mkreef
8407            ! MANIFEST
8408 ____________________________________________________________________________
8409 [  7460] By: jhi                                   on 2000/10/27  15:23:14
8410         Log: Use $sort, $uniq (and $tr) consistently as wondered
8411              by Nicholas Clark.
8412      Branch: metaconfig
8413            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
8414            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
8415            ! U/modified/libc.U
8416      Branch: perl
8417            ! Configure config_h.SH
8418 ____________________________________________________________________________
8419 [  7459] By: jhi                                   on 2000/10/27  15:02:07
8420         Log: (Retracted by #7461)
8421              
8422              Add a shell script for creating/removing symbolic link farms,
8423              useful for keeping the source code read-only and doing the
8424              builds somewhere else.
8425      Branch: perl
8426            + mkreef
8427            ! MANIFEST
8428 ____________________________________________________________________________
8429 [  7458] By: jhi                                   on 2000/10/27  14:42:20
8430         Log: Do away with the fix_pl.
8431      Branch: perl
8432            - fix_pl
8433            ! MANIFEST Makefile.SH
8434 ____________________________________________________________________________
8435 [  7457] By: jhi                                   on 2000/10/27  12:43:13
8436         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
8437              From: Jens Hamisch <jens@Strawberry.COM>
8438              Date: Fri, 27 Oct 2000 14:38:21 +0200
8439              Message-Id: <20001027143821.B3366@Strawberry.COM>
8440      Branch: perl
8441            ! perl.h
8442 ____________________________________________________________________________
8443 [  7456] By: jhi                                   on 2000/10/27  12:33:42
8444         Log: Subject: [PATCH] todo
8445              From: Nicholas Clark <nick@ccl4.org>
8446              Date: Thu, 26 Oct 2000 22:32:29 +0100
8447              Message-ID: <20001026223229.A44540@plum.flirble.org>
8448      Branch: perl
8449            ! pod/perltodo.pod
8450 ____________________________________________________________________________
8451 [  7455] By: jhi                                   on 2000/10/27  12:02:21
8452         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
8453              From: John Tobey <jtobey@john-edwin-tobey.org>
8454              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
8455              Message-Id: <m13ozHF-000FObC@feynman.localnet>
8456      Branch: perl
8457            ! op.c t/pragma/sub_lval.t
8458 ____________________________________________________________________________
8459 [  7454] By: jhi                                   on 2000/10/27  11:59:42
8460         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
8461              From: sthoenna@efn.org
8462              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
8463              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
8464      Branch: perl
8465            ! pp.c t/op/assignwarn.t
8466 ____________________________________________________________________________
8467 [  7453] By: jhi                                   on 2000/10/27  00:15:08
8468         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
8469      Branch: perl
8470            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8471            ! ext/Storable/Storable.xs t/lib/st-lock.t
8472 ____________________________________________________________________________
8473 [  7452] By: jhi                                   on 2000/10/26  13:05:52
8474         Log: Undo #7451, this seems to be a deficiency in Perforce,
8475              there is no per-file line-terminator type, only per-client.
8476      Branch: perl
8477            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
8478            ! win32/makefile.mk
8479 ____________________________________________________________________________
8480 [  7451] By: jhi                                   on 2000/10/26  04:56:03
8481         Log: Experimenting in DOS arcana.
8482      Branch: perl
8483            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
8484            ! win32/makefile.mk
8485 ____________________________________________________________________________
8486 [  7450] By: jhi                                   on 2000/10/26  04:50:52
8487         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
8488              From: "Peter J. Farley III" <pjfarley@banet.net>            
8489              Date: Wed, 25 Oct 2000 23:10:18 -0400
8490              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
8491      Branch: perl
8492            ! t/io/open.t
8493 ____________________________________________________________________________
8494 [  7449] By: jhi                                   on 2000/10/26  04:49:16
8495         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
8496              From: Hugo <hv@crypt.compulink.co.uk>
8497              Date: Thu, 26 Oct 2000 01:55:17 +0100
8498              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
8499              
8500              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
8501      Branch: perl
8502            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
8503 ____________________________________________________________________________
8504 [  7448] By: jhi                                   on 2000/10/26  04:38:36
8505         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
8506              From: Peter Prymmer <pvhp@forte.com>
8507              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
8508              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
8509      Branch: perl
8510            ! configure.com
8511 ____________________________________________________________________________
8512 [  7447] By: jhi                                   on 2000/10/25  23:20:02
8513         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
8514              in platforms that strictly require all the symbols being present
8515              at link time.
8516      Branch: perl
8517            ! handy.h
8518 ____________________________________________________________________________
8519 [  7446] By: jhi                                   on 2000/10/25  21:55:57
8520         Log: Update Changes.
8521      Branch: perl
8522            ! Changes patchlevel.h
8523 ____________________________________________________________________________
8524 [  7445] By: jhi                                   on 2000/10/25  21:27:08
8525         Log: Integrate with vmsperl #7430 by Charles Bailey:
8526              
8527              Cleanup from prior patch (Charles Lane?):
8528              - improve handling of MFDs in Basename and Path
8529              - default to no xsubpp line # munging when building debug images
8530      Branch: perl
8531           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
8532 ____________________________________________________________________________
8533 [  7444] By: jhi                                   on 2000/10/25  21:03:50
8534         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
8535              From: John Peacock <JPeacock@UnivPress.com>
8536              Date: Thu, 18 May 2000 11:55:27 -0400
8537              Message-ID: <3924126F.A58BE57A@UnivPress.com>
8538      Branch: perl
8539            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
8540            ! t/op/write.t
8541 ____________________________________________________________________________
8542 [  7443] By: jhi                                   on 2000/10/25  20:43:10
8543         Log: Temporary stopgap for the self-tying issue: for now only
8544              array and hash self-ties are verboten.  The real fix, of
8545              course, would be to comprehensively test (and implement?)
8546              and debug (and document) self-ties.
8547      Branch: perl
8548            ! pod/perldiag.pod pp_sys.c t/op/tie.t
8549 ____________________________________________________________________________
8550 [  7442] By: jhi                                   on 2000/10/25  20:14:30
8551         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
8552              From: Dan Sugalski <dan@sidhe.org>
8553              Date: Wed, 25 Oct 2000 13:36:35 -0400
8554              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
8555              
8556              plus regen global.sym.
8557      Branch: perl
8558            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
8559            ! thrdvar.h util.c
8560 ____________________________________________________________________________
8561 [  7441] By: jhi                                   on 2000/10/25  20:12:20
8562         Log: buildtoc target tweaks.
8563      Branch: perl
8564            ! pod/Makefile.SH
8565 ____________________________________________________________________________
8566 [  7440] By: jhi                                   on 2000/10/25  20:03:53
8567         Log: A new version of making the syslog test more robust.
8568              (Replaces #7421.)
8569              
8570              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
8571              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8572              Date: Wed, 25 Oct 2000 12:13:54 -0400
8573              Message-ID: <20001025121354.B2264@O2.chapin.edu>
8574      Branch: perl
8575            ! t/lib/syslog.t
8576 ____________________________________________________________________________
8577 [  7439] By: jhi                                   on 2000/10/25  20:00:48
8578         Log: Continue the internal UTF-8 API tweaking.
8579              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
8580              used much more than the simpler API, now called utf8_to_uv_simple().
8581              Still not quite happy with API, too much partial duplication
8582              of functionality.
8583      Branch: perl
8584            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
8585            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
8586            ! regcomp.c regexec.c sv.c toke.c utf8.c
8587 ____________________________________________________________________________
8588 [  7438] By: jhi                                   on 2000/10/25  18:52:30
8589         Log: Allow poking holes at the UTF-8 decoding strictness.
8590      Branch: perl
8591            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
8592            ! utf8.h
8593 ____________________________________________________________________________
8594 [  7437] By: jhi                                   on 2000/10/25  13:53:05
8595         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
8596              UTF8LEN() and UTF8SKIP(). 
8597      Branch: perl
8598            ! pp.c utf8.c utf8.h
8599 ____________________________________________________________________________
8600 [  7436] By: jhi                                   on 2000/10/25  13:51:37
8601         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
8602              From: Nicholas Clark <nick@ccl4.org>
8603              Date: Wed, 25 Oct 2000 14:44:05 +0100
8604              Message-ID: <20001025144404.D27253@plum.flirble.org>
8605      Branch: perl
8606            ! pod/perlrun.pod
8607 ____________________________________________________________________________
8608 [  7435] By: jhi                                   on 2000/10/25  13:49:32
8609         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
8610              From: Mike Guy <mjtg@cam.ac.uk>
8611              Date: Tue, 24 Oct 2000 14:59:40 +0100
8612              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
8613      Branch: perl
8614            ! scope.c
8615 ____________________________________________________________________________
8616 [  7434] By: jhi                                   on 2000/10/25  13:48:41
8617         Log: AIX is picky about its symbol exports.  Solution for now
8618              is to include the deb.o explicitly to the re extension build.
8619              
8620              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
8621              From: Peter Prymmer <pvhp@forte.com>
8622              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
8623              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
8624      Branch: perl
8625            ! ext/re/Makefile.PL hints/aix.sh
8626 ____________________________________________________________________________
8627 [  7433] By: jhi                                   on 2000/10/25  13:46:49
8628         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
8629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8630              Date: Wed, 25 Oct 2000 12:02:20 +0200
8631              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
8632      Branch: perl
8633            ! perlsdio.h
8634 ____________________________________________________________________________
8635 [  7432] By: jhi                                   on 2000/10/25  13:44:28
8636         Log: Subject: Minor update to find2perl, for portability
8637              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8638              Date: Wed, 25 Oct 2000 12:05:47 +0100
8639              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
8640      Branch: perl
8641            ! x2p/find2perl.PL
8642 ____________________________________________________________________________
8643 [  7431] By: jhi                                   on 2000/10/25  13:40:39
8644         Log: Add targets to Makefile.SH, most importantly
8645              'regen_all' which also remembers to update vms/perly*.
8646      Branch: perl
8647            ! Makefile.SH
8648 ____________________________________________________________________________
8649 [  7430] By: bailey                                on 2000/10/25  03:13:53
8650         Log: Cleanup from prior patch (Charles Lane?):
8651              - improve handling of MFDs in Basename and Path
8652              - default to no xsubpp line # munging when building debug images
8653      Branch: vmsperl
8654            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
8655 ____________________________________________________________________________
8656 [  7429] By: jhi                                   on 2000/10/24  20:03:40
8657         Log: Podify README.epoc and README.vos.
8658      Branch: perl
8659            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
8660            ! pod/perlport.pod pod/perltoc.pod
8661 ____________________________________________________________________________
8662 [  7428] By: jhi                                   on 2000/10/24  19:10:33
8663         Log: Stratus VOS updates from Paul Green.
8664      Branch: perl
8665            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8666            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
8667            - vos/config.def vos/config.h vos/config_h.SH_orig
8668            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
8669            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
8670 ____________________________________________________________________________
8671 [  7427] By: jhi                                   on 2000/10/24  18:59:48
8672         Log: Check if stdio supports tweaking lval and cnt simultaneously.
8673              
8674              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8675              From: Nicholas Clark <nick@ccl4.org>
8676              Date: Mon, 23 Oct 2000 15:39:32 +0100
8677              Message-ID: <20001023153932.A10786@plum.flirble.org>
8678      Branch: metaconfig
8679            ! U/compline/d_stdstdio.U
8680      Branch: perl
8681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8682            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
8683            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
8684            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
8685            ! vos/config.h vos/config_h.SH_orig win32/config.bc
8686            ! win32/config.gc win32/config.vc
8687 ____________________________________________________________________________
8688 [  7426] By: jhi                                   on 2000/10/24  17:57:44
8689         Log: Missed the header file changes from #7425.
8690      Branch: perl
8691            ! embed.h embed.pl objXSUB.h proto.h
8692 ____________________________________________________________________________
8693 [  7425] By: jhi                                   on 2000/10/24  17:55:17
8694         Log: Fix the bug reported in
8695              
8696              From: andreas.koenig@anima.de (Andreas J. Koenig)
8697              Subject: Encode bug?
8698              Date: 24 Oct 2000 14:01:26 +0200 
8699              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
8700              
8701              Also make is_utf8_char() stricter.
8702      Branch: perl
8703            ! ext/Encode/Encode.xs utf8.c
8704 ____________________________________________________________________________
8705 [  7424] By: jhi                                   on 2000/10/24  15:15:39
8706         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
8707              From: Peter Scott <Peter@PSDT.com>
8708              Date: Mon, 23 Oct 2000 19:46:01 -0700
8709              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
8710      Branch: perl
8711            ! pod/perlfaq5.pod
8712 ____________________________________________________________________________
8713 [  7423] By: jhi                                   on 2000/10/24  14:25:30
8714         Log: Test tweak to avoid pulling in the whole Config.
8715      Branch: perl
8716            ! t/lib/st-lock.t
8717 ____________________________________________________________________________
8718 [  7422] By: jhi                                   on 2000/10/24  14:03:16
8719         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
8720      Branch: perl
8721            ! pp.c
8722 ____________________________________________________________________________
8723 [  7421] By: jhi                                   on 2000/10/24  13:32:09
8724         Log: (Replaced by #7440.)
8725              
8726              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
8727              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8728              Date: Mon, 23 Oct 2000 16:40:54 -0400
8729              Message-ID: <20001023164054.B14491@O2.chapin.edu>
8730      Branch: perl
8731            ! t/lib/syslog.t
8732 ____________________________________________________________________________
8733 [  7420] By: jhi                                   on 2000/10/24  13:30:53
8734         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
8735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8736              Date: Mon, 23 Oct 2000 17:29:03 -0400
8737              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
8738      Branch: perl
8739            ! lib/ExtUtils/MM_Unix.pm
8740 ____________________________________________________________________________
8741 [  7419] By: jhi                                   on 2000/10/24  13:29:57
8742         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
8743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8744              Date: Mon, 23 Oct 2000 19:01:32 -0400
8745              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
8746      Branch: perl
8747            ! utils/h2xs.PL
8748 ____________________________________________________________________________
8749 [  7418] By: jhi                                   on 2000/10/24  13:26:04
8750         Log: Replace #7409 with
8751              
8752              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
8753              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
8754              Date: Mon, 23 Oct 2000 20:08:56 +0200
8755              Message-ID: <20001023200855.A14850@nice.ram.loc>
8756      Branch: perl
8757            ! ext/Storable/Storable.pm t/lib/st-lock.t
8758 ____________________________________________________________________________
8759 [  7417] By: jhi                                   on 2000/10/24  13:17:52
8760         Log: Run vms/vms_yfix.pl, should have done that after changing
8761              perly.c in #7382.
8762      Branch: perl
8763            ! vms/perly_c.vms vms/perly_h.vms
8764 ____________________________________________________________________________
8765 [  7416] By: jhi                                   on 2000/10/24  02:55:33
8766         Log: Make the UTF-8 decoding stricter and more verbose when
8767              malformation happens.  This involved adding an argument
8768              to utf8_to_uv_chk(), which involved changing its prototype,
8769              and prefer STRLEN over I32 for the UTF-8 length, which as
8770              a domino effect necessitated changing the prototypes of
8771              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
8772              The stricter UTF-8 decoding checking uses Markus Kuhn's
8773              UTF-8 Decode Stress Tester from
8774              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
8775      Branch: perl
8776            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
8777            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
8778            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
8779            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
8780 ____________________________________________________________________________
8781 [  7415] By: jhi                                   on 2000/10/23  14:06:06
8782         Log: Update Changes.
8783      Branch: perl
8784            ! Changes patchlevel.h
8785 ____________________________________________________________________________
8786 [  7414] By: jhi                                   on 2000/10/23  12:39:52
8787         Log: Undo the basename() part of #7412 since the lib/basename
8788              tests would need upgrading too.
8789      Branch: perl
8790            ! lib/File/Basename.pm
8791 ____________________________________________________________________________
8792 [  7413] By: jhi                                   on 2000/10/23  12:19:27
8793         Log: Document PERL_INSTALL_ROOT of #7210.
8794      Branch: perl
8795            ! lib/ExtUtils/Install.pm
8796 ____________________________________________________________________________
8797 [  7412] By: jhi                                   on 2000/10/23  12:16:47
8798         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
8799      Branch: perl
8800            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
8801            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
8802 ____________________________________________________________________________
8803 [  7411] By: jhi                                   on 2000/10/23  12:07:41
8804         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
8805              From: Prymmer/Kahn <pvhp@best.com>
8806              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
8807              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
8808      Branch: perl
8809            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
8810 ____________________________________________________________________________
8811 [  7410] By: jhi                                   on 2000/10/23  04:10:11
8812         Log: The change #7187 was not so good on VMS.
8813              
8814              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
8815              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8816              Date: Sun, 22 Oct 2000 23:03:08 -0500
8817              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
8818      Branch: perl
8819            ! utils/perldoc.PL
8820 ____________________________________________________________________________
8821 [  7409] By: jhi                                   on 2000/10/23  03:57:36
8822         Log: Avoid Storable locking on DJGPP for now.
8823              
8824              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
8825              From: "Peter J. Farley III" <pjfarley@banet.net>
8826              Date: Sun, 22 Oct 2000 20:00:00 -0400
8827              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
8828      Branch: perl
8829            ! ext/Storable/Storable.pm t/lib/st-lock.t
8830 ____________________________________________________________________________
8831 [  7408] By: jhi                                   on 2000/10/23  03:50:24
8832         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
8833              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
8834              Date: Sun, 22 Oct 2000 21:12:22 -0400
8835              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
8836      Branch: perl
8837            ! lib/vars.pm
8838 ____________________________________________________________________________
8839 [  7407] By: jhi                                   on 2000/10/23  03:43:12
8840         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
8841              From: Hugo <hv@crypt.compulink.co.uk>
8842              Date: Mon, 23 Oct 2000 00:47:22 +0100
8843              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
8844      Branch: perl
8845            ! regexec.c t/op/pat.t
8846 ____________________________________________________________________________
8847 [  7406] By: jhi                                   on 2000/10/23  03:40:29
8848         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
8849      Branch: perl
8850            ! lib/ExtUtils/MakeMaker.pm
8851 ____________________________________________________________________________
8852 [  7405] By: jhi                                   on 2000/10/22  21:32:00
8853         Log: Doc patch.
8854              
8855              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
8856              From: rspier@pobox.com (Robert Spier)
8857              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
8858              Message-ID: <14835.16112.13457.447971@rls.cx>
8859      Branch: perl
8860            ! lib/strict.pm
8861 ____________________________________________________________________________
8862 [  7404] By: jhi                                   on 2000/10/22  21:30:51
8863         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
8864              From: rspier@pobox.com (Robert Spier)
8865              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
8866              Message-ID: <14835.17223.72448.705566@rls.cx>
8867      Branch: perl
8868            ! lib/ExtUtils/MakeMaker.pm
8869 ____________________________________________________________________________
8870 [  7403] By: jhi                                   on 2000/10/22  21:24:11
8871         Log: Subject: [PATCH bleadperl] ripples from constsub patch
8872              From: John Tobey <jtobey@john-edwin-tobey.org>
8873              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
8874              Message-Id: <m13nSOB-000FObC@feynman.localnet>
8875      Branch: perl
8876            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
8877 ____________________________________________________________________________
8878 [  7402] By: jhi                                   on 2000/10/22  20:59:35
8879         Log: Support s?printf parameter reordering.
8880      Branch: perl
8881            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
8882 ____________________________________________________________________________
8883 [  7401] By: jhi                                   on 2000/10/22  19:19:14
8884         Log: Expand %Config variables only if explicitly so requested
8885              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
8886              
8887              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
8888              From: Gurusamy Sarathy <gsar@ActiveState.com>
8889              Date: Sun, 22 Oct 2000 11:47:32 -0700
8890              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
8891      Branch: perl
8892            ! Makefile.SH lib/lib_pm.PL
8893 ____________________________________________________________________________
8894 [  7400] By: jhi                                   on 2000/10/22  18:24:10
8895         Log: Move the #7390 test from warn/op to comp/redef.
8896              
8897              Subject: Re: Creating const subs for constants.
8898              From: John Tobey <jtobey@john-edwin-tobey.org>
8899              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
8900              Message-Id: <m13nG72-000FObC@feynman.localnet>               
8901      Branch: perl
8902            ! t/comp/redef.t t/pragma/warn/op
8903 ____________________________________________________________________________
8904 [  7399] By: jhi                                   on 2000/10/22  17:49:59
8905         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
8906              From: Nicholas Clark <nick@ccl4.org>
8907              Date: Sat, 21 Oct 2000 22:23:19 +0100
8908              Message-ID: <20001021222319.B45586@plum.flirble.org>
8909      Branch: perl
8910            ! ext/DynaLoader/DynaLoader_pm.PL
8911 ____________________________________________________________________________
8912 [  7398] By: jhi                                   on 2000/10/22  17:47:35
8913         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
8914              From: Hugo <hv@crypt.compulink.co.uk>
8915              Date: Sat, 21 Oct 2000 18:19:59 +0100
8916              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
8917      Branch: perl
8918            ! ext/B/B.pm ext/B/B/C.pm
8919 ____________________________________________________________________________
8920 [  7397] By: jhi                                   on 2000/10/22  17:35:18
8921         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
8922              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8923              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
8924              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
8925      Branch: perl
8926            ! hints/openbsd.sh
8927 ____________________________________________________________________________
8928 [  7396] By: jhi                                   on 2000/10/22  17:19:46
8929         Log: Subject: installman go-faster stripes
8930              From: Nicholas Clark <nick@talking.bollo.cx>
8931              Date: Sat, 21 Oct 2000 17:24:53 +0100
8932              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
8933              
8934              Subject: Re: installman go-faster stripes
8935              From: Russ Allbery <rra@stanford.edu>
8936              Date: 21 Oct 2000 11:04:13 -0700
8937              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
8938      Branch: perl
8939            ! installman pod/pod2man.PL
8940 ____________________________________________________________________________
8941 [  7395] By: jhi                                   on 2000/10/22  17:17:35
8942         Log: Hints tweak from Anton Berezin.
8943      Branch: perl
8944            ! hints/freebsd.sh
8945 ____________________________________________________________________________
8946 [  7394] By: jhi                                   on 2000/10/22  04:50:04
8947         Log: Tweak the Is* definitions of Unicode character classes
8948              to better match the official categorizations; embrace
8949              the official categorizations; add the combining marks
8950              as alpha (and -numeric); fix DCinital (a typo and edito)
8951              to be DCmedial.
8952      Branch: perl
8953            + lib/unicode/Is/DCmedial.pl
8954            - lib/unicode/Is/DCinital.pl
8955            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8956            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
8957            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
8958            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
8959 ____________________________________________________________________________
8960 [  7393] By: jhi                                   on 2000/10/21  18:06:05
8961         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
8962              From: Daniel Chetlin <daniel@chetlin.com>
8963              Date: Sat, 21 Oct 2000 02:57:03 -0700
8964              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
8965      Branch: perl
8966            + t/lib/tie-splice.t
8967            ! MANIFEST lib/Tie/Array.pm
8968 ____________________________________________________________________________
8969 [  7392] By: gsar                                  on 2000/10/21  18:05:15
8970         Log: resync utfperl branch with mainline
8971      Branch: utfperl
8972           !> (integrate 1760 files)
8973 ____________________________________________________________________________
8974 [  7391] By: jhi                                   on 2000/10/21  14:37:49
8975         Log: Testcases for a #7383,#7385 related bug.
8976              
8977              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
8978              From: Nicholas Clark <nick@ccl4.org>
8979              Date: Sat, 21 Oct 2000 15:04:51 +0100
8980              Message-ID: <20001021150451.A51566@plum.flirble.org>
8981      Branch: perl
8982            ! t/pragma/utf8.t
8983 ____________________________________________________________________________
8984 [  7390] By: jhi                                   on 2000/10/21  14:35:57
8985         Log: Add a testcase for #7389.
8986      Branch: perl
8987            ! t/pragma/warn/op
8988 ____________________________________________________________________________
8989 [  7389] By: jhi                                   on 2000/10/21  14:26:45
8990         Log: Subject: Re: Creating const subs for constants.
8991              From: John Tobey <jtobey@john-edwin-tobey.org>
8992              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
8993              Message-Id: <m13mo0N-000FObC@feynman.localnet>
8994      Branch: perl
8995            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
8996            ! proto.h sv.c
8997 ____________________________________________________________________________
8998 [  7388] By: nick                                  on 2000/10/21  11:44:23
8999         Log: Populate perlio branch
9000      Branch: perlio
9001           +> (branch 1760 files)
9002 ____________________________________________________________________________
9003 [  7387] By: nick                                  on 2000/10/21  10:52:05
9004         Log: Get branch back as replica of mainline via :
9005              p4 integrate -b utfperl
9006              p4 resolve -at ./...
9007      Branch: utfperl
9008           +> (branch 269 files)
9009            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
9010            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
9011            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
9012            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
9013            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
9014            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9015            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9016            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9017            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9018            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9019            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9020            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9021            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9022            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9023            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9024            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9025            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9026            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9027            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
9028            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
9029            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
9030            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
9031            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
9032            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
9033            - lib/unicode/UCD300.html lib/unicode/Unicode.300
9034            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
9035            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
9036            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
9037            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
9038           !> (integrate 965 files)
9039 ____________________________________________________________________________
9040 [  7386] By: jhi                                   on 2000/10/21  01:31:12
9041         Log: Update Changes.
9042      Branch: perl
9043            ! Changes patchlevel.h
9044 ____________________________________________________________________________
9045 [  7385] By: jhi                                   on 2000/10/21  01:28:42
9046         Log: The #7383 was right only in the context of the original bug report,
9047              not in more general case.
9048      Branch: perl
9049            ! pp_hot.c
9050 ____________________________________________________________________________
9051 [  7384] By: jhi                                   on 2000/10/21  01:08:23
9052         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
9053      Branch: perl
9054            ! ext/IO/lib/IO/Select.pm
9055 ____________________________________________________________________________
9056 [  7383] By: jhi                                   on 2000/10/21  00:44:18
9057         Log: Fix for ID 20001020.006, concatenating an unset submatch
9058              with utf8 resulted in "Modification of a read-only value".
9059      Branch: perl
9060            ! pp_hot.c t/pragma/utf8.t
9061 ____________________________________________________________________________
9062 [  7382] By: jhi                                   on 2000/10/20  20:44:31
9063         Log: Make scan_num() reëntrant, as suggested in
9064              
9065              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9066              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9067              Date: Fri, 20 Oct 2000 14:17:27 +0100
9068              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9069      Branch: perl
9070            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
9071            ! toke.c
9072 ____________________________________________________________________________
9073 [  7381] By: jhi                                   on 2000/10/20  20:07:29
9074         Log: Reëntrancy fix.
9075              
9076              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9077              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9078              Date: Fri, 20 Oct 2000 14:17:27 +0100
9079              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9080      Branch: perl
9081            ! embed.h embed.pl perl.h proto.h toke.c
9082 ____________________________________________________________________________
9083 [  7380] By: jhi                                   on 2000/10/20  19:15:54
9084         Log: Don't write double values through long double pointers,
9085              based on a part of
9086              
9087              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9088              From: Jens Hamisch <jens@Strawberry.COM>
9089              Date: Tue, 17 Oct 2000 08:39:36 +0200
9090              Message-Id: <20001017083936.A11104@Strawberry.COM>
9091      Branch: perl
9092            ! perl.h pp.c
9093 ____________________________________________________________________________
9094 [  7379] By: jhi                                   on 2000/10/20  18:43:37
9095         Log: Portability tweak on #7377.
9096              
9097              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
9098              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9099              Date:     Fri, 20 Oct 2000 13:13:41 EDT
9100              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
9101      Branch: perl
9102            ! t/lib/dprof.t
9103 ____________________________________________________________________________
9104 [  7378] By: jhi                                   on 2000/10/20  12:57:19
9105         Log: SOCKS function redefinitions need prototypes, too, otherwise
9106              for example 32 bit versus 64 bit differences cause a lot of
9107              problems.  Part of
9108              
9109              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9110              From: Jens Hamisch <jens@Strawberry.COM>
9111              Date: Tue, 17 Oct 2000 08:39:36 +0200
9112              Message-Id: <20001017083936.A11104@Strawberry.COM>
9113      Branch: perl
9114            ! doio.c pp_sys.c
9115 ____________________________________________________________________________
9116 [  7377] By: jhi                                   on 2000/10/20  12:37:12
9117         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
9118              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9119              Date:     Fri, 20 Oct 2000 08:26:04 EDT
9120              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
9121      Branch: perl
9122            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
9123 ____________________________________________________________________________
9124 [  7376] By: jhi                                   on 2000/10/20  12:35:31
9125         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
9126              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9127              Date:     Fri, 20 Oct 2000 07:48:15 EDT
9128              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
9129      Branch: perl
9130            ! configure.com vms/gen_shrfls.pl
9131 ____________________________________________________________________________
9132 [  7375] By: bailey                                on 2000/10/20  04:44:37
9133         Log: SYN SYN
9134      Branch: vmsperl
9135           +> (branch 134 files)
9136            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
9137            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
9138            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
9139            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
9140            - eg/cgi/frameset.cgi eg/cgi/index.html
9141            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9142            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9143            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9144            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9145            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9146            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9147            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9148            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9149            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9150            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9151            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9152            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9153            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9154            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
9155            - lib/unicode/Props.txt lib/unicode/UCD300.html
9156            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9157            - utils/perlbc.PL vms/subconfigure.com
9158           !> (integrate 785 files)
9159 ____________________________________________________________________________
9160 [  7374] By: jhi                                   on 2000/10/20  00:59:48
9161         Log: In the latest compiler builds cccdlflags must not become -fpic,
9162              from Wilfredo Sánchez.
9163      Branch: perl
9164            ! hints/darwin.sh
9165 ____________________________________________________________________________
9166 [  7373] By: jhi                                   on 2000/10/20  00:56:35
9167         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
9168              From: Tony Cook <tony@develop-help.com>
9169              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
9170              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
9171      Branch: perl
9172            ! pod/perlop.pod
9173 ____________________________________________________________________________
9174 [  7372] By: jhi                                   on 2000/10/19  19:34:40
9175         Log: Typo noted by Mark Lutz.
9176      Branch: perl
9177            ! t/op/64bitint.t
9178 ____________________________________________________________________________
9179 [  7371] By: jhi                                   on 2000/10/19  19:33:13
9180         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
9181      Branch: metaconfig
9182            ! U/modified/Cppsym.U U/modified/Oldconfig.U
9183      Branch: metaconfig/U/perl
9184            ! End.U dlsrc.U libperl.U
9185      Branch: perl
9186            + hints/nonstopux.sh
9187            ! Configure MANIFEST config_h.SH
9188 ____________________________________________________________________________
9189 [  7370] By: jhi                                   on 2000/10/19  17:18:08
9190         Log: Subject: PATCH do_print has 2 PerlIO_error()s
9191              From: nick@ccl4.org
9192              Date: Thu, 19 Oct 2000 18:09:20 +0100
9193              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
9194      Branch: perl
9195            ! doio.c
9196 ____________________________________________________________________________
9197 [  7369] By: jhi                                   on 2000/10/19  14:01:49
9198         Log: Update Changes.
9199      Branch: perl
9200            ! Changes patchlevel.h
9201 ____________________________________________________________________________
9202 [  7368] By: jhi                                   on 2000/10/19  13:04:29
9203         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
9204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9205              Date: Wed, 18 Oct 2000 13:12:01 +0200
9206              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
9207      Branch: perl
9208            ! hints/aix.sh
9209 ____________________________________________________________________________
9210 [  7367] By: jhi                                   on 2000/10/19  02:22:40
9211         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
9212              of a 'pmshort' anywhere in the B, so the offending line was simply
9213              removed.
9214      Branch: perl
9215            ! ext/B/B/Debug.pm
9216 ____________________________________________________________________________
9217 [  7366] By: jhi                                   on 2000/10/19  02:12:37
9218         Log: Add the test case for the bug id 20000730.004 which seems
9219              to have been fixed by now.
9220      Branch: perl
9221            ! t/pragma/utf8.t
9222 ____________________________________________________________________________
9223 [  7365] By: jhi                                   on 2000/10/18  23:36:24
9224         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
9225              From: Hugo <hv@crypt.compulink.co.uk>
9226              Date: Wed, 18 Oct 2000 23:25:58 +0100
9227              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
9228      Branch: perl
9229            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
9230 ____________________________________________________________________________
9231 [  7364] By: jhi                                   on 2000/10/18  21:12:53
9232         Log: (retracted)
9233      Branch: perl
9234            ! pp.c
9235 ____________________________________________________________________________
9236 [  7363] By: jhi                                   on 2000/10/18  20:55:38
9237         Log: Missing change from #7362.
9238      Branch: perl
9239            ! win32/perlhost.h
9240 ____________________________________________________________________________
9241 [  7362] By: jhi                                   on 2000/10/18  20:52:01
9242         Log: Borland C fstat() never saw the fd as writable.
9243              
9244              Subject: fix for Borland's weak "stat" (perl@7211)
9245              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9246              Date: Mon, 16 Oct 2000 09:55:03 +0400
9247              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
9248      Branch: perl
9249            ! win32/win32.c
9250 ____________________________________________________________________________
9251 [  7361] By: jhi                                   on 2000/10/18  17:43:50
9252         Log: Regen toc.
9253      Branch: perl
9254            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9255 ____________________________________________________________________________
9256 [  7360] By: jhi                                   on 2000/10/18  17:07:44
9257         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9258              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
9259              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
9260              Date: Mon, 16 Oct 2000 15:19:49 +0200
9261      Branch: perl
9262            + README.aix
9263            ! MANIFEST
9264 ____________________________________________________________________________
9265 [  7359] By: jhi                                   on 2000/10/18  17:04:49
9266         Log: Subject: Pod patch for Devel::Peek
9267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9268              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
9269              Date: Mon, 16 Oct 2000 12:26:34 +0200
9270      Branch: perl
9271            ! ext/Devel/Peek/Peek.pm
9272 ____________________________________________________________________________
9273 [  7358] By: jhi                                   on 2000/10/18  17:03:15
9274         Log: Make Cwd more bulletproof in chrooted environments.
9275              
9276              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
9277              From: "Eric E. Coe" <Eric.Coe@oracle.com>
9278              Date: Wed, 18 Oct 2000 04:03:54 -0400
9279              Message-Id: <39ED596A.70E599FE@oracle.com>
9280      Branch: perl
9281            ! lib/Cwd.pm
9282 ____________________________________________________________________________
9283 [  7357] By: jhi                                   on 2000/10/18  16:37:26
9284         Log: Disable the UTF8 downgrade croakage for now to avoid
9285              too many not okay messages.
9286      Branch: perl
9287            ! doio.c
9288 ____________________________________________________________________________
9289 [  7356] By: jhi                                   on 2000/10/17  23:29:41
9290         Log: Show the failed remote port, instead of the failing line number.
9291              
9292              Subject: [PATCH 5.6.1 Debugger] More diagnostics
9293              From: David Sparks <daves@ActiveState.com>
9294              Date: Tue, 17 Oct 2000 15:00:24 -0700
9295              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
9296      Branch: perl
9297            ! lib/perl5db.pl
9298 ____________________________________________________________________________
9299 [  7355] By: jhi                                   on 2000/10/17  14:11:31
9300         Log: On output try to downgrade to bytes, croak if impossible,
9301              from Simon Cozens.  This means that outputting >255 UTF8
9302              is impossible.  Consider this as a strong incentive to get
9303              the I/O disciplines implemented.
9304      Branch: perl
9305            ! doio.c pod/perldiag.pod sv.c
9306 ____________________________________________________________________________
9307 [  7354] By: jhi                                   on 2000/10/17  13:42:23
9308         Log: Clarify documentation on 'use bytes'.
9309              
9310              Subject: Re: What does 'use bytes' "mean" ?
9311              From: Simon Cozens <simon@cozens.net>
9312              Date: Mon, 18 Sep 2000 18:24:25 +0100
9313              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
9314      Branch: perl
9315            ! lib/bytes.pm
9316 ____________________________________________________________________________
9317 [  7353] By: jhi                                   on 2000/10/17  13:28:12
9318         Log: Workaround for a sfio bug where the stream error indicator
9319              is not cleared as documented.
9320              
9321              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
9322              From: Nicholas Clark <nick@ccl4.org>
9323              Date: Mon, 16 Oct 2000 18:28:23 +0100
9324              Message-ID: <20001016182823.J19700@plum.flirble.org>
9325      Branch: perl
9326            ! doio.c
9327 ____________________________________________________________________________
9328 [  7352] By: jhi                                   on 2000/10/17  13:06:19
9329         Log: More IoTYPE sprinkling.
9330      Branch: perl
9331            ! doio.c pp_hot.c
9332 ____________________________________________________________________________
9333 [  7351] By: jhi                                   on 2000/10/16  22:47:07
9334         Log: Detect early whether the std streams have gone bad.
9335              
9336              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
9337              Date: Mon, 16 Oct 2000 23:28:42 +0100
9338              From: Nicholas Clark <nick@ccl4.org>
9339              Message-ID: <20001016232842.A37942@plum.flirble.org>
9340      Branch: perl
9341            ! t/op/misc.t
9342 ____________________________________________________________________________
9343 [  7350] By: jhi                                   on 2000/10/16  22:45:16
9344         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
9345              From: "Peter J. Farley III" <pjfarley@banet.net>
9346              Date: Mon, 16 Oct 2000 18:15:59 -0400
9347              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
9348      Branch: perl
9349            ! djgpp/djgpp.c dosish.h t/io/open.t
9350 ____________________________________________________________________________
9351 [  7349] By: jhi                                   on 2000/10/16  22:36:45
9352         Log: perldelta tweak.
9353      Branch: perl
9354            ! pod/perldelta.pod
9355 ____________________________________________________________________________
9356 [  7348] By: jhi                                   on 2000/10/16  15:17:53
9357         Log: Update Changes.
9358      Branch: perl
9359            ! Changes patchlevel.h
9360 ____________________________________________________________________________
9361 [  7347] By: jhi                                   on 2000/10/16  13:55:27
9362         Log: Add the capability to include/exclude branches.
9363      Branch: perl
9364            ! Porting/genlog
9365 ____________________________________________________________________________
9366 [  7346] By: jhi                                   on 2000/10/16  13:18:04
9367         Log: Add Charles Lane.
9368      Branch: perl
9369            ! AUTHORS Changes
9370 ____________________________________________________________________________
9371 [  7345] By: jhi                                   on 2000/10/16  13:13:21
9372         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
9373      Branch: perl
9374            ! pod/perldelta.pod
9375 ____________________________________________________________________________
9376 [  7344] By: gsar                                  on 2000/10/16  09:30:21
9377         Log: integrate change#6220 from cfgperl
9378              
9379              Win32 patches from Benjamin Stuhl.
9380      Branch: maint-5.6/perl
9381           !> makedef.pl win32/win32.h
9382 ____________________________________________________________________________
9383 [  7343] By: gsar                                  on 2000/10/16  08:32:19
9384         Log: integrate changes#6221,6222 from cfgperl
9385              
9386              Remove tr///CU (the feature is to be obsoleted by better interfaces).
9387              From: simon@brecon.co.uk (Simon Cozens)
9388              Subject: [PATCH] Eliminate tr///[CU][CU]
9389              Date: 23 Jun 2000 11:05:40 GMT
9390              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
9391              
9392              doc typo fix
9393              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
9394              From: Ian Phillipps <Ian.Phillipps@iname.com>
9395              Date: Fri, 23 Jun 2000 10:40:58 +0100
9396              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
9397      Branch: maint-5.6/perl
9398           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
9399 ____________________________________________________________________________
9400 [  7342] By: gsar                                  on 2000/10/16  08:28:08
9401         Log: integrate change#6217 from cfgperl (in part)
9402              
9403              Rename the fdpid locking and integrate with Sarathy.
9404      Branch: maint-5.6/perl
9405           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
9406           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
9407           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
9408           !> win32/win32.c
9409 ____________________________________________________________________________
9410 [  7341] By: gsar                                  on 2000/10/16  08:23:39
9411         Log: integrate changes#6214..6216 from mainline
9412              
9413              @_ can't have junk in it even in the non-USE_ITHREADS case because
9414              caller() wants to populate @DB::args with it (causes a coredump
9415              in Carp::confess())
9416              
9417              tweak comment about @DB::args
9418              
9419              be more optimal about clearing @_
9420      Branch: maint-5.6/perl
9421           !> av.h cop.h pp_ctl.c t/op/runlevel.t
9422 ____________________________________________________________________________
9423 [  7340] By: gsar                                  on 2000/10/16  08:20:37
9424         Log: integrate changes#6207..6210 from cfgperl
9425              
9426              Subject: [PATCH 5.6.0] Threadsafe patches
9427              From: Dan Sugalski <dan@sidhe.org>
9428              To: perl5-porters@perl.org
9429              Date: Mon, 08 May 2000 18:08:13 -0400
9430              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
9431              
9432              Regen headers for #6207.
9433              
9434              Lock PL_fdpid against race conditions, based on:
9435              Subject: [PATCH 5.6.0]subprocess fixup for threads
9436              From: Dan Sugalski <dan@sidhe.org>
9437              To: perl5-porters@perl.org
9438              Date: Tue, 11 Apr 2000 17:02:32 -0400
9439              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
9440              
9441              Mopup for #6207 and #6209.
9442      Branch: maint-5.6/perl
9443           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
9444           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
9445           !> win32/win32.c
9446 ____________________________________________________________________________
9447 [  7339] By: gsar                                  on 2000/10/16  08:14:34
9448         Log: integrate change#6203 from cfgperl
9449              
9450              perldiag should refer to perlos2.pod not README.os2
9451      Branch: maint-5.6/perl
9452           !> pod/perldiag.pod
9453 ____________________________________________________________________________
9454 [  7338] By: gsar                                  on 2000/10/16  08:11:42
9455         Log: integrate change#6201 from mainline
9456              
9457              Perl_eval_pv() leaks 4 bytes every time it is called because it
9458              does a PUSHMARK that's never ever POPMARKed; in general, only
9459              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9460              Perl_eval_[sp]v() don't because they don't take any incoming
9461              arguments (this leak has been around since the original version
9462              of perl_eval_pv() in 5.003_97e)
9463      Branch: maint-5.6/perl
9464           !> perl.c
9465 ____________________________________________________________________________
9466 [  7337] By: gsar                                  on 2000/10/16  08:08:47
9467         Log: integrate changes#6197..6200 from cfgperl
9468              
9469              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
9470              From: John Borwick <jhborwic@unity.ncsu.edu>
9471              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
9472              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
9473              
9474              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
9475              From: Dan Sugalski <dan@sidhe.org>
9476              To: vmsperl@perl.org, perl5-porters@perl.org
9477              Date: Fri, 02 Jun 2000 16:00:41 -0400
9478              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
9479              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
9480              
9481              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
9482              From: Dan Sugalski <dan@sidhe.org>
9483              To: perl5-porters@perl.org, vmsperl@perl.org
9484              Date: Fri, 02 Jun 2000 17:30:51 -0400
9485              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
9486              
9487              Update to cperl-mode.el 4.31 from
9488              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
9489              Subject: A couple of notes
9490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9491              To: Mailing list Perl5 <perl5-porters@perl.org>
9492              Date: Sat, 3 Jun 2000 23:33:32 -0400
9493              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
9494      Branch: maint-5.6/perl
9495           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
9496           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
9497           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
9498           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
9499           !> vms/vmsish.h
9500 ____________________________________________________________________________
9501 [  7336] By: gsar                                  on 2000/10/16  08:03:46
9502         Log: integrate changes#6194,6195 from mainline
9503              
9504              fix small eval"" memory leaks under USE_ITHREADS
9505              
9506              fix yet another eval"" leak under USE_ITHREADS
9507      Branch: maint-5.6/perl
9508           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9509           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9510           !> vms/perly_c.vms
9511 ____________________________________________________________________________
9512 [  7335] By: gsar                                  on 2000/10/16  08:02:15
9513         Log: integrate changes#6190,6191 from mainline
9514              
9515              submit missing embed.pl change
9516              
9517              vec() loses numericalness (modified version of patch suggested
9518              by Robin Barker)
9519      Branch: maint-5.6/perl
9520           !> doop.c embed.pl t/op/vec.t
9521 ____________________________________________________________________________
9522 [  7334] By: gsar                                  on 2000/10/16  08:01:03
9523         Log: integrate change#6189 from mainline
9524              
9525              counting tr/// corrupts later operation (from M.J.T Guy)
9526      Branch: maint-5.6/perl
9527           !> doop.c t/op/tr.t
9528 ____________________________________________________________________________
9529 [  7333] By: gsar                                  on 2000/10/16  07:59:07
9530         Log: integrate changes#6183..6188 from mainline
9531              
9532              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9533              <nick@ccl4.org>)
9534              
9535              tweak for change#6127
9536              
9537              remove incorrect documentation about implicit split to @_ in
9538              list context, which never really worked in perl 5 (from
9539              M.J.T. Guy)
9540              
9541              further qualify references to "alphanumeric" (from Wolfgang Laun
9542              <wolfgang.laun@alcatel.at>)
9543              
9544              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9545              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9546              
9547              h2xs tweaks
9548      Branch: maint-5.6/perl
9549           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
9550           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
9551           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
9552           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
9553           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
9554           !> pod/pod2latex.PL utils/h2xs.PL
9555 ____________________________________________________________________________
9556 [  7332] By: gsar                                  on 2000/10/16  07:53:52
9557         Log: integrate change#6179 from mainline
9558              
9559              buggy modulus on UVs introduced by change#3378 (resulted in
9560              4063328477 % 65535 amounting to 27406, instead of 27407)
9561      Branch: maint-5.6/perl
9562           !> pp.c t/op/arith.t
9563 ____________________________________________________________________________
9564 [  7331] By: gsar                                  on 2000/10/16  07:52:49
9565         Log: integrate changes#6176,6177,6178,6182 from cfgperl
9566              
9567              Single-quoted utf8 patch from Simon Cozens.
9568              
9569              Substitution utf8 patch from Simon Cozens.
9570              
9571              Be cleaner.
9572              
9573              Be Cleaner Part Deux.
9574      Branch: maint-5.6/perl
9575           !> Makefile.SH pp_hot.c toke.c
9576 ____________________________________________________________________________
9577 [  7330] By: gsar                                  on 2000/10/16  07:41:36
9578         Log: integrate change#6172 from mainline
9579              
9580              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9581              (from Ilya Zakharevich)
9582      Branch: maint-5.6/perl
9583           !> regexec.c t/op/re_tests
9584 ____________________________________________________________________________
9585 [  7329] By: gsar                                  on 2000/10/16  07:40:25
9586         Log: integrate change#6171 from mainline
9587              
9588              scalar() doesn't force scalar context when used in void context
9589              (from Simon Cozens)
9590      Branch: maint-5.6/perl
9591           !> op.c t/op/wantarray.t
9592 ____________________________________________________________________________
9593 [  7328] By: gsar                                  on 2000/10/16  07:39:33
9594         Log: integrate change#6170 from mainline
9595              
9596              change#6142 needs tweaks to tests to work where there's no
9597              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9598      Branch: maint-5.6/perl
9599           !> t/lib/filefind.t
9600 ____________________________________________________________________________
9601 [  7327] By: gsar                                  on 2000/10/16  07:35:34
9602         Log: integrate changes#6166..6168 from cfgperl
9603              
9604              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
9605              in case somebody wants to write an extension for more
9606              shadow database interfaces.
9607              
9608              tweak todo
9609              
9610              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
9611      Branch: maint-5.6/perl
9612           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9613           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
9614           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
9615           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9616           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9617           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9618 ____________________________________________________________________________
9619 [  7326] By: gsar                                  on 2000/10/16  07:29:05
9620         Log: integrate changes#6157,6159..6161,6164 from cfgperl
9621              
9622              Regen Configure to jive with #6149.
9623              
9624              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
9625              
9626              Changes for the File::Temp 0.08 (change #6159) test suite
9627              to fit better into the Perl distribution test framework.
9628              
9629              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
9630              both from Simon Cozens.
9631              
9632              detypo
9633      Branch: maint-5.6/perl
9634           +> pod/perlmodlib.PL pod/perlnewmod.pod
9635           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
9636           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
9637           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9638           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9639 ____________________________________________________________________________
9640 [  7325] By: gsar                                  on 2000/10/16  07:25:13
9641         Log: integrate change#6158 from vmsperl
9642              
9643              Add fallback to tmpfile for use in cases where user's relying on
9644              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
9645              Lane's patch)
9646      Branch: maint-5.6/perl
9647           !> vms/vms.c vms/vmsish.h
9648 ____________________________________________________________________________
9649 [  7324] By: gsar                                  on 2000/10/16  07:20:50
9650         Log: integrate changes#6153..6155 from mainline
9651              
9652              prettier Test::Harness output on failed tests (from Nicholas Clark
9653              <nick@Bagpuss.uk.boo.com>)
9654              
9655              avoid type mismatch warning
9656              
9657              small bug in change#6144; remove random \xA0 character that snuck
9658              in via change#6145
9659      Branch: maint-5.6/perl
9660           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
9661           !> perl.c
9662 ____________________________________________________________________________
9663 [  7323] By: gsar                                  on 2000/10/16  07:18:47
9664         Log: integrate changes#6151,6152 from mainline
9665              
9666              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9667              
9668              cosmetic fixups of RE debug output (from Ilya Zakharevich)
9669      Branch: maint-5.6/perl
9670           !> regexec.c
9671 ____________________________________________________________________________
9672 [  7322] By: gsar                                  on 2000/10/16  07:17:25
9673         Log: integrate changes#6146..6150 from mainline
9674              
9675              doc typo
9676              
9677              add a make entry to Config.pm so "perl -V:make" works on VMS
9678              (from Peter Prymmer)
9679              
9680              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9681              
9682              OS/2 tweaks for usethreads build (from Rocco Caputo
9683              <troc@netrus.net>)
9684              
9685              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9686      Branch: maint-5.6/perl
9687           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
9688           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
9689           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
9690           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
9691           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
9692           !> warnings.pl x2p/a2p.h
9693 ____________________________________________________________________________
9694 [  7321] By: gsar                                  on 2000/10/16  07:14:02
9695         Log: integrate changes#6143..6145 from mainline
9696              
9697              MacOS support, part 1 (from Matthias Neeracher
9698              <neeri@iis.ee.ethz.ch>)
9699              
9700              MacOS support, part 2: make AutoSplit use File::Spec instead
9701              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9702              <neeri@iis.ee.ethz.ch>)
9703              
9704              make xsubpp skip embedded pod (from Matthias Neeracher
9705              <neeri@iis.ee.ethz.ch>)
9706      Branch: maint-5.6/perl
9707           +> ext/DynaLoader/dl_mac.xs
9708           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9709           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9710           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
9711           !> pp_ctl.c proto.h toke.c util.c util.h
9712 ____________________________________________________________________________
9713 [  7320] By: gsar                                  on 2000/10/16  07:12:13
9714         Log: integrate changes#6141,6142 from mainline
9715              
9716              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9717              forwarded by Peter Seebach from the bsdi-users mailing list.
9718              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9719              
9720              File::Find fails to chdir when chasing symlinks (from
9721              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9722      Branch: maint-5.6/perl
9723           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
9724 ____________________________________________________________________________
9725 [  7319] By: gsar                                  on 2000/10/16  07:04:30
9726         Log: integrate change#6139 from mainline
9727              
9728              revise mktables.PL for bugs and newness in Unicode 3.0
9729              (from James Bence <jbence@amgen.com>)
9730      Branch: maint-5.6/perl
9731           +> (branch 30 files)
9732           !> (integrate 49 files)
9733 ____________________________________________________________________________
9734 [  7318] By: gsar                                  on 2000/10/16  07:01:01
9735         Log: integrate changes#6137,6138 from mainline
9736              
9737              fix bogus redeclaration warning for "our" variables in different
9738              scopes
9739              
9740              add note about the handling of negative indices to tied arrays
9741              (from Michael G Schwern <schwern@pobox.com>)
9742      Branch: maint-5.6/perl
9743           !> op.c pod/perltie.pod t/pragma/strict-vars
9744 ____________________________________________________________________________
9745 [  7317] By: gsar                                  on 2000/10/16  06:58:46
9746         Log: integrate changes#6127..6136 from mainline
9747              
9748              call_method(...,G_EVAL) can longjmp() out if the method probing
9749              failed (from Gisle Aas)
9750              
9751              new perlxstut example for passing/returning refs to arrays
9752              (from David Lowe <dlowe@pootpoot.com>)
9753              
9754              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9755              
9756              fix places that mean C<"word" character> but say C<alphanumeric
9757              character>
9758              
9759              avoid warnings in POSIX.pm (from Barrie Slaymaker)
9760              
9761              warnings::enabled() doesn't fall back to looking at $^W if
9762              caller isn't using lexical warnings (from Paul Marquess)
9763              
9764              elide bogus test in change#6132
9765              
9766              make Test::Harness use wait.h/WCOREDUMP if available
9767              (from Ben Tilly <ben_tilly@hotmail.com>)
9768              
9769              enable Test::Harness to dynamically determine column width etc.
9770              (from Rob Napier <rnapier@employees.org>)
9771              
9772              random pod typos (from Peter Scott <Peter@PSDT.com>)
9773      Branch: maint-5.6/perl
9774           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
9775           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
9776           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9777           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
9778 ____________________________________________________________________________
9779 [  7316] By: gsar                                  on 2000/10/16  06:53:23
9780         Log: integrate change#6126 from mainline
9781              
9782              change#2879 broke rvalue autovivification of magicals such as
9783              ${$num} (reworked variant of patch suggested by Simon Cozens)
9784      Branch: maint-5.6/perl
9785           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9786           !> pp_hot.c proto.h t/op/gv.t
9787 ____________________________________________________________________________
9788 [  7315] By: gsar                                  on 2000/10/16  06:51:38
9789         Log: integrate changes#6123,6125 from mainline
9790              
9791              clarify gotcha with #line directives (from Rocco Caputo
9792              <troc@netrus.net>)
9793              
9794              enable propagating exception objects via Perl_croak() in XS code
9795              (from Gisle Aas)
9796      Branch: maint-5.6/perl
9797           !> pod/perldebug.pod pod/perlsyn.pod util.c
9798 ____________________________________________________________________________
9799 [  7314] By: gsar                                  on 2000/10/16  06:49:28
9800         Log: integrate change#6122 from mainline
9801              
9802              downgrade fatal error on C<"foo@nosucharray.com"> to optional
9803              warning (from Mark-Jason Dominus)
9804      Branch: maint-5.6/perl
9805           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
9806           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9807           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9808           !> toke.c
9809 ____________________________________________________________________________
9810 [  7313] By: gsar                                  on 2000/10/16  06:46:54
9811         Log: integrate changes#6112..6121 from vmsperl
9812              
9813              Check for existence of file before trying to delete
9814              
9815              Ugly workaround for version-specific RTL error
9816              
9817              Urk -- undo previous removal of vmsish 'exit' change
9818              
9819              Add bounds checking for several strings (Charles Lane)
9820              
9821              Miscellaneous cosmetic fixes (Charles Lane)
9822              
9823              Treat sockets as special in sys(read|write) (Charles Lane et al.)
9824              
9825              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
9826              Flatten case labels in switch statements uniformly (Charles Bailey)
9827              
9828              Quiet error messages in vmsish.t (Charles Lane)
9829              
9830              Add missing escape (Charles Lane)
9831              
9832              Allow eliminate_macros() and fixpath() to handle space-delimited
9833              lists (based on fixes by Craig Berry)
9834      Branch: maint-5.6/perl
9835           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9836           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9837           !> vms/vmsish.h
9838 ____________________________________________________________________________
9839 [  7312] By: gsar                                  on 2000/10/16  06:41:18
9840         Log: integrate changes#6107,6110 from cfgperl
9841              
9842              Tweak the todo list.
9843              
9844              todo tweak
9845      Branch: maint-5.6/perl
9846           !> Todo-5.6
9847 ____________________________________________________________________________
9848 [  7311] By: gsar                                  on 2000/10/16  06:38:38
9849         Log: integrate changes#6104,6108 from mainline
9850              
9851              PL_sys_intern was being initialized too late on windows
9852              
9853              reenable fake signal handling on Windows, bugs and all
9854      Branch: maint-5.6/perl
9855           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
9856           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
9857           !> win32/win32.c
9858 ____________________________________________________________________________
9859 [  7310] By: gsar                                  on 2000/10/16  06:36:03
9860         Log: integrate changes#6095,6097..6103 from cfgperl
9861              
9862              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
9863              might be useful in future.
9864              
9865              Add a note about possible compilation problems from Allen Smith.
9866              
9867              Add a note about other, yet unsupported, shadow password APIs.
9868              
9869              Tweaks for the cc bugs from Allen Smith.
9870              
9871              More compilation tweakery from Allen Smith.
9872              
9873              Hints and test tweaks for Unicos.
9874              
9875              The test suite tweak in #6101 wasn't quite right.
9876              
9877              Test tweaking for Unicos continues.
9878      Branch: maint-5.6/perl
9879           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9880           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
9881           !> t/lib/complex.t t/op/64bitint.t
9882 ____________________________________________________________________________
9883 [  7309] By: gsar                                  on 2000/10/16  06:29:41
9884         Log: integrate changes#6093,6094 from mainline
9885              
9886              fork() failure to create pseudo process sets errno=EAGAIN and returns
9887              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9888              
9889              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9890      Branch: maint-5.6/perl
9891           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9892           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
9893 ____________________________________________________________________________
9894 [  7308] By: gsar                                  on 2000/10/16  06:27:29
9895         Log: integrate change#6092 from cfgperl
9896              
9897              Regen perltoc with the fixed buildtoc.
9898      Branch: maint-5.6/perl
9899           !> pod/perltoc.pod
9900 ____________________________________________________________________________
9901 [  7307] By: gsar                                  on 2000/10/16  06:26:40
9902         Log: integrate changes#6089,6090 from mainline
9903              
9904              buildtoc tweak to fix newline lossage
9905              
9906              concat doesn't preserve utf8-ness, and doesn't invalidate
9907              [NI]OK; added tests for both
9908      Branch: maint-5.6/perl
9909           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
9910 ____________________________________________________________________________
9911 [  7306] By: gsar                                  on 2000/10/16  06:24:05
9912         Log: integrate change#6088 from cfgperl
9913              
9914              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
9915              because we do not use those.  The HAS_GETSPNAM remains,
9916              though, because we still do use that.
9917      Branch: maint-5.6/perl
9918           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9919           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
9920           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
9921           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9922           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9923           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9924 ____________________________________________________________________________
9925 [  7305] By: gsar                                  on 2000/10/16  06:15:52
9926         Log: integrate changes#6084,6085,6087 from mainline
9927              
9928              substr() does not preserve utf8-ness (from Stefan Eissing
9929              <Eissing@medicaldataservice.de>); added tests
9930              
9931              repeat operator (x) doesn't preserve utf8-ness
9932              
9933              reverse() and quotemeta() weren't preserving utf8-ness; add tests
9934      Branch: maint-5.6/perl
9935           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9936 ____________________________________________________________________________
9937 [  7304] By: gsar                                  on 2000/10/16  06:13:10
9938         Log: integrate changes#6077..6083 from mainline
9939              
9940              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9941              and Tom Phoenix)
9942              
9943              workaround for CRT bug in chdir() (from Charles Lane, via
9944              Peter Prymmer)
9945              
9946              remove outdated kludge in Carp (NULLs are permitted in diagnostics
9947              now)
9948              
9949              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9950              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9951              
9952              better default perlbug categories for ok reports (from Richard Foley)
9953              
9954              peek.t non-portable to ithreads
9955              
9956              note about undocumented caller() return value (from M.J.T. Guy);
9957              yet another peek.t tweak
9958      Branch: maint-5.6/perl
9959           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9960           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9961           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
9962           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
9963           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
9964           !> vms/vmsish.h
9965 ____________________________________________________________________________
9966 [  7303] By: gsar                                  on 2000/10/16  06:03:18
9967         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
9968              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
9969              
9970              &HUGE_VAL is not defined, it exists.
9971              
9972              Do not warn that an infinity does not look like a number.
9973              
9974              Rewrite the pwent/spent logic to be a little bit more clearer.
9975              
9976              Continue on the pwent/spent case.
9977              
9978              Correct Freudian slip.
9979              
9980              Use HUGE_VALL if applicable.
9981              
9982              pwent/spent #ifdef imbalance.
9983              
9984              Infinite problems.
9985              
9986              Call getspnam() only iff needd.
9987              
9988              Test both the scalar and list contexts.
9989              
9990              Use setxxent()/endxxent().
9991              
9992              Complex tweakery.
9993              
9994              Unicos hint tweak.
9995              
9996              Be more forgiving in POSIX about HUGE_VALL.
9997              
9998              Detypo.
9999              
10000              The search of infinity continues, this time simplified.
10001              
10002              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
10003              in natively 64-bit platforms where a long is a quad (no need
10004              for long longs).  Also added bias for IVs.
10005              
10006              Complex tweaks.
10007              
10008              Introduce t/lib/peek.t.
10009              
10010              Make the test more portable.
10011      Branch: maint-5.6/perl
10012           +> t/lib/peek.t
10013            ! pp_sys.c
10014           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
10015           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
10016           !> t/op/pwent.t toke.c util.c
10017 ____________________________________________________________________________
10018 [  7302] By: gsar                                  on 2000/10/16  05:03:37
10019         Log: integrate changes#6066..6071 from mainline
10020              
10021              s/END/CHECK/
10022              
10023              replace direct call to sighandler() with (*PL_sighandlerp)()
10024              
10025              note about values()
10026              
10027              File::Spec compatibility update (from Barrie Slaymaker
10028              <barries@slaysys.com>)
10029              
10030              remove misleading comment (from M.J.T. Guy)
10031              
10032              misformatted perllocal.pod (from Tim Jenness
10033              <t.jenness@jach.hawaii.edu>)
10034      Branch: maint-5.6/perl
10035           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10036           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10037           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
10038           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
10039 ____________________________________________________________________________
10040 [  7301] By: gsar                                  on 2000/10/16  05:00:08
10041         Log: integrate changes#6061..6063 from mainline
10042              
10043              change#5921 neglected to make eq honor "use bytes"
10044              
10045              additional tests for utf8.t
10046              
10047              tokeq() could read unallocated field in argument
10048      Branch: maint-5.6/perl
10049           !> sv.c t/pragma/utf8.t toke.c
10050 ____________________________________________________________________________
10051 [  7300] By: gsar                                  on 2000/10/16  04:56:54
10052         Log: integrate changes#6046,6048,6057,6058 from mainline
10053              
10054              libscheck has insufficient checks for n32 libs (from
10055              Albert Chin-A-Young <china@thewrittenword.com>)
10056              
10057              add note about how $( doesn't interpolate in REs (from
10058              Philip Newton <newton@ficus.frogspace.net>)
10059              
10060              fix broken parsing of /\x{ab}/
10061              
10062              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10063              (spotted by Donald Kinzer <dkinzer@premia.com>)
10064      Branch: maint-5.6/perl
10065           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
10066           !> t/pragma/utf8.t
10067 ____________________________________________________________________________
10068 [  7299] By: gsar                                  on 2000/10/16  04:52:50
10069         Log: integrate change#6044 from mainline
10070              
10071              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10072              such that underscores are only ignored in literal numbers,
10073              "\x{...}", and hex/oct argument
10074      Branch: maint-5.6/perl
10075           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10076 ____________________________________________________________________________
10077 [  7298] By: gsar                                  on 2000/10/16  04:50:53
10078         Log: integrate changes#6027..6043 from mainline
10079              
10080              podlators-1.02 update (from Russ Allbery)
10081              
10082              Pod::Man generates groff-incompatible macro definition (from
10083              Tom Christiansen)
10084              
10085              add CGI.pm v2.66 (from Lincoln Stein)
10086              
10087              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10088              for @- and @+ (from Johan Vromans)
10089              
10090              small nits in diagnostics.pm (from Robin Barker)
10091              
10092              whitespace adjustments
10093              
10094              missing files in MANIFEST
10095              
10096              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10097              to compensate
10098              
10099              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10100              
10101              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10102      Branch: maint-5.6/perl
10103           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
10104           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
10105           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
10106           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
10107           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
10108           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
10109           !> t/lib/cgi-html.t t/lib/cgi-request.t
10110 ____________________________________________________________________________
10111 [  7297] By: gsar                                  on 2000/10/16  04:44:30
10112         Log: integrate change#6025 from mainline
10113              
10114              Is{Alnum,Alpha,Word} don't match titlecase
10115              TODO: IsSpace is defined recursively!
10116              (both spotted by Larry)
10117      Branch: maint-5.6/perl
10118           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10119           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10120 ____________________________________________________________________________
10121 [  7296] By: gsar                                  on 2000/10/16  04:39:30
10122         Log: integrate change#6023 from mainline
10123              
10124              debugger stomps on $. (from M.J.T. Guy)
10125      Branch: maint-5.6/perl
10126           !> lib/perl5db.pl
10127 ____________________________________________________________________________
10128 [  7295] By: gsar                                  on 2000/10/16  04:38:02
10129         Log: integrate change#6022 from mainline
10130              
10131              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10132      Branch: maint-5.6/perl
10133           !> sv.c
10134 ____________________________________________________________________________
10135 [  7294] By: gsar                                  on 2000/10/16  04:37:05
10136         Log: integrate changes#6018..6021 from mainline
10137              
10138              make lib/syslog.t portable to systems that don't have _PATH_LOG,
10139              make _PATH_LOG() return "" if unavailable
10140              
10141              windows portability tweaks
10142              
10143              test tweak
10144              
10145              remove Win2K issue in pod (fixed by change#6020)
10146      Branch: maint-5.6/perl
10147           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10148           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
10149           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
10150 ____________________________________________________________________________
10151 [  7293] By: gsar                                  on 2000/10/16  04:20:00
10152         Log: integrate changes#6013..6015 from mainline
10153              
10154              tweak change#5945 to display correct switch name in diagnostic
10155              
10156              glob() loading File::Glob behind the scenes may cause syntax errors
10157              
10158              tweak test for portability
10159      Branch: maint-5.6/perl
10160           !> op.c perl.c pod/perldiag.pod t/lib/b.t
10161 ____________________________________________________________________________
10162 [  7292] By: gsar                                  on 2000/10/16  04:18:11
10163         Log: integrate changes#6005..6010 from mainline, cfgperl
10164              
10165              perldoc might fail via "use blib" (from Hugo van der Sanden)
10166              
10167              Regen Configure.
10168              
10169              note about compile failures and END blocks (from M.J.T. Guy)
10170              
10171              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10172              
10173              (change#6009 integrated earlier in change#7255)
10174              
10175              clarify note about shadow password support (from
10176              gellyfish@gellyfish.com)
10177      Branch: maint-5.6/perl
10178           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10179           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
10180           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
10181 ____________________________________________________________________________
10182 [  7291] By: gsar                                  on 2000/10/16  04:12:03
10183         Log: integrate changes#6002,6003 from mainline
10184              
10185              destructive sv_setsv() can lose UV-ness from source, causing
10186              numeric promotions/comparisons to fail to do the right thing
10187              
10188              allow REG_EXPAND_SZ keys in Windows registry (from
10189              John Clayton <John.Clayton@barclayscapital.com>)
10190      Branch: maint-5.6/perl
10191           !> sv.c win32/win32.c
10192 ____________________________________________________________________________
10193 [  7290] By: gsar                                  on 2000/10/16  04:10:19
10194         Log: integrate change#6001 from mainline
10195              
10196              support additional library locations via $Config{otherlibdirs}
10197              (from Andy Dougherty)
10198      Branch: maint-5.6/perl
10199           !> Configure INSTALL Porting/Glossary Porting/config.sh
10200           !> Porting/config_H config_h.SH epoc/config.sh perl.c
10201           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10202           !> win32/config.bc win32/config.gc win32/config.vc
10203 ____________________________________________________________________________
10204 [  7289] By: gsar                                  on 2000/10/16  04:08:28
10205         Log: integrate change#5999 from mainline
10206              
10207              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10208      Branch: maint-5.6/perl
10209           !> t/pragma/warn/toke toke.c
10210 ____________________________________________________________________________
10211 [  7288] By: gsar                                  on 2000/10/16  04:07:01
10212         Log: integrate changes#5997,5998 from cfgperl
10213              
10214              Preserve $!.
10215              
10216              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
10217      Branch: maint-5.6/perl
10218           !> lib/Math/Complex.pm
10219 ____________________________________________________________________________
10220 [  7287] By: gsar                                  on 2000/10/16  04:04:37
10221         Log: integrate change#5995 from mainline
10222              
10223              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10224      Branch: maint-5.6/perl
10225           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10226 ____________________________________________________________________________
10227 [  7286] By: gsar                                  on 2000/10/16  04:03:21
10228         Log: integrate change#5994 from mainline
10229              
10230              fix for missed accounting for null byte in pack("Z",...) (from
10231              M.J.T. Guy)
10232      Branch: maint-5.6/perl
10233           !> pp.c t/op/pack.t
10234 ____________________________________________________________________________
10235 [  7285] By: gsar                                  on 2000/10/16  04:02:11
10236         Log: integrate changes#5989..5993 from mainline
10237              
10238              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10239              itself and no other (from Tom Hughes)
10240              
10241              use $ENV{LIB} to search for libs under Visual C compiler
10242              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10243              
10244              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10245              
10246              pod nit (from Simon Cozens)
10247              
10248              various minor tweaks seen on p5p
10249      Branch: maint-5.6/perl
10250           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
10251           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
10252           !> t/op/array.t toke.c
10253 ____________________________________________________________________________
10254 [  7284] By: gsar                                  on 2000/10/16  03:59:00
10255         Log: integrate changes#5978..5988 from mainline
10256              
10257              sync version numbers in File::Spec with the ones on CPAN
10258              (from Barrie Slaymaker)
10259              
10260              under useithreads, constant pad entries could inadvertantly be
10261              shared across threads (from Eric Blood <eblood@xmission.com>);
10262              added Eric's test case to testsuite
10263              
10264              allow Configure -S to run non-interactively (spotted by Greg Hudson
10265              <ghudson@mit.edu>)
10266              
10267              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10268              prototype mismatch with CORE::glob(); update pod and tests to
10269              suit (File::Glob::glob() is still available for backward
10270              compatibility, but should be considered deprecated)
10271              
10272              avoid error in IO::Socket::INET when given an unknown service name
10273              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10274              
10275              numeric conversion of non-number in change#3378 tramples on
10276              OOK offset, causing segfaults
10277              
10278              attributes::reftype() doesn't work on tied argument
10279              
10280              forked child may not exit correctly if it failed to open
10281              /dev/console (from Graham Barr)
10282              
10283              add regular expressions tutorial and quick-start guide (from
10284              Mark Kvale <kvale@phy.ucsf.edu>)
10285              
10286              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10287              
10288              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10289              <paul@miraclefish.com>)
10290      Branch: maint-5.6/perl
10291           +> pod/perlrequick.pod pod/perlretut.pod
10292           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
10293           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
10294           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
10295           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
10296           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10297           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10298           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
10299           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
10300 ____________________________________________________________________________
10301 [  7283] By: gsar                                  on 2000/10/16  03:52:14
10302         Log: integrate change#5977 from mainline
10303              
10304              autoquote barewords followed by newline and arrow properly
10305              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10306      Branch: maint-5.6/perl
10307           !> t/pragma/warn/toke toke.c
10308 ____________________________________________________________________________
10309 [  7282] By: gsar                                  on 2000/10/16  03:50:48
10310         Log: integrate change#5976 from mainline
10311              
10312              DB_File v1.73 update (from Paul Marquess)
10313      Branch: maint-5.6/perl
10314           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10315           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
10316 ____________________________________________________________________________
10317 [  7281] By: gsar                                  on 2000/10/16  03:49:14
10318         Log: integrate change#5975 from mainline
10319              
10320              allow sort() reentrancy (variant of patch suggested by
10321              Hugo van der Sanden)
10322      Branch: maint-5.6/perl
10323           !> pp_ctl.c t/op/sort.t
10324 ____________________________________________________________________________
10325 [  7280] By: gsar                                  on 2000/10/16  03:48:22
10326         Log: integrate change#5974 from mainline
10327              
10328              change#4197 somehow missed initializing PL_errors, meaning
10329              syntax error queueing wasn't working outside eval"" at all;
10330              also fixed eval"" to localize PL_error_count, so that compile-time
10331              eval's don't clobber the error state of the outer context
10332      Branch: maint-5.6/perl
10333           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10334           !> t/pragma/warn/toke
10335 ____________________________________________________________________________
10336 [  7279] By: gsar                                  on 2000/10/16  03:46:21
10337         Log: integrate change#5973 from mainline
10338              
10339              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10340      Branch: maint-5.6/perl
10341           !> regcomp.c regexec.c t/op/re_tests
10342 ____________________________________________________________________________
10343 [  7278] By: gsar                                  on 2000/10/16  03:44:54
10344         Log: integrate change#5971 from cfgperl
10345              
10346              Unicos tweaks from Mark P. Lutz.
10347      Branch: maint-5.6/perl
10348           !> hints/unicos.sh lib/Math/Complex.pm
10349 ____________________________________________________________________________
10350 [  7277] By: gsar                                  on 2000/10/16  03:42:59
10351         Log: integrate changes#5966..5970 from mainline
10352              
10353              add testsuite for B backends, fix bug in B::Deparse (from
10354              Simon Cozens <simon@brecon.co.uk>)
10355              
10356              improved docs on the warn_uninit diagnostic (from David Glasser
10357              and Simon Cozens)
10358              
10359              tolerate spaces in group names in test on solaris (from David Boyce
10360              <dsb@boyski.com>)
10361              
10362              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10363              
10364              Data::Dumper fumbles negative numbers on 32-bit platforms where
10365              IV is >32bits
10366      Branch: maint-5.6/perl
10367           +> t/lib/b.t t/lib/syslog.t
10368           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10369           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
10370           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
10371 ____________________________________________________________________________
10372 [  7276] By: gsar                                  on 2000/10/16  03:39:30
10373         Log: integrate change#5965 from mainline
10374              
10375              avoid "will not stay shared" warnings for our variables (from
10376              Robin Barker)
10377      Branch: maint-5.6/perl
10378           !> op.c t/pragma/warn/op
10379 ____________________________________________________________________________
10380 [  7275] By: gsar                                  on 2000/10/16  03:38:18
10381         Log: integrate change#5964 from mainline
10382              
10383              reformat to 72 columns (again)
10384      Branch: maint-5.6/perl
10385           !> pod/perldiag.pod
10386 ____________________________________________________________________________
10387 [  7274] By: gsar                                  on 2000/10/16  03:36:58
10388         Log: integrate change#5963 from mainline
10389              
10390              patch from Larry to make (\&) prototype work; added tests for
10391              the same
10392      Branch: maint-5.6/perl
10393           !> op.c t/comp/proto.t
10394 ____________________________________________________________________________
10395 [  7273] By: gsar                                  on 2000/10/16  03:35:51
10396         Log: integrate changes#5956..5962 from mainline
10397              
10398              better diagnostics on failed tests (from Ilya Zakharevich)
10399              
10400              pod nits (from A. C. Yardley <yardley@tanet.net>)
10401              
10402              change#3569 deleted some essential code, revert; avoid use of
10403              atexit() to make DynaLoader work properly on AIX under mod_perl
10404              (from Jens-Uwe Mager <jum@helios.de>)
10405              
10406              doubled words in pods (from Simon Cozens
10407              <simon.p.cozens@jp.pwcglobal.com>)
10408              
10409              better INSTALL notes on Solaris issues (from Dominic Dunlop)
10410              
10411              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10412              
10413              updated README.hpux (from Jeff Okamoto)
10414      Branch: maint-5.6/perl
10415           !> INSTALL README.hpux emacs/cperl-mode.el
10416           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
10417           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
10418           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
10419           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
10420           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
10421           !> t/op/lex_assign.t
10422 ____________________________________________________________________________
10423 [  7272] By: gsar                                  on 2000/10/16  03:31:22
10424         Log: integrate change#5955 from mainline
10425              
10426              longstanding bug exposed by change#3307: sort arguments weren't
10427              compiled with the right wantarray context (ensuing runtime lookup
10428              via block_gimme() was getting the incidental context of the
10429              sort() itself)
10430      Branch: maint-5.6/perl
10431           !> op.c t/op/sort.t
10432 ____________________________________________________________________________
10433 [  7271] By: gsar                                  on 2000/10/16  03:29:11
10434         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
10435              branch
10436              
10437              Flatten the cpp jungle doing the nosuid checking.
10438              
10439              Do not assume sign propagation. (from M.J.T. Guy)
10440              
10441              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
10442              
10443              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
10444              Now pp_ncmp() returns undef is either operand is a NaN.
10445              
10446              On second thoughts frexp() does have two arguments.
10447              
10448              Document that tr() is not tr(1).
10449              
10450              Be more robust on "extreme" (large absolute value)
10451              arguments.  Originally reported by Daniel Connelly
10452              as a problem with asinh() on large negative arguments,
10453              asinh() used to bail out because an argument to log()
10454              ended up being zero.  Ilya Zakharevich proposed using
10455              Taylor's series in such cases, which for such large
10456              arguments is a very good approximation.
10457              
10458              Undo "use integer" addition from 64bitint as it seems
10459              to break most of the subtests in Digital UNIX;
10460              Unicos needs to find another way.
10461      Branch: maint-5.6/perl
10462           !> (integrate 29 files)
10463 ____________________________________________________________________________
10464 [  7270] By: gsar                                  on 2000/10/16  03:09:44
10465         Log: integrate changes#5948,5949,5950 from mainline
10466              
10467              typo in vars.pm that leads to cryptic message (from Piotr
10468              Piatkowski <kompas@kompas.usr.onet.pl>)
10469              
10470              make perldoc use the pod2man from the same version (from
10471              M.J.T. Guy)
10472              
10473              reformat perldiag to avoid long lines
10474      Branch: maint-5.6/perl
10475           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
10476 ____________________________________________________________________________
10477 [  7269] By: gsar                                  on 2000/10/16  03:05:54
10478         Log: integrate change#5947 from mainline
10479              
10480              use &dl_error rather than &dl_load_file as the guard for calling
10481              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10482              statically built perl)
10483      Branch: maint-5.6/perl
10484           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10485 ____________________________________________________________________________
10486 [  7268] By: gsar                                  on 2000/10/16  03:04:48
10487         Log: integrate change#5945 from mainline
10488              
10489              make module name mandatory after -M switch; reorder perldiag
10490              alphabetically (from Mark-Jason Dominus)
10491      Branch: maint-5.6/perl
10492           !> perl.c pod/perldiag.pod
10493 ____________________________________________________________________________
10494 [  7267] By: gsar                                  on 2000/10/16  03:03:01
10495         Log: integrate change#5939 from mainline
10496              
10497              more pod nits (from Larry Virden)
10498      Branch: maint-5.6/perl
10499           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
10500           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10501           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10502 ____________________________________________________________________________
10503 [  7266] By: gsar                                  on 2000/10/16  03:01:39
10504         Log: integrate change#5938 from mainline
10505              
10506              Consolidated B::Deparse fixes (from Stephen McCamant)
10507      Branch: maint-5.6/perl
10508           !> ext/B/B/Deparse.pm
10509 ____________________________________________________________________________
10510 [  7265] By: gsar                                  on 2000/10/16  03:00:43
10511         Log: integrate change#5936 from mainline
10512              
10513              additional tests for change#7263 (from Paul Marquess)
10514      Branch: maint-5.6/perl
10515           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10516           !> t/pragma/warn/5nolint t/pragma/warn/6default
10517 ____________________________________________________________________________
10518 [  7264] By: gsar                                  on 2000/10/16  02:58:34
10519         Log: integrate change#5934 from mainline
10520              
10521              propagate lexical warnings from surrounding scope correctly
10522              within string eval() (from Paul Marquess)
10523      Branch: maint-5.6/perl
10524           !> pp_ctl.c t/pragma/warn/pp_ctl
10525 ____________________________________________________________________________
10526 [  7263] By: gsar                                  on 2000/10/16  02:56:53
10527         Log: integrate change#5932 from mainline
10528              
10529              add rsignal(), whichsig() and do_join() to public API list
10530              (mod_perl uses them to good advantage)
10531      Branch: maint-5.6/perl
10532           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
10533 ____________________________________________________________________________
10534 [  7262] By: gsar                                  on 2000/10/16  02:55:53
10535         Log: integrate change#5931 from mainline
10536              
10537              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10538      Branch: maint-5.6/perl
10539           !> pp_hot.c regexec.c t/op/pat.t
10540 ____________________________________________________________________________
10541 [  7261] By: gsar                                  on 2000/10/16  02:55:01
10542         Log: integrate change#5930 from mainline
10543              
10544              small os390 tweaks (from Peter Prymmer)
10545      Branch: maint-5.6/perl
10546           !> config_h.SH makedepend.SH
10547 ____________________________________________________________________________
10548 [  7260] By: gsar                                  on 2000/10/16  02:54:10
10549         Log: integrate change#5929 from mainline
10550              
10551              pod nits
10552      Branch: maint-5.6/perl
10553           !> pod/perlguts.pod
10554 ____________________________________________________________________________
10555 [  7259] By: gsar                                  on 2000/10/16  02:52:55
10556         Log: integrate change#5927 from mainline
10557              
10558              arrange for next() to resume at the unstack op rather than the
10559              loop conditional, so that scope cleanup happens correctly
10560              (from Stephen McCamant)
10561      Branch: maint-5.6/perl
10562           !> op.c pp_ctl.c t/op/misc.t
10563 ____________________________________________________________________________
10564 [  7258] By: gsar                                  on 2000/10/16  02:51:38
10565         Log: integrate change#5926 from mainline
10566              
10567              on windows, reserve 16M of stack rather than 128M (allows more
10568              threads to run concurrently)
10569      Branch: maint-5.6/perl
10570           !> win32/Makefile win32/makefile.mk
10571 ____________________________________________________________________________
10572 [  7257] By: gsar                                  on 2000/10/16  02:50:37
10573         Log: integrate change#5925 from mainline
10574              
10575              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10576      Branch: maint-5.6/perl
10577           !> toke.c
10578 ____________________________________________________________________________
10579 [  7256] By: gsar                                  on 2000/10/16  02:49:36
10580         Log: integrate change#5924 from mainline
10581              
10582              avoid using uninitialized memory in require version check
10583      Branch: maint-5.6/perl
10584           !> pp_ctl.c universal.c
10585 ____________________________________________________________________________
10586 [  7255] By: gsar                                  on 2000/10/16  02:48:03
10587         Log: integrate changes#5923,5928,6009 from mainline
10588              
10589              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10590      Branch: maint-5.6/perl
10591           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10592 ____________________________________________________________________________
10593 [  7254] By: gsar                                  on 2000/10/16  02:44:46
10594         Log: integrate change#5922 from mainline
10595              
10596              commentary about IoTYPE() (from Nathan Torkington)
10597      Branch: maint-5.6/perl
10598           !> sv.h
10599 ____________________________________________________________________________
10600 [  7253] By: gsar                                  on 2000/10/16  02:43:49
10601         Log: integrate change#5921 from mainline
10602              
10603              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10604      Branch: maint-5.6/perl
10605           !> sv.c t/lib/charnames.t t/pragma/utf8.t
10606 ____________________________________________________________________________
10607 [  7252] By: gsar                                  on 2000/10/16  02:42:31
10608         Log: integrate change#5920 from mainline
10609              
10610              Larry's fix for buggy propagation of utf8-ness in join(); add test
10611      Branch: maint-5.6/perl
10612           !> doop.c t/op/ver.t
10613 ____________________________________________________________________________
10614 [  7251] By: gsar                                  on 2000/10/16  02:41:14
10615         Log: integrate changes#5915..5919 from mainline
10616              
10617              various (pod tweaks &c)
10618      Branch: maint-5.6/perl
10619           !> (integrate 33 files)
10620 ____________________________________________________________________________
10621 [  7250] By: gsar                                  on 2000/10/16  02:38:16
10622         Log: integrate change#5914 from mainline
10623              
10624              caller() wasn't returning the right number of elements for
10625              eval {...}
10626      Branch: maint-5.6/perl
10627           !> pp_ctl.c t/pragma/warn/9enabled
10628 ____________________________________________________________________________
10629 [  7249] By: gsar                                  on 2000/10/16  02:37:02
10630         Log: integrate change#5913 from mainline
10631              
10632              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
10633              (from Mark-Jason Dominus)
10634      Branch: maint-5.6/perl
10635           !> pod/perlfunc.pod
10636 ____________________________________________________________________________
10637 [  7248] By: gsar                                  on 2000/10/16  02:35:58
10638         Log: integrate change#5912 from mainline
10639              
10640              fix totally broken caching in UNIVERSAL::isa() (from
10641              Nick Ing-Simmons)
10642      Branch: maint-5.6/perl
10643           !> t/op/universal.t universal.c
10644 ____________________________________________________________________________
10645 [  7247] By: gsar                                  on 2000/10/16  02:34:27
10646         Log: integrate changes#5910,5911 from mainline
10647              
10648              typo in pod
10649              
10650              add linebreak properties from unicode/LineBrk.txt (from
10651              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10652      Branch: maint-5.6/perl
10653           +> (branch 29 files)
10654           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
10655 ____________________________________________________________________________
10656 [  7246] By: gsar                                  on 2000/10/16  02:33:29
10657         Log: integrate change#5909 from mainline
10658              
10659              mode argument to do_binmode() should be file mode, not boolean
10660      Branch: maint-5.6/perl
10661           !> pp_sys.c
10662 ____________________________________________________________________________
10663 [  7245] By: gsar                                  on 2000/10/16  02:31:04
10664         Log: integrate change#5908 from mainline
10665              
10666              introduce illegal symbols into null package so that
10667              gv_fetchpv(...,TRUE) always returns a valid GV even when the
10668              symbol is trapped by strictures (avoids coredumps)
10669      Branch: maint-5.6/perl
10670           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
10671           !> t/pragma/strict-vars
10672 ____________________________________________________________________________
10673 [  7244] By: jhi                                   on 2000/10/16  02:29:54
10674         Log: Subject: $Carp::ExportLevel confusion in Exporter
10675              From: "Ben Tilly" <ben_tilly@hotmail.com>
10676              Date: Sat, 14 Oct 2000 16:44:34 EDT
10677              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
10678      Branch: perl
10679            ! lib/Exporter/Heavy.pm
10680 ____________________________________________________________________________
10681 [  7243] By: jhi                                   on 2000/10/16  02:28:33
10682         Log: Subject: [PATCH perlguts.pod] Document offset hack
10683              From: Simon Cozens <simon@cozens.net>
10684              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
10685              Date: Sat, 14 Oct 2000 19:32:25 +0100
10686      Branch: perl
10687            ! pod/perlguts.pod
10688 ____________________________________________________________________________
10689 [  7242] By: gsar                                  on 2000/10/16  02:26:51
10690         Log: integrate changes#5905,5906,5907,6064 from mainline
10691              
10692              printf/sprintf didn't get quad types right under use64bitint
10693      Branch: maint-5.6/perl
10694           !> pp_sys.c sv.c t/op/64bitint.t
10695 ____________________________________________________________________________
10696 [  7241] By: jhi                                   on 2000/10/16  02:22:44
10697         Log: Subject: small pod patch
10698              From: Dan Boorstein <dan_boo@bellsouth.net>
10699              Date: Sat, 14 Oct 2000 14:29:24 -0400
10700              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
10701      Branch: perl
10702            ! pod/perlfaq7.pod pod/perlmod.pod
10703 ____________________________________________________________________________
10704 [  7240] By: jhi                                   on 2000/10/16  02:13:46
10705         Log: -w cleanup.
10706              
10707              Subject: Re: Problems with bleadperl 
10708              From: "Stephen P. Potter" <spp@ds.net>
10709              Date: Fri, 13 Oct 2000 13:32:49 -0400
10710              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
10711      Branch: perl
10712            ! t/pragma/overload.t
10713 ____________________________________________________________________________
10714 [  7239] By: jhi                                   on 2000/10/16  01:41:18
10715         Log: One more ~utf8 tweak.
10716      Branch: perl
10717            ! t/op/bop.t
10718 ____________________________________________________________________________
10719 [  7238] By: jhi                                   on 2000/10/16  01:34:14
10720         Log: Tweak the test of #7235.
10721      Branch: perl
10722            ! t/op/bop.t
10723 ____________________________________________________________________________
10724 [  7237] By: jhi                                   on 2000/10/16  01:25:04
10725         Log: Fix a couple of compiler-noted nits in #7235.
10726      Branch: perl
10727            ! pp.c
10728 ____________________________________________________________________________
10729 [  7236] By: jhi                                   on 2000/10/16  01:22:46
10730         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
10731      Branch: perl
10732            ! pp.c pp_hot.c
10733 ____________________________________________________________________________
10734 [  7235] By: jhi                                   on 2000/10/15  16:24:44
10735         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
10736              
10737              From: Simon Cozens <simon@cozens.net>
10738              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
10739              Date: Sat, 14 Oct 2000 20:52:13 +0100
10740              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
10741      Branch: perl
10742            ! pp.c t/op/bop.t utf8.h
10743 ____________________________________________________________________________
10744 [  7234] By: jhi                                   on 2000/10/15  15:19:29
10745         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
10746              The problem was that rx->minlen was in chars while pp_split()
10747              thought it would be in bytes. 
10748      Branch: perl
10749            ! pp.c t/pragma/utf8.t
10750 ____________________________________________________________________________
10751 [  7233] By: jhi                                   on 2000/10/14  20:24:24
10752         Log: Document FNCASE=y as discussed in the bug 20000902.009.
10753      Branch: perl
10754            ! README.dos
10755 ____________________________________________________________________________
10756 [  7232] By: jhi                                   on 2000/10/14  18:52:21
10757         Log: Add test for bug id 20000427.003 (which seems to have
10758              been fixed) (also duplicate as 20000427.004, though
10759              with a higher severity).  Move one utf8 from op/append
10760              to pragma/utf8, tag the tests with bug ids.
10761      Branch: perl
10762            ! t/op/append.t t/pragma/utf8.t
10763 ____________________________________________________________________________
10764 [  7231] By: jhi                                   on 2000/10/14  17:28:37
10765         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
10766      Branch: perl
10767            ! t/pragma/utf8.t
10768 ____________________________________________________________________________
10769 [  7230] By: jhi                                   on 2000/10/14  14:24:50
10770         Log: Needs to be conditional on SunOS 4.
10771              
10772              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
10773              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10774              Date: Sat, 14 Oct 2000 13:37:49 +0100
10775              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
10776      Branch: metaconfig/U/perl
10777            ! End.U
10778      Branch: perl
10779            ! Configure myconfig.SH pod/perldelta.pod
10780 ____________________________________________________________________________
10781 [  7229] By: jhi                                   on 2000/10/14  00:49:22
10782         Log: Update Changes.
10783      Branch: perl
10784            ! Changes patchlevel.h
10785 ____________________________________________________________________________
10786 [  7228] By: jhi                                   on 2000/10/14  00:46:10
10787         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
10788              From: Peter Prymmer <pvhp@forte.com>
10789              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
10790              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
10791      Branch: perl
10792            ! lib/utf8.pm
10793 ____________________________________________________________________________
10794 [  7227] By: jhi                                   on 2000/10/13  23:20:30
10795         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
10796      Branch: perl
10797            ! t/op/tie.t
10798 ____________________________________________________________________________
10799 [  7226] By: jhi                                   on 2000/10/13  22:14:32
10800         Log: Tweak #7225.
10801              
10802              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
10803              From: Peter Prymmer <pvhp@forte.com>
10804              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
10805              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
10806      Branch: perl
10807            ! t/op/sprintf.t
10808 ____________________________________________________________________________
10809 [  7225] By: jhi                                   on 2000/10/13  22:11:31
10810         Log: op/sprintf.t patch for OS/390 (and any other host with limited
10811              floating-point exponent length)
10812              
10813              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
10814              From: Dominic Dunlop <domo@computer.org>
10815              Date: Fri, 13 Oct 2000 19:17:57 +0200
10816              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
10817      Branch: perl
10818            ! t/op/sprintf.t
10819 ____________________________________________________________________________
10820 [  7224] By: jhi                                   on 2000/10/13  18:40:48
10821         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
10822      Branch: perl
10823            ! toke.c
10824 ____________________________________________________________________________
10825 [  7223] By: jhi                                   on 2000/10/13  18:37:13
10826         Log: Thinko in #7222.
10827      Branch: perl
10828            ! utf8.c
10829 ____________________________________________________________________________
10830 [  7222] By: jhi                                   on 2000/10/13  18:05:23
10831         Log: Use UTF8SKIP(), from Simon Cozens.
10832      Branch: perl
10833            ! utf8.c
10834 ____________________________________________________________________________
10835 [  7221] By: jhi                                   on 2000/10/13  15:43:19
10836         Log: (accidentally empty check-in)
10837      Branch: perl
10838            ! utf8.c
10839 ____________________________________________________________________________
10840 [  7220] By: jhi                                   on 2000/10/13  15:23:51
10841         Log: Add (optimistically) Storable to static extensions.
10842      Branch: perl
10843            ! hints/uwin.sh hints/vmesa.sh
10844 ____________________________________________________________________________
10845 [  7219] By: jhi                                   on 2000/10/13  15:20:05
10846         Log: Amdahl UTS doesn't seem to do dynaloading.
10847      Branch: perl
10848            ! hints/uts.sh
10849 ____________________________________________________________________________
10850 [  7218] By: jhi                                   on 2000/10/13  15:15:20
10851         Log: Slight tweak of the code to appease Amdahl UTS cc.
10852      Branch: perl
10853            ! pp.c
10854 ____________________________________________________________________________
10855 [  7217] By: jhi                                   on 2000/10/13  14:50:42
10856         Log: In Amdahl UTS "struct sv" is defined by a system header,
10857              <ksync.h>.
10858      Branch: perl
10859            ! perl.h sv.h
10860 ____________________________________________________________________________
10861 [  7216] By: jhi                                   on 2000/10/13  11:58:25
10862         Log: Ilya implemented the memory profiling API.
10863      Branch: perl
10864            ! Todo
10865 ____________________________________________________________________________
10866 [  7215] By: jhi                                   on 2000/10/13  02:56:38
10867         Log: Subject: [PATCH 5.7.0] Perl API for mstats
10868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10869              Date: Thu, 12 Oct 2000 22:52:40 -0400
10870              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
10871      Branch: perl
10872            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10873 ____________________________________________________________________________
10874 [  7214] By: jhi                                   on 2000/10/13  02:55:38
10875         Log: Subject: [PATCH 5.7.0] IVs in mtats
10876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10877              Date: Thu, 12 Oct 2000 22:51:04 -0400
10878              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
10879      Branch: perl
10880            ! malloc.c perl.h
10881 ____________________________________________________________________________
10882 [  7213] By: jhi                                   on 2000/10/13  02:31:47
10883         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
10884      Branch: perl
10885            ! pod/perldiag.pod pp_sys.c
10886 ____________________________________________________________________________
10887 [  7212] By: jhi                                   on 2000/10/13  01:27:38
10888         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
10889              From: Peter Prymmer <pvhp@forte.com>
10890              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
10891              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
10892      Branch: perl
10893            ! t/op/oct.t
10894 ____________________________________________________________________________
10895 [  7211] By: jhi                                   on 2000/10/13  00:35:09
10896         Log: Update Changes.
10897      Branch: perl
10898            ! Changes patchlevel.h
10899 ____________________________________________________________________________
10900 [  7210] By: jhi                                   on 2000/10/12  23:59:40
10901         Log: The Install.pm third of
10902              
10903              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
10904              From: Bill Campbell <bill@celestial.com>
10905              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
10906              Date: Thu, 5 Oct 2000 18:04:51 -0700
10907      Branch: perl
10908            ! lib/ExtUtils/Install.pm
10909 ____________________________________________________________________________
10910 [  7209] By: jhi                                   on 2000/10/12  23:58:43
10911         Log: Two thirds of
10912              
10913              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
10914              Date: Thu, 5 Oct 2000 18:04:51 -0700
10915              From: Bill Campbell <bill@celestial.com>
10916              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
10917              
10918              The Install.pm changes will be submitted separately because
10919              they need some work and discussion still.
10920      Branch: perl
10921            ! lib/getopts.pl lib/termcap.pl
10922 ____________________________________________________________________________
10923 [  7208] By: jhi                                   on 2000/10/12  23:41:19
10924         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
10925              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10926              Date:     Thu, 12 Oct 2000 07:30:02 EDT
10927              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
10928      Branch: perl
10929            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
10930            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
10931 ____________________________________________________________________________
10932 [  7207] By: jhi                                   on 2000/10/12  23:39:01
10933         Log: An updated EBCDIC tr patch.
10934              
10935              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
10936              From: Peter Prymmer <pvhp@forte.com>
10937              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
10938              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
10939      Branch: perl
10940            ! t/op/tr.t
10941 ____________________________________________________________________________
10942 [  7206] By: jhi                                   on 2000/10/12  23:34:55
10943         Log: Upgrade to CPAN 1.58, from Andreas König.
10944      Branch: perl
10945            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10946 ____________________________________________________________________________
10947 [  7205] By: jhi                                   on 2000/10/12  23:29:08
10948         Log: Introduce the man[24-8] variables, from Andy Dougherty.
10949      Branch: metaconfig/U/perl
10950            + mandirs.U mandirstyle.U
10951      Branch: perl
10952            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10953            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
10954            ! vos/config.h vos/config.pl vos/config_h.SH_orig
10955            ! win32/config.bc win32/config.gc win32/config.vc
10956 ____________________________________________________________________________
10957 [  7204] By: gsar                                  on 2000/10/12  18:11:24
10958         Log: restore change#7202
10959      Branch: perl
10960            ! mg.c
10961 ____________________________________________________________________________
10962 [  7203] By: gsar                                  on 2000/10/12  18:09:40
10963         Log: another test of the Emergency Broadcast System--back out 
10964              change#7202
10965      Branch: perl
10966            ! mg.c
10967 ____________________________________________________________________________
10968 [  7202] By: gsar                                  on 2000/10/12  16:40:47
10969         Log: (submitted on behalf of Jarkko)
10970              Fix the lib/encode.t subtest 6 failure as reported by Andreas
10971              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
10972              was unearthed by change 7182, as was a bug in HTML::Entities.
10973      Branch: perl
10974            ! mg.c
10975 ____________________________________________________________________________
10976 [  7201] By: jhi                                   on 2000/10/11  03:16:05
10977         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
10978      Branch: perl
10979            ! pp_hot.c t/pragma/utf8.t
10980 ____________________________________________________________________________
10981 [  7200] By: jhi                                   on 2000/10/11  00:40:30
10982         Log: The #7198 was a false alarm.
10983      Branch: perl
10984            ! pp_hot.c
10985 ____________________________________________________________________________
10986 [  7199] By: jhi                                   on 2000/10/11  00:26:04
10987         Log: Remove duplicated code.
10988      Branch: perl
10989            ! t/lib/cgi-html.t
10990 ____________________________________________________________________________
10991 [  7198] By: jhi                                   on 2000/10/10  23:30:46
10992         Log: (Retracted by #7200.)
10993      Branch: perl
10994            ! pp_hot.c
10995 ____________________________________________________________________________
10996 [  7197] By: jhi                                   on 2000/10/10  21:49:30
10997         Log: Add the test case for #7190, from the original bug report
10998              by Andreas König.
10999      Branch: perl
11000            ! t/pragma/utf8.t
11001 ____________________________________________________________________________
11002 [  7196] By: jhi                                   on 2000/10/10  21:40:49
11003         Log: Reapply Andy's patch and regen Configure.
11004      Branch: perl
11005            ! Configure INSTALL Makefile.SH Porting/Glossary
11006            ! Porting/config.sh config_h.SH epoc/config.sh installperl
11007            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
11008            ! win32/config.vc
11009 ____________________________________________________________________________
11010 [  7195] By: jhi                                   on 2000/10/10  21:09:30
11011         Log: Use the versiononly instead of the installscripts,
11012              retract the changes 7146 and 7147.
11013      Branch: perl
11014            ! Configure INSTALL Makefile.SH Porting/Glossary
11015            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
11016            ! installperl uconfig.sh vos/config.def win32/config.bc
11017            ! win32/config.gc win32/config.vc
11018 ____________________________________________________________________________
11019 [  7194] By: jhi                                   on 2000/10/10  21:06:15
11020         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
11021              From: Peter Prymmer <pvhp@forte.com>
11022              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
11023              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
11024      Branch: perl
11025            ! t/op/ver.t
11026 ____________________________________________________________________________
11027 [  7193] By: jhi                                   on 2000/10/10  21:05:12
11028         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
11029              From: Peter Prymmer <pvhp@forte.com>
11030              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
11031              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
11032      Branch: perl
11033            ! t/op/tr.t
11034 ____________________________________________________________________________
11035 [  7192] By: jhi                                   on 2000/10/10  20:57:30
11036         Log: Add versiononly, delete installscripts, from Andy Dougherty.
11037      Branch: metaconfig
11038            - U/installdirs/installscripts.U
11039      Branch: metaconfig/U/perl
11040            + versiononly.U
11041 ____________________________________________________________________________
11042 [  7191] By: jhi                                   on 2000/10/10  19:41:21
11043         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
11044              From: Peter Prymmer <pvhp@forte.com>
11045              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
11046              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
11047      Branch: perl
11048            ! pod/perlebcdic.pod
11049 ____________________________________________________________________________
11050 [  7190] By: jhi                                   on 2000/10/10  19:26:14
11051         Log: Subject: Re: utf8 concat, mg_get
11052              From: Simon Cozens <simon@cozens.net>
11053              Date: Tue, 10 Oct 2000 17:40:17 +0100
11054              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
11055      Branch: perl
11056            ! pp_hot.c
11057 ____________________________________________________________________________
11058 [  7189] By: jhi                                   on 2000/10/10  19:23:03
11059         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
11060              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
11061              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
11062              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
11063      Branch: perl
11064            ! lib/ExtUtils/MM_Unix.pm
11065 ____________________________________________________________________________
11066 [  7188] By: jhi                                   on 2000/10/10  15:31:24
11067         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
11068              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11069              Date: Fri, 14 Jul 2000 10:47:36 +0100
11070              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
11071      Branch: perl
11072            ! README.win32
11073 ____________________________________________________________________________
11074 [  7187] By: jhi                                   on 2000/10/10  13:30:10
11075         Log: Quote the temp file name, needed in Win32 because the
11076              default name unfortunately contains spaces, shouldn't
11077              hurt elsewhere.
11078              
11079              Subject: FW: perldoc fails if $TEMP contains spaces
11080              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11081              Date: Thu, 14 Sep 2000 08:58:45 +0100
11082              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
11083      Branch: perl
11084            ! utils/perldoc.PL
11085 ____________________________________________________________________________
11086 [  7186] By: jhi                                   on 2000/10/10  13:16:27
11087         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
11088              From: hv@hugo.hybyte.com
11089              Date: Tue, 10 Oct 2000 14:10:20 +0100
11090              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
11091      Branch: perl
11092            ! t/lib/thr5005.t util.c
11093 ____________________________________________________________________________
11094 [  7185] By: jhi                                   on 2000/10/10  12:06:22
11095         Log: Upgrade to podlators 1.04, from Russ Allbery.
11096      Branch: perl
11097            ! lib/Pod/Man.pm lib/Pod/Text.pm
11098 ____________________________________________________________________________
11099 [  7184] By: jhi                                   on 2000/10/10  12:01:32
11100         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
11101      Branch: perl
11102            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
11103 ____________________________________________________________________________
11104 [  7183] By: jhi                                   on 2000/10/09  23:47:15
11105         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
11106              From: Peter Prymmer <pvhp@forte.com>
11107              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
11108              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
11109      Branch: perl
11110            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
11111 ____________________________________________________________________________
11112 [  7182] By: jhi                                   on 2000/10/09  23:43:16
11113         Log: Make eq work again with utf8 (disabling the upgrading
11114              should no more be necessary since the copies of the
11115              scalars are upgraded, not the scalars themselves).
11116              Takes care of ID 20001009.001.  (The claimed length()
11117              bug in 20001009.001 seems bogus to me.)
11118      Branch: perl
11119            ! sv.c t/pragma/utf8.t
11120 ____________________________________________________________________________
11121 [  7181] By: gsar                                  on 2000/10/09  19:41:54
11122         Log: tweak for change#7173
11123      Branch: perl
11124            ! win32/win32sck.c
11125 ____________________________________________________________________________
11126 [  7180] By: gsar                                  on 2000/10/09  19:26:56
11127         Log: on Windows, clean targets might not work under some flavors of the shell
11128      Branch: perl
11129            ! win32/Makefile win32/makefile.mk
11130 ____________________________________________________________________________
11131 [  7179] By: jhi                                   on 2000/10/09  19:21:02
11132         Log: Update Changes.
11133      Branch: perl
11134            ! Changes patchlevel.h
11135 ____________________________________________________________________________
11136 [  7178] By: jhi                                   on 2000/10/09  19:18:23
11137         Log: Warn about unknown scripts.
11138              
11139              Subject: Re: ideas? patches? [PATCH bleadperl]
11140              From: Dominic Dunlop <domo@computer.org>
11141              Date: Mon, 9 Oct 2000 14:57:17 +0200
11142              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
11143      Branch: perl
11144            ! lib/charnames.pm
11145 ____________________________________________________________________________
11146 [  7177] By: jhi                                   on 2000/10/09  19:13:27
11147         Log: Change #7160 had a nasty typo.
11148      Branch: metaconfig
11149            ! U/compline/Compile.U
11150      Branch: perl
11151            ! Configure config_h.SH
11152 ____________________________________________________________________________
11153 [  7176] By: gsar                                  on 2000/10/09  18:59:33
11154         Log: pod nit
11155      Branch: perl
11156            ! pod/perlport.pod
11157 ____________________________________________________________________________
11158 [  7175] By: gsar                                  on 2000/10/09  18:54:28
11159         Log: Windows9x doesn't support link(), despite what Config.pm
11160              might think
11161      Branch: perl
11162            ! lib/ExtUtils/Manifest.pm
11163 ____________________________________________________________________________
11164 [  7174] By: gsar                                  on 2000/10/09  18:50:03
11165         Log: avoid nonportable example code
11166      Branch: perl
11167            ! lib/File/Copy.pm
11168 ____________________________________________________________________________
11169 [  7173] By: gsar                                  on 2000/10/09  18:46:54
11170         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
11171              being used) when closing a socket handle
11172      Branch: perl
11173            ! win32/win32.c win32/win32.h win32/win32sck.c
11174 ____________________________________________________________________________
11175 [  7172] By: gsar                                  on 2000/10/09  18:41:40
11176         Log: on Windows, cwd strings in the environment should be of the
11177              form =X:=X:\foo instead of =X=X:\foo\
11178      Branch: perl
11179            ! win32/vdir.h
11180 ____________________________________________________________________________
11181 [  7171] By: gsar                                  on 2000/10/09  18:30:09
11182         Log: on Windows, LoadLibrary() could load an extension DLL multiple
11183              times if forward slashes are used in the path
11184      Branch: perl
11185            ! win32/win32.c
11186 ____________________________________________________________________________
11187 [  7170] By: jhi                                   on 2000/10/09  17:53:59
11188         Log: Add a todo note about overloadable assertions.
11189      Branch: perl
11190            ! Todo-5.6
11191 ____________________________________________________________________________
11192 [  7169] By: jhi                                   on 2000/10/09  13:43:45
11193         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
11194              From: mjd@plover.com
11195              Date: 9 Oct 2000 00:24:44 -0000
11196              Message-ID: <20001009002444.10616.qmail@plover.com>
11197      Branch: perl
11198            ! pod/perldebguts.pod
11199 ____________________________________________________________________________
11200 [  7168] By: nick                                  on 2000/10/08  13:16:33
11201         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
11202              is not right thing to do on (e.g. x86). Network order is also "right" for
11203              X fonts.
11204      Branch: perl
11205            ! ext/Encode/Encode.pm
11206 ____________________________________________________________________________
11207 [  7167] By: nick                                  on 2000/10/08  12:54:42
11208         Log: Make "encodings" work post-install when Encode/*.enc files may not
11209              be in same directory as Encode.pm
11210      Branch: perl
11211            ! ext/Encode/Encode.pm
11212 ____________________________________________________________________________
11213 [  7166] By: nick                                  on 2000/10/08  11:51:26
11214         Log: Work round the fact that $hash->{$key} does not take into account
11215              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
11216              so that key is always in the "expected" encoding - i.e. same way we put
11217              it in the hash.
11218      Branch: perl
11219            ! ext/Encode/Encode.pm
11220 ____________________________________________________________________________
11221 [  7165] By: gsar                                  on 2000/10/08  04:15:29
11222         Log: save_re_context() could reset PL_curcop to freed memory, causing core
11223              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
11224      Branch: perl
11225            ! pp_ctl.c
11226 ____________________________________________________________________________
11227 [  7164] By: jhi                                   on 2000/10/06  20:51:48
11228         Log: UTF8ize split() so that the cloned substrings get the UTF8
11229              flag of the original scalar.  Problem reported by Simon Cozens.
11230      Branch: perl
11231            ! pp.c t/pragma/utf8.t
11232 ____________________________________________________________________________
11233 [  7163] By: nick                                  on 2000/10/06  20:48:34
11234         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
11235              got a false +ve and so did not reach code which would have un-FAKEd the SV.
11236      Branch: perl
11237            ! sv.c
11238 ____________________________________________________________________________
11239 [  7162] By: nick                                  on 2000/10/06  20:25:37
11240         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
11241              To fix  (sort {$a <=> $b} keys %hash) in particular but
11242              should cover a number of other as-yet-unknown cases as well.
11243      Branch: perl
11244            ! sv.c
11245 ____________________________________________________________________________
11246 [  7161] By: jhi                                   on 2000/10/06  19:56:18
11247         Log: Change the version number of Tie::Handle in the core to 4.0,
11248              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
11249              
11250              Subject: Note on Tie::Handle
11251              From: andreas.koenig@anima.de (Andreas J. Koenig)
11252              Date:      06 Oct 2000 21:48:58 +0200
11253              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
11254      Branch: perl
11255            ! lib/Tie/Handle.pm
11256 ____________________________________________________________________________
11257 [  7160] By: jhi                                   on 2000/10/06  18:20:35
11258         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
11259              as the first option of cc/ld because of ultrapicky compilers
11260              (e.g. OS/390 R2.5)
11261      Branch: metaconfig
11262            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
11263            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
11264            ! U/compline/orderlib.U U/modified/Cppsym.U
11265            ! U/modified/d_access.U
11266      Branch: metaconfig/U/perl
11267            ! Checkcc.U d_dlsymun.U gccvers.U
11268      Branch: perl
11269            ! Configure config_h.SH
11270 ____________________________________________________________________________
11271 [  7159] By: jhi                                   on 2000/10/06  13:56:39
11272         Log: Update Changes.
11273      Branch: perl
11274            ! Changes patchlevel.h
11275 ____________________________________________________________________________
11276 [  7158] By: jhi                                   on 2000/10/06  12:48:40
11277         Log: Eliminate $Is_VMS code from the test.
11278              
11279              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
11280              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11281              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
11282              Date:     Thu, 5 Oct 2000 07:46:33 EDT
11283      Branch: perl
11284            ! t/lib/b.t
11285 ____________________________________________________________________________
11286 [  7157] By: jhi                                   on 2000/10/06  12:47:13
11287         Log: Also the $ccflags is needed for the C compiler check.
11288              
11289              Subject: Configure (check for C-compiler)
11290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11291              Date: Fri, 06 Oct 2000 08:47:15 +0200
11292              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
11293      Branch: metaconfig/U/perl
11294            ! Checkcc.U
11295      Branch: perl
11296            ! Configure config_h.SH
11297 ____________________________________________________________________________
11298 [  7156] By: jhi                                   on 2000/10/06  11:45:15
11299         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
11300      Branch: perl
11301            ! perl.c pp_ctl.c sv.h utf8.c
11302 ____________________________________________________________________________
11303 [  7155] By: jhi                                   on 2000/10/06  11:40:41
11304         Log: IO::Handle->syswrite() did not handle length omission
11305              like CORE::syswrite() does.
11306              
11307              Subject: [Fwd] IO::Handle, syswrite and arguments
11308              From: Graham Barr <gbarr@pobox.com>
11309              Date: Fri, 6 Oct 2000 10:22:05 +0100
11310              Message-ID: <20001006102205.U6312@pobox.com>
11311              
11312              The original patch from andrew@ugh.net.au.
11313      Branch: perl
11314            ! ext/IO/lib/IO/Handle.pm
11315 ____________________________________________________________________________
11316 [  7154] By: jhi                                   on 2000/10/06  01:42:15
11317         Log: Tweak #7153.
11318      Branch: perl
11319            ! utf8.h
11320 ____________________________________________________________________________
11321 [  7153] By: jhi                                   on 2000/10/06  00:39:55
11322         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
11323      Branch: perl
11324            ! utf8.h
11325 ____________________________________________________________________________
11326 [  7152] By: jhi                                   on 2000/10/06  00:38:11
11327         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
11328      Branch: perl
11329            ! perl.c pp_ctl.c sv.h utf8.c
11330 ____________________________________________________________________________
11331 [  7151] By: jhi                                   on 2000/10/06  00:36:38
11332         Log: Subject: Re: Questions about Tie::Array and perl modules
11333              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11334              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
11335              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
11336              
11337              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
11338      Branch: perl
11339            ! lib/Tie/Array.pm t/op/array.t
11340 ____________________________________________________________________________
11341 [  7150] By: jhi                                   on 2000/10/05  00:20:45
11342         Log: Regen Changes.
11343      Branch: perl
11344            ! Changes patchlevel.h
11345 ____________________________________________________________________________
11346 [  7149] By: jhi                                   on 2000/10/05  00:20:01
11347         Log: Regen toc.
11348      Branch: perl
11349            ! pod/perltoc.pod
11350 ____________________________________________________________________________
11351 [  7148] By: jhi                                   on 2000/10/04  23:35:08
11352         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
11353              reported several times by Dominic Dunlop, for example in
11354              ID 20000315.008.  Patch from Dominic.  Patch affects at
11355              least MachTen, and possibly other oldish BSDs. Should not
11356              break non-broken platforms (tested on LinuxPPC). 
11357      Branch: perl
11358            ! doio.c
11359 ____________________________________________________________________________
11360 [  7147] By: jhi                                   on 2000/10/04  23:26:34
11361         Log: The one that got away from 7146.
11362      Branch: metaconfig
11363            + U/installdirs/installscripts.U
11364 ____________________________________________________________________________
11365 [  7146] By: jhi                                   on 2000/10/04  23:25:04
11366         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
11367              suggested by H. Merijn Brand.
11368      Branch: perl
11369            ! Configure INSTALL Makefile.SH Porting/Glossary
11370            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
11371            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
11372            ! win32/config.vc
11373 ____________________________________________________________________________
11374 [  7145] By: jhi                                   on 2000/10/04  22:08:21
11375         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
11376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11377              Date: Wed, 4 Oct 2000 17:37:46 -0400
11378              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
11379      Branch: perl
11380            ! utils/h2xs.PL
11381 ____________________________________________________________________________
11382 [  7144] By: jhi                                   on 2000/10/04  18:11:41
11383         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
11384              From: Jeff Pinyan <jeffp@crusoe.net>
11385              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
11386              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
11387      Branch: perl
11388            ! pod/perlrun.pod
11389 ____________________________________________________________________________
11390 [  7143] By: jhi                                   on 2000/10/04  18:09:58
11391         Log: Subject: perlhack.pod Patch for Externals Tools
11392              From: Fisher Mark <fisherm@tce.com>
11393              Date: Tue, 3 Oct 2000 15:43:27 -0500 
11394              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
11395      Branch: perl
11396            ! pod/perlhack.pod
11397 ____________________________________________________________________________
11398 [  7142] By: jhi                                   on 2000/10/04  18:08:41
11399         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
11400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11401              Date:     Wed, 4 Oct 2000 12:11:11 EDT
11402              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
11403      Branch: perl
11404            ! vms/vms.c
11405 ____________________________________________________________________________
11406 [  7141] By: jhi                                   on 2000/10/04  12:20:16
11407         Log: Subject: [PATCH 5.7.0] h2xs not working
11408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11409              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
11410              Date: Tue, 3 Oct 2000 21:43:01 -0400
11411              
11412              Subject: [PATCH 5.7.0] h2xs not documenting the created module
11413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11414              Date: Tue, 3 Oct 2000 22:55:19 -0400
11415              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
11416      Branch: perl
11417            ! utils/h2xs.PL
11418 ____________________________________________________________________________
11419 [  7140] By: jhi                                   on 2000/10/04  11:53:44
11420         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
11421              From: nick@babyhippo.com
11422              Date: Wed, 4 Oct 2000 12:06:45 +0100
11423              Message-Id: <20001004120645.A7356@babyhippo.com>
11424              
11425              Retract 7118 and 7135.
11426      Branch: perl
11427            ! installman installperl op.c t/pragma/subs.t
11428 ____________________________________________________________________________
11429 [  7139] By: jhi                                   on 2000/10/03  22:09:41
11430         Log: It is possible to have no hosts database at all.  Pointed out in
11431              
11432              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
11433              From: Peter Prymmer <pvhp@forte.com>
11434              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
11435              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
11436      Branch: metaconfig
11437            ! U/modified/myhostname.U
11438      Branch: perl
11439            ! Configure config_h.SH
11440 ____________________________________________________________________________
11441 [  7138] By: jhi                                   on 2000/10/03  21:49:49
11442         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
11443              From: Peter Prymmer <pvhp@forte.com>
11444              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
11445              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
11446      Branch: perl
11447            ! pp_sys.c
11448 ____________________________________________________________________________
11449 [  7137] By: jhi                                   on 2000/10/03  20:10:05
11450         Log: One remaining nit less at the VMS mailbox sizing.
11451      Branch: perl
11452            ! vms/vms.c
11453 ____________________________________________________________________________
11454 [  7136] By: jhi                                   on 2000/10/03  20:08:47
11455         Log: Test harness update to sync with the new perlcc,
11456              from Simon Cozens.
11457      Branch: perl
11458            ! t/TEST t/UTEST
11459 ____________________________________________________________________________
11460 [  7135] By: jhi                                   on 2000/10/03  15:15:42
11461         Log: Subject: Re: PATCH for 20001003.004
11462              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
11463              From: "AARON B. DOSSETT" <aaron@iglou.com>
11464              Message-Id: <E13gTay-0006od-00@iglou.com>
11465      Branch: perl
11466            ! installman installperl
11467 ____________________________________________________________________________
11468 [  7134] By: jhi                                   on 2000/10/03  15:00:34
11469         Log: Subject: [ID 20001003.006] B::Debug not -w clean
11470              From: Nicholas Clark <nick@babyhippo.co.uk>
11471              Date: Tue, 03 Oct 2000 15:46:32 +0100
11472              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
11473      Branch: perl
11474            ! ext/B/B/Debug.pm
11475 ____________________________________________________________________________
11476 [  7133] By: jhi                                   on 2000/10/03  14:58:39
11477         Log: Scale down the VMS message boxes, by Charles Lane.
11478              Fix for ID 20000903.009, workaround at
11479              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
11480      Branch: perl
11481            ! vms/vms.c
11482 ____________________________________________________________________________
11483 [  7132] By: jhi                                   on 2000/10/03  11:20:37
11484         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
11485      Branch: perl
11486            + t/lib/st-lock.t t/lib/st-utf8.t
11487            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
11488            ! ext/Storable/Storable.xs t/lib/st-recurse.t
11489 ____________________________________________________________________________
11490 [  7131] By: jhi                                   on 2000/10/03  03:38:23
11491         Log: Encode nits.
11492      Branch: perl
11493            ! MANIFEST Makefile.SH
11494 ____________________________________________________________________________
11495 [  7130] By: jhi                                   on 2000/10/03  03:31:05
11496         Log: Update Changes.
11497      Branch: perl
11498            ! Changes patchlevel.h
11499 ____________________________________________________________________________
11500 [  7129] By: jhi                                   on 2000/10/03  02:24:02
11501         Log: Misplaced else.
11502      Branch: metaconfig/U/perl
11503            ! d_strtoll.U
11504      Branch: perl
11505            ! Configure config_h.SH
11506 ____________________________________________________________________________
11507 [  7128] By: jhi                                   on 2000/10/03  02:08:29
11508         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
11509              From: sthoenna@efn.org
11510              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
11511              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
11512      Branch: metaconfig/U/perl
11513            ! d_strtoll.U
11514      Branch: perl
11515            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
11516 ____________________________________________________________________________
11517 [  7127] By: jhi                                   on 2000/10/03  01:13:14
11518         Log: Update Changes.
11519      Branch: perl
11520            ! Changes patchlevel.h
11521 ____________________________________________________________________________
11522 [  7126] By: jhi                                   on 2000/10/03  00:57:08
11523         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
11524              as suggested by Olaf Flebbe and Nick Clark.
11525      Branch: perl
11526            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
11527 ____________________________________________________________________________
11528 [  7125] By: jhi                                   on 2000/10/03  00:50:56
11529         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
11530              From: Nick Clark <nick@plum.flirble.org>
11531              Date: Mon, 2 Oct 2000 11:03:24 +0100
11532              Message-Id: <20001002110324.D20073@plum.flirble.org>
11533              
11534              Also fixes bug ID 20001002.005.
11535      Branch: perl
11536            ! t/lib/encode.t
11537 ____________________________________________________________________________
11538 [  7124] By: jhi                                   on 2000/10/03  00:34:59
11539         Log: Subject: [PATCH 5.7.0] Epoc update
11540              From: Olaf Flebbe <o.flebbe@gmx.de>
11541              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
11542              Message-ID: <26423.969484586@www10.gmx.net>
11543      Branch: perl
11544            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
11545            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
11546            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
11547            ! util.c util.h
11548 ____________________________________________________________________________
11549 [  7123] By: jhi                                   on 2000/10/03  00:30:07
11550         Log: Regen headers.
11551      Branch: perl
11552            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
11553 ____________________________________________________________________________
11554 [  7122] By: jhi                                   on 2000/10/03  00:10:48
11555         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
11556      Branch: perl
11557            ! hints/openbsd.sh
11558 ____________________________________________________________________________
11559 [  7121] By: jhi                                   on 2000/10/03  00:05:06
11560         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
11561              From: <abigail@foad.org>
11562              Date: Tue, 26 Sep 2000 13:36:14 -0400
11563              Message-ID: <20000926173614.4356.qmail@foad.org>
11564      Branch: perl
11565            ! pod/perlop.pod
11566 ____________________________________________________________________________
11567 [  7120] By: jhi                                   on 2000/10/03  00:04:00
11568         Log: Inside require() $^S was always left undefined.
11569              
11570              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
11571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11572              Date: Wed, 27 Sep 2000 18:54:49 -0400
11573              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
11574      Branch: perl
11575            ! cop.h mg.c pp_ctl.c util.c
11576 ____________________________________________________________________________
11577 [  7119] By: jhi                                   on 2000/10/03  00:00:16
11578         Log: Subject: [PATCH] DLL not restartabke with threaded perl
11579              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
11580              Date: Thu, 28 Sep 2000 09:20:46 +0100
11581              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
11582      Branch: perl
11583            ! perl.c
11584 ____________________________________________________________________________
11585 [  7118] By: jhi                                   on 2000/10/02  23:59:20
11586         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
11587              From: Nicholas Clark <nick@ccl4.org>
11588              Date: Thu, 28 Sep 2000 11:52:24 +0100
11589              Message-ID: <20000928115224.D7924@plum.flirble.org>
11590      Branch: perl
11591            ! op.c
11592 ____________________________________________________________________________
11593 [  7117] By: jhi                                   on 2000/10/02  23:57:51
11594         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
11595              From: Nicholas Clark <nick@babyhippo.co.uk>
11596              Date: Thu, 28 Sep 2000 12:18:10 +0100
11597              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
11598              
11599              Did not apply cleanly, manual intervention was needed.
11600      Branch: perl
11601            ! ext/B/B/Bytecode.pm utils/perlcc.PL
11602 ____________________________________________________________________________
11603 [  7116] By: jhi                                   on 2000/10/02  23:50:40
11604         Log: Document the issue (is not a syntax error, kind of)
11605              
11606              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
11607              From: Nicholas Clark <nick@ccl4.org>
11608              Date: Thu, 28 Sep 2000 17:12:42 +0100
11609              Message-ID: <20000928171242.K7924@plum.flirble.org>
11610      Branch: perl
11611            ! pod/perldata.pod
11612 ____________________________________________________________________________
11613 [  7115] By: jhi                                   on 2000/10/02  23:48:58
11614         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
11615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11616              Date: Thu, 28 Sep 2000 21:55:31 -0400
11617              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
11618      Branch: perl
11619            ! regexec.c
11620 ____________________________________________________________________________
11621 [  7114] By: jhi                                   on 2000/10/02  23:47:57
11622         Log: Subject: DOC PATCH 5.6.0
11623              From: mjd@plover.com
11624              Date: 30 Sep 2000 06:02:34 -0000
11625              Message-ID: <20000930060234.4559.qmail@plover.com>
11626      Branch: perl
11627            ! pod/perldebguts.pod
11628 ____________________________________________________________________________
11629 [  7113] By: jhi                                   on 2000/10/02  23:46:43
11630         Log: SOCK_DGRAM and listen() do not mix as reported in
11631              
11632              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
11633              From: Petter Reinholdtsen <pere@hungry.com>
11634              Date: Sun, 1 Oct 2000 10:57:20 +0800
11635              Message-Id: <200010010257.KAA05735@localhost.localdomain>
11636              
11637              The patch for 5.7.0+ had to be reengineered, though.
11638      Branch: perl
11639            ! ext/IO/lib/IO/Socket/UNIX.pm
11640 ____________________________________________________________________________
11641 [  7112] By: jhi                                   on 2000/10/02  23:36:57
11642         Log: Subject: Re: [PATCH 5.005_64 missed]
11643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11644              Date: Sun, 1 Oct 2000 18:50:10 -0400
11645              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
11646      Branch: perl
11647            ! pod/perlxs.pod
11648 ____________________________________________________________________________
11649 [  7111] By: jhi                                   on 2000/10/02  23:35:40
11650         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
11651              From: Radu Greab <radu@netsoft.ro>
11652              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
11653              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
11654      Branch: perl
11655            ! op.c opcode.pl t/op/substr.t
11656 ____________________________________________________________________________
11657 [  7110] By: jhi                                   on 2000/10/02  23:32:38
11658         Log: Subject: [PATCH] Fix aliasing of tied filehandles
11659              From: Daniel Chetlin <daniel@chetlin.com>
11660              Date: Mon, 2 Oct 2000 14:53:27 -0700
11661              Message-ID: <20001002145327.C1617@ilmd>
11662      Branch: perl
11663            ! perl.h pp_hot.c t/op/tiehandle.t
11664 ____________________________________________________________________________
11665 [  7109] By: jhi                                   on 2000/10/02  23:31:30
11666         Log: s/Robin Parker/Robin Barker/
11667      Branch: perl
11668            ! Changes5.6
11669 ____________________________________________________________________________
11670 [  7108] By: jhi                                   on 2000/10/02  23:15:46
11671         Log: Retract #7091 as suggested in
11672              
11673              From: Robin Barker <rmb1@cise.npl.co.uk> 
11674              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
11675              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
11676              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
11677      Branch: perl
11678            ! embed.pl proto.h
11679 ____________________________________________________________________________
11680 [  7107] By: nick                                  on 2000/10/02  18:23:14
11681         Log: A few tweaks to get Tk803 to work with Encode scheme.
11682      Branch: perl
11683            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
11684 ____________________________________________________________________________
11685 [  7106] By: nick                                  on 2000/10/01  21:34:14
11686         Log: Add checking cases to Encode's toUnicode and fromUnicode.
11687      Branch: perl
11688            ! ext/Encode/Encode.pm
11689 ____________________________________________________________________________
11690 [  7105] By: nick                                  on 2000/10/01  17:18:01
11691         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
11692              To read and use them.
11693              Add a lib/encode.t which checks a few things.
11694      Branch: perl
11695            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
11696            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
11697            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
11698            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
11699            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
11700            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
11701            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
11702            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
11703            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
11704            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
11705            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
11706            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
11707            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
11708            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
11709            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
11710            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
11711            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
11712            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
11713            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
11714            + ext/Encode/Encode/iso2022-jp.enc
11715            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
11716            + ext/Encode/Encode/iso8859-1.enc
11717            + ext/Encode/Encode/iso8859-2.enc
11718            + ext/Encode/Encode/iso8859-3.enc
11719            + ext/Encode/Encode/iso8859-4.enc
11720            + ext/Encode/Encode/iso8859-5.enc
11721            + ext/Encode/Encode/iso8859-6.enc
11722            + ext/Encode/Encode/iso8859-7.enc
11723            + ext/Encode/Encode/iso8859-8.enc
11724            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
11725            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
11726            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
11727            + ext/Encode/Encode/macCentEuro.enc
11728            + ext/Encode/Encode/macCroatian.enc
11729            + ext/Encode/Encode/macCyrillic.enc
11730            + ext/Encode/Encode/macDingbats.enc
11731            + ext/Encode/Encode/macGreek.enc
11732            + ext/Encode/Encode/macIceland.enc
11733            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
11734            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
11735            + ext/Encode/Encode/macTurkish.enc
11736            + ext/Encode/Encode/macUkraine.enc
11737            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
11738            + t/lib/encode.t
11739            ! MANIFEST ext/Encode/Encode.pm
11740 ____________________________________________________________________________
11741 [  7104] By: nick                                  on 2000/09/30  13:04:30
11742         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
11743              From: Daniel Chetlin <daniel@chetlin.com>
11744              Date: Mon, 18 Sep 2000 05:05:40 -0700
11745              Message-Id: <20000918050540.C652@ilmd>
11746      Branch: perl
11747            ! lib/overload.pm sv.c t/pragma/overload.t
11748 ____________________________________________________________________________
11749 [  7103] By: nick                                  on 2000/09/30  12:53:36
11750         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
11751              From: Johan Vromans <jvromans@squirrel.nl>
11752              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
11753              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
11754      Branch: perl
11755            ! pod/Makefile.SH
11756 ____________________________________________________________________________
11757 [  7102] By: nick                                  on 2000/09/30  12:52:31
11758         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
11759              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11760              Date: Sat, 16 Sep 2000 16:36:45 -0400
11761              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
11762      Branch: perl
11763            ! ext/B/B/Deparse.pm
11764 ____________________________________________________________________________
11765 [  7101] By: nick                                  on 2000/09/30  12:51:41
11766         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
11767              From: Craig A. Berry <craig.berry@psinetcs.com>
11768              Date: Sat, 16 Sep 2000 10:11:10 -0500
11769              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
11770      Branch: perl
11771            ! vms/vms.c
11772 ____________________________________________________________________________
11773 [  7100] By: nick                                  on 2000/09/30  12:50:33
11774         Log: Subject: Re: unicode support and perl [ID 20000901.097]
11775              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11776              Date: Fri, 15 Sep 2000 16:37:58 -0400
11777              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
11778      Branch: perl
11779            ! t/op/append.t
11780 ____________________________________________________________________________
11781 [  7099] By: nick                                  on 2000/09/30  12:49:35
11782         Log: Subject: Re: unicode support and perl [ID 20000901.097]
11783              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11784              Date: Fri, 15 Sep 2000 16:25:30 -0400
11785              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
11786      Branch: perl
11787            ! pp_hot.c
11788 ____________________________________________________________________________
11789 [  7098] By: nick                                  on 2000/09/30  12:48:00
11790         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
11791              From: Gisle Aas <gisle@ActiveState.com>
11792              Date: 15 Sep 2000 16:23:41 +0200
11793              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
11794      Branch: perl
11795            ! toke.c
11796 ____________________________________________________________________________
11797 [  7097] By: nick                                  on 2000/09/30  12:45:16
11798         Log: Subject: [PATCH] Nits in perlmod.pod
11799              From: Daniel Chetlin <daniel@chetlin.com>
11800              Date: Fri, 15 Sep 2000 02:04:09 -0700
11801              Message-Id: <20000915020409.A2104@ilmd>
11802      Branch: perl
11803            ! pod/perlmod.pod
11804 ____________________________________________________________________________
11805 [  7096] By: nick                                  on 2000/09/30  12:18:00
11806         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
11807              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
11808              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
11809              0 to checking to get the warning.
11810      Branch: perl
11811            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
11812            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
11813            ! regexec.c sv.c toke.c utf8.c
11814 ____________________________________________________________________________
11815 [  7095] By: nick                                  on 2000/09/15  16:55:59
11816         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
11817              
11818              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
11819              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11820              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
11821              Date: Fri, 15 Sep 2000 06:37:30 -0400
11822      Branch: perl
11823            ! ext/Encode/Encode.xs sv.c
11824 ____________________________________________________________________________
11825 [  7094] By: jhi                                   on 2000/09/15  03:23:32
11826         Log: Update Changes.
11827      Branch: perl
11828            ! Changes patchlevel.h
11829 ____________________________________________________________________________
11830 [  7093] By: jhi                                   on 2000/09/15  03:11:44
11831         Log: Fix for the charnames.t failures from Spider Boardman.
11832      Branch: perl
11833            ! toke.c
11834 ____________________________________________________________________________
11835 [  7092] By: jhi                                   on 2000/09/15  00:15:48
11836         Log: Botched the #7090 check-in.
11837      Branch: perl
11838            ! sv.c
11839 ____________________________________________________________________________
11840 [  7091] By: jhi                                   on 2000/09/14  23:33:24
11841         Log: Part of #7081 didn't come through.
11842      Branch: perl
11843            ! embed.pl proto.h
11844 ____________________________________________________________________________
11845 [  7090] By: jhi                                   on 2000/09/14  23:17:39
11846         Log: Subject: Re: perl@7078 
11847              From: Spider Boardman <spider@web.zk3.dec.com>
11848              Date: Thu, 14 Sep 2000 19:06:36 -0400
11849              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
11850      Branch: perl
11851            ! sv.c toke.c
11852 ____________________________________________________________________________
11853 [  7089] By: jhi                                   on 2000/09/14  23:11:21
11854         Log: Small portability tweaks.
11855      Branch: perl
11856            ! ext/Encode/Encode.xs
11857 ____________________________________________________________________________
11858 [  7088] By: jhi                                   on 2000/09/14  22:57:23
11859         Log: Fake return to pacify picky compilers.
11860      Branch: perl
11861            ! ext/Encode/Encode.xs
11862 ____________________________________________________________________________
11863 [  7087] By: jhi                                   on 2000/09/14  22:53:37
11864         Log: Subject: [PATCH] utf8.c apidoc
11865              From: Simon Cozens <simon@cozens.net>
11866              Date: Thu, 14 Sep 2000 23:46:57 +0100
11867              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
11868      Branch: perl
11869            ! perlapi.c pod/perlapi.pod utf8.c
11870 ____________________________________________________________________________
11871 [  7086] By: jhi                                   on 2000/09/14  22:40:38
11872         Log: We don't need to count the high bit bytes, a boolean is enough. 
11873      Branch: perl
11874            ! sv.c
11875 ____________________________________________________________________________
11876 [  7085] By: jhi                                   on 2000/09/14  21:20:09
11877         Log: Replace #7084 with
11878              
11879              Subject: Re: perl@7078 
11880              From: Spider Boardman <spider@web.zk3.dec.com>
11881              Date: Thu, 14 Sep 2000 17:09:36 -0400
11882              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
11883      Branch: perl
11884            ! sv.c utf8.c
11885 ____________________________________________________________________________
11886 [  7084] By: jhi                                   on 2000/09/14  20:03:34
11887         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
11888              convertable to bytes by checking it doesn't go above 0xc3
11889              
11890              Subject: Re: perl@7078
11891              From: Simon Cozens <simon@cozens.net>
11892              Date: Thu, 14 Sep 2000 20:59:19 +0100
11893              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
11894      Branch: perl
11895            ! utf8.c
11896 ____________________________________________________________________________
11897 [  7083] By: jhi                                   on 2000/09/14  19:38:47
11898         Log: Subject: Re: perl@7078
11899              From: Simon Cozens <simon@cozens.net>
11900              Date: Thu, 14 Sep 2000 20:13:09 +0100
11901              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
11902      Branch: perl
11903            ! t/op/bop.t
11904 ____________________________________________________________________________
11905 [  7082] By: jhi                                   on 2000/09/14  17:50:44
11906         Log: The one that got away.
11907      Branch: perl
11908            ! lib/File/Find.pm
11909 ____________________________________________________________________________
11910 [  7081] By: jhi                                   on 2000/09/14  17:45:35
11911         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
11912              From: Robin Barker <rmb1@cise.npl.co.uk>
11913              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
11914              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
11915      Branch: perl
11916            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
11917            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
11918            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
11919            ! regcomp.c toke.c universal.c
11920 ____________________________________________________________________________
11921 [  7080] By: jhi                                   on 2000/09/14  17:40:35
11922         Log: Problems picked up by AIX cc.
11923              
11924              Subject: Re: perl@7078 (patch included)
11925              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11926              Date: Thu, 14 Sep 2000 18:53:30 +0200
11927              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
11928      Branch: perl
11929            ! ext/Encode/Encode.xs
11930 ____________________________________________________________________________
11931 [  7079] By: jhi                                   on 2000/09/14  17:38:27
11932         Log: Subject: File::Find 5.7.0 POD nits
11933              From: Rich Morin <rdm@cfcl.com>
11934              Date: Wed, 13 Sep 2000 22:03:58 -0700
11935              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
11936      Branch: perl
11937            ! lib/File/Find.pm
11938 ____________________________________________________________________________
11939 [  7078] By: jhi                                   on 2000/09/14  14:58:20
11940         Log: Update Changes.
11941      Branch: perl
11942            ! Changes patchlevel.h
11943 ____________________________________________________________________________
11944 [  7077] By: jhi                                   on 2000/09/14  14:55:54
11945         Log: Compilation warnings and an error.
11946      Branch: perl
11947            ! sv.c
11948 ____________________________________________________________________________
11949 [  7076] By: jhi                                   on 2000/09/14  14:42:56
11950         Log: Fix for a parsing bug, not for the original bug.
11951              
11952              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
11953              From: Spider Boardman <spider@web.zk3.dec.com>
11954              Date: Wed, 13 Sep 2000 17:52:20 -0400
11955              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
11956      Branch: perl
11957            ! regcomp.c
11958 ____________________________________________________________________________
11959 [  7075] By: jhi                                   on 2000/09/14  14:40:40
11960         Log: Batch of UTF-8 patches from Simon Cozens.
11961      Branch: perl
11962            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
11963            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
11964            ! toke.c utf8.c
11965 ____________________________________________________________________________
11966 [  7074] By: jhi                                   on 2000/09/14  14:29:58
11967         Log: Subject: Re: Two advertising clauses need to be removed
11968              From: Russ Allbery <rra@stanford.edu>
11969              Date: 13 Sep 2000 18:50:26 -0700
11970              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
11971      Branch: perl
11972            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11973 ____________________________________________________________________________
11974 [  7073] By: jhi                                   on 2000/09/14  14:28:20
11975         Log: Subject: [PATCH] de-wall t/README
11976              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11977              Date: Wed, 13 Sep 2000 17:46:55 -0700
11978              Message-ID: <//Bw5gzkge/e092yn@efn.org>
11979      Branch: perl
11980            ! t/README
11981 ____________________________________________________________________________
11982 [  7072] By: jhi                                   on 2000/09/14  14:25:10
11983         Log: Hints optimization.
11984              
11985              Subject: Minor nit
11986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11987              Date: Wed, 13 Sep 2000 21:42:07 +0200
11988              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
11989      Branch: perl
11990            ! hints/hpux.sh
11991 ____________________________________________________________________________
11992 [  7071] By: jhi                                   on 2000/09/14  14:23:30
11993         Log: Allow chop() and chomp() to be overridden.
11994              
11995              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
11996              From: "Casey R. Tweten" <crt@kiski.net>
11997              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
11998              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
11999      Branch: perl
12000            ! toke.c
12001 ____________________________________________________________________________
12002 [  7070] By: jhi                                   on 2000/09/14  14:20:36
12003         Log: The return value of setlocale must be copied away.
12004              
12005              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12006              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12007              Date: Wed, 13 Sep 2000 16:27:37 +0100 
12008              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
12009      Branch: perl
12010            ! util.c
12011 ____________________________________________________________________________
12012 [  7069] By: jhi                                   on 2000/09/14  14:16:27
12013         Log: Remove vestiges of tr//CU.
12014              
12015              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12016              From: Nick Clark <nick@plum.flirble.org>
12017              Date: Tue, 12 Sep 2000 22:50:14 +0100
12018              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
12019              
12020              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12021              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12022              Date: Tue, 12 Sep 2000 21:38:48 -0700
12023              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
12024      Branch: perl
12025            ! op.h pod/perlunicode.pod
12026 ____________________________________________________________________________
12027 [  7068] By: jhi                                   on 2000/09/13  14:18:39
12028         Log: Add the Encode extension.  The code is still largely just skeleton.
12029      Branch: perl
12030            + ext/Encode/Encode.pm ext/Encode/Encode.xs
12031            + ext/Encode/Makefile.PL ext/Encode/Todo
12032            ! MANIFEST Todo-5.6
12033 ____________________________________________________________________________
12034 [  7067] By: jhi                                   on 2000/09/12  17:43:33
12035         Log: Allow for whitespace between "#" and "line" in cpp output.
12036              
12037              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12038              From: Calle Dybedahl <calle@lysator.liu.se>
12039              Date: 12 Sep 2000 19:38:02 +0200 
12040              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
12041      Branch: perl
12042            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
12043 ____________________________________________________________________________
12044 [  7066] By: gsar                                  on 2000/09/12  17:24:29
12045         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12046              initialization in all the threads on Windows
12047      Branch: perl
12048            ! win32/win32.c
12049 ____________________________________________________________________________
12050 [  7065] By: jhi                                   on 2000/09/12  15:11:31
12051         Log: Update Changes.
12052      Branch: perl
12053            ! Changes patchlevel.h
12054 ____________________________________________________________________________
12055 [  7064] By: jhi                                   on 2000/09/12  14:54:54
12056         Log: Retract #7062, the pod tests are not ready.
12057      Branch: perl
12058            ! t/TEST t/harness
12059 ____________________________________________________________________________
12060 [  7063] By: jhi                                   on 2000/09/12  14:25:41
12061         Log: The #7054 truncated Configure badly.
12062      Branch: metaconfig/U/perl
12063            ! End.U
12064      Branch: perl
12065            ! Configure config_h.SH
12066 ____________________________________________________________________________
12067 [  7062] By: jhi                                   on 2000/09/12  14:08:32
12068         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
12069              From: sthoenna@efn.org
12070              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
12071              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
12072      Branch: perl
12073            ! t/TEST t/harness
12074 ____________________________________________________________________________
12075 [  7061] By: jhi                                   on 2000/09/12  14:07:18
12076         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12077              From: sthoenna@efn.org
12078              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
12079              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
12080      Branch: perl
12081            ! pod/perlxs.pod
12082 ____________________________________________________________________________
12083 [  7060] By: jhi                                   on 2000/09/12  14:06:08
12084         Log: Break up the myconfig lines a bit.
12085              
12086              Subject: perlbug/perl -V output format
12087              From: sthoenna@efn.org
12088              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
12089              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
12090      Branch: perl
12091            ! myconfig.SH
12092 ____________________________________________________________________________
12093 [  7059] By: jhi                                   on 2000/09/12  14:05:04
12094         Log: Test for the #7049.
12095              
12096              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12097              From: andreas.koenig@anima.de (Andreas J. Koenig)
12098              Date: 12 Sep 2000 06:42:01 +0200
12099              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
12100      Branch: perl
12101            ! t/op/my.t
12102 ____________________________________________________________________________
12103 [  7058] By: jhi                                   on 2000/09/12  14:03:05
12104         Log: Subject: [patch: perl@7045] vms updates
12105              From: Peter Prymmer <pvhp@forte.com>
12106              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
12107              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
12108      Branch: perl
12109            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
12110 ____________________________________________________________________________
12111 [  7057] By: jhi                                   on 2000/09/12  14:00:51
12112         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12113              From: sthoenna@efn.org
12114              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
12115              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
12116      Branch: perl
12117            ! t/op/64bitint.t
12118 ____________________________________________________________________________
12119 [  7056] By: jhi                                   on 2000/09/12  13:58:14
12120         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12121              From: Jeff Pinyan <jeffp@crusoe.net>
12122              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
12123              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
12124      Branch: perl
12125            ! pod/perlfunc.pod
12126 ____________________________________________________________________________
12127 [  7055] By: jhi                                   on 2000/09/12  13:56:32
12128         Log: Do in VMS as the #7054 does.
12129      Branch: perl
12130            ! configure.com
12131 ____________________________________________________________________________
12132 [  7054] By: jhi                                   on 2000/09/12  13:50:31
12133         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12134              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12135              Date: Mon, 11 Sep 2000 08:33:09 +0100
12136              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
12137      Branch: metaconfig/U/perl
12138            ! End.U
12139      Branch: perl
12140            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
12141            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12142 ____________________________________________________________________________
12143 [  7053] By: jhi                                   on 2000/09/12  13:29:19
12144         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12145              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12146              Date:     Tue, 12 Sep 2000 08:35:59 EDT
12147              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
12148      Branch: perl
12149            ! vms/test.com
12150 ____________________________________________________________________________
12151 [  7052] By: jhi                                   on 2000/09/11  23:01:50
12152         Log: Document the SvUTF8*().
12153      Branch: perl
12154            ! pod/perlapi.pod sv.h
12155 ____________________________________________________________________________
12156 [  7051] By: gsar                                  on 2000/09/11  14:46:30
12157         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
12158              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12159      Branch: perl
12160            ! op.c t/op/split.t
12161 ____________________________________________________________________________
12162 [  7050] By: nick                                  on 2000/09/11  10:03:51
12163         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12164              
12165              Subject: borland C++ win32.c tweak
12166              From: Vadim Konovalov <vkonovalov@lucent.com>
12167              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
12168              Date: Mon, 11 Sep 2000 11:22:33 +0400
12169      Branch: perl
12170            ! win32/win32.c
12171 ____________________________________________________________________________
12172 [  7049] By: nick                                  on 2000/09/11  09:57:33
12173         Log: Point fix for s/// on foreach (keys %xxx).
12174      Branch: perl
12175            ! pp_hot.c
12176 ____________________________________________________________________________
12177 [  7048] By: jhi                                   on 2000/09/10  23:37:09
12178         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
12179              by Pod::Text, from Brad Appleton.
12180      Branch: perl
12181            ! t/pod/testp2pt.pl
12182 ____________________________________________________________________________
12183 [  7047] By: jhi                                   on 2000/09/10  14:32:53
12184         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12185              by Russ Allbery.
12186      Branch: perl
12187            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
12188 ____________________________________________________________________________
12189 [  7046] By: jhi                                   on 2000/09/10  14:15:08
12190         Log: Upgrade to CPAN 1.57_65, from Andreas König.
12191      Branch: perl
12192            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12193 ____________________________________________________________________________
12194 [  7045] By: jhi                                   on 2000/09/08  21:36:32
12195         Log: Update Changes.
12196      Branch: perl
12197            ! Changes patchlevel.h
12198 ____________________________________________________________________________
12199 [  7044] By: jhi                                   on 2000/09/08  21:29:56
12200         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
12201              From: Peter Prymmer <pvhp@forte.com>
12202              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
12203              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
12204      Branch: perl
12205            ! configure.com
12206 ____________________________________________________________________________
12207 [  7043] By: jhi                                   on 2000/09/08  21:27:50
12208         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
12209              From: Peter Prymmer <pvhp@forte.com>
12210              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
12211              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
12212      Branch: perl
12213            ! Makefile.SH installperl
12214 ____________________________________________________________________________
12215 [  7042] By: jhi                                   on 2000/09/08  21:23:21
12216         Log: Continue #7041.
12217      Branch: perl
12218            ! cygwin/Makefile.SHs os2/Makefile.SHs
12219 ____________________________________________________________________________
12220 [  7041] By: jhi                                   on 2000/09/08  21:18:10
12221         Log: Do away with memory models cruft.  Sorry, PDP users.
12222      Branch: metaconfig
12223            ! U/modified/cc.U U/modified/libpth.U
12224      Branch: perl
12225            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12226            ! Porting/config_H cflags.SH config_h.SH configure.com
12227            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
12228            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
12229            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
12230 ____________________________________________________________________________
12231 [  7040] By: jhi                                   on 2000/09/08  14:34:18
12232         Log: Major rewrite of s2p.  And I mean really major, it is
12233              an implementation of sed in perl.  If called as s2p it
12234              will function as s2p.  Note: needs non-UNIXifying.
12235              
12236              Subject: s2p
12237              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12238              Date: Mon, 28 Aug 2000 14:05:12 +0200
12239              Message-ID: <39AA5578.2102E2AA@alcatel.at>
12240      Branch: perl
12241            ! x2p/s2p.PL
12242 ____________________________________________________________________________
12243 [  7039] By: jhi                                   on 2000/09/08  14:19:49
12244         Log: Re-allow vec() for characters > 255.
12245              
12246              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
12247              From: Spider Boardman <spider@web.zk3.dec.com>
12248              Date: Fri, 08 Sep 2000 02:21:02 -0400
12249              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
12250      Branch: perl
12251            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12252            ! t/op/vec.t
12253 ____________________________________________________________________________
12254 [  7038] By: jhi                                   on 2000/09/08  14:14:18
12255         Log: Subject: [PATCH lib/Benchmark.pm]
12256              From: <abigail@foad.org>
12257              Date: Thu, 7 Sep 2000 15:03:20 -0400
12258              Message-ID: <20000907190320.888.qmail@foad.org>
12259      Branch: perl
12260            ! lib/Benchmark.pm
12261 ____________________________________________________________________________
12262 [  7037] By: jhi                                   on 2000/09/08  14:11:06
12263         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
12264              
12265              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
12266              From: Spider Boardman <spider@web.zk3.dec.com>
12267              Date: Fri, 08 Sep 2000 01:30:27 -0400
12268              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
12269      Branch: perl
12270            ! op.c
12271 ____________________________________________________________________________
12272 [  7036] By: jhi                                   on 2000/09/08  14:08:58
12273         Log: Subject: [ID 20000908.002] perlipc documentation bug.
12274              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
12275              Date: Fri, 08 Sep 2000 12:38:32 +0200
12276              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
12277      Branch: perl
12278            ! pod/perlipc.pod
12279 ____________________________________________________________________________
12280 [  7035] By: jhi                                   on 2000/09/08  14:03:12
12281         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12282              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12283              Date: Fri, 08 Sep 2000 11:47:34 +0200
12284              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
12285      Branch: perl
12286            ! hints/dec_osf.sh
12287 ____________________________________________________________________________
12288 [  7034] By: jhi                                   on 2000/09/08  13:59:35
12289         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
12290              From: Simon Cozens <simon@cozens.net>
12291              Date: Thu, 7 Sep 2000 20:40:38 +0100
12292              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
12293      Branch: perl
12294            ! pp_hot.c
12295 ____________________________________________________________________________
12296 [  7033] By: jhi                                   on 2000/09/08  04:03:03
12297         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
12298              From: "Larry W. Virden" <lvirden@cas.org>
12299              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
12300              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
12301      Branch: perl
12302            ! pod/perldiag.pod
12303 ____________________________________________________________________________
12304 [  7032] By: jhi                                   on 2000/09/07  22:18:30
12305         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
12306              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
12307              Date: Mon, 04 Sep 2000 13:16:38 -0700
12308              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
12309      Branch: perl
12310            ! lib/perl5db.pl
12311 ____________________________________________________________________________
12312 [  7031] By: jhi                                   on 2000/09/07  22:02:29
12313         Log: Fix the ccversion detection for 5.1 and beyond.
12314              
12315              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12316              From: Spider Boardman <spider@leggy.zk3.dec.com>
12317              Date: Thu, 7 Sep 2000 17:54:27 -0400
12318              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
12319      Branch: perl
12320            ! hints/dec_osf.sh
12321 ____________________________________________________________________________
12322 [  7030] By: jhi                                   on 2000/09/07  19:12:28
12323         Log: Fix for
12324              
12325              Subject: [ID 20000903.001] \w in utf8-strings
12326              From: Marc Lehmann <pcg@goof.com>
12327              Date: Sun, 03 Sep 2000 09:44:29 +0200
12328              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
12329              
12330              and various related nits.
12331      Branch: perl
12332            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
12333 ____________________________________________________________________________
12334 [  7029] By: jhi                                   on 2000/09/07  18:49:09
12335         Log: Fix the URL, but the server is still missing in action.
12336              
12337              Subject: [ID 20000905.002] perlfaq1.pod URL error
12338              From: "Larry W. Virden" <lvirden@cas.org>
12339              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
12340              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
12341      Branch: perl
12342            ! pod/perlfaq1.pod
12343 ____________________________________________________________________________
12344 [  7028] By: jhi                                   on 2000/09/07  18:47:13
12345         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
12346              From: Hugo <hv@crypt.compulink.co.uk>
12347              Date: Tue, 05 Sep 2000 14:13:37 +0100
12348              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
12349      Branch: perl
12350            ! toke.c
12351 ____________________________________________________________________________
12352 [  7027] By: jhi                                   on 2000/09/07  18:45:35
12353         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
12354              From: Daniel Chetlin <daniel@chetlin.com>
12355              Date: Tue, 5 Sep 2000 04:57:07 -0700
12356              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
12357      Branch: perl
12358            ! pod/perlfaq6.pod pod/perlop.pod
12359 ____________________________________________________________________________
12360 [  7026] By: jhi                                   on 2000/09/07  18:44:01
12361         Log: Document the new ref() semantics.
12362              
12363              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12364              From: Gisle Aas <gisle@ActiveState.com>
12365              Date: 05 Sep 2000 08:10:30 +0200
12366              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
12367      Branch: perl
12368            ! pod/perldelta.pod
12369 ____________________________________________________________________________
12370 [  7025] By: jhi                                   on 2000/09/07  18:42:27
12371         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
12372              
12373              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12374              From: Gisle Aas <gisle@ActiveState.com>
12375              Date: 05 Sep 2000 08:11:40 +0200
12376              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
12377      Branch: perl
12378            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
12379 ____________________________________________________________________________
12380 [  7024] By: jhi                                   on 2000/09/07  18:39:32
12381         Log: Subject: [PATCH] Modernize Opcode.pm documentation
12382              From: Gisle Aas <gisle@ActiveState.com>
12383              Date: 4 Sep 2000 00:18:55 -0000
12384              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
12385      Branch: perl
12386            ! ext/Opcode/Opcode.pm
12387 ____________________________________________________________________________
12388 [  7023] By: jhi                                   on 2000/09/07  18:37:42
12389         Log: Subject: [PATCH] Tied filehandle documentation
12390              From: Gisle Aas <gisle@ActiveState.com>
12391              Date: 4 Sep 2000 00:14:40 -0000
12392              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
12393      Branch: perl
12394            ! pod/perlfunc.pod pod/perltie.pod
12395 ____________________________________________________________________________
12396 [  7022] By: jhi                                   on 2000/09/07  18:35:37
12397         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
12398              From: Gisle Aas <gisle@ActiveState.com>
12399              Date: 4 Sep 2000 00:04:22 -0000
12400              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
12401      Branch: perl
12402            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
12403 ____________________________________________________________________________
12404 [  7021] By: jhi                                   on 2000/09/07  18:33:22
12405         Log: Subject: small apidoc fix
12406              From: Marc Lehmann <pcg@goof.com>
12407              Date: Sun, 3 Sep 2000 05:12:06 +0200
12408              Message-ID: <20000903051206.A5909@cerebro.laendle>
12409      Branch: perl
12410            ! pod/perlapi.pod utf8.c
12411 ____________________________________________________________________________
12412 [  7020] By: jhi                                   on 2000/09/07  16:14:57
12413         Log: Tiny perldelta nits.
12414      Branch: perl
12415            ! pod/perldelta.pod
12416 ____________________________________________________________________________
12417 [  7019] By: jhi                                   on 2000/09/07  16:04:20
12418         Log: Guard against bad string->int conversion for quads.
12419      Branch: perl
12420            ! t/op/64bitint.t
12421 ____________________________________________________________________________
12422 [  7018] By: jhi                                   on 2000/09/06  17:07:03
12423         Log: Update Unicode todo list.
12424      Branch: perl
12425            ! Todo-5.6
12426 ____________________________________________________________________________
12427 [  7017] By: jhi                                   on 2000/09/05  21:16:01
12428         Log: Document the SvIOK_.*UV().
12429      Branch: perl
12430            ! pod/perlapi.pod sv.h
12431 ____________________________________________________________________________
12432 [  7016] By: nick                                  on 2000/09/03  21:54:46
12433         Log: Hash lookup of constant strings optimization:
12434              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
12435              to string table (as per sharepvn). Add newSV_pvn_share to create such
12436              a thing. Make hv.c compare addresses of strings and skip string compare
12437              if equal. Make method_named and helem ops use these shared-string SVs
12438              when arg is constant. Make keys op return shared-string SVs (less clearly
12439              a win).
12440      Branch: perl
12441            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
12442            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
12443            ! pod/perlintern.pod pp_hot.c proto.h sv.c
12444 ____________________________________________________________________________
12445 [  7015] By: jhi                                   on 2000/09/02  17:48:59
12446         Log: This is 5.7.0.
12447      Branch: perl
12448            ! Changes
12449 ____________________________________________________________________________
12450 [  7014] By: jhi                                   on 2000/09/02  17:35:45
12451         Log: Changes and patchlevel tweaks.
12452      Branch: perl
12453            ! Changes patchlevel.h
12454 ____________________________________________________________________________
12455 [  7013] By: jhi                                   on 2000/09/02  17:30:50
12456         Log: Update Changes.
12457      Branch: perl
12458            ! Changes patchlevel.h
12459 ____________________________________________________________________________
12460 [  7012] By: nick                                  on 2000/09/02  17:25:20
12461         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
12462      Branch: perl
12463            ! gv.c lib/overload.pm
12464 ____________________________________________________________________________
12465 [  7011] By: jhi                                   on 2000/09/02  17:16:25
12466         Log: Update perlhist.
12467      Branch: perl
12468            ! pod/perlhist.pod
12469 ____________________________________________________________________________
12470 [  7010] By: jhi                                   on 2000/09/02  17:01:35
12471         Log: perldelta nits.
12472      Branch: perl
12473            ! pod/perldelta.pod
12474 ____________________________________________________________________________
12475 [  7009] By: nick                                  on 2000/09/02  16:48:35
12476         Log: If overloaded %{} etc. return the object do not loop.
12477              Thus  sub deref { $_[0] } functions if object is wanted type.
12478      Branch: perl
12479            ! pp.h
12480 ____________________________________________________________________________
12481 [  7008] By: jhi                                   on 2000/09/02  16:26:11
12482         Log: Retab MANIFEST.
12483      Branch: perl
12484            ! ext/Storable/MANIFEST
12485 ____________________________________________________________________________
12486 [  7007] By: jhi                                   on 2000/09/02  16:23:02
12487         Log: Make certain cc is set before trying to run it.
12488      Branch: perl
12489            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
12490 ____________________________________________________________________________
12491 [  7006] By: jhi                                   on 2000/09/02  15:45:41
12492         Log: Unicode notes.
12493      Branch: perl
12494            ! pod/perldelta.pod
12495 ____________________________________________________________________________
12496 [  7005] By: jhi                                   on 2000/09/02  15:42:11
12497         Log: Various Configure nits by Philip Newton,
12498              plus the ebcdic one by me.
12499      Branch: metaconfig
12500            + U/modified/pager.U
12501            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
12502      Branch: metaconfig/U/perl
12503            ! Devel.U quadfio.U
12504      Branch: perl
12505            ! Configure config_h.SH
12506 ____________________________________________________________________________
12507 [  7004] By: jhi                                   on 2000/09/02  15:06:14
12508         Log: Apparently avoiding the swapping is too costly.
12509              
12510              From: "Ben Tilly" <ben_tilly@hotmail.com>
12511              Subject: Re: the door is closed.
12512              Date: Fri, 01 Sep 2000 20:23:16 EDT
12513              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
12514      Branch: perl
12515            ! pod/perlfaq4.pod
12516 ____________________________________________________________________________
12517 [  7003] By: nick                                  on 2000/09/02  12:26:04
12518         Log: Undo part of change 6489 which looks like a bulk edit which
12519              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
12520              The supressing of main:: on return from select() is undesirable.
12521      Branch: perl
12522            ! pp_sys.c
12523 ____________________________________________________________________________
12524 [  7002] By: jhi                                   on 2000/09/01  23:08:54
12525         Log: Update Changes.
12526      Branch: perl
12527            ! Changes patchlevel.h
12528 ____________________________________________________________________________
12529 [  7001] By: jhi                                   on 2000/09/01  23:00:13
12530         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
12531              From: Peter Prymmer <pvhp@forte.com>
12532              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
12533              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
12534              
12535              plus rework the http: spots as suggested by Tom Christiansen,
12536              plus regen perltoc.
12537      Branch: perl
12538            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
12539            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
12540 ____________________________________________________________________________
12541 [  7000] By: jhi                                   on 2000/09/01  22:36:01
12542         Log: Only the first line, thank you very much.
12543      Branch: perl
12544            ! hints/solaris_2.sh
12545 ____________________________________________________________________________
12546 [  6999] By: gsar                                  on 2000/09/01  22:16:40
12547         Log: change#6791 accidentally clobbered change#6710, put it back
12548      Branch: perl
12549            ! win32/win32.c
12550 ____________________________________________________________________________
12551 [  6998] By: jhi                                   on 2000/09/01  22:14:16
12552         Log: Mention the HP-UX LP64 freak failure.
12553      Branch: perl
12554            ! pod/perldelta.pod
12555 ____________________________________________________________________________
12556 [  6997] By: jhi                                   on 2000/09/01  21:48:32
12557         Log: Detypo.
12558      Branch: perl
12559            ! hints/hpux.sh
12560 ____________________________________________________________________________
12561 [  6996] By: jhi                                   on 2000/09/01  21:27:10
12562         Log: Update Changes.
12563      Branch: perl
12564            ! Changes patchlevel.h
12565 ____________________________________________________________________________
12566 [  6995] By: jhi                                   on 2000/09/01  21:14:24
12567         Log: Mi splgn s gnin.g
12568      Branch: perl
12569            ! pp_ctl.c
12570 ____________________________________________________________________________
12571 [  6994] By: jhi                                   on 2000/09/01  21:09:54
12572         Log: Subject: http:// in L<>
12573              From: Nicholas Clark <nick@ccl4.org>
12574              Date: Fri, 1 Sep 2000 22:03:21 +0100
12575              Message-ID: <20000901220321.B72074@plum.flirble.org>
12576      Branch: perl
12577            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
12578 ____________________________________________________________________________
12579 [  6993] By: jhi                                   on 2000/09/01  21:06:54
12580         Log: Update to Storable 1.0, from Raphael Manfredi.
12581      Branch: perl
12582            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
12583            ! ext/Storable/Makefile.PL ext/Storable/README
12584            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12585            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
12586            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
12587            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
12588            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
12589            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
12590 ____________________________________________________________________________
12591 [  6992] By: jhi                                   on 2000/09/01  20:43:05
12592         Log: Mention known sfio+linux buglet.
12593      Branch: perl
12594            ! pod/perldelta.pod
12595 ____________________________________________________________________________
12596 [  6991] By: jhi                                   on 2000/09/01  20:40:11
12597         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
12598              From: Peter Prymmer <pvhp@forte.com>
12599              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
12600              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
12601      Branch: perl
12602            ! vms/vms.c
12603 ____________________________________________________________________________
12604 [  6990] By: jhi                                   on 2000/09/01  20:25:26
12605         Log: Retract #6986.
12606      Branch: perl
12607            ! hints/solaris_2.sh
12608 ____________________________________________________________________________
12609 [  6989] By: jhi                                   on 2000/09/01  20:23:00
12610         Log: Mergesort is back.
12611      Branch: perl
12612            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
12613 ____________________________________________________________________________
12614 [  6988] By: jhi                                   on 2000/09/01  19:37:40
12615         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
12616              From: Mike Guy <mjtg@cam.ac.uk>
12617              Date: Fri, 01 Sep 2000 17:43:33 +0100
12618              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
12619      Branch: perl
12620            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
12621            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
12622 ____________________________________________________________________________
12623 [  6987] By: jhi                                   on 2000/09/01  19:17:10
12624         Log: Regen perltoc.
12625      Branch: perl
12626            ! pod/perltoc.pod
12627 ____________________________________________________________________________
12628 [  6986] By: jhi                                   on 2000/09/01  18:51:10
12629         Log: Subject: Re: Solaris x86 has no SPARC libraries!
12630              From: Lupe Christoph <lupe@lupe-christoph.de>
12631              Date: Fri, 1 Sep 2000 20:41:20 +0200
12632              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
12633      Branch: perl
12634            ! hints/solaris_2.sh
12635 ____________________________________________________________________________
12636 [  6985] By: jhi                                   on 2000/09/01  18:28:10
12637         Log: Update Changes.
12638      Branch: perl
12639            ! Changes patchlevel.h
12640 ____________________________________________________________________________
12641 [  6984] By: jhi                                   on 2000/09/01  18:26:53
12642         Log: Feature ordering tweak.
12643      Branch: perl
12644            ! myconfig.SH
12645 ____________________________________________________________________________
12646 [  6983] By: jhi                                   on 2000/09/01  18:19:50
12647         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12648              From: <abigail@foad.org>
12649              Date: Fri, 1 Sep 2000 13:07:32 -0400
12650              Message-ID: <20000901170732.18249.qmail@foad.org>
12651      Branch: perl
12652            ! t/pragma/overload.t
12653 ____________________________________________________________________________
12654 [  6982] By: jhi                                   on 2000/09/01  18:17:54
12655         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
12656              so that case-ignoring systems like DCL can tell them from
12657              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
12658      Branch: metaconfig/U/perl
12659            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
12660      Branch: perl
12661            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12662            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
12663            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
12664            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
12665            ! vos/config.def vos/config.h vos/config_h.SH_orig
12666            ! win32/config.bc win32/config.gc win32/config.vc
12667 ____________________________________________________________________________
12668 [  6981] By: nick                                  on 2000/09/01  17:21:57
12669         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
12670              warning when UNTIE exists and instead pass the cound of extra references to
12671              the UNTIE method.
12672      Branch: perl
12673            ! pod/perltie.pod pp_sys.c
12674 ____________________________________________________________________________
12675 [  6980] By: jhi                                   on 2000/09/01  16:54:44
12676         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
12677              From: Peter Prymmer <pvhp@forte.com>
12678              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
12679              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
12680      Branch: perl
12681            ! configure.com
12682 ____________________________________________________________________________
12683 [  6979] By: jhi                                   on 2000/09/01  16:06:20
12684         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
12685              From: Mike Guy <mjtg@cam.ac.uk> 
12686              Date: Fri, 01 Sep 2000 16:49:27 +0100
12687              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
12688      Branch: perl
12689            ! t/base/rs.t
12690 ____________________________________________________________________________
12691 [  6978] By: jhi                                   on 2000/09/01  16:00:42
12692         Log: Update to PodParser 1.18, from Brad Appleton.
12693      Branch: perl
12694            ! lib/Pod/Checker.pm t/pod/find.t
12695 ____________________________________________________________________________
12696 [  6977] By: jhi                                   on 2000/09/01  14:48:58
12697         Log: Subject: Nit in Configure (bleadperl@6961)
12698              From: Lupe Christoph <lupe@lupe-christoph.de>
12699              Date: Fri, 1 Sep 2000 16:34:29 +0200
12700              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
12701      Branch: metaconfig
12702            ! U/compline/ccflags.U
12703      Branch: perl
12704            ! Configure config_h.SH
12705 ____________________________________________________________________________
12706 [  6976] By: jhi                                   on 2000/09/01  14:39:52
12707         Log: Update Changes.
12708      Branch: perl
12709            ! Changes patchlevel.h
12710 ____________________________________________________________________________
12711 [  6975] By: jhi                                   on 2000/09/01  14:37:36
12712         Log: microperl config update.
12713      Branch: perl
12714            ! uconfig.h uconfig.sh
12715 ____________________________________________________________________________
12716 [  6974] By: jhi                                   on 2000/09/01  14:36:53
12717         Log: Document known deficiencies.
12718      Branch: perl
12719            ! pod/perldelta.pod
12720 ____________________________________________________________________________
12721 [  6973] By: jhi                                   on 2000/09/01  14:10:20
12722         Log: Mention warnings fixes and updates.
12723      Branch: perl
12724            ! pod/perldelta.pod
12725 ____________________________________________________________________________
12726 [  6972] By: jhi                                   on 2000/09/01  14:01:52
12727         Log: Drop unused argument.
12728              
12729              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
12730              From: Spider Boardman <spider@web.zk3.dec.com>
12731              Date: Thu, 31 Aug 2000 16:10:15 -0400
12732              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
12733      Branch: perl
12734            ! toke.c
12735 ____________________________________________________________________________
12736 [  6971] By: jhi                                   on 2000/09/01  13:59:24
12737         Log: Add the overload warnings to perldiag.
12738      Branch: perl
12739            ! lib/overload.pm pod/perldiag.pod
12740 ____________________________________________________________________________
12741 [  6970] By: jhi                                   on 2000/09/01  13:55:10
12742         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12743              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12744              Date: Fri, 1 Sep 2000 13:43:15 +0100 
12745              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
12746      Branch: perl
12747            ! lib/overload.pm t/pragma/overload.t
12748 ____________________________________________________________________________
12749 [  6969] By: jhi                                   on 2000/09/01  13:52:27
12750         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12751              From: <abigail@foad.org>
12752              Date: Fri, 1 Sep 2000 05:46:54 -0400
12753              Message-ID: <20000901094654.6476.qmail@foad.org>
12754      Branch: perl
12755            ! lib/overload.pm
12756 ____________________________________________________________________________
12757 [  6968] By: jhi                                   on 2000/09/01  13:50:05
12758         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
12759              From: Daniel Chetlin <daniel@chetlin.com>
12760              Date: Fri, 1 Sep 2000 02:10:55 -0700
12761              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
12762      Branch: perl
12763            ! pod/perlretut.pod
12764 ____________________________________________________________________________
12765 [  6967] By: jhi                                   on 2000/09/01  13:47:54
12766         Log: Part of the solution.
12767              
12768              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
12769              From: Mike Guy <mjtg@cam.ac.uk>
12770              Date: Fri, 01 Sep 2000 14:16:01 +0100
12771              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
12772      Branch: perl
12773            ! gv.c mg.c
12774 ____________________________________________________________________________
12775 [  6966] By: jhi                                   on 2000/09/01  13:46:17
12776         Log: Subject: CPAN.pm beta 1.57_57 for the core
12777              From: andreas.koenig@anima.de (Andreas J. Koenig)
12778              Date: 01 Sep 2000 15:16:31 +0200
12779              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
12780      Branch: perl
12781            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12782 ____________________________________________________________________________
12783 [  6965] By: jhi                                   on 2000/09/01  13:43:18
12784         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
12785              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12786              Date: Fri, 01 Sep 2000 01:47:22 -0500
12787              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
12788      Branch: perl
12789            ! pod/perldelta.pod vms/vms.c
12790 ____________________________________________________________________________
12791 [  6964] By: jhi                                   on 2000/09/01  13:35:35
12792         Log: File::Temp patches from Andreas König,
12793              
12794              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
12795              From: andreas.koenig@anima.de (Andreas J. Koenig)
12796              Date: 01 Sep 2000 10:07:20 +0200
12797              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
12798              
12799              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
12800              From: andreas.koenig@anima.de (Andreas J. Koenig)
12801              Date: 31 Aug 2000 23:26:08 +0200
12802              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
12803      Branch: perl
12804            ! lib/File/Temp.pm t/lib/ftmp-security.t
12805 ____________________________________________________________________________
12806 [  6963] By: jhi                                   on 2000/09/01  02:22:24
12807         Log: Retract the mergesort code, way too incompatible licensing
12808              and copyrights.
12809      Branch: perl
12810            ! pod/perldelta.pod pp_ctl.c
12811 ____________________________________________________________________________
12812 [  6962] By: jhi                                   on 2000/08/31  23:27:32
12813         Log: Update Changes.
12814      Branch: perl
12815            ! Changes patchlevel.h
12816 ____________________________________________________________________________
12817 [  6961] By: jhi                                   on 2000/08/31  23:20:04
12818         Log: Small tweaks all over.
12819      Branch: metaconfig
12820            ! U/compline/d_gconvert.U
12821      Branch: perl
12822            ! AUTHORS Configure config_h.SH pp_ctl.c
12823 ____________________________________________________________________________
12824 [  6960] By: jhi                                   on 2000/08/31  22:39:36
12825         Log: Further rewording.
12826      Branch: perl
12827            ! pp_ctl.c
12828 ____________________________________________________________________________
12829 [  6959] By: jhi                                   on 2000/08/31  21:26:44
12830         Log: More address tweaking.
12831      Branch: perl
12832            ! AUTHORS Changes
12833 ____________________________________________________________________________
12834 [  6958] By: jhi                                   on 2000/08/31  20:47:25
12835         Log: AUTHORS tweaks, from Peter Prymmer.
12836              
12837              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
12838              From: Peter Prymmer <pvhp@forte.com>
12839              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
12840              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
12841      Branch: perl
12842            ! AUTHORS MAINTAIN
12843 ____________________________________________________________________________
12844 [  6957] By: jhi                                   on 2000/08/31  20:34:43
12845         Log: perldelta tweaks.
12846      Branch: perl
12847            ! pod/perldelta.pod
12848 ____________________________________________________________________________
12849 [  6956] By: jhi                                   on 2000/08/31  19:11:06
12850         Log: Regen perltoc.
12851      Branch: perl
12852            ! pod/perltoc.pod
12853 ____________________________________________________________________________
12854 [  6955] By: jhi                                   on 2000/08/31  19:06:30
12855         Log: Clarify the mergesort situation.
12856      Branch: perl
12857            ! pp_ctl.c
12858 ____________________________________________________________________________
12859 [  6954] By: jhi                                   on 2000/08/31  18:24:17
12860         Log: Move the Solaris 7 scan to use64bitall, make the
12861              failure to find 64-bot sparc libc to mention the
12862              possibility of being in an intel, from Lupe and Alan.
12863      Branch: perl
12864            ! hints/solaris_2.sh
12865 ____________________________________________________________________________
12866 [  6953] By: jhi                                   on 2000/08/31  18:09:20
12867         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
12868              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
12869      Branch: metaconfig
12870            ! U/compline/d_gconvert.U U/threads/archname.U
12871      Branch: metaconfig/U/perl
12872            ! perlxv.U
12873      Branch: perl
12874            ! Configure config_h.SH sv.c
12875 ____________________________________________________________________________
12876 [  6952] By: jhi                                   on 2000/08/31  17:42:24
12877         Log: :: not allowed in pathnames, change to .
12878              
12879              Subject: [PATCH perl@6938] cygwin port
12880              From: "Fifer, Eric" <EFifer@sanwaint.com>
12881              Date: Thu, 31 Aug 2000 16:32:59 +0100
12882              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
12883      Branch: metaconfig/U/perl
12884            ! perlxv.U
12885 ____________________________________________________________________________
12886 [  6951] By: jhi                                   on 2000/08/31  17:02:05
12887         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
12888      Branch: perl
12889            ! perl.h
12890 ____________________________________________________________________________
12891 [  6950] By: jhi                                   on 2000/08/31  16:26:08
12892         Log: More author updates.
12893              
12894              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
12895              From: Simon Cozens <simon@cozens.net>
12896              Date: Thu, 31 Aug 2000 17:13:32 +0100
12897              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
12898      Branch: perl
12899            ! AUTHORS
12900 ____________________________________________________________________________
12901 [  6949] By: jhi                                   on 2000/08/31  16:04:49
12902         Log: POSIX doesn't report long double values under -Duselongdouble
12903              when the long doubles are "real" (bigger than doubles).
12904              
12905              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
12906              From: Spider Boardman <spider@peano.zk3.dec.com>
12907              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
12908              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
12909      Branch: perl
12910            ! ext/POSIX/POSIX.xs
12911 ____________________________________________________________________________
12912 [  6948] By: jhi                                   on 2000/08/31  15:25:10
12913         Log: Update Changes.
12914      Branch: perl
12915            ! Changes patchlevel.h
12916 ____________________________________________________________________________
12917 [  6947] By: jhi                                   on 2000/08/31  15:22:29
12918         Log: Document UNTIE in a very minimalistic way.
12919      Branch: perl
12920            ! pod/perlfunc.pod pod/perltie.pod
12921 ____________________________________________________________________________
12922 [  6946] By: jhi                                   on 2000/08/31  15:15:23
12923         Log: Document known failures.
12924      Branch: perl
12925            ! pod/perldelta.pod
12926 ____________________________________________________________________________
12927 [  6945] By: jhi                                   on 2000/08/31  15:07:00
12928         Log: Don't attach -ld to the archname if pointless.
12929      Branch: metaconfig
12930            ! U/threads/archname.U
12931      Branch: perl
12932            ! Configure config_h.SH
12933 ____________________________________________________________________________
12934 [  6944] By: jhi                                   on 2000/08/31  14:37:42
12935         Log: Wrap the test in eval.
12936              
12937              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
12938              From: Tim Jenness <timj@jach.hawaii.edu>
12939              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
12940              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
12941      Branch: perl
12942            ! t/lib/ftmp-security.t
12943 ____________________________________________________________________________
12944 [  6943] By: jhi                                   on 2000/08/31  14:30:57
12945         Log: Make -Dusemorebits find long doubles in Solaris.
12946      Branch: perl
12947            ! hints/solaris_2.sh
12948 ____________________________________________________________________________
12949 [  6942] By: jhi                                   on 2000/08/31  13:48:45
12950         Log: Clarify the third case of ftmp-security warnings.
12951      Branch: perl
12952            ! INSTALL
12953 ____________________________________________________________________________
12954 [  6941] By: jhi                                   on 2000/08/31  13:40:31
12955         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
12956              From: <abigail@foad.org>
12957              Date: Thu, 31 Aug 2000 01:35:05 -0400
12958              Message-ID: <20000831053505.32120.qmail@foad.org>
12959      Branch: perl
12960            ! pod/perldelta.pod
12961 ____________________________________________________________________________
12962 [  6940] By: jhi                                   on 2000/08/31  13:38:48
12963         Log: Issue useful diagnostic on unknown pod commands.
12964              
12965              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
12966              From: <abigail@foad.org>
12967              Date: Thu, 31 Aug 2000 03:41:18 -0400
12968              Message-ID: <20000831074118.24880.qmail@foad.org>
12969      Branch: perl
12970            ! lib/Pod/Man.pm
12971 ____________________________________________________________________________
12972 [  6939] By: jhi                                   on 2000/08/31  13:34:33
12973         Log: Reveal Borland's isnan.
12974              
12975              Subject: build with BC++ tweak
12976              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12977              Date: Thu, 31 Aug 2000 13:09:37 +0400
12978              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
12979      Branch: perl
12980            ! win32/win32.h
12981 ____________________________________________________________________________
12982 [  6938] By: jhi                                   on 2000/08/31  05:01:20
12983         Log: Update Changes.
12984      Branch: perl
12985            ! Changes patchlevel.h
12986 ____________________________________________________________________________
12987 [  6937] By: jhi                                   on 2000/08/31  04:26:23
12988         Log: sscanf() may be the only way to read long doubles from strings.
12989      Branch: metaconfig/U/perl
12990            ! longdblfio.U
12991      Branch: perl
12992            ! Configure config_h.SH perl.h util.c
12993 ____________________________________________________________________________
12994 [  6936] By: jhi                                   on 2000/08/31  04:18:19
12995         Log: The #6929 was too skimpy.
12996      Branch: perl
12997            ! sv.c
12998 ____________________________________________________________________________
12999 [  6935] By: jhi                                   on 2000/08/31  02:47:07
13000         Log: Subject: Re: typos in pods
13001              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13002              Date: Wed, 30 Aug 2000 19:25:34 -0700
13003              Message-ID: <eIcr5gzkg25X092yn@efn.org>
13004      Branch: perl
13005            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
13006 ____________________________________________________________________________
13007 [  6934] By: jhi                                   on 2000/08/31  02:42:55
13008         Log: Missed one Unicode file.
13009      Branch: perl
13010            + lib/unicode/UCDFF301.html
13011 ____________________________________________________________________________
13012 [  6933] By: jhi                                   on 2000/08/30  23:42:27
13013         Log: Update Changes.
13014      Branch: perl
13015            ! Changes patchlevel.h
13016 ____________________________________________________________________________
13017 [  6932] By: jhi                                   on 2000/08/30  23:40:07
13018         Log: Mention UNTIE in perldelta.  Still needs documenting
13019              in perltie et alia.
13020      Branch: perl
13021            ! pod/perldelta.pod
13022 ____________________________________________________________________________
13023 [  6931] By: jhi                                   on 2000/08/30  23:36:02
13024         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
13025              From: <abigail@foad.org>
13026              Date: Wed, 30 Aug 2000 19:28:07 -0400
13027              Message-ID: <20000830232807.305.qmail@foad.org>
13028      Branch: perl
13029            ! pod/perldelta.pod
13030 ____________________________________________________________________________
13031 [  6930] By: jhi                                   on 2000/08/30  23:32:40
13032         Log: Update to Unicode 3.0.1.
13033      Branch: perl
13034            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
13035            + lib/unicode/PropList.txt lib/unicode/README.perl
13036            + lib/unicode/UCD301.html lib/unicode/Unicode.301
13037            - lib/unicode/Props.txt lib/unicode/UCD300.html
13038            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13039            ! (edit 257 files)
13040 ____________________________________________________________________________
13041 [  6929] By: jhi                                   on 2000/08/30  22:38:18
13042         Log: Heap decorruption.
13043              
13044              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
13045              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13046              Date: Wed, 30 Aug 2000 22:39:52 +0100
13047              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
13048      Branch: perl
13049            ! sv.c
13050 ____________________________________________________________________________
13051 [  6928] By: jhi                                   on 2000/08/30  22:29:34
13052         Log: Retract the dummy test, skip the security tests (instead of failing),
13053              explain what the warnings mean.
13054      Branch: perl
13055            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
13056 ____________________________________________________________________________
13057 [  6927] By: jhi                                   on 2000/08/30  22:14:13
13058         Log: Change the internal implementation of sort() to be mergesort
13059              instead of quicksort, from John Linderman <jpl@research.att.com>.
13060              Gives us better worst case, better average case, and stability.
13061              What's there not to like?  (Small fixes for threaded builds
13062              were required).
13063      Branch: perl
13064            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
13065 ____________________________________________________________________________
13066 [  6926] By: jhi                                   on 2000/08/30  20:55:20
13067         Log: A better fix for the Socket building problem from Craig Berry.
13068      Branch: perl
13069            ! vms/vms.c
13070 ____________________________________________________________________________
13071 [  6925] By: jhi                                   on 2000/08/30  20:20:25
13072         Log: Subject: [PATCH] Re: UNTIE method 
13073              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13074              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
13075              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
13076      Branch: perl
13077            ! pp_sys.c t/op/tie.t
13078 ____________________________________________________________________________
13079 [  6924] By: jhi                                   on 2000/08/30  20:17:11
13080         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
13081              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13082              Date: Wed, 30 Aug 2000 15:03:14 -0500
13083              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
13084      Branch: perl
13085            ! vms/vms.c
13086 ____________________________________________________________________________
13087 [  6923] By: jhi                                   on 2000/08/30  20:15:18
13088         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
13089              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13090              Date: Wed, 30 Aug 2000 13:30:36 -0500
13091              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
13092      Branch: perl
13093            ! vms/vms.c
13094 ____________________________________________________________________________
13095 [  6922] By: jhi                                   on 2000/08/30  19:54:43
13096         Log: Better options for rsync.
13097      Branch: perl
13098            ! pod/perlhack.pod
13099 ____________________________________________________________________________
13100 [  6921] By: jhi                                   on 2000/08/30  19:40:16
13101         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
13102              From: Rick Delaney <rick@consumercontact.com>
13103              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
13104              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
13105      Branch: perl
13106            ! pod/perlfunc.pod
13107 ____________________________________________________________________________
13108 [  6920] By: jhi                                   on 2000/08/30  19:36:40
13109         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
13110              From: Peter Prymmer <pvhp@forte.com>
13111              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
13112              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
13113      Branch: perl
13114            ! configure.com
13115 ____________________________________________________________________________
13116 [  6919] By: jhi                                   on 2000/08/30  14:52:02
13117         Log: Update Changes.
13118      Branch: perl
13119            ! Changes patchlevel.h
13120 ____________________________________________________________________________
13121 [  6918] By: jhi                                   on 2000/08/30  14:48:34
13122         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
13123      Branch: perl
13124            ! lib/ExtUtils/typemap
13125 ____________________________________________________________________________
13126 [  6917] By: jhi                                   on 2000/08/30  14:46:34
13127         Log: Subject: typos in pods
13128              From: Nicholas Clark <nick@ccl4.org>
13129              Date: Wed, 30 Aug 2000 01:12:50 +0100
13130              Message-ID: <20000830011249.A61388@plum.flirble.org>
13131      Branch: perl
13132            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
13133            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
13134            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
13135            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
13136 ____________________________________________________________________________
13137 [  6916] By: jhi                                   on 2000/08/30  14:19:09
13138         Log: Document Storable problems on Crays.  (Will have
13139              to document all the other Storable problems, too.)
13140      Branch: perl
13141            ! pod/perldelta.pod
13142 ____________________________________________________________________________
13143 [  6915] By: jhi                                   on 2000/08/30  14:06:02
13144         Log: Subject: [PATCH] fix misc cast warnings
13145              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13146              Date: Tue, 29 Aug 2000 23:16:14 -0700
13147              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
13148      Branch: perl
13149            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
13150            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
13151            ! os2/os2ish.h
13152 ____________________________________________________________________________
13153 [  6914] By: jhi                                   on 2000/08/30  14:03:45
13154         Log: Timestamp mismatch again.  Need to fix this dependence on
13155              config_h.SH timestamp, since it's the contents of config_h.SH
13156              that matter.
13157      Branch: perl
13158            ! uconfig.h uconfig.sh
13159 ____________________________________________________________________________
13160 [  6913] By: jhi                                   on 2000/08/30  13:54:06
13161         Log: Don't say "Perl 5.0 source kit".
13162      Branch: perl
13163            ! perl.c
13164 ____________________________________________________________________________
13165 [  6912] By: jhi                                   on 2000/08/30  13:51:24
13166         Log: Reset archname and archname64 always, forcing them be
13167              recomputed at each Configure run, make Configure and
13168              the hints files agree on the naming of largefiles variables.
13169      Branch: metaconfig
13170            ! U/threads/archname.U
13171      Branch: metaconfig/U/perl
13172            ! use64bits.U
13173      Branch: perl
13174            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
13175            ! hints/linux.sh hints/solaris_2.sh
13176 ____________________________________________________________________________
13177 [  6911] By: jhi                                   on 2000/08/30  13:30:13
13178         Log: Put back the slice accidentally removed by #6907.
13179      Branch: perl
13180            ! hints/solaris_2.sh
13181 ____________________________________________________________________________
13182 [  6910] By: jhi                                   on 2000/08/30  01:24:26
13183         Log: Be consistent: other Net::get* do export theirs.
13184              
13185              Subject: Re: Net::protoent does not export 'getproto'
13186              From: Yasushi Nakajima <sey@jkc.co.jp>
13187              Date: Wed, 30 Aug 2000 09:53:14 +0900
13188              Message-Id: <200008300051.DAA24700@taku.hut.fi>
13189      Branch: perl
13190            ! lib/Net/protoent.pm
13191 ____________________________________________________________________________
13192 [  6909] By: jhi                                   on 2000/08/30  01:17:25
13193         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
13194              From: Gurusamy Sarathy <gsar@ActiveState.com>
13195              Date: Tue, 29 Aug 2000 17:17:07 -0700
13196              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
13197      Branch: perl
13198            ! cop.h
13199 ____________________________________________________________________________
13200 [  6908] By: jhi                                   on 2000/08/30  00:58:05
13201         Log: Update Changes.
13202      Branch: perl
13203            ! Changes patchlevel.h
13204 ____________________________________________________________________________
13205 [  6907] By: jhi                                   on 2000/08/30  00:57:22
13206         Log: Introduce ccname to keep track of what compiler kind of we have.
13207      Branch: metaconfig/U/perl
13208            ! Checkcc.U gccvers.U
13209      Branch: perl
13210            ! Configure config_h.SH hints/solaris_2.sh
13211 ____________________________________________________________________________
13212 [  6906] By: jhi                                   on 2000/08/30  00:25:47
13213         Log: Put back the flags dump as reasoned in
13214              
13215              Subject: Re: [PATCH] Glob dumping
13216              From: Mike Guy <mjtg@cam.ac.uk> 
13217              Date: Tue, 29 Aug 2000 21:41:32 +0100
13218              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
13219      Branch: perl
13220            ! dump.c t/lib/peek.t
13221 ____________________________________________________________________________
13222 [  6905] By: jhi                                   on 2000/08/30  00:16:17
13223         Log: Make the epsilon to be relative, not absolute.
13224              
13225              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
13226              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
13227              Date: Tue, 29 Aug 2000 19:58:56 -0400
13228              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
13229      Branch: perl
13230            ! t/lib/trig.t
13231 ____________________________________________________________________________
13232 [  6904] By: jhi                                   on 2000/08/30  00:13:09
13233         Log: From now on, Gisle is on my list of usual suspects :-)
13234              Retract #6902.
13235      Branch: perl
13236            ! ext/Opcode/Safe.pm
13237 ____________________________________________________________________________
13238 [  6903] By: jhi                                   on 2000/08/29  23:51:20
13239         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
13240              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13241              Date: Tue, 29 Aug 2000 18:43:26 -0500
13242              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
13243      Branch: perl
13244            + vms/vmspipe.com
13245            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
13246            ! vms/vms.c
13247 ____________________________________________________________________________
13248 [  6902] By: jhi                                   on 2000/08/29  23:44:14
13249         Log: Retry what #6882 attempted.
13250              
13251              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
13252              From: Gisle Aas <gisle@ActiveState.com>
13253              Date: 30 Aug 2000 00:33:09 +0200
13254              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
13255      Branch: perl
13256            ! ext/Opcode/Safe.pm
13257 ____________________________________________________________________________
13258 [  6901] By: jhi                                   on 2000/08/29  22:59:32
13259         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
13260              From: Hugo <hv@crypt.compulink.co.uk>
13261              Date: Mon, 12 Jun 2000 19:36:08 +0100
13262              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
13263      Branch: perl
13264            ! sv.c
13265 ____________________________________________________________________________
13266 [  6900] By: jhi                                   on 2000/08/29  22:58:35
13267         Log: Admit that we are leaking scalars.
13268              
13269              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
13270              From: Spider Boardman <spider@leggy.zk3.dec.com>
13271              Date: Tue, 29 Aug 2000 18:48:29 -0400
13272              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
13273      Branch: perl
13274            ! t/pragma/warnings.t
13275 ____________________________________________________________________________
13276 [  6899] By: jhi                                   on 2000/08/29  20:53:13
13277         Log: Update Changes.
13278      Branch: perl
13279            ! Changes patchlevel.h
13280 ____________________________________________________________________________
13281 [  6898] By: jhi                                   on 2000/08/29  20:46:21
13282         Log: Undo namespace pollution of #6878.
13283              
13284              Subject: Re: Net::protoent does not export 'getproto'
13285              From: Mike Guy <mjtg@cam.ac.uk>
13286              Date: Tue, 29 Aug 2000 21:32:37 +0100
13287              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
13288      Branch: perl
13289            ! lib/Net/protoent.pm
13290 ____________________________________________________________________________
13291 [  6897] By: jhi                                   on 2000/08/29  20:44:29
13292         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
13293              From: Peter Prymmer <pvhp@forte.com>
13294              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
13295              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
13296      Branch: perl
13297            ! pod/perlebcdic.pod
13298 ____________________________________________________________________________
13299 [  6896] By: jhi                                   on 2000/08/29  20:40:57
13300         Log: There's no point repeating the 'revision' (5) of perl5.
13301      Branch: metaconfig/U/perl
13302            ! Devel.U patchlevel.U
13303      Branch: perl
13304            ! Configure config_h.SH
13305 ____________________________________________________________________________
13306 [  6895] By: jhi                                   on 2000/08/29  20:16:58
13307         Log: Regen Configure for #6894.
13308      Branch: metaconfig/U/perl
13309            ! perladmin.U
13310      Branch: perl
13311            ! Configure config_h.SH
13312 ____________________________________________________________________________
13313 [  6894] By: jhi                                   on 2000/08/29  19:59:52
13314         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
13315              From: "Philip Newton" <Philip.Newton@gmx.net>
13316              Date: Tue, 29 Aug 2000 21:39:14 +0200
13317              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
13318      Branch: perl
13319            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
13320            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
13321            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
13322            ! utils/perlbug.PL
13323 ____________________________________________________________________________
13324 [  6893] By: jhi                                   on 2000/08/29  19:55:30
13325         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
13326              From: "Philip Newton" <Philip.Newton@gmx.net>
13327              Date: Tue, 29 Aug 2000 21:39:14 +0200
13328              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
13329      Branch: perl
13330            ! installhtml
13331 ____________________________________________________________________________
13332 [  6892] By: jhi                                   on 2000/08/29  19:53:59
13333         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
13334              From: "Philip Newton" <Philip.Newton@gmx.net>
13335              Date: Tue, 29 Aug 2000 21:48:18 +0200
13336              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
13337      Branch: perl
13338            ! lib/File/Temp.pm
13339 ____________________________________________________________________________
13340 [  6891] By: jhi                                   on 2000/08/29  18:30:03
13341         Log: Nail the ID 20000828.023.
13342      Branch: perl
13343            ! ext/Storable/Storable.xs
13344 ____________________________________________________________________________
13345 [  6890] By: jhi                                   on 2000/08/29  16:50:17
13346         Log: Under usethreads the dumped variable is IN_PAD.
13347              
13348              Subject: Re: [PATCH] Glob dumping
13349              From: Gisle Aas <gisle@ActiveState.com>
13350              Date: 29 Aug 2000 18:45:05 +0200
13351              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
13352      Branch: perl
13353            ! t/lib/peek.t
13354 ____________________________________________________________________________
13355 [  6889] By: jhi                                   on 2000/08/29  15:17:37
13356         Log: Update Changes.
13357      Branch: perl
13358            ! Changes patchlevel.h
13359 ____________________________________________________________________________
13360 [  6888] By: jhi                                   on 2000/08/29  14:49:59
13361         Log: Retract #6882, broke the safe tests.
13362      Branch: perl
13363            ! ext/Opcode/Safe.pm
13364 ____________________________________________________________________________
13365 [  6887] By: jhi                                   on 2000/08/29  14:47:06
13366         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
13367              From: Gisle Aas <gisle@ActiveState.com> 
13368              Date: 09 Jun 2000 20:00:11 +0200
13369              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
13370      Branch: perl
13371            ! utils/perldoc.PL
13372 ____________________________________________________________________________
13373 [  6886] By: jhi                                   on 2000/08/29  14:42:45
13374         Log: The #6881 removed one dump line.
13375      Branch: perl
13376            ! t/lib/peek.t
13377 ____________________________________________________________________________
13378 [  6885] By: jhi                                   on 2000/08/29  14:30:47
13379         Log: Don't forget to tidy up.
13380      Branch: perl
13381            ! t/lib/ftmp-security.t
13382 ____________________________________________________________________________
13383 [  6884] By: jhi                                   on 2000/08/29  14:25:17
13384         Log: Disabling the one test is a bit tricky.
13385      Branch: perl
13386            ! t/lib/ftmp-security.t
13387 ____________________________________________________________________________
13388 [  6883] By: jhi                                   on 2000/08/29  14:16:25
13389         Log: Disable one of the tests for now.
13390      Branch: perl
13391            ! t/lib/ftmp-security.t
13392 ____________________________________________________________________________
13393 [  6882] By: jhi                                   on 2000/08/29  14:05:50
13394         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
13395              From: gisle@aas.no
13396              Date: 29 Aug 2000 10:35:06 -0000
13397              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
13398      Branch: perl
13399            ! ext/Opcode/Safe.pm
13400 ____________________________________________________________________________
13401 [  6881] By: jhi                                   on 2000/08/29  14:03:51
13402         Log: Subject: [PATCH] Glob dumping
13403              From: Gisle Aas <gisle@ActiveState.com>
13404              Date: 29 Aug 2000 07:59:42 -0000
13405              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
13406      Branch: perl
13407            ! dump.c
13408 ____________________________________________________________________________
13409 [  6880] By: jhi                                   on 2000/08/29  14:02:01
13410         Log: Subject: [PATCH] Warnings in B::Deparse
13411              From: <abigail@foad.org>
13412              Date: Tue, 29 Aug 2000 00:00:01 -0400
13413              Message-ID: <20000829040001.2999.qmail@foad.org>
13414      Branch: perl
13415            ! ext/B/B/Deparse.pm
13416 ____________________________________________________________________________
13417 [  6879] By: jhi                                   on 2000/08/29  13:57:26
13418         Log: Missed a change in #6869.
13419      Branch: perl
13420            ! mg.c
13421 ____________________________________________________________________________
13422 [  6878] By: jhi                                   on 2000/08/29  13:45:04
13423         Log: Subject: Net::protoent does not export 'getproto'
13424              From: Yasushi Nakajima <sey@jkc.co.jp>
13425              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
13426      Branch: perl
13427            ! lib/Net/protoent.pm
13428 ____________________________________________________________________________
13429 [  6877] By: jhi                                   on 2000/08/29  13:39:19
13430         Log: Patches all over for people and the files they (hopefully) care about.
13431      Branch: perl
13432            ! AUTHORS Changes MAINTAIN
13433 ____________________________________________________________________________
13434 [  6876] By: jhi                                   on 2000/08/29  12:53:54
13435         Log: Fix for thinko in #6848.
13436              
13437              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
13438              From: Lupe Christoph <lupe@lupe-christoph.de>
13439              Date: Tue, 29 Aug 2000 09:04:08 +0200
13440              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
13441      Branch: perl
13442            ! ext/Thread/Thread.xs
13443 ____________________________________________________________________________
13444 [  6875] By: jhi                                   on 2000/08/29  12:50:14
13445         Log: Update to Getopt::Long 2.24, from Johan Vromans.
13446      Branch: perl
13447            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
13448 ____________________________________________________________________________
13449 [  6874] By: jhi                                   on 2000/08/29  02:09:53
13450         Log: Use minimal @INC in tests, most of the time just '../lib',
13451              so that we simply can't pick up stuff from other Perls than
13452              the one we are testing.  Pointed out by
13453              
13454              From: Mike Guy <mjtg@cam.ac.uk>
13455              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
13456              Date: Fri, 25 Aug 2000 15:15:59 +0100
13457              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
13458      Branch: perl
13459            ! (edit 185 files)
13460 ____________________________________________________________________________
13461 [  6873] By: jhi                                   on 2000/08/29  01:07:11
13462         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
13463              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13464              Date: Mon, 28 Aug 2000 17:45:52 -0700
13465              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
13466      Branch: perl
13467            ! Makefile.SH hints/os2.sh
13468 ____________________________________________________________________________
13469 [  6872] By: jhi                                   on 2000/08/28  23:33:39
13470         Log: Subject: [PATCH bleedperl@6866] spellings
13471              From: marcel@codewerk.com (Marcel Grunauer)
13472              Date: Tue, 29 Aug 2000 01:19:59 +0200
13473              Message-Id: <200008282319.BAA29862@gandalf.local>
13474      Branch: perl
13475            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
13476            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
13477            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
13478 ____________________________________________________________________________
13479 [  6871] By: jhi                                   on 2000/08/28  23:22:09
13480         Log: Take out the SUIDMAIL thing, that will not be
13481              a problem in 5.7.*.
13482      Branch: perl
13483            ! patchlevel.h
13484 ____________________________________________________________________________
13485 [  6870] By: jhi                                   on 2000/08/28  23:19:30
13486         Log: -S is the silent flag, -s is the strip flag.
13487              
13488              Subject: [PATCH] Re: [PATCH] make no-install          
13489              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13490              Date: Mon, 28 Aug 2000 15:12:55 -0700
13491              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
13492      Branch: perl
13493            ! Makefile.SH
13494 ____________________________________________________________________________
13495 [  6869] By: jhi                                   on 2000/08/28  23:12:05
13496         Log: Subject: [PATCH bleedperl@6856] warnings fixes
13497              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13498              Date: Mon, 28 Aug 2000 23:55:06 +0100
13499              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
13500      Branch: perl
13501            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
13502            ! warnings.h warnings.pl
13503 ____________________________________________________________________________
13504 [  6868] By: jhi                                   on 2000/08/28  21:38:22
13505         Log: Potential cruft.
13506      Branch: perl
13507            ! Makefile.SH
13508 ____________________________________________________________________________
13509 [  6867] By: jhi                                   on 2000/08/28  21:35:36
13510         Log: Update Changes.
13511      Branch: perl
13512            ! Changes patchlevel.h
13513 ____________________________________________________________________________
13514 [  6866] By: jhi                                   on 2000/08/28  21:33:49
13515         Log: Subject: hv.h Doc Patch
13516              From: Fisher Mark <fisherm@tce.com>
13517              Date: Mon, 28 Aug 2000 16:24:59 -0500
13518              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
13519      Branch: perl
13520            ! hv.h
13521 ____________________________________________________________________________
13522 [  6865] By: jhi                                   on 2000/08/28  21:02:15
13523         Log: Add -ld to archname on long tr...double platforms.
13524      Branch: metaconfig
13525            ! U/threads/archname.U
13526      Branch: perl
13527            ! Configure config_h.SH
13528 ____________________________________________________________________________
13529 [  6864] By: jhi                                   on 2000/08/28  20:38:59
13530         Log: An attempt to fix the problem reported in
13531              
13532              Subject: Building perl@6856 using gcc/AIX 4.3.3 
13533              From: Daniel Muino <dmuino@afip.gov.ar> 
13534              Date: Mon, 28 Aug 2000 15:50:01 -0300   
13535              Message-ID: <20000828155001.A14403@con2-dgi>
13536              
13537              I can't test this properly since the gcc installation I have
13538              access to seems to be botched (gcc is calling the AIX cpp,
13539              a losing proposition...)
13540      Branch: perl
13541            ! hints/aix.sh
13542 ____________________________________________________________________________
13543 [  6863] By: jhi                                   on 2000/08/28  18:57:52
13544         Log: Fix for ID 20000828.001, long doubles were not formatted
13545              correctly (showed up in $], which stopped installing perl).
13546      Branch: perl
13547            ! sv.c
13548 ____________________________________________________________________________
13549 [  6862] By: jhi                                   on 2000/08/28  18:07:15
13550         Log: Typo in #6858.
13551      Branch: perl
13552            ! lib/Cwd.pm
13553 ____________________________________________________________________________
13554 [  6861] By: jhi                                   on 2000/08/28  17:57:27
13555         Log: opmini.o may be left around if a build is interrupted.
13556      Branch: perl
13557            ! Makefile.SH
13558 ____________________________________________________________________________
13559 [  6860] By: jhi                                   on 2000/08/28  16:52:50
13560         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
13561              From: Daniel Chetlin <daniel@chetlin.com>
13562              Date: Mon, 28 Aug 2000 01:14:18 -0700
13563              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
13564      Branch: perl
13565            ! lib/overload.pm
13566 ____________________________________________________________________________
13567 [  6859] By: jhi                                   on 2000/08/28  16:08:46
13568         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
13569              From: Nicholas Clark <nick@ccl4.org>
13570              Date: Mon, 28 Aug 2000 16:03:27 +0100
13571              Message-Id: <20000828160327.C49785@plum.flirble.org>
13572      Branch: perl
13573            ! ext/ByteLoader/bytecode.h
13574 ____________________________________________________________________________
13575 [  6858] By: jhi                                   on 2000/08/28  16:02:10
13576         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
13577              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
13578              Date: Mon, 28 Aug 2000 13:08:30 +0200
13579              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
13580      Branch: perl
13581            ! lib/Cwd.pm
13582 ____________________________________________________________________________
13583 [  6857] By: jhi                                   on 2000/08/28  15:42:47
13584         Log: display_format used as a class method without arguments was broken,
13585              reported in
13586              
13587              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
13588              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
13589              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
13590              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
13591      Branch: perl
13592            ! lib/Math/Complex.pm t/lib/complex.t
13593 ____________________________________________________________________________
13594 [  6856] By: jhi                                   on 2000/08/27  22:09:48
13595         Log: Update Changes.
13596      Branch: perl
13597            ! Changes patchlevel.h
13598 ____________________________________________________________________________
13599 [  6855] By: jhi                                   on 2000/08/27  21:59:21
13600         Log: Retract #6853 (false alarm).
13601      Branch: perl
13602            ! lib/ExtUtils/xsubpp
13603 ____________________________________________________________________________
13604 [  6854] By: jhi                                   on 2000/08/27  21:37:44
13605         Log: Update Changes.
13606      Branch: perl
13607            ! Changes patchlevel.h
13608 ____________________________________________________________________________
13609 [  6853] By: jhi                                   on 2000/08/27  21:37:16
13610         Log: Subject: [PATCH perl@6850] workaround for xsubpp
13611              From: Hugo <hv@crypt.compulink.co.uk>
13612              Date: Sun, 27 Aug 2000 22:30:25 +0100
13613              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
13614      Branch: perl
13615            ! lib/ExtUtils/xsubpp
13616 ____________________________________________________________________________
13617 [  6852] By: jhi                                   on 2000/08/27  21:33:58
13618         Log: Big-endian 64-bit patch from Raphael Manfredi.
13619      Branch: perl
13620            ! ext/Storable/Storable.xs
13621 ____________________________________________________________________________
13622 [  6851] By: jhi                                   on 2000/08/27  21:22:21
13623         Log: More ruthless editing from Hugo van der Sanden.
13624      Branch: perl
13625            ! pod/perldelta.pod
13626 ____________________________________________________________________________
13627 [  6850] By: jhi                                   on 2000/08/27  16:11:46
13628         Log: Update Changes.
13629      Branch: perl
13630            ! Changes patchlevel.h
13631 ____________________________________________________________________________
13632 [  6849] By: jhi                                   on 2000/08/27  16:11:05
13633         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
13634      Branch: perl
13635            ! configpm pod/perldelta.pod
13636 ____________________________________________________________________________
13637 [  6848] By: jhi                                   on 2000/08/27  15:35:08
13638         Log: Use the actual thread type, not the pointer-to-struct.
13639      Branch: perl
13640            ! ext/Thread/Thread.xs
13641 ____________________________________________________________________________
13642 [  6847] By: jhi                                   on 2000/08/27  15:30:49
13643         Log: Test nit.
13644      Branch: perl
13645            ! t/pragma/warn/pp_sys
13646 ____________________________________________________________________________
13647 [  6846] By: jhi                                   on 2000/08/27  15:19:02
13648         Log: Passing -R in ldflags makes now it to appear in the default
13649              for lddlflags, just like with -L.
13650              
13651              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
13652              From: Lupe Christoph <lupe@lupe-christoph.de>
13653              Date: Sun, 27 Aug 2000 10:28:21 +0200
13654              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
13655      Branch: metaconfig/U/perl
13656            ! dlsrc.U
13657      Branch: perl
13658            ! Configure
13659 ____________________________________________________________________________
13660 [  6845] By: jhi                                   on 2000/08/27  15:08:54
13661         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
13662              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13663              Date: Sat, 26 Aug 2000 22:23:27 +0100
13664              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
13665      Branch: perl
13666            ! lib/ExtUtils/MM_Unix.pm
13667 ____________________________________________________________________________
13668 [  6844] By: jhi                                   on 2000/08/27  15:02:37
13669         Log: DJGPP update from Laszlo Molnar.
13670              
13671              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
13672              From: ml1050 <ml1050@freemail.hu>
13673              Date: Sat, 26 Aug 2000 23:24:40 +0200
13674              Message-Id: <20000826232440.A439@freemail.hu>
13675      Branch: perl
13676            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
13677            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
13678 ____________________________________________________________________________
13679 [  6843] By: jhi                                   on 2000/08/27  14:53:58
13680         Log: Subject: installman buglet
13681              From: Lupe Christoph <lupe@lupe-christoph.de>
13682              Date: Sun, 27 Aug 2000 14:38:59 +0200
13683              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
13684      Branch: perl
13685            ! installman
13686 ____________________________________________________________________________
13687 [  6842] By: jhi                                   on 2000/08/27  14:52:08
13688         Log: Can't get the test to reliably work thanks to the
13689              inaccurateness of floating point.  "Resolves" bug ids
13690              20000826.003, 20000826.009, 20000826.010,
13691      Branch: perl
13692            ! t/lib/trig.t
13693 ____________________________________________________________________________
13694 [  6841] By: jhi                                   on 2000/08/26  15:53:58
13695         Log: Update Changes.
13696      Branch: perl
13697            ! Changes patchlevel.h
13698 ____________________________________________________________________________
13699 [  6840] By: jhi                                   on 2000/08/26  14:23:03
13700         Log: grep -e isn't portable.
13701              
13702              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
13703              From: chris@broadband.att.com
13704              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
13705              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
13706      Branch: perl
13707            ! hints/solaris_2.sh
13708 ____________________________________________________________________________
13709 [  6839] By: jhi                                   on 2000/08/26  14:12:23
13710         Log: no-install target a la make -n.
13711              
13712              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
13713              From: <abigail@foad.org>
13714              Date: Sat, 26 Aug 2000 03:57:34 -0400
13715              Message-ID: <20000826075735.18912.qmail@foad.org>
13716      Branch: perl
13717            ! Makefile.SH installman installperl
13718 ____________________________________________________________________________
13719 [  6838] By: jhi                                   on 2000/08/26  14:06:33
13720         Log: Retract #6826 as the #6828 should be do the same
13721              in a More Correct Way.
13722      Branch: perl
13723            ! installperl
13724 ____________________________________________________________________________
13725 [  6837] By: jhi                                   on 2000/08/26  05:24:00
13726         Log: More casting.
13727      Branch: perl
13728            ! ext/Storable/Storable.xs
13729 ____________________________________________________________________________
13730 [  6836] By: jhi                                   on 2000/08/26  05:05:46
13731         Log: Nicer in decimal.
13732      Branch: perl
13733            ! ext/Storable/Storable.xs
13734 ____________________________________________________________________________
13735 [  6835] By: jhi                                   on 2000/08/26  05:03:50
13736         Log: There be no UVdf.
13737      Branch: perl
13738            ! ext/Storable/Storable.xs
13739 ____________________________________________________________________________
13740 [  6834] By: jhi                                   on 2000/08/26  05:00:18
13741         Log: Continue IVdfing and UVxfing.
13742      Branch: perl
13743            ! ext/Storable/Storable.xs
13744 ____________________________________________________________________________
13745 [  6833] By: jhi                                   on 2000/08/26  04:53:14
13746         Log: Use IVdf.
13747      Branch: perl
13748            ! ext/Storable/Storable.xs
13749 ____________________________________________________________________________
13750 [  6832] By: jhi                                   on 2000/08/26  04:40:41
13751         Log: Document PTR2XX and INT2PTR.
13752      Branch: perl
13753            ! pod/perlguts.pod
13754 ____________________________________________________________________________
13755 [  6831] By: jhi                                   on 2000/08/26  04:33:18
13756         Log: Use UVxf, PTR2UV, NVff.
13757      Branch: perl
13758            ! ext/Storable/Storable.xs
13759 ____________________________________________________________________________
13760 [  6830] By: jhi                                   on 2000/08/26  04:31:32
13761         Log: Update the test count.
13762      Branch: perl
13763            ! t/lib/trig.t
13764 ____________________________________________________________________________
13765 [  6829] By: jhi                                   on 2000/08/26  03:05:50
13766         Log: Subject: [PATCH] installation not quite silent yet.
13767              From: <abigail@foad.org>
13768              Date: Fri, 25 Aug 2000 20:07:53 -0400
13769              Message-ID: <20000826000753.7822.qmail@foad.org>
13770      Branch: perl
13771            ! installman installperl
13772 ____________________________________________________________________________
13773 [  6828] By: jhi                                   on 2000/08/26  03:05:14
13774         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
13775              From: Spider Boardman <spider@web.zk3.dec.com>
13776              Date: Fri, 25 Aug 2000 19:12:40 -0400
13777              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
13778      Branch: perl
13779            ! gv.c
13780 ____________________________________________________________________________
13781 [  6827] By: jhi                                   on 2000/08/25  23:54:34
13782         Log: Support preserving extremely big/small angles.
13783      Branch: perl
13784            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
13785 ____________________________________________________________________________
13786 [  6826] By: jhi                                   on 2000/08/25  23:01:20
13787         Log: Patch installperl to be long double-aware.
13788              
13789              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
13790              From: Spider Boardman <spider@web.zk3.dec.com>
13791              Date: Fri, 25 Aug 2000 18:15:23 -0400
13792              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
13793      Branch: perl
13794            ! installperl
13795 ____________________________________________________________________________
13796 [  6825] By: jhi                                   on 2000/08/25  22:58:25
13797         Log: Remove duplicately applied patch shards.
13798              
13799              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
13800              From: Spider Boardman <spider@leggy.zk3.dec.com>
13801              Date: Fri, 25 Aug 2000 16:45:03 -0400
13802              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
13803      Branch: perl
13804            ! t/lib/cgi-html.t
13805 ____________________________________________________________________________
13806 [  6824] By: jhi                                   on 2000/08/25  22:57:00
13807         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
13808              From: Daniel Chetlin <daniel@chetlin.com>
13809              Date: Fri, 25 Aug 2000 12:23:16 -0700
13810              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
13811              
13812              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
13813              From: Daniel Chetlin <daniel@chetlin.com>
13814              Date: Fri, 25 Aug 2000 14:47:19 -0700
13815              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
13816      Branch: perl
13817            ! installman
13818 ____________________________________________________________________________
13819 [  6823] By: jhi                                   on 2000/08/25  22:44:17
13820         Log: Timestamp problem?
13821      Branch: perl
13822            ! uconfig.h uconfig.sh
13823 ____________________________________________________________________________
13824 [  6822] By: jhi                                   on 2000/08/25  19:01:06
13825         Log: One forgotten file from #6816.
13826      Branch: perl
13827            ! vos/config.h
13828 ____________________________________________________________________________
13829 [  6821] By: jhi                                   on 2000/08/25  18:56:39
13830         Log: Regen Changes.
13831      Branch: perl
13832            ! Changes patchlevel.h
13833 ____________________________________________________________________________
13834 [  6820] By: jhi                                   on 2000/08/25  18:52:35
13835         Log: Fix Changes ordering.
13836      Branch: perl
13837            ! Changes
13838 ____________________________________________________________________________
13839 [  6819] By: jhi                                   on 2000/08/25  18:50:25
13840         Log: Update Changes.
13841      Branch: perl
13842            ! Changes patchlevel.h
13843 ____________________________________________________________________________
13844 [  6818] By: jhi                                   on 2000/08/25  18:47:45
13845         Log: Tweak the sfio/useperlio logic, hopefully as wished in
13846              
13847              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
13848              From: Nicholas Clark <nick@babyhippo.co.uk>
13849              Date: Fri, 25 Aug 2000 12:01:45 +0100
13850              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
13851      Branch: metaconfig/U/perl
13852            ! d_sfio.U
13853      Branch: perl
13854            ! Configure
13855 ____________________________________________________________________________
13856 [  6817] By: jhi                                   on 2000/08/25  18:32:51
13857         Log: Allow microperl to assume <math.h>, without it the math
13858              functions like floor() are assumed to return int, which makes
13859              for core dumps in machines where integer and floating register
13860              don't mix.
13861      Branch: perl
13862            ! uconfig.h uconfig.sh
13863 ____________________________________________________________________________
13864 [  6816] By: jhi                                   on 2000/08/25  18:27:17
13865         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
13866              the problem reported in
13867              
13868              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
13869              From: danhale@us.ibm.com
13870              Date: Fri, 25 Aug 2000 10:58:06 -0400
13871              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
13872      Branch: metaconfig/U/perl
13873            + d_socks5_init.U
13874      Branch: perl
13875            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
13876            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
13877            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
13878            ! win32/config.gc win32/config.vc
13879 ____________________________________________________________________________
13880 [  6815] By: jhi                                   on 2000/08/25  17:43:31
13881         Log: A solution for the retrieve_fd autosplit warning,
13882              idea suggested by Mike Guy.
13883      Branch: perl
13884            ! ext/Storable/Storable.pm
13885 ____________________________________________________________________________
13886 [  6814] By: jhi                                   on 2000/08/25  17:16:03
13887         Log: Add install-silent target.
13888      Branch: perl
13889            ! Makefile.SH
13890 ____________________________________________________________________________
13891 [  6813] By: jhi                                   on 2000/08/25  17:14:23
13892         Log: Subject: Re: [PATCH] More silencing of installman.
13893              From: <abigail@foad.org>
13894              Date: Thu, 24 Aug 2000 19:27:03 -0400
13895              Message-ID: <20000824232703.7001.qmail@foad.org>
13896              
13897              Subject: Re: [PATCH] More silencing of installman.
13898              From: <abigail@foad.org>
13899              Date: Fri, 25 Aug 2000 03:00:58 -0400
13900              Message-ID: <20000825070058.10697.qmail@foad.org>
13901      Branch: perl
13902            ! installman
13903 ____________________________________________________________________________
13904 [  6812] By: jhi                                   on 2000/08/25  17:11:28
13905         Log: installperl --verbose and --silent.
13906              
13907              Subject: Re: [PATCH] More silencing of installman.
13908              From: <abigail@foad.org>
13909              Message-ID: <20000825064430.9719.qmail@foad.org>
13910              Date: Fri, 25 Aug 2000 02:44:30 -0400
13911      Branch: perl
13912            ! installperl
13913 ____________________________________________________________________________
13914 [  6811] By: jhi                                   on 2000/08/25  17:05:43
13915         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
13916              From: "Peter J. Farley III" <pjfarley@banet.net>
13917              Date: Thu, 24 Aug 2000 21:58:03 -0400
13918              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
13919              
13920              (applied slightly modified)
13921      Branch: perl
13922            ! lib/ExtUtils/MM_Unix.pm
13923 ____________________________________________________________________________
13924 [  6810] By: jhi                                   on 2000/08/25  17:01:18
13925         Log: Missing parts of 
13926              
13927              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
13928              From: Peter Prymmer <pvhp@forte.com>
13929              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
13930              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
13931      Branch: perl
13932            ! t/lib/cgi-html.t
13933 ____________________________________________________________________________
13934 [  6809] By: jhi                                   on 2000/08/25  16:46:32
13935         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
13936              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13937              Date: Thu, 24 Aug 2000 19:13:11 -0500
13938              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
13939      Branch: perl
13940            ! vms/vms.c
13941 ____________________________________________________________________________
13942 [  6808] By: jhi                                   on 2000/08/25  16:39:22
13943         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
13944              From: Peter Prymmer <pvhp@forte.com>
13945              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
13946              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
13947      Branch: perl
13948            ! configure.com
13949 ____________________________________________________________________________
13950 [  6807] By: jhi                                   on 2000/08/25  16:36:37
13951         Log: Better wording for the vec lvalue diagnostic.
13952              
13953              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13954              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13955              Date: Wed, 23 Aug 2000 14:12:16 -0400
13956              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
13957      Branch: perl
13958            ! pod/perldiag.pod
13959 ____________________________________________________________________________
13960 [  6806] By: jhi                                   on 2000/08/24  18:17:22
13961         Log: Subject: [PATCH] More silencing of installman.
13962              From: <abigail@foad.org>
13963              Date: Thu, 24 Aug 2000 14:01:44 -0400
13964              Message-ID: <20000824180144.20062.qmail@foad.org>
13965      Branch: perl
13966            ! installman
13967 ____________________________________________________________________________
13968 [  6805] By: jhi                                   on 2000/08/24  15:00:31
13969         Log: Update Changes.
13970      Branch: perl
13971            ! Changes patchlevel.h
13972 ____________________________________________________________________________
13973 [  6804] By: jhi                                   on 2000/08/24  14:59:07
13974         Log: Regen perltoc.
13975      Branch: perl
13976            ! pod/perltoc.pod
13977 ____________________________________________________________________________
13978 [  6803] By: jhi                                   on 2000/08/24  14:44:39
13979         Log: Show the doc file, not the temp file.
13980      Branch: perl
13981            ! installman
13982 ____________________________________________________________________________
13983 [  6802] By: jhi                                   on 2000/08/24  14:41:53
13984         Log: Continue silencing.
13985      Branch: perl
13986            ! installman
13987 ____________________________________________________________________________
13988 [  6801] By: jhi                                   on 2000/08/24  14:34:40
13989         Log: Actually do something with the silencer option.
13990      Branch: perl
13991            ! installman
13992 ____________________________________________________________________________
13993 [  6800] By: jhi                                   on 2000/08/24  14:26:22
13994         Log: Make installman to recognize the silence flag -S.
13995      Branch: perl
13996            ! installman
13997 ____________________________________________________________________________
13998 [  6799] By: jhi                                   on 2000/08/24  13:49:38
13999         Log: DOS patches and portability/porting notes, from Tim Jenness.
14000      Branch: perl
14001            ! lib/File/Temp.pm
14002 ____________________________________________________________________________
14003 [  6798] By: jhi                                   on 2000/08/24  13:48:27
14004         Log: Create directories in silence.
14005              
14006              Subject: [PATCH] Another silencer for MakeMaker
14007              From: andreas.koenig@anima.de (Andreas J. Koenig)
14008              Date: 24 Aug 2000 14:18:52 +0200
14009              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
14010      Branch: perl
14011            ! lib/ExtUtils/Command.pm
14012 ____________________________________________________________________________
14013 [  6797] By: jhi                                   on 2000/08/24  13:46:42
14014         Log: More liberal parsing of version numbers.
14015              
14016              Subject: Re: CPAN.pm beta for testing available
14017              From: andreas.koenig@anima.de (Andreas J. Koenig)
14018              Date: 24 Aug 2000 13:51:57 +0200
14019              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
14020      Branch: perl
14021            ! lib/CPAN.pm
14022 ____________________________________________________________________________
14023 [  6796] By: jhi                                   on 2000/08/24  13:44:36
14024         Log: Make "make install" by default silent.  A new "install-verbose"
14025              target is verbose.
14026      Branch: perl
14027            ! Makefile.SH
14028 ____________________________________________________________________________
14029 [  6795] By: jhi                                   on 2000/08/24  13:39:14
14030         Log: Add silencer flags to installperl.
14031              
14032              Subject: [PATCH] Making installperl silent.
14033              From: <abigail@foad.org>
14034              Date: Thu, 24 Aug 2000 05:01:45 -0400
14035              Message-ID: <20000824090145.13141.qmail@foad.org>
14036      Branch: perl
14037            ! installperl
14038 ____________________________________________________________________________
14039 [  6794] By: jhi                                   on 2000/08/24  13:35:50
14040         Log: installperl couldn't tell whether it had run tests or not.
14041              
14042              Subject: [PATCH] Re: installperl and t/TEST
14043              From: <abigail@foad.org>
14044              Date: Thu, 24 Aug 2000 04:00:53 -0400
14045              Message-ID: <20000824080053.2494.qmail@foad.org>
14046      Branch: perl
14047            ! Makefile.SH installperl
14048 ____________________________________________________________________________
14049 [  6793] By: jhi                                   on 2000/08/24  13:27:50
14050         Log: Drop the separate perlbc, perlcc -b should be enough.
14051      Branch: perl
14052            - utils/perlbc.PL
14053            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
14054 ____________________________________________________________________________
14055 [  6792] By: jhi                                   on 2000/08/24  04:41:30
14056         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
14057              plus the typo fix from Peter Prymmer.
14058      Branch: perl
14059            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14060            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14061 ____________________________________________________________________________
14062 [  6791] By: jhi                                   on 2000/08/24  02:10:43
14063         Log: Replace #6705 with a minimal doc patch.
14064              
14065              Subject: [PATCH 5.6.0] replace change #6705
14066              From: Jan Dubois <jand@ActiveState.com>
14067              Date: Wed, 23 Aug 2000 18:31:51 -0700
14068              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
14069      Branch: perl
14070            ! lib/Win32.pod win32/win32.c
14071 ____________________________________________________________________________
14072 [  6790] By: jhi                                   on 2000/08/23  17:52:00
14073         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14074              From: Mike Guy <mjtg@cam.ac.uk>
14075              Date: Wed, 23 Aug 2000 18:38:46 +0100
14076              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
14077      Branch: perl
14078            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
14079 ____________________________________________________________________________
14080 [  6789] By: jhi                                   on 2000/08/23  15:34:21
14081         Log: Update Changes.
14082      Branch: perl
14083            ! Changes patchlevel.h
14084 ____________________________________________________________________________
14085 [  6788] By: jhi                                   on 2000/08/23  15:33:40
14086         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14087              From: Wilfredo Sánchez <wsanchez@apple.com>
14088              Date: Tue, 22 Aug 2000 19:31:27 -0700
14089              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
14090      Branch: perl
14091            ! perl.h
14092 ____________________________________________________________________________
14093 [  6787] By: jhi                                   on 2000/08/23  15:29:31
14094         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14095              From: Spider Boardman <spider@leggy.zk3.dec.com>
14096              Date: Wed, 23 Aug 2000 10:33:23 -0400
14097              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
14098      Branch: perl
14099            ! lib/Pod/Html.pm
14100 ____________________________________________________________________________
14101 [  6786] By: jhi                                   on 2000/08/23  15:28:11
14102         Log: Bad makefile.
14103      Branch: perl
14104            ! ext/B/Makefile.PL
14105 ____________________________________________________________________________
14106 [  6785] By: jhi                                   on 2000/08/23  14:37:04
14107         Log: Update Changes.
14108      Branch: perl
14109            ! Changes patchlevel.h
14110 ____________________________________________________________________________
14111 [  6784] By: jhi                                   on 2000/08/23  13:58:41
14112         Log: Portability fix from Hugo van der Sanden.
14113      Branch: perl
14114            ! ext/re/Makefile.PL
14115 ____________________________________________________________________________
14116 [  6783] By: jhi                                   on 2000/08/23  13:53:53
14117         Log: Storable support, v-version fixes.
14118              
14119              Subject: CPAN.pm beta for testing available
14120              From: andreas.koenig@anima.de (Andreas J. Koenig)
14121              Date: 22 Aug 2000 23:31:33 +0200
14122              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
14123      Branch: perl
14124            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14125 ____________________________________________________________________________
14126 [  6782] By: jhi                                   on 2000/08/23  13:51:26
14127         Log: Mac and other portability updates from Chris Nandor.
14128      Branch: perl
14129            ! pod/perlmodinstall.pod
14130 ____________________________________________________________________________
14131 [  6781] By: jhi                                   on 2000/08/23  13:47:33
14132         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
14133              From: Peter Prymmer <pvhp@forte.com>
14134              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
14135              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
14136      Branch: perl
14137            ! ext/Storable/Storable.xs
14138 ____________________________________________________________________________
14139 [  6780] By: jhi                                   on 2000/08/23  13:33:34
14140         Log: VMS MMS (make) wants null action.
14141      Branch: perl
14142            ! ext/B/Makefile.PL
14143 ____________________________________________________________________________
14144 [  6779] By: jhi                                   on 2000/08/22  19:44:47
14145         Log: Forgot portability nit.
14146      Branch: perl
14147            ! t/lib/st-forgive.t
14148 ____________________________________________________________________________
14149 [  6778] By: jhi                                   on 2000/08/22  19:35:25
14150         Log: Be portable.
14151      Branch: perl
14152            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
14153            ! t/lib/st-store.t
14154 ____________________________________________________________________________
14155 [  6777] By: jhi                                   on 2000/08/22  18:50:53
14156         Log: Update Changes.
14157      Branch: perl
14158            ! Changes patchlevel.h
14159 ____________________________________________________________________________
14160 [  6776] By: jhi                                   on 2000/08/22  18:44:46
14161         Log: cSVOPo_*v things index into the current PL_curpad
14162              under ithreads, which is different from the curpad
14163              used by the XSUB.  (In other words, the code as-is
14164              before this patch wouldn't work under ithreads.)
14165              From Sarathy.
14166      Branch: perl
14167            ! ext/B/B.xs
14168 ____________________________________________________________________________
14169 [  6775] By: jhi                                   on 2000/08/22  18:18:37
14170         Log: Make the selection of NVff et al stricter.
14171      Branch: metaconfig/U/perl
14172            ! perlxvf.U
14173      Branch: perl
14174            ! Configure config_h.SH
14175 ____________________________________________________________________________
14176 [  6774] By: jhi                                   on 2000/08/22  17:19:42
14177         Log: perldelta nits.
14178      Branch: perl
14179            ! pod/perldelta.pod
14180 ____________________________________________________________________________
14181 [  6773] By: jhi                                   on 2000/08/22  17:06:26
14182         Log: Long double fixes from Spider Boardman.
14183              
14184              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
14185              From: system PRIVILEGED account <root@peano.zk3.dec.com>
14186              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
14187              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
14188      Branch: perl
14189            ! t/lib/bigfltpm.t t/lib/st-06compat.t
14190 ____________________________________________________________________________
14191 [  6772] By: jhi                                   on 2000/08/22  15:04:53
14192         Log: Update Changes.
14193      Branch: perl
14194            ! Changes patchlevel.h
14195 ____________________________________________________________________________
14196 [  6771] By: jhi                                   on 2000/08/22  15:01:44
14197         Log: perldelta fixes from Hugo van der Sanden.
14198      Branch: perl
14199            ! pod/perldelta.pod
14200 ____________________________________________________________________________
14201 [  6770] By: jhi                                   on 2000/08/22  14:34:49
14202         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
14203              From: Hugo <hv@crypt.compulink.co.uk>
14204              Date: Tue, 22 Aug 2000 11:21:53 +0100
14205              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
14206      Branch: perl
14207            ! regcomp.c
14208 ____________________________________________________________________________
14209 [  6769] By: jhi                                   on 2000/08/22  14:30:02
14210         Log: Add Yitzchak, reformat.
14211      Branch: perl
14212            ! Changes config_h.SH
14213 ____________________________________________________________________________
14214 [  6768] By: jhi                                   on 2000/08/22  14:21:35
14215         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
14216              and Spider Boardman.
14217      Branch: metaconfig
14218            ! U/compline/d_gconvert.U
14219      Branch: perl
14220            ! Configure
14221 ____________________________________________________________________________
14222 [  6767] By: jhi                                   on 2000/08/22  14:11:24
14223         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
14224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14225              Date: Mon, 21 Aug 2000 19:08:31 -0700
14226              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
14227      Branch: perl
14228            - ext/Storable/patchlevel.h
14229            ! MANIFEST ext/Storable/MANIFEST
14230 ____________________________________________________________________________
14231 [  6766] By: jhi                                   on 2000/08/22  13:49:29
14232         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
14233              From: Peter Prymmer <pvhp@forte.com>
14234              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
14235              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
14236      Branch: perl
14237            ! configure.com ext/Storable/Makefile.PL
14238 ____________________________________________________________________________
14239 [  6765] By: jhi                                   on 2000/08/22  13:44:59
14240         Log: Subject: [PATCH blead] B:: missing dependency
14241              From: Hugo <hv@crypt.compulink.co.uk>
14242              Date: Tue, 22 Aug 2000 06:44:33 +0100
14243              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
14244      Branch: perl
14245            ! ext/B/Makefile.PL
14246 ____________________________________________________________________________
14247 [  6764] By: jhi                                   on 2000/08/22  13:38:12
14248         Log: More bytecompiler.
14249      Branch: perl
14250            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
14251 ____________________________________________________________________________
14252 [  6763] By: jhi                                   on 2000/08/22  13:36:44
14253         Log: Bytecompiler patches from Benjamin Stuhl.
14254      Branch: perl
14255            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
14256            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14257            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14258            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14259            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
14260            ! perl.c perlapi.h pod/perldelta.pod
14261 ____________________________________________________________________________
14262 [  6762] By: jhi                                   on 2000/08/21  23:43:40
14263         Log: An obsoleted diagnostic.
14264      Branch: perl
14265            ! pod/perldelta.pod
14266 ____________________________________________________________________________
14267 [  6761] By: jhi                                   on 2000/08/21  23:01:45
14268         Log: The #6759 wasn't quite right.
14269      Branch: perl
14270            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14271            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
14272            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14273            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14274            ! t/lib/st-tieditems.t
14275 ____________________________________________________________________________
14276 [  6760] By: jhi                                   on 2000/08/21  22:35:49
14277         Log: Be verydeepclean.
14278      Branch: perl
14279            ! Makefile.SH
14280 ____________________________________________________________________________
14281 [  6759] By: jhi                                   on 2000/08/21  22:25:40
14282         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
14283              From: Peter Prymmer <pvhp@forte.com>
14284              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
14285              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
14286      Branch: perl
14287            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14288            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
14289            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14290            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14291            ! t/lib/st-tieditems.t
14292 ____________________________________________________________________________
14293 [  6758] By: jhi                                   on 2000/08/21  22:22:32
14294         Log: Few more casts, need reported in
14295              
14296              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
14297              From: Mike Stok <mike@stok.co.uk>
14298              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
14299              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
14300              
14301              and
14302              
14303              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
14304              From: abigail@foad.org
14305              Date: 21 Aug 2000 21:31:34 -0000
14306              Message-Id: <20000821213134.30170.qmail@foad.org>
14307      Branch: perl
14308            ! ext/Storable/Storable.xs
14309 ____________________________________________________________________________
14310 [  6757] By: jhi                                   on 2000/08/21  18:37:07
14311         Log: Update Changes.
14312      Branch: perl
14313            ! Changes patchlevel.h
14314 ____________________________________________________________________________
14315 [  6756] By: jhi                                   on 2000/08/21  18:34:02
14316         Log: A pod nit.
14317              
14318              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
14319              From: <abigail@foad.org>
14320              Date: Mon, 21 Aug 2000 14:00:16 -0400
14321              Message-ID: <20000821180016.28627.qmail@foad.org>
14322      Branch: perl
14323            ! pod/perlre.pod
14324 ____________________________________________________________________________
14325 [  6755] By: jhi                                   on 2000/08/21  18:30:56
14326         Log: Use PodParser 1.18 new test.
14327      Branch: perl
14328            ! t/pod/special_seqs.t t/pod/special_seqs.xr
14329 ____________________________________________________________________________
14330 [  6754] By: jhi                                   on 2000/08/21  18:28:35
14331         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
14332              patches cannot be applied since #6712 conflicts.
14333      Branch: perl
14334            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
14335 ____________________________________________________________________________
14336 [  6753] By: jhi                                   on 2000/08/21  18:15:11
14337         Log: Weed out some smaller changes.
14338      Branch: perl
14339            ! pod/perldelta.pod
14340 ____________________________________________________________________________
14341 [  6752] By: jhi                                   on 2000/08/21  18:02:30
14342         Log: Also under djgpp the timestamps are funky.
14343      Branch: perl
14344            ! t/op/stat.t
14345 ____________________________________________________________________________
14346 [  6751] By: jhi                                   on 2000/08/21  17:55:56
14347         Log: Tweak the floating point output routine preferences.
14348      Branch: metaconfig
14349            ! U/compline/d_gconvert.U
14350      Branch: perl
14351            ! Configure
14352 ____________________________________________________________________________
14353 [  6750] By: jhi                                   on 2000/08/21  17:51:29
14354         Log: Unicos/mk requires elaborate paranoia.
14355      Branch: perl
14356            ! lib/Math/Complex.pm
14357 ____________________________________________________________________________
14358 [  6749] By: gsar                                  on 2000/08/21  16:53:31
14359         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
14360      Branch: perl
14361            ! lib/Cwd.pm
14362 ____________________________________________________________________________
14363 [  6748] By: gsar                                  on 2000/08/21  16:22:19
14364         Log: free TLS slot properly on Windows
14365      Branch: perl
14366            ! thread.h win32/perllib.c win32/win32thread.h
14367 ____________________________________________________________________________
14368 [  6747] By: jhi                                   on 2000/08/21  16:20:58
14369         Log: Rename the macro argument because some preprocessors
14370              can't tell the difference and expand arguments also inside
14371              double quoted strings.
14372      Branch: perl
14373            ! regcomp.c
14374 ____________________________________________________________________________
14375 [  6746] By: jhi                                   on 2000/08/21  16:09:41
14376         Log: Support long doubles in Storable.
14377              
14378              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
14379              From: Radu Greab <radu@netsoft.ro>
14380              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
14381              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
14382      Branch: perl
14383            ! ext/Storable/Storable.xs
14384 ____________________________________________________________________________
14385 [  6745] By: jhi                                   on 2000/08/21  15:51:40
14386         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
14387              From: "Fifer, Eric" <EFifer@sanwaint.com>
14388              Date: Mon, 21 Aug 2000 15:34:49 +0100
14389              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
14390      Branch: perl
14391            ! t/pragma/warn/9enabled
14392 ____________________________________________________________________________
14393 [  6744] By: jhi                                   on 2000/08/21  15:39:35
14394         Log: Document the endianness of Alpha more precisely.
14395      Branch: perl
14396            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
14397            ! pod/perlport.pod
14398 ____________________________________________________________________________
14399 [  6743] By: jhi                                   on 2000/08/21  14:47:05
14400         Log: perldelta fixes from the p5p crowd.
14401      Branch: perl
14402            ! pod/perldelta.pod pod/perlop.pod
14403 ____________________________________________________________________________
14404 [  6742] By: jhi                                   on 2000/08/21  13:34:51
14405         Log: Update to Pod::LaTeX 0.53.
14406              
14407              Subject: [PATCH] lib/Pod/LaTeX.pm updates
14408              From: Tim Jenness <timj@jach.hawaii.edu>
14409              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
14410              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
14411      Branch: perl
14412            ! lib/Pod/LaTeX.pm
14413 ____________________________________________________________________________
14414 [  6741] By: jhi                                   on 2000/08/21  13:33:01
14415         Log: Subject: [PATCH] os2.c fix for use64bitint
14416              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14417              Date: Mon, 21 Aug 2000 01:32:25 -0700
14418              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
14419      Branch: perl
14420            ! os2/os2.c
14421 ____________________________________________________________________________
14422 [  6740] By: jhi                                   on 2000/08/21  13:28:52
14423         Log: Array context keeps slithering in.
14424              
14425              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
14426              From: Daniel Chetlin <daniel@chetlin.com>
14427              Date: Sun, 20 Aug 2000 21:40:25 -0700
14428              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
14429      Branch: perl
14430            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
14431            ! pod/perldebtut.pod
14432 ____________________________________________________________________________
14433 [  6739] By: jhi                                   on 2000/08/21  13:23:55
14434         Log: Big-endian quad fixes for Storable from Radu Greab,
14435              plus few explicit null casts for picky compilers.
14436      Branch: perl
14437            ! ext/Storable/Storable.xs
14438 ____________________________________________________________________________
14439 [  6738] By: gsar                                  on 2000/08/21  05:56:13
14440         Log: small tweaks for change#6705: avoid C++ style comments in C code;
14441              use Perl's malloc API rather than the low level system one
14442      Branch: perl
14443            ! win32/win32.c
14444 ____________________________________________________________________________
14445 [  6737] By: gsar                                  on 2000/08/21  05:35:41
14446         Log: add Storable to list of extensions on Windows
14447      Branch: perl
14448            ! win32/Makefile win32/makefile.mk
14449 ____________________________________________________________________________
14450 [  6736] By: jhi                                   on 2000/08/21  02:57:53
14451         Log: Update Changes.
14452      Branch: perl
14453            ! Changes patchlevel.h
14454 ____________________________________________________________________________
14455 [  6735] By: jhi                                   on 2000/08/21  02:57:20
14456         Log: Draft 0.
14457      Branch: perl
14458            ! pod/perldelta.pod
14459 ____________________________________________________________________________
14460 [  6734] By: jhi                                   on 2000/08/21  02:57:03
14461         Log: Add Storable 0.7.2 from Raphael Manfredi,
14462              plus the patch from
14463              
14464              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
14465              From: Radu Greab <radu@netsoft.ro>
14466              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
14467              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
14468              
14469              plus changes to get Storable to compile with
14470              picky ANSI compilers.
14471      Branch: perl
14472            + ext/Storable/ChangeLog ext/Storable/MANIFEST
14473            + ext/Storable/Makefile.PL ext/Storable/README
14474            + ext/Storable/Storable.pm ext/Storable/Storable.xs
14475            + ext/Storable/patchlevel.h t/lib/st-06compat.t
14476            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
14477            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
14478            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14479            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14480            + t/lib/st-tieditems.t
14481            ! MANIFEST
14482 ____________________________________________________________________________
14483 [  6733] By: jhi                                   on 2000/08/21  02:29:09
14484         Log: The correct cleaning order is an art.
14485      Branch: perl
14486            ! Makefile.SH
14487 ____________________________________________________________________________
14488 [  6732] By: jhi                                   on 2000/08/21  01:23:39
14489         Log: The #6724 is here.
14490      Branch: perl
14491            ! t/lib/ftmp-security.t
14492 ____________________________________________________________________________
14493 [  6731] By: jhi                                   on 2000/08/20  23:17:03
14494         Log: s/this one/the 5.6.0 release/
14495      Branch: perl
14496            ! pod/perl56delta.pod
14497 ____________________________________________________________________________
14498 [  6730] By: jhi                                   on 2000/08/20  23:07:34
14499         Log: Mention perlebcdic and perlposix-bc.
14500      Branch: perl
14501            ! pod/perlport.pod
14502 ____________________________________________________________________________
14503 [  6729] By: jhi                                   on 2000/08/20  21:32:59
14504         Log: Document the number of exponent digits.
14505      Branch: perl
14506            ! pod/perlfunc.pod
14507 ____________________________________________________________________________
14508 [  6728] By: jhi                                   on 2000/08/20  21:16:47
14509         Log: Use File::Spec->tmpdir().
14510              
14511              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
14512              From: Tim Jenness <timj@jach.hawaii.edu>
14513              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
14514              MIME-Version: 1.0
14515              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
14516      Branch: perl
14517            ! utils/perlbug.PL
14518 ____________________________________________________________________________
14519 [  6727] By: jhi                                   on 2000/08/20  20:43:32
14520         Log: Update Changes.
14521      Branch: perl
14522            ! Changes patchlevel.h
14523 ____________________________________________________________________________
14524 [  6726] By: jhi                                   on 2000/08/20  20:41:44
14525         Log: The veryclean target needs to clobber.
14526      Branch: perl
14527            ! Makefile.SH
14528 ____________________________________________________________________________
14529 [  6725] By: jhi                                   on 2000/08/20  20:37:38
14530         Log: Document odd vs even subreleases and -Dusedevel.
14531      Branch: perl
14532            ! INSTALL
14533 ____________________________________________________________________________
14534 [  6724] By: jhi                                   on 2000/08/20  19:58:05
14535         Log: Use temporary directory instead of current directory.
14536              
14537              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
14538              From: Tim Jenness <timj@jach.hawaii.edu>
14539              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
14540              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
14541      Branch: perl
14542            ! t/lib/ftmp-security.t
14543 ____________________________________________________________________________
14544 [  6723] By: jhi                                   on 2000/08/20  19:55:55
14545         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
14546              From: andreas.koenig@anima.de (Andreas J. Koenig)
14547              Date: 20 Aug 2000 15:52:03 +0200
14548              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
14549      Branch: perl
14550            ! lib/ExtUtils/MM_Unix.pm
14551 ____________________________________________________________________________
14552 [  6722] By: jhi                                   on 2000/08/20  19:46:01
14553         Log: Update to CGI 2.72, from Lincoln Stein.
14554      Branch: perl
14555            ! lib/CGI.pm
14556 ____________________________________________________________________________
14557 [  6721] By: jhi                                   on 2000/08/20  19:43:54
14558         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
14559              From: Radu Greab <radu@netsoft.ro>
14560              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
14561              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
14562      Branch: perl
14563            ! ext/GDBM_File/GDBM_File.xs
14564 ____________________________________________________________________________
14565 [  6720] By: jhi                                   on 2000/08/20  19:42:01
14566         Log: pp_open() could pass an uninitialized filename down to do_open9().
14567      Branch: perl
14568            ! pp_sys.c
14569 ____________________________________________________________________________
14570 [  6719] By: jhi                                   on 2000/08/20  14:06:41
14571         Log: UTF8 concat fixes.
14572              
14573              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
14574              From: Hugo <hv@crypt.compulink.co.uk>
14575              Date: Sun, 20 Aug 2000 07:30:46 +0100
14576              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
14577      Branch: perl
14578            ! pp_hot.c t/op/append.t
14579 ____________________________________________________________________________
14580 [  6718] By: jhi                                   on 2000/08/20  02:09:37
14581         Log: Let's try #6717 again.
14582      Branch: perl
14583            ! lib/File/Temp.pm
14584 ____________________________________________________________________________
14585 [  6717] By: jhi                                   on 2000/08/20  01:56:55
14586         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
14587              From: "Craig A. Berry" <craig.berry@metamorgs.com>
14588              Date: Sat, 19 Aug 2000 18:15:39 -0500
14589              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
14590      Branch: perl
14591            ! lib/File/Temp.pm
14592 ____________________________________________________________________________
14593 [  6716] By: jhi                                   on 2000/08/19  15:50:11
14594         Log: Update Changes.
14595      Branch: perl
14596            ! Changes patchlevel.h
14597 ____________________________________________________________________________
14598 [  6715] By: jhi                                   on 2000/08/19  15:39:09
14599         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
14600              From: Jonathan D Johnston <jdjohnston2@juno.com>
14601              Date: Thu, 17 Aug 2000 23:13:01 -0400       
14602              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
14603      Branch: perl
14604            ! pod/perlfunc.pod
14605 ____________________________________________________________________________
14606 [  6714] By: jhi                                   on 2000/08/19  15:34:04
14607         Log: Introduce a 'veryclean' target that is like 'distclean'
14608              but also removes *~ and *.orig.
14609      Branch: perl
14610            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
14611            ! utils/Makefile x2p/Makefile.SH
14612 ____________________________________________________________________________
14613 [  6713] By: jhi                                   on 2000/08/19  14:15:45
14614         Log: Put back the long double avoidance code to POSIX.xs
14615              because VMS seems to need it still.
14616      Branch: perl
14617            ! ext/POSIX/POSIX.xs
14618 ____________________________________________________________________________
14619 [  6712] By: jhi                                   on 2000/08/19  14:10:41
14620         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
14621              From: Peter Prymmer <pvhp@forte.com>
14622              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
14623              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
14624      Branch: perl
14625            ! lib/Pod/Find.pm t/pod/find.t
14626 ____________________________________________________________________________
14627 [  6711] By: jhi                                   on 2000/08/19  14:09:19
14628         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
14629              From: Peter Prymmer <pvhp@forte.com>
14630              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
14631              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
14632              cc: vmsperl@perl.org
14633      Branch: perl
14634            ! t/lib/peek.t
14635 ____________________________________________________________________________
14636 [  6710] By: jhi                                   on 2000/08/19  14:08:01
14637         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
14638              From: Jan Dubois <jand@ActiveState.com>
14639              Date: Fri, 18 Aug 2000 16:31:48 -0700
14640              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
14641      Branch: perl
14642            ! win32/win32.c
14643 ____________________________________________________________________________
14644 [  6709] By: jhi                                   on 2000/08/19  14:06:57
14645         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
14646              
14647              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
14648              From: Spider.Boardman@Orb.Nashua.NH.US
14649              Date: Fri, 18 Aug 2000 18:41:14 -0400
14650              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
14651      Branch: perl
14652            ! regcomp.c
14653 ____________________________________________________________________________
14654 [  6708] By: jhi                                   on 2000/08/18  22:04:49
14655         Log: Update Changes.
14656      Branch: perl
14657            ! Changes patchlevel.h
14658 ____________________________________________________________________________
14659 [  6707] By: jhi                                   on 2000/08/18  21:55:14
14660         Log: Add warnif(), check warnings further up the stack,
14661              all the warnings functions now can take an optional object reference.
14662              
14663              Subject: [PATCH bleedperl@6691] warnings pragma update
14664              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14665              Date: Fri, 18 Aug 2000 22:42:06 +0100
14666              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
14667      Branch: perl
14668            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
14669            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
14670            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
14671 ____________________________________________________________________________
14672 [  6706] By: jhi                                   on 2000/08/18  21:41:45
14673         Log: Typo in pp_complement().
14674              
14675              Subject: [PATCH perl-current] Deparse
14676              From: Peter Scott <Peter@PSDT.com>
14677              Date: Fri, 18 Aug 2000 12:44:37 -0700
14678              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
14679      Branch: perl
14680            ! ext/B/B/Deparse.pm
14681 ____________________________________________________________________________
14682 [  6705] By: jhi                                   on 2000/08/18  21:25:59
14683         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
14684              From: Jan Dubois <jand@ActiveState.com>
14685              Date: Fri, 18 Aug 2000 14:22:51 -0700
14686              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
14687      Branch: perl
14688            ! lib/Win32.pod win32/win32.c
14689 ____________________________________________________________________________
14690 [  6704] By: jhi                                   on 2000/08/18  21:16:14
14691         Log: Don't eat leading os from index entries.
14692              
14693              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
14694              From: Russ Allbery <rra@stanford.edu>
14695              Date: 10 Aug 2000 20:49:25 -0700
14696              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
14697      Branch: perl
14698            ! lib/Pod/Man.pm
14699 ____________________________________________________________________________
14700 [  6703] By: jhi                                   on 2000/08/18  21:07:06
14701         Log: Add [[:blank:]] as suggested in
14702              
14703              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14704              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
14705              Date: Sun, 16 Jul 2000 17:55:29 -0700
14706              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
14707              
14708              (the [=cc=] has already been taken care of by #6439
14709              so the whole bug report can be closed)
14710              
14711              and make [[:space:]] to be equivalent to isspace(3)
14712              (as opposed to \s, which is isSPACE()).  The difference
14713              is that now [[:space:]] matches the mythical vertical tab,
14714              while \s doesn't.
14715      Branch: perl
14716            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
14717            ! regexec.c t/op/pat.t
14718 ____________________________________________________________________________
14719 [  6702] By: jhi                                   on 2000/08/18  18:47:47
14720         Log: The new tests were missing from #6415.
14721      Branch: perl
14722            ! t/op/bop.t
14723 ____________________________________________________________________________
14724 [  6701] By: jhi                                   on 2000/08/18  18:20:40
14725         Log: Document the NDBM_File and ODBM_File as SDBM_File
14726              was documented in #6417.
14727      Branch: perl
14728            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
14729            ! ext/SDBM_File/SDBM_File.pm
14730 ____________________________________________________________________________
14731 [  6700] By: jhi                                   on 2000/08/18  18:10:39
14732         Log: Subject: [PATCH perl@6698] cygwin port
14733              From: "Fifer, Eric" <EFifer@sanwaint.com>
14734              Date: Fri, 18 Aug 2000 17:30:05 +0100
14735              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
14736      Branch: perl
14737            ! lib/File/Temp.pm
14738 ____________________________________________________________________________
14739 [  6699] By: jhi                                   on 2000/08/18  16:21:49
14740         Log: Document code point which makes if (defined %stash::) to work
14741              (noted by Spider Boardman).
14742      Branch: perl
14743            ! op.c
14744 ____________________________________________________________________________
14745 [  6698] By: jhi                                   on 2000/08/18  13:43:27
14746         Log: Update Changes.
14747      Branch: perl
14748            ! Changes patchlevel.h
14749 ____________________________________________________________________________
14750 [  6697] By: jhi                                   on 2000/08/18  13:35:57
14751         Log: Tiny Getopt::Long patch from Johan Vromans.
14752      Branch: perl
14753            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14754 ____________________________________________________________________________
14755 [  6696] By: jhi                                   on 2000/08/18  13:26:14
14756         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
14757              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
14758              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
14759              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
14760      Branch: perl
14761            ! pod/perldiag.pod pod/perlsyn.pod
14762 ____________________________________________________________________________
14763 [  6695] By: jhi                                   on 2000/08/18  13:13:26
14764         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
14765              From: Daniel Chetlin <daniel@chetlin.com>
14766              Date: Fri, 18 Aug 2000 03:13:36 -0700
14767              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
14768      Branch: perl
14769            ! pod/perlfunc.pod
14770 ____________________________________________________________________________
14771 [  6694] By: jhi                                   on 2000/08/18  13:08:05
14772         Log: Subject: [PATCH] perltrap.pod spring cleaning
14773              From: Daniel Chetlin <daniel@chetlin.com>
14774              Date: Fri, 18 Aug 2000 03:06:54 -0700
14775              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
14776              
14777              plus Mike Guy's nitfix.
14778      Branch: perl
14779            ! pod/perltrap.pod
14780 ____________________________________________________________________________
14781 [  6693] By: jhi                                   on 2000/08/18  13:00:26
14782         Log: Unbuffer the output.
14783              
14784              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
14785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14786              Date: Thu, 17 Aug 2000 18:39:29 -0700
14787              Message-ID: <RPJn5gzkgydf092yn@efn.org>
14788      Branch: perl
14789            ! t/op/fork.t
14790 ____________________________________________________________________________
14791 [  6692] By: jhi                                   on 2000/08/18  05:19:17
14792         Log: Delete the image, too, not just its MANIFEStation.
14793      Branch: perl
14794            - lib/CGI/eg/wilogo.gif
14795 ____________________________________________________________________________
14796 [  6691] By: jhi                                   on 2000/08/18  05:10:26
14797         Log: Propagate new Configure vars.
14798      Branch: perl
14799            ! configure.com epoc/config.sh uconfig.h uconfig.sh
14800            ! vos/config.def vos/config.h vos/config_h.SH_orig
14801            ! win32/config.bc win32/config.gc win32/config.vc
14802            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14803 ____________________________________________________________________________
14804 [  6690] By: jhi                                   on 2000/08/18  04:30:56
14805         Log: Update Changes.
14806      Branch: perl
14807            ! Changes patchlevel.h
14808 ____________________________________________________________________________
14809 [  6689] By: jhi                                   on 2000/08/18  04:12:30
14810         Log: Fix the lib/complex failure of
14811              
14812              From: abigail@foad.org
14813              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14814              Date: 15 Aug 2000 04:06:38 -0000
14815              Message-Id: <20000815040638.8524.qmail@foad.org> 
14816              
14817              Linux long double accuracy issue: something that
14818              when printed with %g looks like "2" but int() of it is 1.
14819      Branch: perl
14820            ! lib/Math/Complex.pm
14821 ____________________________________________________________________________
14822 [  6688] By: jhi                                   on 2000/08/18  03:15:35
14823         Log: The byteorder code in #6671 was wrong.
14824      Branch: perl
14825            ! configpm
14826 ____________________________________________________________________________
14827 [  6687] By: jhi                                   on 2000/08/18  02:08:42
14828         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
14829              From: Jan Dubois <jand@ActiveState.com>
14830              Date: Thu, 17 Aug 2000 18:31:55 -0700
14831              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
14832      Branch: perl
14833            ! sv.c
14834 ____________________________________________________________________________
14835 [  6686] By: jhi                                   on 2000/08/18  02:04:15
14836         Log: Use NVs in POSIX math, not doubles.
14837              
14838              From: abigail@foad.org
14839              Subject: [ID 20000817.014] POSIX & modfl
14840              Date: 17 Aug 2000 20:49:18 -0000
14841              Message-Id: <20000817204918.23123.qmail@foad.org>
14842      Branch: perl
14843            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
14844 ____________________________________________________________________________
14845 [  6685] By: jhi                                   on 2000/08/18  02:02:12
14846         Log: Introduce NVef, NVff, and NVgf, use the middle one.
14847              (helps for lib/peek + Linux + long doubles)  Reported in
14848              
14849              From: abigail@foad.org
14850              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14851              Date: 15 Aug 2000 04:06:38 -0000
14852              Message-Id: <20000815040638.8524.qmail@foad.org> 
14853              
14854              (note: the lib/complex failure has not yet been addressed)
14855      Branch: metaconfig/U/perl
14856            ! perlxvf.U
14857      Branch: perl
14858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14859            ! config_h.SH dump.c perl.h pod/perlguts.pod
14860 ____________________________________________________________________________
14861 [  6684] By: jhi                                   on 2000/08/17  23:22:19
14862         Log: Add byteorder to the myconfig output.
14863      Branch: perl
14864            ! myconfig.SH
14865 ____________________________________________________________________________
14866 [  6683] By: jhi                                   on 2000/08/17  23:20:19
14867         Log: The image doth not exist, spotted by Johan Vromans.
14868      Branch: perl
14869            ! MANIFEST
14870 ____________________________________________________________________________
14871 [  6682] By: jhi                                   on 2000/08/17  22:38:16
14872         Log: Document what the backtick returns if the command fails.
14873      Branch: perl
14874            ! pod/perlop.pod
14875 ____________________________________________________________________________
14876 [  6681] By: jhi                                   on 2000/08/17  22:33:12
14877         Log: Do not use prototyping here.
14878              
14879              Subject: [ID 20000817.016] [PATCH] Peek.xs
14880              From: abigail@foad.org
14881              Date: 17 Aug 2000 20:55:56 -0000
14882              Message-Id: <20000817205556.24270.qmail@foad.org>
14883      Branch: perl
14884            ! ext/Devel/Peek/Makefile.PL
14885 ____________________________________________________________________________
14886 [  6680] By: jhi                                   on 2000/08/17  19:46:43
14887         Log: Don't propose using modules built for 5.005 if no binary
14888              compatibility with 5.005 is attempted.
14889              
14890              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14891              Subject: Minor nit with 5.7.0 (6655)
14892              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
14893              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
14894      Branch: metaconfig
14895            ! U/installdirs/inc_version_list.U
14896      Branch: perl
14897            ! Configure config_h.SH
14898 ____________________________________________________________________________
14899 [  6679] By: jhi                                   on 2000/08/17  19:16:39
14900         Log: Microperl config update.
14901      Branch: perl
14902            ! uconfig.h uconfig.sh
14903 ____________________________________________________________________________
14904 [  6678] By: jhi                                   on 2000/08/17  19:16:13
14905         Log: The #6648 wasn't protective enough for limited platforms
14906              (like microperl).
14907      Branch: perl
14908            ! dump.c sv.c
14909 ____________________________________________________________________________
14910 [  6677] By: jhi                                   on 2000/08/17  14:46:35
14911         Log: Update Changes.
14912      Branch: perl
14913            ! Changes patchlevel.h
14914 ____________________________________________________________________________
14915 [  6676] By: jhi                                   on 2000/08/17  14:44:02
14916         Log: Add perlebcdic from Peter Prymmer, regen toc.
14917      Branch: perl
14918            + pod/perlebcdic.pod
14919            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14920 ____________________________________________________________________________
14921 [  6675] By: jhi                                   on 2000/08/17  14:41:52
14922         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
14923      Branch: perl
14924            ! pod/perldebtut.pod
14925 ____________________________________________________________________________
14926 [  6674] By: jhi                                   on 2000/08/17  14:29:43
14927         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
14928              
14929              Subject: [ID 20000724.006] -DLEAKTEST problem
14930              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
14931              Date: Tue, 25 Jul 2000 00:36:32 -0500
14932              Message-Id: <20000725003632.A26186@www.llamacom.com>
14933              
14934              Reminder sent
14935              
14936              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
14937              From: Hugo <hv@crypt.compulink.co.uk>
14938              Date: Thu, 17 Aug 2000 15:23:42 +0100
14939              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
14940      Branch: perl
14941            ! util.c
14942 ____________________________________________________________________________
14943 [  6673] By: jhi                                   on 2000/08/17  04:07:10
14944         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
14945              From: John Peacock <JPeacock@UnivPress.com>
14946              Date: Tue, 01 Aug 2000 09:38:12 -0400
14947              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
14948      Branch: perl
14949            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
14950 ____________________________________________________________________________
14951 [  6672] By: jhi                                   on 2000/08/17  03:04:35
14952         Log: Subject: [PATCH] Cwd.pm now uses strict
14953              From: Tim Jenness <timj@jach.hawaii.edu>
14954              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
14955              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
14956      Branch: perl
14957            ! lib/Cwd.pm
14958 ____________________________________________________________________________
14959 [  6671] By: jhi                                   on 2000/08/17  02:16:35
14960         Log: Make $Config{byteorder} more magical so that it is
14961              dynamically computed: nice for 'fat binaries'.
14962              
14963              Subject: [PATCH]: default byteorder
14964              From: Wilfredo Sánchez <wsanchez@apple.com>
14965              Date: Mon, 31 Jul 2000 19:45:31 -0700
14966              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
14967      Branch: perl
14968            ! configpm
14969 ____________________________________________________________________________
14970 [  6670] By: gsar                                  on 2000/08/17  01:22:21
14971         Log: move WNOHANG definition to where other such things are
14972      Branch: perl
14973            ! win32/win32.h
14974 ____________________________________________________________________________
14975 [  6669] By: jhi                                   on 2000/08/17  01:19:17
14976         Log: Update Changes.
14977      Branch: perl
14978            ! Changes patchlevel.h
14979 ____________________________________________________________________________
14980 [  6668] By: jhi                                   on 2000/08/17  01:16:29
14981         Log: Doc nits spotted by Richard Soderberg.
14982      Branch: perl
14983            ! README.posix-bc README.vmesa
14984 ____________________________________________________________________________
14985 [  6667] By: jhi                                   on 2000/08/17  01:12:11
14986         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
14987              From: "Casey R. Tweten" <crt@kiski.net>
14988              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
14989              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
14990      Branch: perl
14991            ! pod/perldebtut.pod
14992 ____________________________________________________________________________
14993 [  6666] By: jhi                                   on 2000/08/17  01:09:31
14994         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
14995              From: "Casey R. Tweten" <crt@kiski.net>
14996              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
14997              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
14998      Branch: perl
14999            ! lib/Shell.pm
15000 ____________________________________________________________________________
15001 [  6665] By: gsar                                  on 2000/08/17  01:03:52
15002         Log: add "ok" targets from change#6632 in makefile.mk
15003      Branch: perl
15004            ! pod/perlport.pod win32/Makefile win32/makefile.mk
15005 ____________________________________________________________________________
15006 [  6664] By: gsar                                  on 2000/08/17  00:56:11
15007         Log: avoid warnings from dense compiler
15008      Branch: perl
15009            ! win32/win32.c
15010 ____________________________________________________________________________
15011 [  6663] By: jhi                                   on 2000/08/17  00:51:49
15012         Log: Tweak the regex compilation errors once more.
15013      Branch: perl
15014            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15015            ! t/op/regmesg.t t/pragma/warn/regcomp
15016 ____________________________________________________________________________
15017 [  6662] By: gsar                                  on 2000/08/17  00:28:19
15018         Log: trailing new %ENV entries weren't being pushed into the real
15019              environment of subprocesses on Windows
15020      Branch: perl
15021            ! t/op/magic.t win32/perlhost.h
15022 ____________________________________________________________________________
15023 [  6661] By: gsar                                  on 2000/08/17  00:19:20
15024         Log: waitpid() now handles externally spawned pids correctly;
15025              fixes for backtick/wait/waitpid failures on Windows 9x
15026              
15027              these changes make the pid returned by process functions on
15028              Windows 9x always positive by clearing the high bit (which
15029              is always set on Win9x); pseudo-process PIDs are likewise
15030              always negative now on Win9x (just as on NT/2000)
15031      Branch: perl
15032            ! pp_sys.c win32/perlhost.h win32/win32.c
15033 ____________________________________________________________________________
15034 [  6660] By: jhi                                   on 2000/08/17  00:04:32
15035         Log: Retract #6645.
15036      Branch: perl
15037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15038            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15039            ! t/op/sprintf.t
15040 ____________________________________________________________________________
15041 [  6659] By: gsar                                  on 2000/08/16  23:59:28
15042         Log: on windows, the return values from wait() and waitpid() don't
15043              match those of pseudo-pids
15044      Branch: perl
15045            ! pp_sys.c t/op/fork.t util.c win32/win32.c
15046 ____________________________________________________________________________
15047 [  6658] By: gsar                                  on 2000/08/16  23:56:14
15048         Log: pod nit seen in passing
15049      Branch: perl
15050            ! pod/perlfunc.pod
15051 ____________________________________________________________________________
15052 [  6657] By: gsar                                  on 2000/08/16  23:53:42
15053         Log: change#6328 could make close(SOCKET) return false on windows
15054              when it shouldn't
15055      Branch: perl
15056            ! win32/win32sck.c
15057 ____________________________________________________________________________
15058 [  6656] By: gsar                                  on 2000/08/16  23:46:57
15059         Log: check that the number pseudo children doesn't exceed
15060              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15061              the WaitForMultipleObjects() limit that would cause wait()
15062              to crash)
15063              
15064              wait() and waitpid() could potentially be rewritten to use
15065              more than one thread to do the waiting to eliminate this
15066              limitation
15067      Branch: perl
15068            ! win32/perlhost.h
15069 ____________________________________________________________________________
15070 [  6655] By: jhi                                   on 2000/08/16  14:11:05
15071         Log: Update Changes.
15072      Branch: perl
15073            ! Changes patchlevel.h
15074 ____________________________________________________________________________
15075 [  6654] By: jhi                                   on 2000/08/16  14:10:12
15076         Log: Update to perldebtut 1.9, from Richard Foley.
15077      Branch: perl
15078            ! pod/perldebtut.pod
15079 ____________________________________________________________________________
15080 [  6653] By: jhi                                   on 2000/08/16  14:08:17
15081         Log: Change the regx compilation error markers to use = instead of <
15082              since pod makes using the latter quite messy.  Reported in
15083              ID 20000814.006 by Abigail and in
15084              Subject: Unknown escape E<> ?
15085              From: Lupe Christoph <lupe@lupe-christoph.de>
15086              Date: Fri, 11 Aug 2000 00:30:27 +0200
15087              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
15088      Branch: perl
15089            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15090            ! t/op/regmesg.t t/pragma/warn/regcomp
15091 ____________________________________________________________________________
15092 [  6652] By: jhi                                   on 2000/08/16  13:25:31
15093         Log: Change the perlbug address to perl.org since it's more forgiving.
15094              
15095              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
15096              From: abigail@foad.org
15097              Date: 15 Aug 2000 04:15:40 -0000
15098              Message-Id: <20000815041540.8633.qmail@foad.org>
15099      Branch: perl
15100            ! utils/perlbug.PL
15101 ____________________________________________________________________________
15102 [  6651] By: jhi                                   on 2000/08/16  13:22:35
15103         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15104              From: Tim Jenness <timj@jach.hawaii.edu>
15105              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
15106              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
15107      Branch: perl
15108            ! lib/Cwd.pm
15109 ____________________________________________________________________________
15110 [  6650] By: jhi                                   on 2000/08/16  13:18:13
15111         Log: Update to CPAN 1.57.
15112              
15113              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
15114              From: andreas.koenig@anima.de (Andreas J. Koenig)
15115              Date: 16 Aug 2000 15:09:46 +0200
15116              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
15117      Branch: perl
15118            ! lib/CPAN.pm
15119 ____________________________________________________________________________
15120 [  6649] By: jhi                                   on 2000/08/16  13:12:31
15121         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
15122              From: "Larry W. Virden" <lvirden@cas.org>
15123              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
15124              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
15125      Branch: perl
15126            ! README.hpux
15127 ____________________________________________________________________________
15128 [  6648] By: jhi                                   on 2000/08/16  13:03:53
15129         Log: The numeric locale was reset to "C" by s?printf and never restored.
15130              
15131              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15132              From: Christian Kirsch <ck@held.mind.de>
15133              Date: Wed, 9 Aug 2000 17:05:17 +0200
15134              Message-Id: <20000809170517.A25389@held>
15135              
15136              No test since adding the failing example to locale.t
15137              does not fail -- probably because the locale settings are so
15138              thoroughly tweaked by that time.  Running the example standalone
15139              does fail, though.  UPDATE: test case added at change #7540.
15140      Branch: perl
15141            ! dump.c perl.h pp.c pp_ctl.c sv.c
15142 ____________________________________________________________________________
15143 [  6647] By: jhi                                   on 2000/08/16  00:07:54
15144         Log: Update Changes and test semi-automatic patchlevel updating.
15145      Branch: perl
15146            ! Changes patchlevel.h
15147 ____________________________________________________________________________
15148 [  6646] By: jhi                                   on 2000/08/15  23:35:07
15149         Log: Fix a dependency problem.
15150              
15151              Subject: [PATCH: 6640] VMS Makefile.SH update
15152              From: Peter Prymmer <pvhp@forte.com>
15153              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
15154              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
15155      Branch: perl
15156            ! vms/descrip_mms.template
15157 ____________________________________________________________________________
15158 [  6645] By: jhi                                   on 2000/08/15  23:33:23
15159         Log: (Retracted by #6660)
15160              
15161              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
15162              From: Dominic Dunlop <domo@computer.org>
15163              Date: Tue, 15 Aug 2000 22:20:52 +0200
15164              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
15165      Branch: metaconfig/U/perl
15166            + d_printfed.U
15167      Branch: perl
15168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15169            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15170            ! t/op/sprintf.t
15171 ____________________________________________________________________________
15172 [  6644] By: jhi                                   on 2000/08/15  21:17:20
15173         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15174              From: abigail@foad.org
15175              Date: 15 Aug 2000 20:12:41 -0000
15176              Message-Id: <20000815201241.25556.qmail@foad.org>
15177      Branch: perl
15178            ! INSTALL
15179 ____________________________________________________________________________
15180 [  6643] By: jhi                                   on 2000/08/15  21:15:28
15181         Log: (an already applied patch)
15182      Branch: perl
15183            ! lib/CGI.pm
15184 ____________________________________________________________________________
15185 [  6642] By: gsar                                  on 2000/08/15  19:54:05
15186         Log: magic callbacks all need to have same type signature
15187      Branch: perl
15188            ! embed.pl mg.c proto.h
15189 ____________________________________________________________________________
15190 [  6641] By: jhi                                   on 2000/08/15  17:56:27
15191         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)
15192              From: Mike Guy <mjtg@cam.ac.uk>
15193              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
15194              Date: Tue, 15 Aug 2000 18:26:45 +0100
15195              
15196              Only the peek.t part applied, not the hash quality part.
15197      Branch: perl
15198            ! t/lib/peek.t
15199 ____________________________________________________________________________
15200 [  6640] By: jhi                                   on 2000/08/15  16:37:37
15201         Log: Update Changes.
15202      Branch: perl
15203            ! Changes
15204 ____________________________________________________________________________
15205 [  6639] By: jhi                                   on 2000/08/15  16:34:55
15206         Log: Missed a file from #6638.
15207      Branch: perl
15208            ! lib/File/Temp.pm
15209 ____________________________________________________________________________
15210 [  6638] By: jhi                                   on 2000/08/15  16:33:19
15211         Log: Subject: [PATCH perl@6620] cygwin port
15212              From: "Fifer, Eric" <EFifer@sanwaint.com>
15213              Date: Tue, 15 Aug 2000 17:00:49 +0100
15214              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
15215      Branch: perl
15216            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
15217 ____________________________________________________________________________
15218 [  6637] By: jhi                                   on 2000/08/15  16:29:22
15219         Log: Subject: [PATCH] debugger exit code should reflect user exit code
15220              From: Mike Guy <mjtg@cam.ac.uk>
15221              Date: Tue, 15 Aug 2000 16:55:59 +0100
15222              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
15223      Branch: perl
15224            ! lib/perl5db.pl
15225 ____________________________________________________________________________
15226 [  6636] By: jhi                                   on 2000/08/15  15:30:58
15227         Log: Update Changes.
15228      Branch: perl
15229            ! Changes
15230 ____________________________________________________________________________
15231 [  6635] By: jhi                                   on 2000/08/15  15:27:21
15232         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
15233      Branch: metaconfig
15234            ! U/mkglossary U/mksample
15235      Branch: metaconfig/U/perl
15236            ! Devel.U
15237      Branch: perl
15238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15239 ____________________________________________________________________________
15240 [  6634] By: jhi                                   on 2000/08/15  14:11:55
15241         Log: Don't blow limited stacks, a lower number is enough to
15242              tickle the lookbehind limit.
15243              
15244              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
15245              From: Dominic Dunlop <domo@computer.org>
15246              Date: Tue, 15 Aug 2000 13:51:24 +0200
15247              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
15248      Branch: perl
15249            ! t/op/regmesg.t
15250 ____________________________________________________________________________
15251 [  6633] By: jhi                                   on 2000/08/15  14:01:46
15252         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15253              From: Mike Guy <mjtg@cam.ac.uk>
15254              Date: Tue, 15 Aug 2000 12:10:50 +0100
15255              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
15256      Branch: perl
15257            ! utils/perldoc.PL
15258 ____________________________________________________________________________
15259 [  6632] By: jhi                                   on 2000/08/15  13:58:48
15260         Log: make ok etc also for win32.
15261              
15262              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
15263              From: Prymmer/Kahn <pvhp@best.com>
15264              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
15265              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
15266      Branch: perl
15267            ! win32/Makefile
15268 ____________________________________________________________________________
15269 [  6631] By: jhi                                   on 2000/08/15  13:45:03
15270         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
15271      Branch: perl
15272            ! lib/Test.pm
15273 ____________________________________________________________________________
15274 [  6630] By: jhi                                   on 2000/08/15  03:25:09
15275         Log: Update Changes.
15276      Branch: perl
15277            ! Changes
15278 ____________________________________________________________________________
15279 [  6629] By: jhi                                   on 2000/08/15  03:23:53
15280         Log: magic_regdatum_set() is void, not int.
15281      Branch: perl
15282            ! embed.pl mg.c proto.h
15283 ____________________________________________________________________________
15284 [  6628] By: jhi                                   on 2000/08/15  03:08:02
15285         Log: Make the user to give up his firstborn, err, to knowingly
15286              verify installing an unstable developer release.  Also bump
15287              the release to 5.7.0, but leave a patch tag in the local
15288              patches saying that this is not yet the real thing.
15289      Branch: metaconfig
15290            ! U/modified/Instruct.U
15291      Branch: metaconfig/U/perl
15292            + Devel.U
15293      Branch: perl
15294            ! Configure patchlevel.h
15295 ____________________________________________________________________________
15296 [  6627] By: jhi                                   on 2000/08/14  22:32:52
15297         Log: README.os2 update.
15298              
15299              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15300              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15301              Date: Wed, 02 Aug 2000 21:55:09 -0700
15302              Message-ID: <tsPi5gzkgegX092yn@efn.org>
15303      Branch: perl
15304            ! README.os2
15305 ____________________________________________________________________________
15306 [  6626] By: jhi                                   on 2000/08/14  21:00:02
15307         Log: Subject: Re: File::Temp problems on VMS in bleedperl
15308              From: Tim Jenness <timj@jach.hawaii.edu>
15309              cc: vmsperl@perl.org
15310              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
15311              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
15312      Branch: perl
15313            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
15314 ____________________________________________________________________________
15315 [  6625] By: jhi                                   on 2000/08/14  20:52:16
15316         Log: Add SUIDMAIL as was done for the CERT alert.
15317      Branch: perl
15318            ! patchlevel.h
15319 ____________________________________________________________________________
15320 [  6624] By: jhi                                   on 2000/08/14  20:48:50
15321         Log: Subject: sfio2000
15322              From: Daniel Muino <dmuino@afip.gov.ar>
15323              Date: Mon, 14 Aug 2000 16:58:11 -0300
15324              Message-ID: <20000814165811.B16368@con2-dgi>
15325      Branch: perl
15326            ! perlsdio.h perlsfio.h
15327 ____________________________________________________________________________
15328 [  6623] By: jhi                                   on 2000/08/14  20:47:36
15329         Log: Subject: warning: storage class after type is obsolescent
15330              From: Daniel Muino <dmuino@afip.gov.ar>
15331              Date: Mon, 14 Aug 2000 16:42:47 -0300
15332              Message-ID: <20000814164247.A16368@con2-dgi>
15333      Branch: perl
15334            ! regcomp.pl regnodes.h
15335 ____________________________________________________________________________
15336 [  6622] By: jhi                                   on 2000/08/14  20:43:05
15337         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
15338              From: abigail@foad.org
15339              Date: 14 Aug 2000 20:00:10 -0000
15340              Message-Id: <20000814200010.27271.qmail@foad.org>
15341      Branch: perl
15342            ! Changes
15343 ____________________________________________________________________________
15344 [  6621] By: jhi                                   on 2000/08/14  15:23:05
15345         Log: Update Changes.
15346      Branch: perl
15347            ! Changes
15348 ____________________________________________________________________________
15349 [  6620] By: jhi                                   on 2000/08/14  15:22:14
15350         Log: Subject: Re: [PATCH] @+, @- readonly
15351              From: Mike Guy <mjtg@cam.ac.uk>
15352              Date: Mon, 14 Aug 2000 15:26:55 +0100
15353              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
15354      Branch: perl
15355            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
15356            ! sv.c t/op/pat.t
15357 ____________________________________________________________________________
15358 [  6619] By: jhi                                   on 2000/08/14  14:12:08
15359         Log: Update Changes.
15360      Branch: perl
15361            ! Changes
15362 ____________________________________________________________________________
15363 [  6618] By: jhi                                   on 2000/08/14  14:09:34
15364         Log: For now remove the mail code.
15365      Branch: perl
15366            ! perl.c
15367 ____________________________________________________________________________
15368 [  6617] By: jhi                                   on 2000/08/14  14:08:28
15369         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
15370      Branch: perl
15371            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
15372            ! pod/perlfaq8.pod pod/perlsec.pod
15373 ____________________________________________________________________________
15374 [  6616] By: jhi                                   on 2000/08/14  14:00:11
15375         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15376              From: Mike Guy <mjtg@cam.ac.uk>
15377              Date: Mon, 14 Aug 2000 08:26:02 +0100
15378              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
15379      Branch: perl
15380            ! lib/perl5db.pl
15381 ____________________________________________________________________________
15382 [  6615] By: jhi                                   on 2000/08/14  13:58:45
15383         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
15384              From: Mike Guy <mjtg@cam.ac.uk>
15385              Date: Mon, 14 Aug 2000 08:04:22 +0100
15386              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
15387      Branch: perl
15388            ! gv.c mg.c t/op/pat.t
15389 ____________________________________________________________________________
15390 [  6614] By: jhi                                   on 2000/08/14  13:56:45
15391         Log: Subject: Test fails / warnings with perl-current #6612
15392              From: Mike Guy <mjtg@cam.ac.uk>
15393              Date: Mon, 14 Aug 2000 07:57:23 +0100
15394              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
15395      Branch: perl
15396            ! t/lib/b.t t/lib/peek.t
15397 ____________________________________________________________________________
15398 [  6613] By: jhi                                   on 2000/08/14  13:45:33
15399         Log: VMS configure.com update continues.
15400      Branch: perl
15401            - vms/configure.com
15402            ! MANIFEST configure.com
15403 ____________________________________________________________________________
15404 [  6612] By: jhi                                   on 2000/08/13  22:13:35
15405         Log: Update Changes.
15406      Branch: perl
15407            ! Changes
15408 ____________________________________________________________________________
15409 [  6611] By: jhi                                   on 2000/08/13  16:21:45
15410         Log: Upgrade to CGI 2.71, from Lincoln Stein.
15411      Branch: perl
15412            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
15413 ____________________________________________________________________________
15414 [  6610] By: jhi                                   on 2000/08/13  15:09:16
15415         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
15416              From: Mike Guy <mjtg@cam.ac.uk>
15417              Date: Sun, 13 Aug 2000 13:45:51 +0100
15418              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
15419      Branch: perl
15420            ! t/op/regmesg.t
15421 ____________________________________________________________________________
15422 [  6609] By: jhi                                   on 2000/08/13  14:31:26
15423         Log: Andreas says that 1.56 is fine, so reverting back to it.
15424      Branch: perl
15425            ! lib/CPAN.pm
15426 ____________________________________________________________________________
15427 [  6608] By: jhi                                   on 2000/08/13  05:34:20
15428         Log: Update Changes.
15429      Branch: perl
15430            ! Changes
15431 ____________________________________________________________________________
15432 [  6607] By: jhi                                   on 2000/08/13  05:32:01
15433         Log: Put back the \z changes of #5406 to CPAN.pm.
15434      Branch: perl
15435            ! lib/CPAN.pm
15436 ____________________________________________________________________________
15437 [  6606] By: jhi                                   on 2000/08/13  05:20:16
15438         Log: Fix-n-skip the tests under 5005threads.
15439      Branch: perl
15440            ! t/lib/b.t
15441 ____________________________________________________________________________
15442 [  6605] By: jhi                                   on 2000/08/13  05:07:48
15443         Log: Fix the test for 5005threads.
15444      Branch: perl
15445            ! t/lib/peek.t
15446 ____________________________________________________________________________
15447 [  6604] By: jhi                                   on 2000/08/13  03:35:37
15448         Log: Should have deleted this in #6603.
15449      Branch: perl
15450            - vms/subconfigure.com
15451 ____________________________________________________________________________
15452 [  6603] By: jhi                                   on 2000/08/12  18:29:32
15453         Log: Rewrite of vms/subconfigure.com as configure.com,
15454              from Peter Prymmer and the vmsperl crew.
15455      Branch: perl
15456            + vms/configure.com
15457            ! MANIFEST
15458 ____________________________________________________________________________
15459 [  6602] By: jhi                                   on 2000/08/11  13:00:01
15460         Log: PlainText.pm is dead.
15461      Branch: perl
15462            - lib/Pod/PlainText.pm
15463            ! MANIFEST
15464 ____________________________________________________________________________
15465 [  6601] By: jhi                                   on 2000/08/11  04:06:45
15466         Log: Update Changes.
15467      Branch: perl
15468            ! Changes
15469 ____________________________________________________________________________
15470 [  6600] By: jhi                                   on 2000/08/11  04:06:10
15471         Log: Add a few missing files, update MANIFEST.
15472      Branch: perl
15473            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
15474            + lib/Pod/PlainText.pm t/pod/find.t
15475            ! MANIFEST t/op/regmesg.t
15476 ____________________________________________________________________________
15477 [  6599] By: jhi                                   on 2000/08/11  03:31:10
15478         Log: Add Perl debugging tutorial, regen toc. 
15479              
15480              Subject: perldebtut.pod
15481              From: Richard Foley <Richard.Foley@m.dasa.de>
15482              Date: Wed, 09 Aug 2000 10:17:15 +0200
15483              Message-id: <3991138B.262247B8@m.dasa.de>
15484      Branch: perl
15485            + pod/perldebtut.pod
15486            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15487 ____________________________________________________________________________
15488 [  6598] By: jhi                                   on 2000/08/11  02:48:56
15489         Log: tiny Changes edit
15490      Branch: perl
15491            ! Changes
15492 ____________________________________________________________________________
15493 [  6597] By: jhi                                   on 2000/08/11  02:39:04
15494         Log: Tests for #6589.
15495              
15496              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15497              From: simon@brecon.co.uk (Simon Cozens)
15498              Date: 11 Aug 2000 02:24:52 GMT
15499              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
15500      Branch: perl
15501            ! t/lib/b.t
15502 ____________________________________________________________________________
15503 [  6596] By: jhi                                   on 2000/08/11  01:50:07
15504         Log: Update Changes.
15505      Branch: perl
15506            ! Changes
15507 ____________________________________________________________________________
15508 [  6595] By: jhi                                   on 2000/08/11  01:47:16
15509         Log: nitfix
15510      Branch: perl
15511            ! Changes
15512 ____________________________________________________________________________
15513 [  6594] By: jhi                                   on 2000/08/11  01:36:16
15514         Log: Subject: Getting perlio and threads to compile
15515              From: Lupe Christoph <lupe@lupe-christoph.de>
15516              Date: Wed, 9 Aug 2000 11:35:54 +0200
15517              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
15518              
15519              (the Solaris version changes in Configure skipped)
15520      Branch: perl
15521            ! hints/solaris_2.sh thread.h
15522 ____________________________________________________________________________
15523 [  6593] By: jhi                                   on 2000/08/11  01:30:16
15524         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
15525              From: simon@brecon.co.uk (Simon Cozens)
15526              Date: 1 Aug 2000 06:55:19 GMT
15527              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
15528      Branch: perl
15529            ! lib/utf8.pm
15530 ____________________________________________________________________________
15531 [  6592] By: jhi                                   on 2000/08/11  01:26:39
15532         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
15533              From: Peter Scott <Peter@PeterScott.com>
15534              Date: Thu, 10 Aug 2000 08:23:27 -0700
15535              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
15536      Branch: perl
15537            ! lib/perl5db.pl
15538 ____________________________________________________________________________
15539 [  6591] By: jhi                                   on 2000/08/11  01:22:02
15540         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
15541              From: Hugo <hv@crypt.compulink.co.uk>
15542              Date: Thu, 10 Aug 2000 19:23:04 +0100
15543              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
15544      Branch: perl
15545            ! regexec.c t/op/pat.t
15546 ____________________________________________________________________________
15547 [  6590] By: jhi                                   on 2000/08/11  01:19:19
15548         Log: Preprocessing and postprocessing for File::Find.
15549              
15550              Subject: Patch to Find::File.pm to allow alphabetical results
15551              From: Joe Smith <jsmith@inwap.com>
15552              Date: Wed, 9 Aug 2000 02:44:54 -0700
15553              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
15554      Branch: perl
15555            ! lib/File/Find.pm
15556 ____________________________________________________________________________
15557 [  6589] By: jhi                                   on 2000/08/11  01:12:39
15558         Log: B::Deparse didn't do sub attributes.
15559              
15560              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15561              From: simon@brecon.co.uk (Simon Cozens)
15562              Date: 9 Aug 2000 04:49:20 GMT
15563              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
15564      Branch: perl
15565            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
15566 ____________________________________________________________________________
15567 [  6588] By: jhi                                   on 2000/08/11  01:06:40
15568         Log: Subject: debugger "d" command doesnt check line number
15569              From: Mike Guy <mjtg@cam.ac.uk>
15570              Date: Tue, 08 Aug 2000 21:54:29 +0100
15571              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
15572      Branch: perl
15573            ! lib/perl5db.pl mg.c pod/perldiag.pod
15574 ____________________________________________________________________________
15575 [  6587] By: jhi                                   on 2000/08/11  00:45:03
15576         Log: sleep(1) does not necessarily return 1.
15577              
15578              Subject: [PATCH bleadperl] op/lex_assign.t  
15579              From: Hugo <hv@crypt.compulink.co.uk>
15580              Date: Thu, 03 Aug 2000 14:34:22 +0100        
15581              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
15582      Branch: perl
15583            ! t/op/lex_assign.t
15584 ____________________________________________________________________________
15585 [  6586] By: jhi                                   on 2000/08/11  00:31:50
15586         Log: Document the IO::Select timeout.
15587      Branch: perl
15588            ! ext/IO/lib/IO/Select.pm
15589 ____________________________________________________________________________
15590 [  6585] By: jhi                                   on 2000/08/11  00:13:54
15591         Log: Forgot contributor.
15592      Branch: perl
15593            ! Changes
15594 ____________________________________________________________________________
15595 [  6584] By: jhi                                   on 2000/08/11  00:09:19
15596         Log: detypo
15597      Branch: perl
15598            ! Changes
15599 ____________________________________________________________________________
15600 [  6583] By: jhi                                   on 2000/08/11  00:07:53
15601         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
15602              
15603              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
15604              From: Mike Guy <mjtg@cam.ac.uk> 
15605              Date: Thu, 10 Aug 2000 15:50:54 +0100
15606              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
15607      Branch: perl
15608            ! sv.c t/op/int.t
15609 ____________________________________________________________________________
15610 [  6582] By: jhi                                   on 2000/08/10  23:29:32
15611         Log: Update Changes.
15612      Branch: perl
15613            ! Changes
15614 ____________________________________________________________________________
15615 [  6581] By: jhi                                   on 2000/08/10  23:26:16
15616         Log: Put back the std @INC thing.
15617      Branch: perl
15618            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
15619            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
15620            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
15621            ! t/lib/gol-oo.t
15622 ____________________________________________________________________________
15623 [  6580] By: jhi                                   on 2000/08/10  23:03:34
15624         Log: Update to CGI 2.70, from Lincoln Stein.
15625      Branch: perl
15626            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
15627            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
15628            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
15629            ! t/lib/cgi-request.t
15630 ____________________________________________________________________________
15631 [  6579] By: jhi                                   on 2000/08/10  22:41:50
15632         Log: Update to CPAN 1.56, from Andreas König.
15633      Branch: perl
15634            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15635 ____________________________________________________________________________
15636 [  6578] By: jhi                                   on 2000/08/10  22:38:13
15637         Log: Update to Pod::Parser 1.17, from Brad Appleton.
15638      Branch: perl
15639            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
15640            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
15641            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
15642            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
15643            ! t/pod/include.t t/pod/included.t t/pod/lref.t
15644            ! t/pod/multiline_items.t t/pod/nested_items.t
15645            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15646            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
15647            ! t/pod/special_seqs.t
15648 ____________________________________________________________________________
15649 [  6577] By: jhi                                   on 2000/08/10  22:35:41
15650         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
15651      Branch: perl
15652            ! AUTHORS MAINTAIN
15653 ____________________________________________________________________________
15654 [  6576] By: jhi                                   on 2000/08/10  22:24:54
15655         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
15656      Branch: perl
15657            + t/lib/gol-oo.t
15658            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
15659            ! t/lib/gol-compat.t t/lib/gol-linkage.t
15660 ____________________________________________________________________________
15661 [  6575] By: jhi                                   on 2000/08/10  22:02:07
15662         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
15663      Branch: perl
15664            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
15665 ____________________________________________________________________________
15666 [  6574] By: jhi                                   on 2000/08/10  21:55:03
15667         Log: Iterating perl6 description.
15668      Branch: perl
15669            ! pod/perlfaq1.pod
15670 ____________________________________________________________________________
15671 [  6573] By: jhi                                   on 2000/08/10  21:48:26
15672         Log: Revert the sv.c part of #6559, a better fix is needed.
15673      Branch: perl
15674            ! sv.c
15675 ____________________________________________________________________________
15676 [  6572] By: jhi                                   on 2000/08/10  20:33:43
15677         Log: It's the 2ndO'ROSSC.
15678      Branch: perl
15679            ! pod/perlfaq1.pod
15680 ____________________________________________________________________________
15681 [  6571] By: jhi                                   on 2000/08/10  15:55:48
15682         Log: detypo
15683      Branch: perl
15684            ! pod/perlfaq1.pod
15685 ____________________________________________________________________________
15686 [  6570] By: jhi                                   on 2000/08/10  14:11:17
15687         Log: An exceptionally sticky typo.
15688      Branch: perl
15689            ! Changes
15690 ____________________________________________________________________________
15691 [  6569] By: jhi                                   on 2000/08/10  14:09:33
15692         Log: detypo (and test Changes updating script)
15693      Branch: perl
15694            ! Changes
15695 ____________________________________________________________________________
15696 [  6568] By: jhi                                   on 2000/08/10  14:07:07
15697         Log: Update Changes.
15698      Branch: perl
15699            ! Changes
15700 ____________________________________________________________________________
15701 [  6567] By: jhi                                   on 2000/08/10  14:06:19
15702         Log: Amend the description of Perl6.
15703              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
15704              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15705              Date: Wed, 9 Aug 2000 22:11:06 -0500
15706              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
15707      Branch: perl
15708            ! pod/perlfaq1.pod
15709 ____________________________________________________________________________
15710 [  6566] By: jhi                                   on 2000/08/10  13:58:57
15711         Log: Subject: Remove dead entry in perldiag
15712              From: Mike Guy <mjtg@cam.ac.uk>
15713              Date: Thu, 10 Aug 2000 14:19:19 +0100
15714              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
15715      Branch: perl
15716            ! pod/perldiag.pod
15717 ____________________________________________________________________________
15718 [  6565] By: jhi                                   on 2000/08/10  13:51:48
15719         Log: Zero entries were skipped, fix from Adrian Goalby
15720              <argoalby@yahoo.co.uk>
15721      Branch: perl
15722            ! lib/unicode/Number.pl lib/unicode/mktables.PL
15723 ____________________________________________________________________________
15724 [  6564] By: jhi                                   on 2000/08/10  13:00:12
15725         Log: Subject: [PATCH 5.6.0] cygwin port
15726              From: "Fifer, Eric" <EFifer@sanwaint.com>
15727              Date: Thu, 10 Aug 2000 13:15:36 +0100
15728              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
15729      Branch: perl
15730            ! README.cygwin hints/cygwin.sh
15731 ____________________________________________________________________________
15732 [  6563] By: jhi                                   on 2000/08/10  12:55:16
15733         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
15734      Branch: perl
15735            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
15736 ____________________________________________________________________________
15737 [  6562] By: gsar                                  on 2000/08/10  08:38:39
15738         Log: warn is a macro, avoid using at a variable to avoid warnings
15739              in some configurations; readdir.t is too conservative in
15740              estimating number of *.t's
15741      Branch: perl
15742            ! t/op/readdir.t util.c
15743 ____________________________________________________________________________
15744 [  6561] By: jhi                                   on 2000/08/09  23:35:42
15745         Log: Update Changes.
15746      Branch: perl
15747            ! Changes
15748 ____________________________________________________________________________
15749 [  6560] By: jhi                                   on 2000/08/09  23:05:47
15750         Log: Subject: Re: enhanced(?) regex error messages
15751              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15752              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
15753              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
15754              
15755              (plus two small patches sent privately)
15756              (this still seems to leave few test failures)
15757      Branch: perl
15758            + t/op/regmesg.t
15759            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
15760            ! t/pragma/warn/regcomp
15761 ____________________________________________________________________________
15762 [  6559] By: jhi                                   on 2000/08/09  20:41:18
15763         Log: (The fix did work but was not right, retracted in #6573)
15764              
15765              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15766              From: Christian Kirsch <ck@held.mind.de>
15767              Date: Wed, 9 Aug 2000 17:05:17 +0200
15768              Message-Id: <20000809170517.A25389@held>
15769      Branch: perl
15770            ! sv.c t/pragma/locale.t
15771 ____________________________________________________________________________
15772 [  6558] By: jhi                                   on 2000/08/08  22:34:08
15773         Log: Tiny updates on the contributors list.
15774      Branch: perl
15775            ! Changes
15776 ____________________________________________________________________________
15777 [  6557] By: jhi                                   on 2000/08/08  19:34:28
15778         Log: Double check that we have a dirhandle.
15779      Branch: perl
15780            ! util.c
15781 ____________________________________________________________________________
15782 [  6556] By: jhi                                   on 2000/08/08  19:01:51
15783         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
15784              May be repopulated with fresh maintained examples.
15785      Branch: perl
15786            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
15787            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
15788            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
15789            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
15790            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
15791            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
15792            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
15793            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
15794            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
15795            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
15796            + lib/CGI/eg/wilogo_gif.uu
15797            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
15798            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15799            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15800            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
15801            - eg/cgi/frameset.cgi eg/cgi/index.html
15802            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15803            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15804            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15805            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
15806            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
15807            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15808            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15809            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15810            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15811            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15812            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15813            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15814            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15815            - eg/van/vanish eg/who eg/wrapsuid
15816            ! MANIFEST
15817 ____________________________________________________________________________
15818 [  6555] By: jhi                                   on 2000/08/08  18:51:08
15819         Log: Delete chat2 as requested by Randal.
15820              
15821              Subject: Re: perlfaq8 coyness
15822              From: merlyn@stonehenge.com (Randal L. Schwartz) 
15823              Date: 15 May 2000 18:52:42 -0700 
15824              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
15825      Branch: perl
15826            - lib/chat2.pl
15827            ! MANIFEST
15828 ____________________________________________________________________________
15829 [  6554] By: jhi                                   on 2000/08/08  18:31:35
15830         Log: Regen global.sym.
15831      Branch: perl
15832            ! global.sym
15833 ____________________________________________________________________________
15834 [  6553] By: jhi                                   on 2000/08/08  18:28:13
15835         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
15836              (either perlbug or p5p ate the original), plus regen
15837              perlapi and perltoc. 
15838      Branch: perl
15839            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
15840            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
15841            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
15842            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
15843            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
15844            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
15845            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
15846            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
15847            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
15848            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
15849 ____________________________________________________________________________
15850 [  6552] By: jhi                                   on 2000/08/08  18:06:29
15851         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
15852              From: Mike Guy <mjtg@cam.ac.uk>
15853              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
15854              Date: Tue, 08 Aug 2000 15:51:27 +0100
15855      Branch: perl
15856            ! doop.c sv.h t/op/join.t t/pragma/overload.t
15857 ____________________________________________________________________________
15858 [  6551] By: jhi                                   on 2000/08/08  18:01:11
15859         Log: Re-apply #6549.
15860      Branch: perl
15861            ! lib/perl5db.pl
15862 ____________________________________________________________________________
15863 [  6550] By: jhi                                   on 2000/08/08  17:43:08
15864         Log: Accidental retraction of #6549.
15865      Branch: perl
15866            ! lib/perl5db.pl
15867 ____________________________________________________________________________
15868 [  6549] By: jhi                                   on 2000/08/08  17:40:04
15869         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15870              From: Mike Guy <mjtg@cam.ac.uk>
15871              Date: Mon, 07 Aug 2000 21:49:58 +0100
15872              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
15873      Branch: perl
15874            ! lib/perl5db.pl
15875 ____________________________________________________________________________
15876 [  6548] By: jhi                                   on 2000/08/08  17:37:57
15877         Log: Document here-doc better.
15878              
15879              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
15880              From: Mike Guy <mjtg@cam.ac.uk>
15881              Date: Mon, 07 Aug 2000 14:02:09 +0100
15882              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
15883      Branch: perl
15884            ! pod/perldata.pod
15885 ____________________________________________________________________________
15886 [  6547] By: jhi                                   on 2000/08/08  17:33:34
15887         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
15888              From: "Randy J. Ray" <rjray@redhat.com>
15889              Date: Mon, 07 Aug 2000 19:12:25 -0700
15890              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
15891      Branch: perl
15892            ! perl.c pod/perlrun.pod
15893 ____________________________________________________________________________
15894 [  6546] By: jhi                                   on 2000/08/08  17:29:26
15895         Log: Subject: Re: enhanced(?) regex error messages 
15896              From: Hugo <hv@crypt.compulink.co.uk>
15897              Date: Tue, 08 Aug 2000 03:25:51 +0100
15898              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
15899              
15900              plus Capitalize the error messages, plus perldiag them.
15901      Branch: perl
15902            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
15903 ____________________________________________________________________________
15904 [  6545] By: jhi                                   on 2000/08/08  13:59:28
15905         Log: Augment #6539 a bit: don't croak if there's magic in the air.
15906              
15907              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
15908              From: Hugo <hv@crypt.compulink.co.uk>
15909              Date: Tue, 08 Aug 2000 03:02:03 +0100
15910              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
15911      Branch: perl
15912            ! pp.c t/op/bless.t
15913 ____________________________________________________________________________
15914 [  6544] By: jhi                                   on 2000/08/07  21:11:52
15915         Log: Make the test -w clean.
15916      Branch: perl
15917            ! t/op/bless.t
15918 ____________________________________________________________________________
15919 [  6543] By: jhi                                   on 2000/08/07  19:49:53
15920         Log: use warnings instead of $^W.
15921      Branch: perl
15922            ! t/op/bless.t
15923 ____________________________________________________________________________
15924 [  6542] By: jhi                                   on 2000/08/07  17:41:41
15925         Log: Disable a portability warning Because We Know What We Are Doing.
15926      Branch: perl
15927            ! t/op/bless.t
15928 ____________________________________________________________________________
15929 [  6541] By: jhi                                   on 2000/08/07  17:29:51
15930         Log: Tiny tidying on report_evil_fh().
15931      Branch: perl
15932            ! util.c
15933 ____________________________________________________________________________
15934 [  6540] By: jhi                                   on 2000/08/07  16:37:38
15935         Log: Make regular expression parse error messages easier to understand.
15936              
15937              Subject: Re: enhanced(?) regex error messages
15938              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15939              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
15940              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
15941      Branch: perl
15942            ! regcomp.c
15943 ____________________________________________________________________________
15944 [  6539] By: jhi                                   on 2000/08/07  16:12:27
15945         Log: Make bless(REF, REF) a fatal error, add bless tests.
15946              
15947              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
15948              From: Hugo <hv@crypt.compulink.co.uk>
15949              Date: Mon, 07 Aug 2000 16:59:38 +0100
15950              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
15951      Branch: perl
15952            + t/op/bless.t
15953            ! MANIFEST pod/perldiag.pod pp.c sv.c
15954 ____________________________________________________________________________
15955 [  6538] By: jhi                                   on 2000/08/07  15:59:43
15956         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
15957              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
15958              Date: Thu, 3 Aug 2000 14:29:21 -0700
15959              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
15960      Branch: perl
15961            ! lib/lib_pm.PL
15962 ____________________________________________________________________________
15963 [  6537] By: jhi                                   on 2000/08/07  15:47:18
15964         Log: Retract #6419 for now since it breaks in AFS and MachTen.
15965      Branch: perl
15966            ! lib/Cwd.pm
15967 ____________________________________________________________________________
15968 [  6536] By: jhi                                   on 2000/08/07  15:05:29
15969         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
15970              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
15971              The security hole exists only in suidperls, which isn't
15972              installed or even built by default.
15973      Branch: perl
15974            ! perl.c
15975 ____________________________________________________________________________
15976 [  6535] By: jhi                                   on 2000/08/07  14:45:14
15977         Log: tr memory corruption fix from Simon Cozens.
15978      Branch: perl
15979            ! doop.c
15980 ____________________________________________________________________________
15981 [  6534] By: jhi                                   on 2000/08/06  11:38:16
15982         Log: Document a bit that UDP is not what you might think.
15983              
15984              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
15985              From: Lupe Christoph <lupe@lupe-christoph.de>
15986              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
15987              Date: Mon, 24 Jul 2000 08:59:15 +0200
15988      Branch: perl
15989            ! pod/perlipc.pod
15990 ____________________________________________________________________________
15991 [  6533] By: jhi                                   on 2000/08/06  11:35:01
15992         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
15993              From: Jeff Pinyan <jeffp@hut.crusoe.net>
15994              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
15995              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
15996      Branch: perl
15997            ! pod/perlfunc.pod
15998 ____________________________________________________________________________
15999 [  6532] By: jhi                                   on 2000/08/06  03:45:41
16000         Log: Have symbols for the IoTYPEs.
16001      Branch: perl
16002            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
16003 ____________________________________________________________________________
16004 [  6531] By: jhi                                   on 2000/08/06  01:33:55
16005         Log: Continue fixing the io warnings.  This also
16006              sort of fixes bug ID 20000802.003: the core dump
16007              is no more.  Whether the current behaviour is correct
16008              (giving a warning: "Not a format reference"), is another matter.
16009      Branch: perl
16010            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
16011            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16012 ____________________________________________________________________________
16013 [  6530] By: jhi                                   on 2000/08/05  21:33:12
16014         Log: Change the Policy policy: now -Dprefix= with an existing
16015              Policy.sh and prefix == siteprefix == vendorprefix, then all
16016              of them follow along the new prefix.
16017              
16018              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
16019              From: Andy Dougherty <doughera@lafayette.edu>
16020              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
16021              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
16022      Branch: perl
16023            ! Policy_sh.SH
16024 ____________________________________________________________________________
16025 [  6529] By: jhi                                   on 2000/08/05  18:57:28
16026         Log: Zap lib/Sys directory when cleaning up.
16027      Branch: perl
16028            ! Makefile.SH
16029 ____________________________________________________________________________
16030 [  6528] By: jhi                                   on 2000/08/05  18:40:44
16031         Log: Essential prototype changes were missing from #6527.
16032              Also make report_evil_fh() more bomb-proof.
16033      Branch: perl
16034            ! embed.h util.c
16035 ____________________________________________________________________________
16036 [  6527] By: jhi                                   on 2000/08/05  03:22:05
16037         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
16038              From: "Ronald F. Guilmette" <rfg@monkeys.com>
16039              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
16040              Message-Id: <200007242247.PAA52177@monkeys.com>
16041      Branch: perl
16042            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
16043 ____________________________________________________________________________
16044 [  6526] By: jhi                                   on 2000/08/04  21:23:27
16045         Log: gcc versions might have (parentheses) in them.
16046      Branch: metaconfig/U/perl
16047            ! gccvers.U
16048      Branch: perl
16049            ! Configure config_h.SH
16050 ____________________________________________________________________________
16051 [  6525] By: jhi                                   on 2000/08/04  20:23:12
16052         Log: Weed buglets pointed out by
16053              
16054              From: Lupe Christoph <lupe@lupe-christoph.de>
16055              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
16056              Date: Fri, 4 Aug 2000 17:34:39 +0200
16057              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
16058      Branch: metaconfig/U/perl
16059            ! gccvers.U uselfs.U
16060      Branch: perl
16061            ! Configure config_h.SH
16062 ____________________________________________________________________________
16063 [  6524] By: jhi                                   on 2000/08/04  19:02:08
16064         Log: Warn under -w if lstat(FH) is attempted.
16065              
16066              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
16067              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
16068              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
16069              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
16070      Branch: perl
16071            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
16072            ! t/pragma/warn/pp_sys
16073 ____________________________________________________________________________
16074 [  6523] By: jhi                                   on 2000/08/04  12:31:11
16075         Log: Subject: New perlcc, take 2
16076              From: simon@brecon.co.uk (Simon Cozens)
16077              Date: 4 Aug 2000 06:21:04 GMT
16078              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
16079      Branch: perl
16080            ! utils/perlcc.PL
16081 ____________________________________________________________________________
16082 [  6522] By: jhi                                   on 2000/08/04  12:26:33
16083         Log: Subject: Re: Array vs. List context
16084              From: Daniel Chetlin <daniel@chetlin.com>
16085              Date: Fri, 4 Aug 2000 00:22:44 -0700
16086              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
16087      Branch: perl
16088            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
16089            ! pod/perlfaq4.pod
16090 ____________________________________________________________________________
16091 [  6521] By: jhi                                   on 2000/08/04  12:22:38
16092         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
16093              From: Raymund Will <ray@caldera.de>
16094              Date: Fri, 4 Aug 2000 12:07:09 +0200
16095              Message-Id: <20000804120709.A14982@caldera.de>
16096      Branch: perl
16097            ! configure.gnu
16098 ____________________________________________________________________________
16099 [  6520] By: jhi                                   on 2000/08/04  04:09:06
16100         Log: After the #6519 a warning about stat() is just that,
16101              not about a filetest, which now have their own warning.
16102      Branch: perl
16103            ! pod/perldiag.pod
16104 ____________________________________________________________________________
16105 [  6519] By: jhi                                   on 2000/08/04  04:06:30
16106         Log: In the warnings call filehandles consistently so;
16107              add "unopened" warning for stat().
16108      Branch: perl
16109            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16110            ! t/pragma/warn/pp_sys
16111 ____________________________________________________________________________
16112 [  6518] By: jhi                                   on 2000/08/04  02:55:35
16113         Log: Subject: Minor tweak to perlvar.pod
16114              From: "Stephen P. Potter" <spp@ds.net>
16115              Date: Tue, 18 Apr 2000 09:26:03 -0400
16116              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
16117      Branch: perl
16118            ! pod/perlvar.pod
16119 ____________________________________________________________________________
16120 [  6517] By: jhi                                   on 2000/08/04  02:50:08
16121         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
16122              From: "Clinton Pierce" <cpierce1@ford.com>
16123              Date: Wed, 21 Jul 1999 16:45:31 -0400
16124              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
16125              
16126              Fix by Stephen Potter (visible in the bug db but not in p5p?)
16127      Branch: perl
16128            ! pod/perlfunc.pod pod/perlop.pod
16129 ____________________________________________________________________________
16130 [  6516] By: jhi                                   on 2000/08/04  02:09:25
16131         Log: This is 6512.  Really.
16132      Branch: perl
16133            ! dump.c
16134 ____________________________________________________________________________
16135 [  6515] By: jhi                                   on 2000/08/04  01:25:50
16136         Log: mention the idea of @( and @)
16137      Branch: perl
16138            ! Todo-5.6
16139 ____________________________________________________________________________
16140 [  6514] By: bailey                                on 2000/08/04  01:18:46
16141         Log: YA resync with mainstem, including VMS patches from others
16142      Branch: vmsperl
16143           +> (branch 48 files)
16144            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
16145           !> (integrate 354 files)
16146 ____________________________________________________________________________
16147 [  6513] By: jhi                                   on 2000/08/04  01:18:18
16148         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
16149              From: Mark Dickinson <dickins3@fas.harvard.edu>
16150              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
16151              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
16152      Branch: perl
16153            ! t/op/grent.t t/op/pwent.t
16154 ____________________________________________________________________________
16155 [  6512] By: jhi                                   on 2000/08/04  01:14:06
16156         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
16157              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16158              Date: Wed, 02 Aug 2000 10:51:01 +0100
16159              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
16160      Branch: perl
16161            ! sv.c
16162 ____________________________________________________________________________
16163 [  6511] By: jhi                                   on 2000/08/04  00:57:00
16164         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
16165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16166              Date: Thu, 03 Aug 2000 17:20:04 -0700
16167              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
16168      Branch: metaconfig
16169            ! U/modified/Cppsym.U
16170      Branch: perl
16171            ! Configure config_h.SH
16172 ____________________________________________________________________________
16173 [  6510] By: jhi                                   on 2000/08/04  00:25:28
16174         Log: detypo
16175      Branch: perl
16176            ! Makefile.SH
16177 ____________________________________________________________________________
16178 [  6509] By: jhi                                   on 2000/08/03  23:43:18
16179         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
16180              From: Dominic Dunlop <domo@computer.org>
16181              Date: Thu, 3 Aug 2000 22:16:46 +0200
16182              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
16183      Branch: perl
16184            ! t/op/sprintf.t
16185 ____________________________________________________________________________
16186 [  6508] By: jhi                                   on 2000/08/03  23:40:37
16187         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
16188              From: Hugo <hv@crypt.compulink.co.uk>
16189              Date: Thu, 03 Aug 2000 18:25:30 +0100
16190              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
16191      Branch: perl
16192            ! regcomp.c t/op/re_tests
16193 ____________________________________________________________________________
16194 [  6507] By: jhi                                   on 2000/08/03  23:38:28
16195         Log: Subject: [PATCH] sv.h documentation - SvLEN
16196              From: Mike Guy <mjtg@cam.ac.uk>
16197              Date: Thu, 03 Aug 2000 14:43:09 +0100
16198              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
16199      Branch: perl
16200            ! sv.h
16201 ____________________________________________________________________________
16202 [  6506] By: jhi                                   on 2000/08/03  15:49:14
16203         Log: Disable the fix_pl hack for now.
16204      Branch: perl
16205            ! Makefile.SH
16206 ____________________________________________________________________________
16207 [  6505] By: jhi                                   on 2000/08/03  13:49:04
16208         Log: Add a URL for FSF.
16209              
16210              Subject: Patch for README
16211              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16212              Date: Wed, 2 Aug 2000 13:25:09 -0500
16213              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
16214      Branch: perl
16215            ! README
16216 ____________________________________________________________________________
16217 [  6504] By: jhi                                   on 2000/08/03  13:29:19
16218         Log: Be more informative on what is skipped and why,
16219              also repeat the list at the end.
16220      Branch: perl
16221            ! Porting/p4desc
16222 ____________________________________________________________________________
16223 [  6503] By: jhi                                   on 2000/08/03  13:07:05
16224         Log: Circumvent the removal of .patch by fix_pl.
16225              
16226              Subject: Re: [ID 20000802.011] unable to 'make test'          
16227              From: simon@brecon.co.uk (Simon Cozens) 
16228              Date: 3 Aug 2000 04:17:00 GMT
16229              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
16230      Branch: perl
16231            ! Makefile.SH
16232 ____________________________________________________________________________
16233 [  6502] By: jhi                                   on 2000/08/03  00:14:34
16234         Log: Add the missing setproctitle unit.
16235      Branch: metaconfig/U/perl
16236            + d_setproctitle.U
16237 ____________________________________________________________________________
16238 [  6501] By: jhi                                   on 2000/08/03  00:00:26
16239         Log: The subtest 4 may fail also on VOBS, as pointed out
16240              by Nick Ing-Simmons in November 1999, bug id 19991124.003
16241              (but the failure in that bug report isn't the subtest 4).
16242      Branch: perl
16243            ! t/op/stat.t
16244 ____________________________________________________________________________
16245 [  6500] By: jhi                                   on 2000/08/02  23:49:30
16246         Log: Better skip message for the test; one of the two problems in
16247              
16248              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
16249              From: Lupe Christoph <lupe@lupe-christoph.de>
16250              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
16251              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
16252      Branch: perl
16253            ! t/op/numconvert.t
16254 ____________________________________________________________________________
16255 [  6499] By: jhi                                   on 2000/08/02  22:49:16
16256         Log: Allow "no Module;" even if there is no 'unimport'.
16257              
16258              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
16259              From: mjd@plover.com
16260              Date: 24 Mar 2000 15:24:34 -0000
16261              Message-Id: <20000324152434.15160.qmail@plover.com>
16262      Branch: perl
16263            ! gv.c
16264 ____________________________________________________________________________
16265 [  6498] By: jhi                                   on 2000/08/02  22:42:58
16266         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
16267              that are hopefully soon put into use.
16268      Branch: perl
16269            ! opcode.h opcode.pl opnames.h
16270 ____________________________________________________________________________
16271 [  6497] By: gsar                                  on 2000/08/02  22:28:59
16272         Log: require.t needs binmode() to work on windows
16273      Branch: perl
16274            ! t/comp/require.t
16275 ____________________________________________________________________________
16276 [  6496] By: jhi                                   on 2000/08/02  22:08:51
16277         Log: Document the IVdf UVuf UVof UVxf.
16278      Branch: perl
16279            ! pod/perlguts.pod
16280 ____________________________________________________________________________
16281 [  6495] By: jhi                                   on 2000/08/02  21:54:26
16282         Log: detypo #6494
16283      Branch: perl
16284            ! ext/Data/Dumper/Dumper.xs
16285 ____________________________________________________________________________
16286 [  6494] By: jhi                                   on 2000/08/02  21:49:17
16287         Log: Dump UVs as UVs in Data::Dumper.
16288              
16289              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
16290              From: Gurusamy Sarathy <gsar@ActiveState.com>
16291              Date: Thu, 27 Apr 2000 12:26:25 -0700
16292              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
16293      Branch: perl
16294            ! ext/Data/Dumper/Dumper.xs
16295 ____________________________________________________________________________
16296 [  6493] By: jhi                                   on 2000/08/02  17:01:58
16297         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
16298              From: Hugo <hv@crypt.compulink.co.uk>
16299              Date: Wed, 02 Aug 2000 14:53:56 +0100
16300              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
16301      Branch: perl
16302            ! regexec.c t/op/re_tests
16303 ____________________________________________________________________________
16304 [  6492] By: jhi                                   on 2000/08/02  15:02:46
16305         Log: The new setproctitle() feature is available only in 
16306              bleeding edge FreeBSD.  From Paul Saab.
16307      Branch: perl
16308            ! mg.c
16309 ____________________________________________________________________________
16310 [  6491] By: jhi                                   on 2000/08/02  13:34:36
16311         Log: The tr utf8 patching continues.
16312              
16313              Subject: Re: #6469, too many tests claimed in require.t
16314              From: simon@brecon.co.uk (Simon Cozens)
16315              Date: 2 Aug 2000 02:37:17 GMT
16316              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
16317              
16318              (the logic of the test was the wrong way round in the patch)
16319      Branch: perl
16320            ! doop.c
16321 ____________________________________________________________________________
16322 [  6490] By: jhi                                   on 2000/08/02  13:27:38
16323         Log: The name of a filehandle does not have <these>.
16324      Branch: perl
16325            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16326            ! t/pragma/warn/pp_sys util.c
16327 ____________________________________________________________________________
16328 [  6489] By: jhi                                   on 2000/08/02  04:26:46
16329         Log: Remove the extraneous "main::" prefix from all the
16330              "opened only for", "on closed", and "never opened" warnings.
16331              
16332              Subject: Re: inappropriate warning
16333              From: Gurusamy Sarathy <gsar@ActiveState.com>
16334              Date: Mon, 20 Mar 2000 11:28:02 -0800
16335              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
16336      Branch: perl
16337            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
16338            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
16339            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16340 ____________________________________________________________________________
16341 [  6488] By: jhi                                   on 2000/08/02  03:02:57
16342         Log: memcpy has n o in it, as pinted ut by Sarathy.
16343      Branch: perl
16344            ! pod/perlguts.pod
16345 ____________________________________________________________________________
16346 [  6487] By: jhi                                   on 2000/08/02  02:44:51
16347         Log: Document in one place the memory abstractions used in Perl core.
16348              
16349              Subject: Re: Memory abstraction
16350              From: simon@brecon.co.uk (Simon Cozens)
16351              Date: 2 Aug 2000 02:20:23 GMT
16352              Organization: Earth.li Origins
16353      Branch: perl
16354            ! pod/perlguts.pod
16355 ____________________________________________________________________________
16356 [  6486] By: jhi                                   on 2000/08/02  02:41:57
16357         Log: regen_headers, regen perltoc.
16358      Branch: perl
16359            ! perlapi.c pod/perltoc.pod
16360 ____________________________________________________________________________
16361 [  6485] By: jhi                                   on 2000/08/02  01:43:33
16362         Log: "This little thing tests for a file .patch, and if it contains
16363              a number, pops into patchlevel.h" (making it easier to track
16364              which development version people are reporting bugs against)
16365              
16366              Subject: Patchlevel autogeneration for repository perls
16367              From: simon@brecon.co.uk (Simon Cozens)
16368              Date: 14 Jul 2000 07:12:15 GMT
16369              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
16370      Branch: perl
16371            + fix_pl
16372            ! MANIFEST Makefile.SH
16373 ____________________________________________________________________________
16374 [  6484] By: jhi                                   on 2000/08/02  01:32:54
16375         Log: FreeBSD 3.* updates from
16376              
16377              From: Paul Saab <ps@yahoo-inc.com>
16378              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
16379              Date: Tue, 1 Aug 2000 15:41:39 -0700
16380              Message-Id: <20000801154139.A53740@yahoo-inc.com>
16381      Branch: perl
16382            ! hints/freebsd.sh
16383 ____________________________________________________________________________
16384 [  6483] By: jhi                                   on 2000/08/02  01:27:44
16385         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
16386              instead one must use setproctitle().  This was already addressed
16387              by change #6457, but the below has a new variant for FreeBSD 4.0
16388              or later, and the matter is also documented more.
16389              
16390              From: Paul Saab <ps@yahoo-inc.com>
16391              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
16392              Date: Tue, 1 Aug 2000 15:41:39 -0700
16393              Message-Id: <20000801154139.A53740@yahoo-inc.com>
16394      Branch: metaconfig/U/perl
16395            + i_libutil.U
16396      Branch: perl
16397            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
16398 ____________________________________________________________________________
16399 [  6482] By: jhi                                   on 2000/08/01  22:17:32
16400         Log: The test from this
16401              
16402              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
16403              Date: Sat, 15 Apr 2000 17:03:44 +0100
16404              From: Tom Hughes <tom@compton.nu>
16405              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
16406              
16407              was missing, the code change went in as #5989
16408              (which had a different test?)
16409      Branch: perl
16410            ! t/op/misc.t
16411 ____________________________________________________________________________
16412 [  6481] By: jhi                                   on 2000/08/01  21:48:38
16413         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
16414              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16415              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
16416              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
16417      Branch: perl
16418            ! perl.h
16419 ____________________________________________________________________________
16420 [  6480] By: jhi                                   on 2000/08/01  18:05:28
16421         Log: Make p4desc to skip non-mainperl branches by default.
16422      Branch: perl
16423            ! Porting/p4desc
16424 ____________________________________________________________________________
16425 [  6479] By: jhi                                   on 2000/08/01  17:29:19
16426         Log: If gccosandvers is equal to osname, clear gccosandvers.
16427      Branch: metaconfig/U/perl
16428            ! gccvers.U
16429      Branch: perl
16430            ! Configure config_h.SH
16431 ____________________________________________________________________________
16432 [  6478] By: jhi                                   on 2000/08/01  15:54:08
16433         Log: BOM patching from Simon Cozens.
16434      Branch: perl
16435            ! toke.c
16436 ____________________________________________________________________________
16437 [  6477] By: jhi                                   on 2000/08/01  04:50:33
16438         Log: Stash away the largefiles flags and libswanted.
16439      Branch: perl
16440            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
16441 ____________________________________________________________________________
16442 [  6476] By: gsar                                  on 2000/08/01  04:24:24
16443         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
16444              on Windows)
16445      Branch: perl
16446            ! t/pragma/utf8.t utf8.c win32/win32.c
16447 ____________________________________________________________________________
16448 [  6475] By: jhi                                   on 2000/08/01  03:35:24
16449         Log: Make chr() for values >127 to create utf8 when under utf8.
16450              
16451              Subject: Re: uft8/chr()
16452              From: simon@brecon.co.uk (Simon Cozens)
16453              Date: 1 Aug 2000 02:37:02 GMT
16454              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
16455      Branch: perl
16456            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
16457 ____________________________________________________________________________
16458 [  6474] By: jhi                                   on 2000/08/01  02:36:18
16459         Log: In Digital UNIX warn if gcc explicitly chosen because even
16460              2.95.2 is known to cause problems.
16461      Branch: perl
16462            ! hints/dec_osf.sh
16463 ____________________________________________________________________________
16464 [  6473] By: jhi                                   on 2000/08/01  02:00:56
16465         Log: Make the safety catch for buggy gccs work with triple version
16466              numbers like 2.95.2.  Reported in
16467              
16468              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
16469              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
16470              Date: Mon, 31 Jul 2000 14:55:06 +0200
16471              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
16472      Branch: perl
16473            ! hints/dec_osf.sh
16474 ____________________________________________________________________________
16475 [  6472] By: jhi                                   on 2000/08/01  01:13:33
16476         Log: Subject: fix and question re: waitpid() under win32
16477              From: Brian Clarke <clarke@appliedmeta.com>
16478              Date: Fri, 28 Jul 2000 15:18:29 -0400
16479              Message-ID: <3981DC85.290314EB@appliedmeta.com>
16480              
16481              Slightly reformatted and WNOHANG # define moved to win32.h
16482              so that also POSIX.xs sees it, as suggsted by Sarathy.
16483      Branch: perl
16484            ! win32/win32.c win32/win32.h
16485 ____________________________________________________________________________
16486 [  6471] By: jhi                                   on 2000/08/01  00:55:05
16487         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
16488              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16489              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
16490              Date: Mon, 31 Jul 2000 13:28:51 +0100
16491              
16492              (aka ID 20000730.002)
16493      Branch: perl
16494            ! op.c t/op/tr.t
16495 ____________________________________________________________________________
16496 [  6470] By: jhi                                   on 2000/07/31  23:34:42
16497         Log: Document the problem with -P in HP-UX and its workaround.
16498              
16499              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
16500              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
16501              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
16502              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
16503      Branch: perl
16504            ! README.hpux
16505 ____________________________________________________________________________
16506 [  6469] By: jhi                                   on 2000/07/31  04:15:02
16507         Log: The swallow_bom() saga continues.  The #23 of require.t
16508              (UTF16-LE) still fails (silently, no output) but the #22
16509              (UTF16-BE) seems to be working now.  The root of the
16510              failure may be in sv_gets(): is it UTF-16LE-aware,
16511              especially when it comes to line endings? 
16512      Branch: perl
16513            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
16514            ! t/comp/require.t toke.c utf8.c
16515 ____________________________________________________________________________
16516 [  6468] By: jhi                                   on 2000/07/30  19:05:48
16517         Log: Find green threads before native threads.
16518              
16519              Subject: Re: Patch to jpl/JNI/Makefile.PL
16520              From: Jens Thomsen <jens@fiend.cis.com>
16521              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
16522              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
16523      Branch: perl
16524            ! jpl/JNI/Makefile.PL
16525 ____________________________________________________________________________
16526 [  6467] By: jhi                                   on 2000/07/30  18:36:22
16527         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
16528      Branch: perl
16529            ! doop.c
16530 ____________________________________________________________________________
16531 [  6466] By: jhi                                   on 2000/07/30  04:37:29
16532         Log: A new version of the "remove UPPERACSE string comparison"
16533              operators.  The problem with the previous one (change #6454)
16534              was that it was for Perl 5.6.0.  From Paul Marquess.
16535      Branch: perl
16536            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
16537            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
16538            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
16539 ____________________________________________________________________________
16540 [  6465] By: jhi                                   on 2000/07/29  22:39:56
16541         Log: Do not upgrade SVs into utf8 just because they participate
16542              in eq or cmp.  Reported and fix suggested in
16543              
16544              Subject: [ID 20000720.009] sv_eq UTF8 bug
16545              From: "Simon Cozens" <simon@othersideofthe.earth.li>
16546              Date: 21 Jul 2000 04:37:29 -0000
16547              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
16548              
16549              Exercise for the kind reader: should we or should we not
16550              cache the utf8 conversion alonside the SV? (as magic,
16551              as thestrxfrm()ed version is cached under use locale)
16552              Argue both for and against.
16553      Branch: perl
16554            ! sv.c
16555 ____________________________________________________________________________
16556 [  6464] By: jhi                                   on 2000/07/29  22:36:22
16557         Log: Subject: UTF8 concat
16558              From: simon@brecon.co.uk (Simon Cozens) 
16559              Date: 30 Jun 2000 06:13:25 GMT
16560              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
16561              
16562              (with a memory leak fixed, plus a few casts added)
16563              
16564              This also seems to help for
16565              
16566              Subject: [ID 20000716.015] join UTF8 weirdness
16567              From: root <root@ak-71.mind.de> 
16568              Date: Sat, 15 Jul 2000 15:29:54 +0200
16569              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
16570              
16571              (from Andreas König)
16572      Branch: perl
16573            ! pp_hot.c
16574 ____________________________________________________________________________
16575 [  6463] By: jhi                                   on 2000/07/29  00:55:39
16576         Log: Tune the comments and hopefully stop a memory leak.
16577      Branch: perl
16578            ! toke.c utf8.c
16579 ____________________________________________________________________________
16580 [  6462] By: jhi                                   on 2000/07/29  00:16:53
16581         Log: The problem described in this
16582              
16583              Subject: [ID 20000322.018] named chars aren't magical enough
16584              From: root <root@dixie.cscaper.com>     
16585              Date: Wed, 22 Mar 2000 18:37:42 -0700
16586              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
16587              
16588              has been fixed in perl 5.6.0 but just in case added a test
16589              to keep it away.  (The report from Joseph Hall.)
16590      Branch: perl
16591            ! t/lib/charnames.t
16592 ____________________________________________________________________________
16593 [  6461] By: jhi                                   on 2000/07/28  23:56:36
16594         Log: Tiny fixes for #6460.
16595      Branch: metaconfig/U/perl
16596            ! gccvers.U
16597      Branch: perl
16598            ! Configure config_h.SH
16599 ____________________________________________________________________________
16600 [  6460] By: jhi                                   on 2000/07/28  23:24:41
16601         Log: Warn if the version of the operating system used to compile gcc
16602              differs from the current version of the operating system.
16603              Also display the gcc compilation os and version in myconfig.
16604              Inspiration from
16605              
16606              Subject: Re: [ID 20000710.003] ERRORS!!         
16607              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16608              Date: Mon, 10 Jul 2000 15:54:16 -0400
16609              Message-ID: <20000710155416.A1384@O2.chapin.edu>
16610      Branch: metaconfig/U/perl
16611            ! gccvers.U
16612      Branch: perl
16613            ! Configure config_h.SH myconfig.SH
16614 ____________________________________________________________________________
16615 [  6459] By: jhi                                   on 2000/07/28  22:00:32
16616         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
16617              letter to $Config{osvers}.
16618      Branch: metaconfig
16619            ! U/modified/Oldconfig.U
16620      Branch: perl
16621            ! Configure config_h.SH
16622 ____________________________________________________________________________
16623 [  6458] By: jhi                                   on 2000/07/28  04:15:39
16624         Log: Back out #6454, doesn't seem to work.
16625              (Reason: that patch was for perl 5.6.0, not perl-current)
16626              (A version of the patch for perl-current came in later as #6466)
16627      Branch: perl
16628            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
16629            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
16630            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
16631 ____________________________________________________________________________
16632 [  6457] By: jhi                                   on 2000/07/27  23:31:49
16633         Log: Use setproctitle() if available to modify $0.
16634              
16635              Subject: setting $* on BSD4 broken
16636              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16637              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
16638              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
16639      Branch: metaconfig
16640            ! U/modified/Myinit.U
16641      Branch: perl
16642            ! Configure config_h.SH mg.c
16643 ____________________________________________________________________________
16644 [  6456] By: jhi                                   on 2000/07/27  14:50:47
16645         Log: Allow "no AutoLoader;", based on change #6444,
16646              suggested by Graham Barr.
16647      Branch: perl
16648            ! lib/AutoLoader.pm
16649 ____________________________________________________________________________
16650 [  6455] By: jhi                                   on 2000/07/27  14:19:10
16651         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
16652              From: rspier@pobox.com (Robert Spier)
16653              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
16654              Message-ID: <14720.15855.787664.424783@rls.cx>
16655      Branch: perl
16656            ! pod/perldiag.pod
16657 ____________________________________________________________________________
16658 [  6454] By: jhi                                   on 2000/07/27  14:03:02
16659         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
16660              for a long time).
16661              
16662              Reported in
16663              
16664              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
16665              From: Ryan Herbert <rherbert@sycamorehq.com>
16666              Date: Mon, 17 Jul 2000 11:40:42 -0400
16667              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
16668              
16669              Patched in
16670              
16671              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
16672              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
16673              Date: Wed, 26 Jul 2000 23:40:18 +0100
16674              Message-ID: <000001bff752$79511880$0a17073e@tiny>
16675              
16676              based on an earlier patch from Stephen P. Potter.
16677              
16678              (Removed later by change #6458 because this patch was for
16679              perl 5.6.0, not perl-current)
16680      Branch: perl
16681            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
16682            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
16683            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
16684 ____________________________________________________________________________
16685 [  6453] By: jhi                                   on 2000/07/27  13:48:02
16686         Log: Subject: [PATCH] fixes bug 20000508.004
16687              From: Michael Stevens <mstevens@globnix.org>
16688              Date: Thu, 27 Jul 2000 13:49:04 +0100
16689              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
16690      Branch: perl
16691            ! pod/perldata.pod
16692 ____________________________________________________________________________
16693 [  6452] By: jhi                                   on 2000/07/26  23:51:26
16694         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
16695              and Craig A. Berry.
16696      Branch: perl
16697            ! lib/File/Temp.pm pod/perlport.pod
16698 ____________________________________________________________________________
16699 [  6451] By: jhi                                   on 2000/07/26  19:43:30
16700         Log: Be wary of close()s, too.
16701              
16702              Subject: Re: [PATCH] perlbug cleanup
16703              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16704              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
16705              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
16706      Branch: perl
16707            ! utils/perlbug.PL
16708 ____________________________________________________________________________
16709 [  6450] By: jhi                                   on 2000/07/26  18:41:40
16710         Log: Subject: Minor doc patch: handy.h
16711              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
16712              Date: Wed, 26 Jul 2000 15:34:25 -0300
16713              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
16714      Branch: perl
16715            ! handy.h pod/perlapi.pod
16716 ____________________________________________________________________________
16717 [  6449] By: jhi                                   on 2000/07/26  18:23:55
16718         Log: Subject: [PATCH] minor doc change - perlguts
16719              From: Michael Stevens <mstevens@globnix.org>
16720              Date: Thu, 13 Jul 2000 12:39:18 +0100
16721              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
16722      Branch: perl
16723            ! pod/perlguts.pod
16724 ____________________________________________________________________________
16725 [  6448] By: jhi                                   on 2000/07/26  18:20:30
16726         Log: open() wariness in perlbug.
16727              
16728              Subject: [PATCH] perlbug cleanup
16729              From: Michael Stevens <mstevens@globnix.org>
16730              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
16731              Date: Thu, 13 Jul 2000 15:52:23 +0100
16732      Branch: perl
16733            ! utils/perlbug.PL
16734 ____________________________________________________________________________
16735 [  6447] By: jhi                                   on 2000/07/26  18:13:04
16736         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
16737      Branch: perl
16738            ! lib/File/Temp.pm t/lib/ftmp-security.t
16739 ____________________________________________________________________________
16740 [  6446] By: jhi                                   on 2000/07/26  18:06:32
16741         Log: docfix from Peter Scott <Peter@PSDT.com>.
16742      Branch: perl
16743            ! pod/perlfunc.pod
16744 ____________________________________________________________________________
16745 [  6445] By: jhi                                   on 2000/07/26  17:53:31
16746         Log: Fix *foo{FORMAT}.
16747              
16748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16749              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
16750              Date: Wed, 26 Jul 2000 19:51:02 +0200
16751              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
16752              
16753              From: Graham Barr <gbarr@pobox.com>
16754              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
16755              Date: Wed, 26 Jul 2000 17:38:36 +0100
16756              Message-ID: <20000726173836.L472@pobox.com>
16757      Branch: perl
16758            ! pp.c sv.c t/op/gv.t
16759 ____________________________________________________________________________
16760 [  6444] By: jhi                                   on 2000/07/26  17:49:14
16761         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
16762              from Graham Barr in the module list.
16763      Branch: perl
16764            ! gv.c pod/perlobj.pod
16765 ____________________________________________________________________________
16766 [  6443] By: jhi                                   on 2000/07/26  16:06:56
16767         Log: More split() doc and test patches from Mike Guy.
16768      Branch: perl
16769            ! pod/perlfunc.pod t/op/split.t
16770 ____________________________________________________________________________
16771 [  6442] By: jhi                                   on 2000/07/26  16:05:30
16772         Log: MacOS nits from Matthias Neeracher.
16773      Branch: perl
16774            ! perl.c pp_ctl.c
16775 ____________________________________________________________________________
16776 [  6441] By: jhi                                   on 2000/07/26  04:39:57
16777         Log: Subject: [PATCH] split /^/
16778              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16779              Date: Tue, 25 Jul 2000 14:18:57 +0100
16780              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
16781              
16782              (with notes from tchrist and gbarr)
16783      Branch: perl
16784            ! pod/perlfunc.pod t/op/split.t
16785 ____________________________________________________________________________
16786 [  6440] By: jhi                                   on 2000/07/26  04:32:32
16787         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
16788              From: Peter Prymmer <pvhp@forte.com>
16789              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
16790              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
16791      Branch: perl
16792            ! vms/munchconfig.c
16793 ____________________________________________________________________________
16794 [  6439] By: jhi                                   on 2000/07/26  04:31:01
16795         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
16796              to be fatal errors (instead of by default ignoring them, and
16797              ignoring with a bug: even though -w gave an error, the opening [
16798              was left in)  Reported in:
16799              
16800              Subject: [ID 20000716.024] [=cc=] / [:blank:]
16801              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
16802              Date: Sun, 16 Jul 2000 17:55:29 -0700
16803              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
16804      Branch: perl
16805            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
16806 ____________________________________________________________________________
16807 [  6438] By: jhi                                   on 2000/07/25  15:41:15
16808         Log: Subject: [PATCH] av.c apidoc
16809              From: simon@brecon.co.uk (Simon Cozens)
16810              Date: 24 Jul 2000 06:40:52 GMT
16811              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
16812      Branch: perl
16813            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
16814            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
16815 ____________________________________________________________________________
16816 [  6437] By: jhi                                   on 2000/07/25  14:05:36
16817         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
16818              From: "Stephen P. Potter" <spp@ds.net>
16819              Date: Mon, 24 Jul 2000 14:22:23 -0400
16820              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
16821      Branch: perl
16822            ! pod/perllocale.pod
16823 ____________________________________________________________________________
16824 [  6436] By: jhi                                   on 2000/07/25  14:02:03
16825         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
16826              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16827              Date: Mon, 24 Jul 2000 18:04:28 +0100
16828              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
16829      Branch: perl
16830            ! t/lib/syslfs.t t/op/lfs.t
16831 ____________________________________________________________________________
16832 [  6435] By: jhi                                   on 2000/07/25  13:59:28
16833         Log: Get UTF16 BOMs working.  Patch from
16834              
16835              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16836              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16837              Date: Tue, 25 Jul 2000 12:52:45 +0100
16838              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
16839              
16840              and notes from
16841              
16842              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16843              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16844              Date: Tue, 25 Jul 2000 11:43:25 +0100
16845              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
16846      Branch: perl
16847            ! t/comp/require.t toke.c utf8.c
16848 ____________________________________________________________________________
16849 [  6434] By: jhi                                   on 2000/07/25  02:39:54
16850         Log: Make the "uninit variable" warning to say "concat or string"
16851              or "join or string" when in concat or join .
16852              
16853              Subject: Re: [ID 20000403.009] uninitialised concatenation???
16854              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16855              Date: Tue, 04 Apr 2000 18:22:58 +0100
16856              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
16857              
16858              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
16859              From: William R Ward <hermit@BayView.COM>
16860              Date: Thu, 30 Mar 2000 19:50:03 -0800
16861              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
16862      Branch: perl
16863            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
16864            ! t/pragma/warn/op t/pragma/warn/sv
16865 ____________________________________________________________________________
16866 [  6433] By: jhi                                   on 2000/07/24  17:52:56
16867         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
16868      Branch: perl
16869            ! lib/File/Spec/VMS.pm
16870 ____________________________________________________________________________
16871 [  6432] By: jhi                                   on 2000/07/24  17:44:44
16872         Log: Test cases for #6431.
16873              
16874              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16875              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16876              Date: Mon, 24 Jul 2000 15:32:29 +0100
16877              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
16878      Branch: perl
16879            ! t/op/pat.t t/op/split.t
16880 ____________________________________________________________________________
16881 [  6431] By: jhi                                   on 2000/07/24  17:43:17
16882         Log: Bind op fix.
16883              
16884              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16885              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16886              Date: Mon, 17 Jul 2000 20:04:56 +0100
16887              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
16888      Branch: perl
16889            ! op.c
16890 ____________________________________________________________________________
16891 [  6430] By: jhi                                   on 2000/07/24  03:42:42
16892         Log: Subject: [ID 20000716.023] syslog test fails without sockets
16893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16894              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
16895              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
16896      Branch: metaconfig/U/perl
16897            ! Extensions.U
16898      Branch: perl
16899            ! Configure config_h.SH
16900 ____________________________________________________________________________
16901 [  6429] By: jhi                                   on 2000/07/24  03:11:52
16902         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
16903              case, but add also notes explaining the relationship of this
16904              patch and the earlier notes by Sarathy.
16905              
16906              Subject: Map is still slow
16907              From: "Ben Tilly" <ben_tilly@hotmail.com>
16908              Date: Sat, 15 Jul 2000 17:23:27 EDT
16909              Message-ID: <20000715212327.21656.qmail@hotmail.com>
16910      Branch: perl
16911            ! pp_ctl.c
16912 ____________________________________________________________________________
16913 [  6428] By: jhi                                   on 2000/07/24  02:58:52
16914         Log: Documentation to explain the behaviour of map().
16915              
16916              Subject: Re: Map is still slow 
16917              From: Gurusamy Sarathy <gsar@ActiveState.com>
16918              Date: Sat, 15 Jul 2000 16:05:09 -0700
16919              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
16920      Branch: perl
16921            ! pp_ctl.c
16922 ____________________________________________________________________________
16923 [  6427] By: jhi                                   on 2000/07/24  02:50:03
16924         Log: Add tests for
16925              [ID 19991110.003] another matching finding by pcre author
16926              which has already been fixed by some patch, as verified in
16927              
16928              Subject: Re: two regex bugs from the mists of time (well, last November)
16929              From: Hugo <hv@crypt.compulink.co.uk>
16930              Date: Sat, 22 Jul 2000 18:12:58 +0100
16931              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
16932      Branch: perl
16933            ! t/op/re_tests
16934 ____________________________________________________________________________
16935 [  6426] By: jhi                                   on 2000/07/24  02:11:20
16936         Log: A missing 'break' after the [[:space:]] switch case.
16937              
16938              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
16939              From: "Stephen P. Potter" <spp@ds.net>
16940              Date: Tue, 18 Jul 2000 16:25:17 -0400
16941              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
16942      Branch: perl
16943            ! regcomp.c
16944 ____________________________________________________________________________
16945 [  6425] By: jhi                                   on 2000/07/24  02:06:12
16946         Log: The output might have been produced in the wrong order.
16947              
16948              Subject: [ID 20000720.003] [PATCH] t/op/write.t
16949              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16950              Date: Thu, 20 Jul 2000 18:49:18 +0100
16951              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
16952      Branch: perl
16953            ! t/op/write.t
16954 ____________________________________________________________________________
16955 [  6424] By: jhi                                   on 2000/07/24  02:00:07
16956         Log: Use STDOUT consistently.
16957              
16958              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
16959              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16960              Date: Thu, 20 Jul 2000 18:04:01 +0100
16961              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
16962      Branch: perl
16963            ! lib/Test/Harness.pm
16964 ____________________________________________________________________________
16965 [  6423] By: jhi                                   on 2000/07/24  01:54:54
16966         Log: Protect against "wild next"s, that is, callbacks doing "next"
16967              instead of "return".
16968              
16969              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
16970              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16971              Date: Tue, 18 Jul 2000 11:30:16 +0100
16972              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
16973      Branch: perl
16974            ! lib/File/Find.pm
16975 ____________________________________________________________________________
16976 [  6422] By: jhi                                   on 2000/07/24  01:35:47
16977         Log: Out-of-date note removed.
16978              
16979              Subject: [PATCH] documentation perlipc
16980              From: rspier@pobox.com (Robert Spier)
16981              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
16982              Message-ID: <14711.35178.572612.502654@rls.cx>
16983      Branch: perl
16984            ! pod/perlipc.pod
16985 ____________________________________________________________________________
16986 [  6421] By: jhi                                   on 2000/07/24  00:09:18
16987         Log: Send all installperl messages to STDERR and be -w clean.
16988              
16989              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
16990              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16991              Date: Sat, 22 Jul 2000 14:02:11 +0100
16992              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
16993      Branch: perl
16994            ! installperl
16995 ____________________________________________________________________________
16996 [  6420] By: jhi                                   on 2000/07/24  00:04:19
16997         Log: Decutandpasto.
16998              
16999              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
17000              From: "Richard Soderberg" <rs@crystalflame.net>
17001              Date: Sun, 23 Jul 2000 01:37:23 -0700
17002              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
17003      Branch: perl
17004            ! pod/perlipc.pod
17005 ____________________________________________________________________________
17006 [  6419] By: jhi                                   on 2000/07/24  00:01:12
17007         Log: A cleaner abs_path().
17008              Subject: Re: unix alternative to Cwd.pm
17009              From: Jeff Pinyan <jeffp@crusoe.net>
17010              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
17011              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
17012      Branch: perl
17013            ! lib/Cwd.pm
17014 ____________________________________________________________________________
17015 [  6418] By: jhi                                   on 2000/07/23  23:48:56
17016         Log: Detypo.
17017              
17018              Subject: [PATCH perl-current] Typo in hints/powerux.sh
17019              From: "Richard Soderberg" <rs@crystalflame.net>
17020              Date: Sun, 23 Jul 2000 01:27:33 -0700
17021              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
17022      Branch: perl
17023            ! hints/powerux.sh
17024 ____________________________________________________________________________
17025 [  6417] By: jhi                                   on 2000/07/17  22:13:31
17026         Log: Subject: SDBM_File documentation
17027              From: mjd@plover.com
17028              Date: 16 Jul 2000 17:41:17 -0000
17029              Message-ID: <20000716174117.18515.qmail@plover.com>
17030      Branch: perl
17031            ! ext/SDBM_File/SDBM_File.pm
17032 ____________________________________________________________________________
17033 [  6416] By: jhi                                   on 2000/07/17  19:13:26
17034         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
17035      Branch: perl
17036            ! hints/mpeix.sh mpeix/relink
17037 ____________________________________________________________________________
17038 [  6415] By: jhi                                   on 2000/07/15  14:11:02
17039         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
17040              the utf8 'characters' can be more than one octet).
17041              
17042              Date: Sat, 15 Jul 2000 00:21:56 +0100
17043              From: Tom Hughes <tom@compton.nu>
17044              Subject: Re: [ID 20000714.002]
17045              Message-ID: <db2334de49.tom@compton.compton.nu>
17046              
17047              Reported in
17048              
17049              Subject: [ID 20000714.002]
17050              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17051              Date: 14 Jul 2000 15:13:09 -0000
17052              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
17053      Branch: perl
17054            ! doop.c
17055 ____________________________________________________________________________
17056 [  6414] By: jhi                                   on 2000/07/15  03:13:41
17057         Log: another VMS build tweak from Peter Prymmer
17058      Branch: perl
17059            ! vms/descrip_mms.template
17060 ____________________________________________________________________________
17061 [  6413] By: jhi                                   on 2000/07/15  03:10:40
17062         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
17063      Branch: perl
17064            ! vms/perlvms.pod
17065 ____________________________________________________________________________
17066 [  6412] By: jhi                                   on 2000/07/15  00:31:05
17067         Log: More docs for sv functions.
17068              
17069              Subject: [PATCH cfgperl] sv.c apidoc
17070              From: simon@brecon.co.uk (Simon Cozens)
17071              Date: 13 Jul 2000 09:00:20 GMT
17072              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
17073              
17074              Subject: Re: [PATCH cfgperl] sv.c apidoc
17075              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17076              Date: Thu, 13 Jul 2000 12:27:41 +0100
17077              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
17078              
17079              Subject: Re: [PATCH cfgperl] sv.c apidoc
17080              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17081              Date: Thu, 13 Jul 2000 13:23:09 +0100
17082              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
17083              
17084              Subject: Re: [PATCH cfgperl] sv.c apidoc
17085              From: simon@brecon.co.uk (Simon Cozens)
17086              Date: 14 Jul 2000 06:51:02 GMT
17087              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
17088      Branch: perl
17089            ! embed.pl pod/perlapi.pod sv.c
17090 ____________________________________________________________________________
17091 [  6411] By: jhi                                   on 2000/07/15  00:10:41
17092         Log: lib/b test fixes from Peter Prymmer.
17093      Branch: perl
17094            ! t/lib/b.t
17095 ____________________________________________________________________________
17096 [  6410] By: jhi                                   on 2000/07/15  00:02:09
17097         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
17098              From: Hugo <hv@crypt.compulink.co.uk>
17099              Date: Fri, 14 Jul 2000 23:05:20 +0100
17100              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
17101              
17102              Didn't anymore apply, but that point still could use another fix.
17103      Branch: perl
17104            ! pod/perlfunc.pod
17105 ____________________________________________________________________________
17106 [  6409] By: jhi                                   on 2000/07/14  23:15:15
17107         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
17108              not in pod, from Peter Prymmer
17109      Branch: perl
17110            ! vms/descrip_mms.template
17111 ____________________________________________________________________________
17112 [  6408] By: jhi                                   on 2000/07/14  20:35:05
17113         Log: The bug report
17114              [ID 19991110.002] minimal matching discrepancy found by pcre author
17115              seems to have been fixed (though differently from what was suggested
17116              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
17117      Branch: perl
17118            ! t/op/re_tests
17119 ____________________________________________________________________________
17120 [  6407] By: jhi                                   on 2000/07/14  17:38:08
17121         Log: Fix AutoSplit to use File::Spec the right way in VMS,
17122              from Peter Prymmer.
17123      Branch: perl
17124            ! lib/AutoSplit.pm
17125 ____________________________________________________________________________
17126 [  6406] By: jhi                                   on 2000/07/14  14:13:22
17127         Log: Merge perlhacktut into perlhack, update perlguts.
17128              
17129              Subject: Re: Perlhacktut
17130              From: simon@brecon.co.uk (Simon Cozens)
17131              Date: 14 Jul 2000 06:49:21 GMT
17132              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
17133              
17134              Subject: Re: Perlhacktut
17135              From: simon@brecon.co.uk (Simon Cozens)
17136              Date: 14 Jul 2000 07:09:45 GMT
17137              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
17138      Branch: perl
17139            ! pod/perlguts.pod pod/perlhack.pod
17140 ____________________________________________________________________________
17141 [  6405] By: jhi                                   on 2000/07/14  14:02:31
17142         Log: Integrate with Sarathy.
17143      Branch: cfgperl
17144           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
17145           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
17146           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
17147 ____________________________________________________________________________
17148 [  6404] By: gsar                                  on 2000/07/14  12:15:02
17149         Log: PERL_OBJECT build tweaks
17150      Branch: perl
17151            ! toke.c
17152 ____________________________________________________________________________
17153 [  6403] By: gsar                                  on 2000/07/14  11:23:41
17154         Log: inconsistent types needs casts
17155      Branch: perl
17156            ! toke.c
17157 ____________________________________________________________________________
17158 [  6402] By: gsar                                  on 2000/07/14  11:12:04
17159         Log: typos in change#6399, regen headers
17160      Branch: perl
17161            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
17162 ____________________________________________________________________________
17163 [  6401] By: gsar                                  on 2000/07/14  10:59:12
17164         Log: typecasts needed for change#6394
17165      Branch: perl
17166            ! toke.c
17167 ____________________________________________________________________________
17168 [  6400] By: gsar                                  on 2000/07/14  10:49:37
17169         Log: integrate cfgperl contents into mainline
17170      Branch: perl
17171           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
17172           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
17173 ____________________________________________________________________________
17174 [  6399] By: gsar                                  on 2000/07/14  10:38:35
17175         Log: enable UTF-16 filter by default if relevant BOM is seen; various
17176              cleanups (typos, misformatted code, and small bugs)
17177      Branch: perl
17178            ! doop.c embed.pl mg.c op.c pp.c toke.c
17179 ____________________________________________________________________________
17180 [  6398] By: gsar                                  on 2000/07/14  08:55:38
17181         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
17182              name suggests anyway)
17183      Branch: perl
17184            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
17185 ____________________________________________________________________________
17186 [  6397] By: gsar                                  on 2000/07/14  08:44:33
17187         Log: move new variables to the end of the interpreter structure (for
17188              bincompat in code that doesn't #include XSUB.h)
17189      Branch: perl
17190            ! intrpvar.h
17191 ____________________________________________________________________________
17192 [  6396] By: gsar                                  on 2000/07/14  08:13:58
17193         Log: MakeMaker should not remove editor backups (*~) on `make clean`
17194              by default (completes change#6383)
17195      Branch: perl
17196            ! lib/ExtUtils/MM_Unix.pm
17197 ____________________________________________________________________________
17198 [  6395] By: jhi                                   on 2000/07/14  05:20:33
17199         Log: Replace change #6337 with a better one.
17200              
17201              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
17202              From: Hugo <hv@crypt.compulink.co.uk>
17203              Date: Fri, 14 Jul 2000 04:16:20 +0100
17204              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
17205      Branch: cfgperl
17206            ! regexec.c t/op/re_tests
17207 ____________________________________________________________________________
17208 [  6394] By: jhi                                   on 2000/07/14  01:33:59
17209         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
17210      Branch: cfgperl
17211            ! embed.pl global.sym proto.h toke.c
17212 ____________________________________________________________________________
17213 [  6393] By: jhi                                   on 2000/07/13  23:41:23
17214         Log: remove discarded test
17215      Branch: cfgperl
17216            ! MANIFEST
17217 ____________________________________________________________________________
17218 [  6392] By: jhi                                   on 2000/07/13  23:32:25
17219         Log: The {multiplier} of a fixed substring was overlooked which
17220              caused a wrong initial search offset for that substring.
17221              
17222              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
17223              From: Hugo <hv@crypt.compulink.co.uk>
17224              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
17225              Date: Thu, 13 Jul 2000 19:27:13 +0100
17226      Branch: cfgperl
17227            ! regcomp.c t/op/re_tests
17228 ____________________________________________________________________________
17229 [  6391] By: jhi                                   on 2000/07/13  16:37:42
17230         Log: typo fix from Craig Berry
17231      Branch: cfgperl
17232            ! vms/subconfigure.com
17233 ____________________________________________________________________________
17234 [  6390] By: jhi                                   on 2000/07/13  13:20:12
17235         Log: Integrate with Sarathy.
17236      Branch: cfgperl
17237            - t/op/method2entersub.t
17238           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
17239           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
17240           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
17241           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
17242 ____________________________________________________________________________
17243 [  6389] By: jhi                                   on 2000/07/13  13:18:48
17244         Log: Detypo from Peter Prymmer, part of #6388.
17245      Branch: cfgperl
17246            ! Configure config_h.SH
17247      Branch: metaconfig
17248            ! U/modified/d_longlong.U
17249 ____________________________________________________________________________
17250 [  6388] By: gsar                                  on 2000/07/13  06:33:40
17251         Log: typos (spotted by Peter Prymmer)
17252      Branch: perl
17253            ! Configure t/lib/english.t
17254 ____________________________________________________________________________
17255 [  6387] By: gsar                                  on 2000/07/13  05:35:28
17256         Log: new selfloader.t in change#6183 doesn't close DATA handles,
17257              and thus fails to clean up tmp files on dosish platforms
17258      Branch: perl
17259            ! t/lib/selfloader.t
17260 ____________________________________________________________________________
17261 [  6386] By: gsar                                  on 2000/07/12  21:42:39
17262         Log: sprintf test tweaks (from Dominic Dunlop)
17263      Branch: perl
17264            ! t/op/sprintf.t
17265 ____________________________________________________________________________
17266 [  6385] By: gsar                                  on 2000/07/12  21:33:46
17267         Log: fix bugs in processing %v-*d and similar format specs (from
17268              Avi Finkel <avi@finkel.org>)
17269      Branch: perl
17270            ! sv.c t/op/sprintf.t
17271 ____________________________________________________________________________
17272 [  6384] By: gsar                                  on 2000/07/12  16:04:19
17273         Log: readd missing perldelta.pod changes from changes#6339,6376
17274      Branch: perl
17275            ! pod/perldelta.pod
17276 ____________________________________________________________________________
17277 [  6383] By: gsar                                  on 2000/07/12  16:00:51
17278         Log: don't clobber *.orig files on *clean targets
17279      Branch: perl
17280            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
17281 ____________________________________________________________________________
17282 [  6382] By: gsar                                  on 2000/07/12  07:59:12
17283         Log: fix broken integrations in cfgperl
17284      Branch: cfgperl
17285           !> Changes pod/perldelta.pod
17286 ____________________________________________________________________________
17287 [  6381] By: gsar                                  on 2000/07/12  07:42:17
17288         Log: integrate cfgperl changes into mainline
17289      Branch: perl
17290            ! Changes
17291           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
17292           !> pod/perlre.pod
17293 ____________________________________________________________________________
17294 [  6380] By: gsar                                  on 2000/07/12  07:31:00
17295         Log: get sprintf.t to adjust properly for 3-digit exponents
17296      Branch: perl
17297            ! t/op/sprintf.t
17298 ____________________________________________________________________________
17299 [  6379] By: gsar                                  on 2000/07/12  06:40:04
17300         Log: change#6174 needs corresponding change in win32/config_h.PL,
17301              which grovels through config_h.SH to find the config.h name
17302      Branch: perl
17303            ! win32/config_h.PL
17304 ____________________________________________________________________________
17305 [  6378] By: jhi                                   on 2000/07/12  05:03:59
17306         Log: Do the cc sanity check both before the hints and
17307              after the cc selction.
17308      Branch: cfgperl
17309            ! Configure config_h.SH
17310      Branch: metaconfig
17311            ! U/modified/Oldconfig.U U/modified/cc.U
17312      Branch: metaconfig/U/perl
17313            + Checkcc.U
17314 ____________________________________________________________________________
17315 [  6377] By: jhi                                   on 2000/07/12  02:49:22
17316         Log: Fix nits noticed by Boston.pm.
17317      Branch: cfgperl
17318            ! pod/perlre.pod
17319 ____________________________________________________________________________
17320 [  6376] By: jhi                                   on 2000/07/11  21:22:13
17321         Log: Configure cosmetics and perldelta.
17322      Branch: cfgperl
17323            ! Configure config_h.SH pod/perldelta.pod
17324      Branch: metaconfig
17325            ! U/modified/cc.U
17326 ____________________________________________________________________________
17327 [  6375] By: gsar                                  on 2000/07/11  21:17:35
17328         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
17329      Branch: perl
17330            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
17331            ! win32/win32sck.c
17332 ____________________________________________________________________________
17333 [  6374] By: gsar                                  on 2000/07/11  20:48:50
17334         Log: tweak for build failure under multiplicity
17335      Branch: perl
17336            ! toke.c
17337 ____________________________________________________________________________
17338 [  6373] By: gsar                                  on 2000/07/11  20:37:23
17339         Log: integrate cfgperl changes#6325..6373 into mainline
17340              (NOTE: today's batch of integrations still untested)
17341      Branch: perl
17342           +> ext/DynaLoader/hints/netbsd.pl
17343            ! Changes
17344           !> (integrate 26 files)
17345 ____________________________________________________________________________
17346 [  6372] By: jhi                                   on 2000/07/11  20:30:36
17347         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
17348              regen perltoc.
17349      Branch: cfgperl
17350            + pod/perlbook.pod
17351            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
17352            ! pod/perltoc.pod
17353 ____________________________________________________________________________
17354 [  6371] By: jhi                                   on 2000/07/11  20:08:56
17355         Log: Minor cleanups on the booklist.
17356      Branch: cfgperl
17357            ! pod/perlfaq2.pod
17358 ____________________________________________________________________________
17359 [  6370] By: jhi                                   on 2000/07/11  19:31:13
17360         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
17361      Branch: cfgperl
17362            ! t/pragma/overload.t
17363 ____________________________________________________________________________
17364 [  6369] By: gsar                                  on 2000/07/11  19:27:48
17365         Log: integrate cfgperl changes#6293..6324 into mainline
17366      Branch: perl
17367           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
17368            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
17369           !> (integrate 30 files)
17370 ____________________________________________________________________________
17371 [  6368] By: gsar                                  on 2000/07/11  19:18:57
17372         Log: skip integrate of problematic change#6292 from cfgperl into mainline
17373      Branch: perl
17374           !> pp_hot.c
17375 ____________________________________________________________________________
17376 [  6367] By: gsar                                  on 2000/07/11  19:17:21
17377         Log: integrate cfgperl changes#6288..6290 into mainline
17378      Branch: perl
17379           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
17380 ____________________________________________________________________________
17381 [  6366] By: gsar                                  on 2000/07/11  19:11:18
17382         Log: integrate cfgperl changes#6268..6282 into mainline
17383      Branch: perl
17384           !> (integrate 30 files)
17385 ____________________________________________________________________________
17386 [  6365] By: gsar                                  on 2000/07/11  18:57:00
17387         Log: delete new accidentally branched file
17388      Branch: perl
17389            - t/op/method2entersub.t
17390 ____________________________________________________________________________
17391 [  6364] By: gsar                                  on 2000/07/11  18:55:13
17392         Log: skip integrate of change#6267 from cfgperl into mainline (the
17393              method call optimization is flawed without additional hints
17394              from user about immutableness of @ISA and no runtime method
17395              definitions)
17396      Branch: perl
17397           +> t/op/method2entersub.t
17398           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
17399           !> perl.h t/op/sprintf.t xsutils.c
17400 ____________________________________________________________________________
17401 [  6363] By: gsar                                  on 2000/07/11  18:49:43
17402         Log: integrate cfgperl changes#6261..6266 into mainline
17403      Branch: perl
17404           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
17405           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
17406           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17407           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
17408 ____________________________________________________________________________
17409 [  6362] By: gsar                                  on 2000/07/11  18:43:26
17410         Log: integrate cfgperl changes#6252..6260 into mainline
17411      Branch: perl
17412           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
17413           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
17414           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
17415           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
17416 ____________________________________________________________________________
17417 [  6361] By: gsar                                  on 2000/07/11  18:37:12
17418         Log: skip integrate of problematic change#6251 from cfgperl into mainline
17419      Branch: perl
17420           !> lib/Exporter.pm
17421 ____________________________________________________________________________
17422 [  6360] By: gsar                                  on 2000/07/11  18:34:56
17423         Log: integrate cfgperl change#6250 into mainline
17424      Branch: perl
17425           +> t/op/my_stash.t
17426           !> MANIFEST embed.pl proto.h toke.c
17427 ____________________________________________________________________________
17428 [  6359] By: gsar                                  on 2000/07/11  18:21:19
17429         Log: integrate cfgperl changes#6242..6249 into mainline
17430      Branch: perl
17431           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
17432           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
17433           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
17434           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
17435           !> t/lib/peek.t utf8.c
17436 ____________________________________________________________________________
17437 [  6358] By: gsar                                  on 2000/07/11  18:15:45
17438         Log: skip integrate of problematic change#6241 from cfgperl into mainline
17439      Branch: perl
17440           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
17441 ____________________________________________________________________________
17442 [  6357] By: jhi                                   on 2000/07/11  18:15:16
17443         Log: Fix for
17444              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
17445              From: Roderick Schertler <roderick@argon.org> 
17446              Date: Tue, 11 Jul 2000 13:55:05 -0400 
17447              Message-Id: <200007111755.NAA05077@jones.argon.org> 
17448      Branch: cfgperl
17449            ! doio.c
17450 ____________________________________________________________________________
17451 [  6356] By: jhi                                   on 2000/07/11  18:12:51
17452         Log: Typo in #6341.
17453      Branch: cfgperl
17454            ! pp_hot.c
17455 ____________________________________________________________________________
17456 [  6355] By: gsar                                  on 2000/07/11  18:12:10
17457         Log: integrate cfgperl changes#6231..6240 into mainline
17458      Branch: perl
17459           +> pod/perlutil.pod
17460           !> (integrate 35 files)
17461 ____________________________________________________________________________
17462 [  6354] By: jhi                                   on 2000/07/11  18:04:34
17463         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
17464              From: Dominic Dunlop <domo@computer.org> 
17465              Date: Tue, 11 Jul 2000 12:27:33 +0200 
17466              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
17467              
17468              Replaces change #6268.
17469      Branch: cfgperl
17470            ! t/op/sprintf.t
17471 ____________________________________________________________________________
17472 [  6353] By: gsar                                  on 2000/07/11  17:59:51
17473         Log: skip integrate of problematic change#6230 from cfgperl into mainline
17474              (a later version of File::Spec is already in mainline)
17475      Branch: perl
17476           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
17477           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
17478 ____________________________________________________________________________
17479 [  6352] By: gsar                                  on 2000/07/11  17:57:48
17480         Log: integrate cfgperl changes#6224..6229 into mainline
17481      Branch: perl
17482           +> lib/lib.pm.PL
17483            - lib/lib.pm
17484           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
17485           !> lib/English.pm op.c t/lib/english.t
17486 ____________________________________________________________________________
17487 [  6351] By: gsar                                  on 2000/07/11  17:50:10
17488         Log: skip integrate of problematic change#6223 from cfgperl into mainline
17489      Branch: perl
17490           !> doio.c
17491 ____________________________________________________________________________
17492 [  6350] By: gsar                                  on 2000/07/11  17:48:28
17493         Log: integrate cfgperl changes#6220..6222 into mainline
17494      Branch: perl
17495           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
17496           !> toke.c utf8.c win32/win32.h
17497 ____________________________________________________________________________
17498 [  6349] By: gsar                                  on 2000/07/11  17:46:13
17499         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
17500              mainline
17501      Branch: perl
17502           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
17503           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
17504           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
17505 ____________________________________________________________________________
17506 [  6348] By: jhi                                   on 2000/07/11  17:45:49
17507         Log: README.posix-bc podified from Thomas Dorner.
17508      Branch: cfgperl
17509            ! README.posix-bc
17510 ____________________________________________________________________________
17511 [  6347] By: gsar                                  on 2000/07/11  17:42:04
17512         Log: integrate cfgperl change#6217 into mainline
17513      Branch: perl
17514           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
17515           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
17516           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
17517 ____________________________________________________________________________
17518 [  6346] By: gsar                                  on 2000/07/11  17:39:37
17519         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
17520              mainline
17521      Branch: perl
17522           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
17523           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
17524           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
17525           !> perlapi.h pod/perlapi.pod
17526 ____________________________________________________________________________
17527 [  6345] By: gsar                                  on 2000/07/11  17:36:42
17528         Log: integrate cfgperl changes#6207..6210 into mainline
17529      Branch: perl
17530           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
17531           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
17532 ____________________________________________________________________________
17533 [  6344] By: gsar                                  on 2000/07/11  17:31:20
17534         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
17535              mainline
17536      Branch: perl
17537           !> (integrate 40 files)
17538 ____________________________________________________________________________
17539 [  6343] By: gsar                                  on 2000/07/11  17:19:08
17540         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
17541      Branch: perl
17542           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
17543            ! Changes
17544           !> (integrate 34 files)
17545 ____________________________________________________________________________
17546 [  6342] By: jhi                                   on 2000/07/11  16:05:48
17547         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
17548              To: perl5-porters@perl.org
17549              From: Karsten Sperling <spiff@phreax.net>
17550              Date: Mon, 10 Jul 2000 15:12:52 +0200
17551              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
17552      Branch: cfgperl
17553            ! lib/Symbol.pm
17554 ____________________________________________________________________________
17555 [  6341] By: jhi                                   on 2000/07/11  15:59:23
17556         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
17557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17558              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
17559              Date: Fri, 07 Jul 2000 17:57:16 +0100
17560      Branch: cfgperl
17561            ! pp_hot.c
17562 ____________________________________________________________________________
17563 [  6340] By: jhi                                   on 2000/07/11  15:55:47
17564         Log: Subject: Re: format bug report  [Patch]
17565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17566              Date: Wed, 05 Jul 2000 13:12:52 +0200
17567              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
17568              
17569              Subject: Re: format bug report  [Patch]
17570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17571              Date: Wed, 05 Jul 2000 14:10:01 +0200
17572              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
17573      Branch: cfgperl
17574            ! t/op/write.t toke.c
17575 ____________________________________________________________________________
17576 [  6339] By: jhi                                   on 2000/07/11  13:54:09
17577         Log: Be less forgiving about ambiguous and illegal tr ranges.
17578              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
17579              From: Mark-Jason Dominus <mjd@plover.com>
17580              Date: Tue, 04 Jul 2000 10:00:12 -0400
17581              Message-ID: <20000704140012.17772.qmail@plover.com>
17582              
17583              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
17584              From: Mark-Jason Dominus <mjd@plover.com>
17585              Date: Wed, 05 Jul 2000 09:37:36 -0400
17586              Message-ID: <20000705133736.27293.qmail@plover.com>
17587      Branch: cfgperl
17588            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
17589 ____________________________________________________________________________
17590 [  6338] By: jhi                                   on 2000/07/11  13:31:24
17591         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
17592              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17593              Date: Tue, 11 Jul 2000 13:50:51 +0100
17594              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
17595      Branch: cfgperl
17596            ! sv.c
17597 ____________________________________________________________________________
17598 [  6337] By: jhi                                   on 2000/07/11  13:29:14
17599         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
17600              From: Hugo <hv@crypt.compulink.co.uk>
17601              Date: Tue, 11 Jul 2000 12:44:50 +0100
17602              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
17603      Branch: cfgperl
17604            ! regexec.c t/op/re_tests
17605 ____________________________________________________________________________
17606 [  6336] By: jhi                                   on 2000/07/11  13:26:47
17607         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
17608              From: simon@brecon.co.uk (Simon Cozens)
17609              Date: 7 Jul 2000 11:26:09 GMT
17610              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
17611      Branch: cfgperl
17612            ! mg.c
17613 ____________________________________________________________________________
17614 [  6335] By: jhi                                   on 2000/07/11  13:23:37
17615         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
17616              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
17617              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
17618              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
17619      Branch: cfgperl
17620            + ext/DynaLoader/hints/netbsd.pl
17621            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
17622 ____________________________________________________________________________
17623 [  6334] By: jhi                                   on 2000/07/11  13:20:38
17624         Log: Subject: PATCH perlguts.pod: Document D and d magic types
17625              From: mjd@plover.com
17626              Date: 5 Jul 2000 18:01:51 -0000
17627              Message-ID: <20000705180151.29413.qmail@plover.com>
17628      Branch: cfgperl
17629            ! pod/perlguts.pod
17630 ____________________________________________________________________________
17631 [  6333] By: jhi                                   on 2000/07/11  13:15:51
17632         Log: Precedence goof, fix based on
17633              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
17634              From: Hugo <hv@crypt.compulink.co.uk>
17635              Date: Tue, 11 Jul 2000 12:52:38 +0100
17636              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
17637      Branch: cfgperl
17638            ! t/op/taint.t
17639 ____________________________________________________________________________
17640 [  6332] By: jhi                                   on 2000/07/11  12:40:17
17641         Log: Integrate with Sarathy.
17642      Branch: cfgperl
17643           !> win32/win32sck.c
17644 ____________________________________________________________________________
17645 [  6331] By: jhi                                   on 2000/07/10  20:14:16
17646         Log: Sprinkle ldlibpath.
17647      Branch: cfgperl
17648            ! pod/Makefile.SH
17649 ____________________________________________________________________________
17650 [  6330] By: jhi                                   on 2000/07/10  17:54:49
17651         Log: More POSIX.pod tweaks.
17652      Branch: cfgperl
17653            ! ext/POSIX/POSIX.pod
17654 ____________________________________________________________________________
17655 [  6329] By: jhi                                   on 2000/07/10  14:02:12
17656         Log: Reorder perl.pod once more.
17657      Branch: cfgperl
17658            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17659 ____________________________________________________________________________
17660 [  6328] By: gsar                                  on 2000/07/10  07:06:00
17661         Log: accept() leaks memory on windows due to incorrect ordering of
17662              closesocket() and fclose() calls
17663      Branch: perl
17664            ! win32/win32sck.c
17665 ____________________________________________________________________________
17666 [  6327] By: gsar                                  on 2000/07/10  06:49:17
17667         Log: winsock options weren't being set in all threads under ithreads
17668              (caused send()s from second and subsequent threads to fail)
17669      Branch: perl
17670            ! win32/win32sck.c
17671 ____________________________________________________________________________
17672 [  6326] By: jhi                                   on 2000/07/08  02:45:40
17673         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
17674              was cast to an unsigned (32-bit) integer with wild abandon.
17675      Branch: cfgperl
17676            ! ext/Devel/DProf/DProf.xs
17677 ____________________________________________________________________________
17678 [  6325] By: jhi                                   on 2000/07/07  18:50:33
17679         Log: Remove perlbook, update perlfaq book listing,
17680              rearrange perl.pod, regenerate perltoc.
17681      Branch: cfgperl
17682            - pod/perlbook.pod
17683            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
17684            ! pod/perlfaq2.pod pod/perltoc.pod
17685 ____________________________________________________________________________
17686 [  6324] By: jhi                                   on 2000/07/07  14:03:40
17687         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
17688      Branch: cfgperl
17689            ! sv.h toke.c
17690 ____________________________________________________________________________
17691 [  6323] By: jhi                                   on 2000/07/06  16:03:55
17692         Log: Fix complaints of buildtoc.
17693      Branch: cfgperl
17694            + lib/Win32.pod
17695            - pod/Win32.pod
17696            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17697 ____________________________________________________________________________
17698 [  6322] By: jhi                                   on 2000/07/06  15:15:52
17699         Log: Add =head1 NAMEs so that buildtoc is happy.
17700              (The CGI::Util nit reported to Lincoln.)
17701      Branch: cfgperl
17702            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
17703            ! pod/perltoc.pod
17704 ____________________________________________________________________________
17705 [  6321] By: jhi                                   on 2000/07/06  03:16:04
17706         Log: Config is being used.
17707      Branch: cfgperl
17708            ! t/op/method.t
17709 ____________________________________________________________________________
17710 [  6320] By: jhi                                   on 2000/07/06  03:13:13
17711         Log: Integrate with Sarathy.
17712      Branch: cfgperl
17713           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
17714 ____________________________________________________________________________
17715 [  6319] By: jhi                                   on 2000/07/06  03:11:46
17716         Log: Autogenerate pod/Makefile and pod/buildtoc.
17717              buildtoc also checks whether the existin pods are
17718              mentioned in MANIFEST and perl.pod, and vice versa.
17719              (None of the thusly found discrepancies fixed yet.)
17720              roffitall also needs to be autogenerated similarly but it
17721              seems so badly out of date that I didn't touch it yet.
17722      Branch: cfgperl
17723            + pod/Makefile.SH pod/buildtoc.PL
17724            - pod/Makefile pod/buildtoc
17725            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
17726 ____________________________________________________________________________
17727 [  6318] By: gsar                                  on 2000/07/05  22:10:54
17728         Log: fix UNC path handling on Windows under ithreads, and chdir()
17729              return value when given a non-existent directory
17730      Branch: perl
17731            ! win32/vdir.h
17732 ____________________________________________________________________________
17733 [  6317] By: gsar                                  on 2000/07/05  22:08:19
17734         Log: winsock cleanup never done on Windows (leads to handle leaks)
17735      Branch: perl
17736            ! win32/perllib.c win32/win32sck.c
17737 ____________________________________________________________________________
17738 [  6316] By: gsar                                  on 2000/07/05  22:06:19
17739         Log: some debugger output does not go to the socket when RemotePort is set
17740      Branch: perl
17741            ! lib/perl5db.pl
17742 ____________________________________________________________________________
17743 [  6315] By: jhi                                   on 2000/07/05  00:25:21
17744         Log: Integrate with Sarathy, preliminary fix for unicos
17745              alignment problems in [ID 20000612.002] Perl problem on Cray system.
17746      Branch: cfgperl
17747            ! sv.h
17748           !> pp_hot.c
17749 ____________________________________________________________________________
17750 [  6314] By: gsar                                  on 2000/07/04  23:34:02
17751         Log: tyop in change#6306
17752      Branch: perl
17753            ! pp_hot.c
17754 ____________________________________________________________________________
17755 [  6313] By: jhi                                   on 2000/07/04  22:14:38
17756         Log: Multiline string literals ENONPORTABLE.
17757      Branch: cfgperl
17758            ! pp_hot.c
17759 ____________________________________________________________________________
17760 [  6312] By: jhi                                   on 2000/07/04  20:34:44
17761         Log: Integrate with Sarathy.
17762      Branch: cfgperl
17763           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
17764           !> t/op/method.t
17765 ____________________________________________________________________________
17766 [  6311] By: jhi                                   on 2000/07/04  20:30:56
17767         Log: More POSIX.pod embellishment.
17768      Branch: cfgperl
17769            ! ext/POSIX/POSIX.pod
17770 ____________________________________________________________________________
17771 [  6310] By: gsar                                  on 2000/07/04  17:28:48
17772         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
17773      Branch: perl
17774            ! t/lib/b.t
17775 ____________________________________________________________________________
17776 [  6309] By: jhi                                   on 2000/07/04  17:22:18
17777         Log: The #6308 required a little bit more.
17778      Branch: cfgperl
17779            ! Makefile.SH win32/Makefile
17780 ____________________________________________________________________________
17781 [  6308] By: jhi                                   on 2000/07/04  16:35:24
17782         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
17783      Branch: cfgperl
17784            + lib/lib_pm.PL
17785            - lib/lib.pm.PL
17786            ! MANIFEST Makefile.SH
17787 ____________________________________________________________________________
17788 [  6307] By: jhi                                   on 2000/07/04  16:28:58
17789         Log: Win32 patches for cfgperl from Sarathy.
17790      Branch: cfgperl
17791            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
17792            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
17793            ! thread.h toke.c util.c win32/Makefile win32/win32.c
17794 ____________________________________________________________________________
17795 [  6306] By: gsar                                  on 2000/07/04  16:28:40
17796         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
17797              (from Richard Soderberg <rs@oregonnet.com>)
17798      Branch: perl
17799            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
17800 ____________________________________________________________________________
17801 [  6305] By: jhi                                   on 2000/07/04  16:24:24
17802         Log: Integrate with Sarathy.
17803      Branch: cfgperl
17804           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
17805           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17806           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
17807           !> proto.h win32/win32.c
17808 ____________________________________________________________________________
17809 [  6304] By: gsar                                  on 2000/07/04  16:17:24
17810         Log: missing perldiag entry for unpack("w",...) diagnostic (from
17811              Andreas Koenig)
17812      Branch: perl
17813            ! pod/perldiag.pod
17814 ____________________________________________________________________________
17815 [  6303] By: gsar                                  on 2000/07/04  16:14:44
17816         Log: remove rel2abs prototypes (from Barrie Slaymaker)
17817      Branch: perl
17818            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17819            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17820 ____________________________________________________________________________
17821 [  6302] By: gsar                                  on 2000/07/04  04:59:35
17822         Log: adjust change#6299
17823      Branch: perl
17824            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
17825            ! win32/win32.c
17826 ____________________________________________________________________________
17827 [  6301] By: jhi                                   on 2000/07/04  04:50:07
17828         Log: Integrate with Sarathy.
17829      Branch: cfgperl
17830           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
17831           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
17832           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
17833 ____________________________________________________________________________
17834 [  6300] By: gsar                                  on 2000/07/04  04:42:09
17835         Log: PERL_OBJECT build tweak
17836      Branch: perl
17837            ! perl.h
17838 ____________________________________________________________________________
17839 [  6299] By: gsar                                  on 2000/07/04  04:37:00
17840         Log: fix memory leak on Windows (PL_sys_intern contents were never
17841              freed)
17842      Branch: perl
17843            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
17844            ! perlapi.c proto.h win32/win32.c
17845 ____________________________________________________________________________
17846 [  6298] By: gsar                                  on 2000/07/04  04:15:59
17847         Log: fix large memory leak that has been around for ever, masked by
17848              -DPURIFY (most of the arenas were never freed!)
17849      Branch: perl
17850            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
17851 ____________________________________________________________________________
17852 [  6297] By: gsar                                  on 2000/07/04  04:07:46
17853         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
17854      Branch: perl
17855            ! perl.c
17856 ____________________________________________________________________________
17857 [  6296] By: jhi                                   on 2000/06/30  18:28:37
17858         Log: Elaborate POSIX.pod.  Still needs work.
17859      Branch: cfgperl
17860            ! ext/POSIX/POSIX.pod
17861 ____________________________________________________________________________
17862 [  6295] By: jhi                                   on 2000/06/30  14:58:18
17863         Log: Point to perlipc for more SysV IPC examples.
17864      Branch: cfgperl
17865            ! pod/perlfunc.pod
17866 ____________________________________________________________________________
17867 [  6294] By: gsar                                  on 2000/06/30  14:47:45
17868         Log: slurp mode fix in change#4736 still not quite right
17869      Branch: perl
17870            ! pp_hot.c t/io/argv.t
17871 ____________________________________________________________________________
17872 [  6293] By: jhi                                   on 2000/06/30  12:02:55
17873         Log: Integrate with Sarathy.
17874      Branch: cfgperl
17875           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
17876 ____________________________________________________________________________
17877 [  6292] By: jhi                                   on 2000/06/30  12:01:11
17878         Log: From: simon@brecon.co.uk (Simon Cozens)
17879              Subject: UTF8 concat
17880              Date: 30 Jun 2000 06:13:25 GMT
17881              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
17882      Branch: cfgperl
17883            ! pp_hot.c
17884 ____________________________________________________________________________
17885 [  6291] By: gsar                                  on 2000/06/30  04:37:33
17886         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
17887              when @_ is modified, causing coredumps
17888      Branch: perl
17889            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
17890 ____________________________________________________________________________
17891 [  6290] By: jhi                                   on 2000/06/30  02:21:44
17892         Log: Integrate with Sarathy.
17893      Branch: cfgperl
17894           !> vms/vms.c vms/vmsish.h
17895 ____________________________________________________________________________
17896 [  6289] By: jhi                                   on 2000/06/30  02:21:02
17897         Log: Check VERSIONs.
17898      Branch: cfgperl
17899            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17900            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17901            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17902 ____________________________________________________________________________
17903 [  6288] By: jhi                                   on 2000/06/30  02:18:52
17904         Log: Integrate with Sarathy.
17905      Branch: cfgperl
17906           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
17907           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17908           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17909           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
17910 ____________________________________________________________________________
17911 [  6287] By: gsar                                  on 2000/06/30  02:17:08
17912         Log: integrate vmsperl changes into mainline
17913      Branch: perl
17914           !> vms/vms.c vms/vmsish.h
17915 ____________________________________________________________________________
17916 [  6285] By: gsar                                  on 2000/06/30  02:05:28
17917         Log: localize %INC in a Safe compartment so that use/require work
17918              (many other magic globals probably need similar treatment)
17919      Branch: perl
17920            ! ext/Opcode/Opcode.xs
17921 ____________________________________________________________________________
17922 [  6284] By: gsar                                  on 2000/06/30  01:54:54
17923         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
17924              about Windows
17925      Branch: perl
17926            ! pod/perlembed.pod
17927 ____________________________________________________________________________
17928 [  6283] By: jhi                                   on 2000/06/30  01:50:10
17929         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
17930              From: Barrie Slaymaker <barries@jester.slaysys.com>
17931              Date: Wed, 28 Jun 2000 11:35:29 -0400
17932              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
17933      Branch: perl
17934            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
17935            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17936            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17937            ! lib/File/Spec/Win32.pm
17938 ____________________________________________________________________________
17939 [  6282] By: jhi                                   on 2000/06/29  22:57:22
17940         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
17941              From: Dan Sugalski <dan@sidhe.org>
17942              Date: Tue, 06 Jun 2000 11:59:50 -0400
17943              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
17944      Branch: cfgperl
17945            ! vms/vms.c
17946 ____________________________________________________________________________
17947 [  6281] By: jhi                                   on 2000/06/29  22:52:50
17948         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
17949              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17950              Date: Wed, 7 Jun 2000 04:02:04 -0500
17951              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
17952      Branch: cfgperl
17953            ! utils/h2xs.PL
17954 ____________________________________________________________________________
17955 [  6280] By: jhi                                   on 2000/06/29  22:45:47
17956         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
17957              From: rspier@pobox.com (Robert Spier)
17958              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
17959              Message-ID: <14654.31913.845602.610277@rls.cx>
17960      Branch: cfgperl
17961            ! utils/h2xs.PL
17962 ____________________________________________________________________________
17963 [  6279] By: jhi                                   on 2000/06/29  22:38:16
17964         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
17965              From: Tim Ayers <tayers@bridge.com>
17966              Date: Thu, 08 Jun 2000 08:11:06 +0200
17967              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
17968              [resent by Richard Foley, Message-Id probably wrong]
17969      Branch: cfgperl
17970            ! pod/perlsub.pod
17971 ____________________________________________________________________________
17972 [  6278] By: jhi                                   on 2000/06/29  22:21:45
17973         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
17974              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
17975              Date: Fri, 09 Jun 2000 12:39:27 -0400
17976              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
17977              (plus update the version "number" of Text::Wrap)
17978      Branch: cfgperl
17979            ! lib/Text/Wrap.pm
17980 ____________________________________________________________________________
17981 [  6277] By: jhi                                   on 2000/06/29  22:13:10
17982         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
17983              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17984              Date: Mon, 12 Jun 2000 14:55:59 +0100
17985              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
17986      Branch: cfgperl
17987            ! pod/perlfunc.pod
17988 ____________________________________________________________________________
17989 [  6276] By: jhi                                   on 2000/06/29  22:11:06
17990         Log: Subject: [PATCH] Re: eval documentation: context
17991              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17992              Date: Mon, 12 Jun 2000 15:07:29 +0100
17993              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
17994      Branch: cfgperl
17995            ! pod/perlfunc.pod
17996 ____________________________________________________________________________
17997 [  6275] By: jhi                                   on 2000/06/29  21:59:46
17998         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
17999              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18000              Date: Tue, 13 Jun 2000 02:43:48 -0500
18001              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
18002      Branch: cfgperl
18003            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
18004 ____________________________________________________________________________
18005 [  6274] By: jhi                                   on 2000/06/29  21:56:14
18006         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
18007              From: Andy Dougherty <doughera@lafayette.edu>
18008              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
18009              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
18010      Branch: cfgperl
18011            ! ext/File/Glob/Glob.pm
18012 ____________________________________________________________________________
18013 [  6273] By: jhi                                   on 2000/06/29  21:49:09
18014         Log: Subject: [PATCH] xsub attributes
18015              From: Doug MacEachern <dougm@covalent.net>
18016              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
18017              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
18018      Branch: cfgperl
18019            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
18020            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
18021 ____________________________________________________________________________
18022 [  6272] By: jhi                                   on 2000/06/29  21:41:28
18023         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
18024              From: Tom Phoenix <rootbeer@redcat.com>
18025              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
18026              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
18027      Branch: cfgperl
18028            ! lib/Net/Ping.pm
18029 ____________________________________________________________________________
18030 [  6271] By: jhi                                   on 2000/06/29  21:36:55
18031         Log: Subject: PATCH pod/perltie.pod
18032              From: Ian Phillipps <Ian.Phillipps@iname.com>
18033              Date: Fri, 16 Jun 2000 00:17:19 +0100
18034              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
18035              (only the first hunk, the second hunk had already been done
18036              by some other patch)
18037      Branch: cfgperl
18038            ! pod/perltie.pod
18039 ____________________________________________________________________________
18040 [  6270] By: jhi                                   on 2000/06/29  21:24:51
18041         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
18042              From: Nicholas Clark <nick@talking.bollo.cx>
18043              Date: Fri, 23 Jun 2000 16:21:15 +0100
18044              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
18045      Branch: cfgperl
18046            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
18047            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
18048 ____________________________________________________________________________
18049 [  6269] By: jhi                                   on 2000/06/29  19:38:15
18050         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
18051              silence few compiler warnings.
18052      Branch: cfgperl
18053            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
18054 ____________________________________________________________________________
18055 [  6268] By: jhi                                   on 2000/06/29  18:21:50
18056         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
18057              From: Dominic Dunlop <domo@computer.org> 
18058              Date: Thu, 29 Jun 2000 12:32:39 +0200 
18059              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
18060      Branch: cfgperl
18061            ! t/op/sprintf.t
18062 ____________________________________________________________________________
18063 [  6267] By: jhi                                   on 2000/06/29  18:16:07
18064         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
18065              From: Doug MacEachern <dougm@covalent.net>
18066              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
18067              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
18068      Branch: cfgperl
18069            + t/op/method2entersub.t
18070            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
18071            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18072            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
18073            ! xsutils.c
18074 ____________________________________________________________________________
18075 [  6266] By: jhi                                   on 2000/06/29  15:11:15
18076         Log: Subject: [PATCH 5.6.0] cygwin port
18077              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
18078              From: "Fifer, Eric" <EFifer@sanwaint.com>
18079              Date: Thu, 29 Jun 2000 12:58:29 +0100
18080      Branch: cfgperl
18081            ! cygwin/Makefile.SHs
18082 ____________________________________________________________________________
18083 [  6265] By: jhi                                   on 2000/06/29  15:04:05
18084         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
18085              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18086              Date: Wed, 28 Jun 2000 17:50:12 -0700
18087              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
18088      Branch: cfgperl
18089            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18090 ____________________________________________________________________________
18091 [  6264] By: jhi                                   on 2000/06/29  15:00:57
18092         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
18093              From: Marty Lucich <marty@netcom.com>
18094              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
18095              Message-Id: <200006282116.OAA11148@netcom.com>
18096              ccdlflags update (the BSD/OS 4.1 part had already been taken
18097              care of by #6141).
18098      Branch: cfgperl
18099            ! hints/bsdos.sh
18100 ____________________________________________________________________________
18101 [  6263] By: jhi                                   on 2000/06/29  13:47:44
18102         Log: tr fixes from Simon Cozens
18103      Branch: cfgperl
18104            ! doop.c
18105 ____________________________________________________________________________
18106 [  6262] By: jhi                                   on 2000/06/28  18:46:01
18107         Log: Subject: 5.6.0 Patch for EPOC
18108              From: Olaf Flebbe <o.flebbe@gmx.de>
18109              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
18110              Message-ID: <23449.960929969@www11.gmx.net>
18111      Branch: cfgperl
18112            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
18113            ! epoc/epocish.h
18114 ____________________________________________________________________________
18115 [  6261] By: jhi                                   on 2000/06/28  18:29:07
18116         Log: Subject: Re: [PATCH cfgperl] BOMs away!
18117              From: simon@brecon.co.uk (Simon Cozens)
18118              Date: 17 Jun 2000 11:49:57 GMT
18119              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
18120      Branch: cfgperl
18121            ! pod/perldiag.pod t/comp/require.t toke.c
18122 ____________________________________________________________________________
18123 [  6260] By: jhi                                   on 2000/06/28  17:47:16
18124         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
18125              From: simon@brecon.co.uk (Simon Cozens) 
18126              Date: 17 Jun 2000 11:56:44 GMT 
18127              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
18128              pack U0, pack C0
18129      Branch: cfgperl
18130            ! pod/perlfunc.pod pp.c t/op/pack.t
18131 ____________________________________________________________________________
18132 [  6259] By: jhi                                   on 2000/06/28  16:43:17
18133         Log: perlnewmod was missing from MANIFEST.
18134      Branch: cfgperl
18135            ! MANIFEST
18136 ____________________________________________________________________________
18137 [  6258] By: jhi                                   on 2000/06/28  15:54:30
18138         Log: linenumber tweak
18139      Branch: cfgperl
18140            ! t/pragma/warn/regcomp
18141 ____________________________________________________________________________
18142 [  6257] By: jhi                                   on 2000/06/28  15:50:44
18143         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
18144              From: Doug MacEachern <dougm@covalent.net>
18145              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
18146              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
18147              (one part of the patch had been applied earlier)
18148      Branch: cfgperl
18149            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
18150 ____________________________________________________________________________
18151 [  6256] By: jhi                                   on 2000/06/28  15:40:22
18152         Log: tweaks from Simon Cozens to further fix tr/// under utf8
18153      Branch: cfgperl
18154            ! doop.c
18155 ____________________________________________________________________________
18156 [  6255] By: jhi                                   on 2000/06/28  15:33:45
18157         Log: small thinko tweaks
18158      Branch: cfgperl
18159            ! lib/IPC/Open3.pm t/op/my_stash.t
18160 ____________________________________________________________________________
18161 [  6254] By: jhi                                   on 2000/06/28  15:33:25
18162         Log: Subject: tr///, help wanted.
18163              From: simon@brecon.co.uk (Simon Cozens)
18164              Date: 28 Jun 2000 11:29:04 GMT
18165              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
18166      Branch: cfgperl
18167            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
18168            ! pp_proto.h proto.h t/op/tr.t
18169 ____________________________________________________________________________
18170 [  6253] By: jhi                                   on 2000/06/28  15:09:17
18171         Log: Paranoia tweak on #6249.
18172              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18173              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18174              Date: Sun, 25 Jun 2000 23:43:12 -0400
18175              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
18176      Branch: cfgperl
18177            ! lib/IPC/Open3.pm
18178 ____________________________________________________________________________
18179 [  6252] By: jhi                                   on 2000/06/28  15:01:38
18180         Log: Document #6249 and #6251.
18181      Branch: cfgperl
18182            ! lib/Exporter.pm lib/IPC/Open3.pm
18183 ____________________________________________________________________________
18184 [  6251] By: jhi                                   on 2000/06/28  14:50:43
18185         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
18186              From: Doug MacEachern <dougm@covalent.net>
18187              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
18188              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
18189      Branch: cfgperl
18190            ! lib/Exporter.pm
18191 ____________________________________________________________________________
18192 [  6250] By: jhi                                   on 2000/06/28  14:45:23
18193         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
18194              From: Doug MacEachern <dougm@covalent.net>
18195              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
18196              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
18197      Branch: cfgperl
18198            + t/op/my_stash.t
18199            ! MANIFEST embed.pl global.sym proto.h toke.c
18200 ____________________________________________________________________________
18201 [  6249] By: jhi                                   on 2000/06/28  14:36:34
18202         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
18203              From: Frank Tobin <ftobin@uiuc.edu>
18204              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
18205              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
18206      Branch: cfgperl
18207            ! lib/IPC/Open3.pm
18208 ____________________________________________________________________________
18209 [  6248] By: jhi                                   on 2000/06/28  14:11:25
18210         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
18211              From: Mark-Jason Dominus <mjd@plover.com>
18212              Date: Tue, 27 Jun 2000 22:36:42 -0400
18213              Message-ID: <20000628023642.12166.qmail@plover.com>
18214      Branch: cfgperl
18215            ! pod/perlfunc.pod
18216 ____________________________________________________________________________
18217 [  6247] By: jhi                                   on 2000/06/27  12:46:37
18218         Log: Tweak $VERSION, patch from Doug MacEachern.
18219      Branch: cfgperl
18220            ! lib/File/Spec.pm
18221 ____________________________________________________________________________
18222 [  6246] By: jhi                                   on 2000/06/27  03:34:46
18223         Log: Allow for standalone testing.
18224      Branch: cfgperl
18225            ! t/lib/filefunc.t t/lib/filespec.t
18226 ____________________________________________________________________________
18227 [  6245] By: jhi                                   on 2000/06/27  02:50:02
18228         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
18229              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18230              Date: Sat, 24 Jun 2000 13:06:20 +0100
18231              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
18232      Branch: cfgperl
18233            ! ext/DynaLoader/DynaLoader_pm.PL
18234 ____________________________________________________________________________
18235 [  6244] By: jhi                                   on 2000/06/27  02:46:10
18236         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
18237              From: Doug MacEachern <dougm@covalent.net>
18238              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
18239              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
18240      Branch: cfgperl
18241            ! gv.c sv.c t/lib/peek.t
18242 ____________________________________________________________________________
18243 [  6243] By: jhi                                   on 2000/06/27  02:38:07
18244         Log: Subject: [PATCH] is_utf8_string
18245              From: simon@brecon.co.uk (Simon Cozens)
18246              Date: 26 Jun 2000 02:25:59 GMT
18247              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
18248      Branch: cfgperl
18249            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
18250            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
18251            ! proto.h utf8.c
18252 ____________________________________________________________________________
18253 [  6242] By: jhi                                   on 2000/06/27  02:24:00
18254         Log: Subject: [PATCH] bytes<->utf8 fixes
18255              From: simon@brecon.co.uk (Simon Cozens)
18256              Date: 26 Jun 2000 04:55:45 GMT
18257              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
18258      Branch: cfgperl
18259            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
18260 ____________________________________________________________________________
18261 [  6241] By: jhi                                   on 2000/06/27  02:12:42
18262         Log: Do no -warn on \_, only on \alpha.
18263              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
18264              From: David Dyck <dcd@tc.fluke.com>
18265              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
18266              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
18267      Branch: cfgperl
18268            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18269 ____________________________________________________________________________
18270 [  6240] By: jhi                                   on 2000/06/27  02:00:01
18271         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
18272              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18273              Date: Mon, 26 Jun 2000 18:40:14 +0100
18274              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
18275      Branch: cfgperl
18276            ! utils/h2xs.PL
18277 ____________________________________________________________________________
18278 [  6239] By: jhi                                   on 2000/06/27  01:53:40
18279         Log: Configure maintenance.  Sever some dependency cycles,
18280              separate gccversion from the cc unit,
18281              address [ID 20000623.006] Configure script patch for using gcc on AIX
18282              (but solve it a little bit differently),
18283              unduplex some accidentally duplicated units,
18284              suggest using gcc if no cc available
18285              (p5p thread: "Solaris configure: counterproposal", 1999-09)
18286      Branch: cfgperl
18287            ! Configure Todo-5.6 config_h.SH
18288      Branch: metaconfig
18289            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
18290            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
18291      Branch: metaconfig/U/perl
18292            + gccvers.U
18293            ! d_getespwnam.U d_getprpwnam.U i_prot.U
18294 ____________________________________________________________________________
18295 [  6238] By: jhi                                   on 2000/06/25  18:04:56
18296         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
18297              From: Dan Sugalski <dan@sidhe.org>
18298              Date: Fri, 23 Jun 2000 17:00:00 -0400
18299              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
18300      Branch: cfgperl
18301            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
18302 ____________________________________________________________________________
18303 [  6237] By: jhi                                   on 2000/06/25  16:36:45
18304         Log: Tweak embed.pl, regen headers.
18305      Branch: cfgperl
18306            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
18307            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
18308            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
18309            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
18310            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
18311 ____________________________________________________________________________
18312 [  6236] By: jhi                                   on 2000/06/25  15:26:42
18313         Log: Regen headers.
18314      Branch: cfgperl
18315            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
18316            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
18317            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
18318            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
18319            ! regnodes.h warnings.h
18320 ____________________________________________________________________________
18321 [  6235] By: jhi                                   on 2000/06/23  19:39:35
18322         Log: The thread begun by
18323              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
18324              From: Kevin.Ruscoe@ubsw.com
18325              Date: Fri, 16 Jun 2000 16:38:51 +0100
18326              Message-Id: <H000019b03c300d6@MHS>
18327      Branch: cfgperl
18328            ! hints/solaris_2.sh
18329 ____________________________________________________________________________
18330 [  6234] By: jhi                                   on 2000/06/23  19:23:36
18331         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
18332              because when run as services (Win32ese for daemons)
18333              no environment variables are set and tmpdir ends up as /tmp,
18334              which is ambiguous.
18335              
18336              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
18337              From: matt@sergeant.org
18338              Date: 16 Jun 2000 16:30:43 -0000
18339              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
18340      Branch: cfgperl
18341            ! lib/File/Spec/Win32.pm
18342 ____________________________________________________________________________
18343 [  6233] By: jhi                                   on 2000/06/23  19:18:58
18344         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
18345              From: Mark-Jason Dominus <mjd@plover.com>
18346              Date: Fri, 16 Jun 2000 20:53:04 -0400
18347              Message-ID: <20000617005304.8008.qmail@plover.com>
18348      Branch: cfgperl
18349            ! op.h
18350 ____________________________________________________________________________
18351 [  6232] By: jhi                                   on 2000/06/23  16:10:02
18352         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
18353              From: simon@brecon.co.uk (Simon Cozens)
18354              Date: 19 Jun 2000 15:18:27 GMT
18355              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
18356              
18357              plus update pod/Makefile and regenerate perltoc
18358      Branch: cfgperl
18359            + pod/perlutil.pod
18360            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
18361 ____________________________________________________________________________
18362 [  6231] By: jhi                                   on 2000/06/23  15:19:18
18363         Log: Subject: [PATCH 5.6.0] cygwin port
18364              From: "Fifer, Eric" <EFifer@sanwaint.com>
18365              Date: Tue, 20 Jun 2000 14:30:58 +0100
18366              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
18367      Branch: cfgperl
18368            ! README.cygwin lib/File/Find.pm
18369 ____________________________________________________________________________
18370 [  6230] By: jhi                                   on 2000/06/23  14:25:21
18371         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
18372      Branch: cfgperl
18373            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
18374            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18375            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18376            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
18377 ____________________________________________________________________________
18378 [  6229] By: jhi                                   on 2000/06/23  14:13:34
18379         Log: Subject: README.hpux version 0.6.1
18380              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
18381              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18382              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
18383      Branch: cfgperl
18384            ! README.hpux
18385 ____________________________________________________________________________
18386 [  6228] By: jhi                                   on 2000/06/23  14:07:20
18387         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
18388              From: Doug MacEachern <dougm@covalent.net>
18389              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
18390              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
18391      Branch: cfgperl
18392            ! op.c
18393 ____________________________________________________________________________
18394 [  6227] By: jhi                                   on 2000/06/23  14:01:06
18395         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
18396              From: Doug MacEachern <dougm@covalent.net>
18397              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
18398              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
18399      Branch: cfgperl
18400            + lib/lib.pm.PL
18401            - lib/lib.pm
18402            ! MANIFEST Makefile.SH
18403 ____________________________________________________________________________
18404 [  6226] By: jhi                                   on 2000/06/23  13:53:07
18405         Log: Subject: [PATCH] remove forward declarations in Socket.pm
18406              From: Doug MacEachern <dougm@covalent.net>
18407              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
18408              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
18409              
18410              From: Doug MacEachern <dougm@covalent.net>
18411              Subject: Re: [PATCH] remove forward declarations in Socket.pm
18412              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
18413              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
18414      Branch: cfgperl
18415            ! ext/Socket/Socket.pm op.c
18416 ____________________________________________________________________________
18417 [  6225] By: jhi                                   on 2000/06/23  13:41:52
18418         Log: Add source code filenames to apidoc.
18419              From: simon@brecon.co.uk (Simon Cozens)
18420              Subject: [PATCH embed.pl] Source X-ref
18421              Date: 22 Jun 2000 02:18:49 GMT
18422              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
18423      Branch: cfgperl
18424            ! embed.pl
18425 ____________________________________________________________________________
18426 [  6224] By: jhi                                   on 2000/06/23  13:32:33
18427         Log: A way to avoid English.pm performance hit.
18428              From: root <root@jester.slaysys.com>
18429              Subject: [YAPATCH English.pm] My turn to putt again
18430              Date: Thu, 22 Jun 2000 20:33:58 -0400
18431              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
18432      Branch: cfgperl
18433            ! lib/English.pm t/lib/english.t
18434 ____________________________________________________________________________
18435 [  6223] By: jhi                                   on 2000/06/23  13:27:06
18436         Log: Avoid double close().
18437              Subject: [PATCH] avoid double close()
18438              From: Doug MacEachern <dougm@covalent.net>
18439              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
18440              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
18441      Branch: cfgperl
18442            ! doio.c
18443 ____________________________________________________________________________
18444 [  6222] By: jhi                                   on 2000/06/23  13:25:54
18445         Log: doc typo fix
18446              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
18447              From: Ian Phillipps <Ian.Phillipps@iname.com>
18448              Date: Fri, 23 Jun 2000 10:40:58 +0100
18449              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
18450      Branch: cfgperl
18451            ! lib/Pod/Usage.pm
18452 ____________________________________________________________________________
18453 [  6221] By: jhi                                   on 2000/06/23  13:24:15
18454         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
18455              From: simon@brecon.co.uk (Simon Cozens)
18456              Subject: [PATCH] Eliminate tr///[CU][CU]
18457              Date: 23 Jun 2000 11:05:40 GMT
18458              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
18459      Branch: cfgperl
18460            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
18461 ____________________________________________________________________________
18462 [  6220] By: jhi                                   on 2000/06/22  16:07:51
18463         Log: Win32 patches from Benjamin Stuhl.
18464      Branch: cfgperl
18465            ! makedef.pl win32/win32.h
18466 ____________________________________________________________________________
18467 [  6219] By: jhi                                   on 2000/06/22  16:06:34
18468         Log: Bytecode patches from Benjamin Stuhl.
18469      Branch: cfgperl
18470            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18471            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18472            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18473 ____________________________________________________________________________
18474 [  6218] By: jhi                                   on 2000/06/15  23:54:16
18475         Log: Bytecode patches from Benjamin Stuhl.
18476      Branch: cfgperl
18477            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18478 ____________________________________________________________________________
18479 [  6217] By: jhi                                   on 2000/06/09  13:38:29
18480         Log: Rename the fdpid locking and integrate with Sarathy.
18481      Branch: cfgperl
18482            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
18483            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
18484            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
18485            ! win32/win32.c
18486           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
18487 ____________________________________________________________________________
18488 [  6216] By: gsar                                  on 2000/06/08  14:54:21
18489         Log: be more optimal about clearing @_
18490      Branch: perl
18491            ! cop.h
18492 ____________________________________________________________________________
18493 [  6215] By: gsar                                  on 2000/06/08  14:33:04
18494         Log: tweak comment about @DB::args
18495      Branch: perl
18496            ! av.h pp_ctl.c
18497 ____________________________________________________________________________
18498 [  6214] By: gsar                                  on 2000/06/08  13:57:54
18499         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
18500              caller() wants to populate @DB::args with it (causes a coredump
18501              in Carp::confess())
18502      Branch: perl
18503            ! cop.h t/op/runlevel.t
18504 ____________________________________________________________________________
18505 [  6213] By: gsar                                  on 2000/06/08  07:06:35
18506         Log: back out change#6106 (seems problematic)
18507      Branch: perl
18508            ! hints/solaris_2.sh
18509 ____________________________________________________________________________
18510 [  6212] By: jhi                                   on 2000/06/07  03:10:36
18511         Log: Continuing mopup for #6204.
18512      Branch: cfgperl
18513            ! ext/B/defsubs_h.PL
18514 ____________________________________________________________________________
18515 [  6211] By: jhi                                   on 2000/06/07  02:41:50
18516         Log: Mopup for #6204.
18517              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
18518              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
18519              This is comes from const() where POK isn't on when expected.
18520      Branch: cfgperl
18521            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
18522            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18523            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18524            ! perlapi.h pod/perlapi.pod
18525 ____________________________________________________________________________
18526 [  6210] By: jhi                                   on 2000/06/07  01:56:29
18527         Log: Mopup for #6207 and #6209.
18528      Branch: cfgperl
18529            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
18530 ____________________________________________________________________________
18531 [  6209] By: jhi                                   on 2000/06/07  01:33:12
18532         Log: Lock PL_fdpid against race conditions, based on:
18533              Subject: [PATCH 5.6.0]subprocess fixup for threads
18534              From: Dan Sugalski <dan@sidhe.org>
18535              To: perl5-porters@perl.org
18536              Date: Tue, 11 Apr 2000 17:02:32 -0400
18537              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
18538      Branch: cfgperl
18539            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
18540            ! win32/win32.c
18541 ____________________________________________________________________________
18542 [  6208] By: jhi                                   on 2000/06/07  01:05:23
18543         Log: Regen headers for #6207.
18544      Branch: cfgperl
18545            ! embed.h global.sym objXSUB.h proto.h
18546 ____________________________________________________________________________
18547 [  6207] By: jhi                                   on 2000/06/06  23:43:13
18548         Log: Subject: [PATCH 5.6.0] Threadsafe patches
18549              From: Dan Sugalski <dan@sidhe.org>
18550              To: perl5-porters@perl.org
18551              Date: Mon, 08 May 2000 18:08:13 -0400
18552              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
18553      Branch: cfgperl
18554            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
18555            ! proto.h sv.h util.c
18556 ____________________________________________________________________________
18557 [  6206] By: jhi                                   on 2000/06/06  23:21:23
18558         Log: Subject: [PATCH] Eliminate $a/$b in pod
18559              From: David Glasser <me@davidglasser.net>
18560              To: perl5-porters@perl.org
18561              Date: Mon, 29 May 2000 21:15:59 -0400
18562              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
18563      Branch: cfgperl
18564            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
18565            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
18566            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
18567            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
18568            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
18569            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
18570            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
18571            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
18572            ! pod/perlvar.pod pod/perlxs.pod
18573 ____________________________________________________________________________
18574 [  6205] By: jhi                                   on 2000/06/06  23:12:14
18575         Log: Subject: [PATCH] Win32 improvements
18576              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
18577              To: gsar@activestate.com, perl5-porters@perl.org
18578              Date: Mon, 29 May 2000 17:22:24 PDT
18579              Message-ID: <20000530002224.91142.qmail@hotmail.com>
18580              (MUA had mangled many lines by wordwrapping)
18581      Branch: cfgperl
18582            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
18583 ____________________________________________________________________________
18584 [  6204] By: jhi                                   on 2000/06/06  23:01:50
18585         Log: Subject: [PATCH] B::Bytecode patches
18586              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
18587              To: gsar@activestate.com, jhi@iki.fi
18588              Cc: perl5-porters@perl.org
18589              Message-ID: <20000602202526.48694.qmail@hotmail.com>
18590              (MUA had mangled many lines by wordwrapping)
18591      Branch: cfgperl
18592            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
18593            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
18594            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18595            ! intrpvar.h perl.c
18596 ____________________________________________________________________________
18597 [  6203] By: jhi                                   on 2000/06/06  22:32:43
18598         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
18599              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18600              Date: Tue, 06 Jun 2000 13:07:45 -0700
18601              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
18602      Branch: cfgperl
18603            ! pod/perldiag.pod
18604 ____________________________________________________________________________
18605 [  6202] By: jhi                                   on 2000/06/06  19:38:35
18606         Log: Integrate with Sarathy.
18607      Branch: cfgperl
18608           !> perl.c
18609 ____________________________________________________________________________
18610 [  6201] By: gsar                                  on 2000/06/06  00:42:59
18611         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
18612              does a PUSHMARK that's never ever POPMARKed; in general, only
18613              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
18614              Perl_eval_[sp]v() don't because they don't take any incoming
18615              arguments (this leak has been around since the original version
18616              of perl_eval_pv() in 5.003_97e)
18617      Branch: perl
18618            ! perl.c
18619 ____________________________________________________________________________
18620 [  6200] By: jhi                                   on 2000/06/04  03:44:52
18621         Log: Update to cperl-mode.el 4.31 from
18622              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
18623              Subject: A couple of notes
18624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18625              To: Mailing list Perl5 <perl5-porters@perl.org>
18626              Date: Sat, 3 Jun 2000 23:33:32 -0400
18627              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
18628      Branch: cfgperl
18629            ! emacs/cperl-mode.el
18630 ____________________________________________________________________________
18631 [  6199] By: jhi                                   on 2000/06/03  15:11:05
18632         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
18633              From: Dan Sugalski <dan@sidhe.org>
18634              To: perl5-porters@perl.org, vmsperl@perl.org
18635              Date: Fri, 02 Jun 2000 17:30:51 -0400
18636              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
18637      Branch: cfgperl
18638            ! vms/descrip_mms.template vms/gen_shrfls.pl
18639 ____________________________________________________________________________
18640 [  6198] By: jhi                                   on 2000/06/03  14:59:15
18641         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
18642              From: Dan Sugalski <dan@sidhe.org>
18643              To: vmsperl@perl.org, perl5-porters@perl.org
18644              Date: Fri, 02 Jun 2000 16:00:41 -0400
18645              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
18646              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
18647      Branch: cfgperl
18648            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
18649            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
18650            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
18651 ____________________________________________________________________________
18652 [  6197] By: jhi                                   on 2000/06/03  14:41:30
18653         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
18654              From: John Borwick <jhborwic@unity.ncsu.edu>
18655              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
18656              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
18657      Branch: cfgperl
18658            ! pod/perlsyn.pod
18659 ____________________________________________________________________________
18660 [  6196] By: jhi                                   on 2000/06/03  14:38:09
18661         Log: Integrate with Sarathy.
18662      Branch: cfgperl
18663           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
18664           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
18665           !> vms/perly_c.vms
18666 ____________________________________________________________________________
18667 [  6195] By: gsar                                  on 2000/06/02  22:43:13
18668         Log: fix yet another eval"" leak under USE_ITHREADS
18669      Branch: perl
18670            ! op.c
18671 ____________________________________________________________________________
18672 [  6194] By: gsar                                  on 2000/06/02  18:22:06
18673         Log: fix small eval"" memory leaks under USE_ITHREADS
18674      Branch: perl
18675            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
18676            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
18677            ! vms/perly_c.vms
18678 ____________________________________________________________________________
18679 [  6193] By: jhi                                   on 2000/06/01  13:03:56
18680         Log: Signals-be-gone for microperl.
18681      Branch: cfgperl
18682            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
18683 ____________________________________________________________________________
18684 [  6192] By: jhi                                   on 2000/06/01  12:52:02
18685         Log: Integrate with Sarathy.
18686      Branch: cfgperl
18687           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
18688           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
18689           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
18690           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
18691           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
18692           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
18693           !> t/op/vec.t utils/h2xs.PL
18694 ____________________________________________________________________________
18695 [  6191] By: gsar                                  on 2000/06/01  09:38:21
18696         Log: vec() loses numericalness (modified version of patch suggested
18697              by Robin Barker)
18698      Branch: perl
18699            ! doop.c t/op/vec.t
18700 ____________________________________________________________________________
18701 [  6190] By: gsar                                  on 2000/06/01  09:26:15
18702         Log: submit missing embed.pl change
18703      Branch: perl
18704            ! embed.pl
18705 ____________________________________________________________________________
18706 [  6189] By: gsar                                  on 2000/06/01  09:05:34
18707         Log: counting tr/// corrupts later operation (from M.J.T Guy)
18708      Branch: perl
18709            ! doop.c t/op/tr.t
18710 ____________________________________________________________________________
18711 [  6188] By: gsar                                  on 2000/06/01  08:58:39
18712         Log: h2xs tweaks
18713      Branch: perl
18714            ! utils/h2xs.PL
18715 ____________________________________________________________________________
18716 [  6187] By: gsar                                  on 2000/06/01  08:50:07
18717         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
18718              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18719      Branch: perl
18720            + lib/Pod/LaTeX.pm
18721            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
18722            ! pod/pod2latex.PL
18723 ____________________________________________________________________________
18724 [  6186] By: gsar                                  on 2000/06/01  08:24:40
18725         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
18726              <wolfgang.laun@alcatel.at>)
18727      Branch: perl
18728            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
18729            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
18730 ____________________________________________________________________________
18731 [  6185] By: gsar                                  on 2000/06/01  08:12:00
18732         Log: remove incorrect documentation about implicit split to @_ in
18733              list context, which never really worked in perl 5 (from
18734              M.J.T. Guy)
18735      Branch: perl
18736            ! pod/perlfunc.pod pod/perltrap.pod
18737 ____________________________________________________________________________
18738 [  6184] By: gsar                                  on 2000/06/01  07:52:27
18739         Log: tweak for change#6127
18740      Branch: perl
18741            ! perl.c
18742 ____________________________________________________________________________
18743 [  6183] By: gsar                                  on 2000/06/01  07:41:02
18744         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
18745              <nick@ccl4.org>)
18746      Branch: perl
18747            + t/lib/selfloader.t
18748            ! MANIFEST lib/SelfLoader.pm
18749 ____________________________________________________________________________
18750 [  6182] By: jhi                                   on 2000/06/01  00:34:42
18751         Log: Be Cleaner Part Deux.
18752      Branch: cfgperl
18753            ! Makefile.SH
18754 ____________________________________________________________________________
18755 [  6181] By: jhi                                   on 2000/06/01  00:32:09
18756         Log: Integrate with Sarathy.
18757      Branch: cfgperl
18758           !> pp.c t/op/arith.t
18759 ____________________________________________________________________________
18760 [  6180] By: jhi                                   on 2000/06/01  00:31:13
18761         Log: microperl nits from Simon Cozens.
18762      Branch: cfgperl
18763            + uconfig.h
18764            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
18765            ! unixish.h
18766 ____________________________________________________________________________
18767 [  6179] By: gsar                                  on 2000/05/31  22:37:51
18768         Log: buggy modulus on UVs introduced by change#3378 (resulted in
18769              4063328477 % 65535 amounting to 27406, instead of 27407)
18770      Branch: perl
18771            ! pp.c t/op/arith.t
18772 ____________________________________________________________________________
18773 [  6178] By: jhi                                   on 2000/05/31  21:52:41
18774         Log: Be cleaner.
18775      Branch: cfgperl
18776            ! Makefile.SH
18777 ____________________________________________________________________________
18778 [  6177] By: jhi                                   on 2000/05/31  21:47:33
18779         Log: Substitution utf8 patch from Simon Cozens.
18780      Branch: cfgperl
18781            ! pp_hot.c
18782 ____________________________________________________________________________
18783 [  6176] By: jhi                                   on 2000/05/31  21:45:34
18784         Log: Single-quoted utf8 patch from Simon Cozens.
18785      Branch: cfgperl
18786            ! toke.c
18787 ____________________________________________________________________________
18788 [  6175] By: jhi                                   on 2000/05/31  21:40:18
18789         Log: Integrate with Sarathy.
18790      Branch: cfgperl
18791           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
18792 ____________________________________________________________________________
18793 [  6174] By: jhi                                   on 2000/05/31  21:37:31
18794         Log: microperl changes from Simon Cozens; Makefile for microperl
18795              written from scratch; few casts added as microperl compilation
18796              doesn't have all prototypes available.
18797      Branch: cfgperl
18798            + Makefile.micro README.micro Todo.micro uconfig.sh
18799            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
18800            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
18801      Branch: metaconfig
18802            + U/modified/Config_h.U
18803 ____________________________________________________________________________
18804 [  6173] By: jhi                                   on 2000/05/31  20:00:24
18805         Log: metaconfig maintenance.
18806      Branch: metaconfig
18807            + U/modified/Inhdr.U U/typedefs/inotype.U
18808      Branch: metaconfig/U/perl
18809            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
18810            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
18811 ____________________________________________________________________________
18812 [  6172] By: gsar                                  on 2000/05/31  05:05:42
18813         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
18814              (from Ilya Zakharevich)
18815      Branch: perl
18816            ! regexec.c t/op/re_tests
18817 ____________________________________________________________________________
18818 [  6171] By: gsar                                  on 2000/05/31  05:01:47
18819         Log: scalar() doesn't force scalar context when used in void context
18820              (from Simon Cozens)
18821      Branch: perl
18822            ! op.c t/op/wantarray.t
18823 ____________________________________________________________________________
18824 [  6170] By: gsar                                  on 2000/05/31  04:41:33
18825         Log: change#6142 needs tweaks to tests to work where there's no symlink()
18826              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18827      Branch: perl
18828            ! t/lib/filefind.t
18829 ____________________________________________________________________________
18830 [  6169] By: gsar                                  on 2000/05/31  04:29:49
18831         Log: integrate cfgperl contents into mainline
18832      Branch: perl
18833           +> pod/perlmodlib.PL pod/perlnewmod.pod
18834           !> (integrate 42 files)
18835 ____________________________________________________________________________
18836 [  6168] By: jhi                                   on 2000/05/30  22:53:37
18837         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
18838      Branch: cfgperl
18839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18840            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
18841            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
18842            ! win32/config.bc win32/config.gc win32/config.vc
18843            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18844            ! win32/config_h.PL win32/config_sh.PL
18845      Branch: metaconfig/U/perl
18846            ! perlxv.U
18847 ____________________________________________________________________________
18848 [  6167] By: jhi                                   on 2000/05/30  22:20:21
18849         Log: tweak todo 
18850      Branch: cfgperl
18851            ! Todo-5.6
18852 ____________________________________________________________________________
18853 [  6166] By: jhi                                   on 2000/05/30  22:11:51
18854         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
18855              in case somebody wants to write an extension for more
18856              shadow database interfaces.
18857      Branch: cfgperl
18858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18859            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
18860            ! vos/config.def vos/config.h vos/config_h.SH_orig
18861            ! win32/config.bc win32/config.gc win32/config.vc
18862            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18863      Branch: metaconfig
18864            ! U/modified/Myinit.U
18865      Branch: metaconfig/U/perl
18866            + d_getespwnam.U d_getprpwnam.U i_prot.U
18867 ____________________________________________________________________________
18868 [  6165] By: jhi                                   on 2000/05/30  18:35:34
18869         Log: Integrate with Sarathy.
18870      Branch: cfgperl
18871           !> op.c
18872 ____________________________________________________________________________
18873 [  6164] By: jhi                                   on 2000/05/30  18:30:16
18874         Log: detypo
18875      Branch: cfgperl
18876            ! Configure config_h.SH
18877      Branch: metaconfig/U/perl
18878            ! perlxv.U
18879 ____________________________________________________________________________
18880 [  6163] By: gsar                                  on 2000/05/30  03:24:03
18881         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
18882      Branch: perl
18883            ! op.c
18884 ____________________________________________________________________________
18885 [  6162] By: gsar                                  on 2000/05/30  03:09:38
18886         Log: fix memory leak in method call optimization (change#3768);
18887              made C<eval "$x->foo()"> leak
18888      Branch: perl
18889            ! op.c
18890 ____________________________________________________________________________
18891 [  6161] By: jhi                                   on 2000/05/29  17:56:26
18892         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
18893              both from Simon Cozens.
18894      Branch: cfgperl
18895            + pod/perlmodlib.PL pod/perlnewmod.pod
18896            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
18897            ! pod/perlmodlib.pod pod/perltoc.pod
18898 ____________________________________________________________________________
18899 [  6160] By: jhi                                   on 2000/05/29  17:23:55
18900         Log: Changes for the File::Temp 0.08 (change #6159) test suite
18901              to fit better into the Perl distribution test framework.
18902      Branch: cfgperl
18903            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
18904            ! t/lib/ftmp-tempfile.t
18905 ____________________________________________________________________________
18906 [  6159] By: jhi                                   on 2000/05/29  16:55:36
18907         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
18908      Branch: cfgperl
18909            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18910            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18911 ____________________________________________________________________________
18912 [  6158] By: bailey                                on 2000/05/29  16:22:08
18913         Log: Add fallback to tmpfile for use in cases where user's relying on
18914              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
18915              Lane's patch)
18916      Branch: vmsperl
18917            ! vms/vms.c vms/vmsish.h
18918 ____________________________________________________________________________
18919 [  6157] By: jhi                                   on 2000/05/29  03:10:36
18920         Log: Regen Configure to jive with #6149.
18921      Branch: cfgperl
18922            ! Configure
18923      Branch: metaconfig
18924            ! U/modified/Getfile.U
18925 ____________________________________________________________________________
18926 [  6156] By: jhi                                   on 2000/05/29  03:01:38
18927         Log: Integrate with Sarathy.
18928      Branch: cfgperl
18929           +> ext/DynaLoader/dl_mac.xs
18930           !> (integrate 38 files)
18931 ____________________________________________________________________________
18932 [  6155] By: gsar                                  on 2000/05/28  21:15:58
18933         Log: small bug in change#6144; remove random \xA0 character that snuck
18934              in via change#6145
18935      Branch: perl
18936            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
18937 ____________________________________________________________________________
18938 [  6154] By: gsar                                  on 2000/05/28  21:04:19
18939         Log: avoid type mismatch warning
18940      Branch: perl
18941            ! perl.c
18942 ____________________________________________________________________________
18943 [  6153] By: gsar                                  on 2000/05/28  20:58:31
18944         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
18945              <nick@Bagpuss.uk.boo.com>)
18946      Branch: perl
18947            ! lib/Test/Harness.pm
18948 ____________________________________________________________________________
18949 [  6152] By: gsar                                  on 2000/05/28  20:53:42
18950         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
18951      Branch: perl
18952            ! regexec.c
18953 ____________________________________________________________________________
18954 [  6151] By: gsar                                  on 2000/05/28  20:50:28
18955         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
18956      Branch: perl
18957            ! regexec.c
18958 ____________________________________________________________________________
18959 [  6150] By: gsar                                  on 2000/05/28  20:39:58
18960         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
18961      Branch: perl
18962            ! pod/perlrequick.pod
18963 ____________________________________________________________________________
18964 [  6149] By: gsar                                  on 2000/05/28  20:35:16
18965         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
18966              <troc@netrus.net>)
18967      Branch: perl
18968            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
18969            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
18970            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
18971            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
18972 ____________________________________________________________________________
18973 [  6148] By: gsar                                  on 2000/05/28  20:21:07
18974         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
18975      Branch: perl
18976            ! lib/ExtUtils/MM_Unix.pm
18977 ____________________________________________________________________________
18978 [  6147] By: gsar                                  on 2000/05/28  20:12:41
18979         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
18980              (from Peter Prymmer)
18981      Branch: perl
18982            ! vms/subconfigure.com
18983 ____________________________________________________________________________
18984 [  6146] By: gsar                                  on 2000/05/28  20:06:15
18985         Log: doc typo
18986      Branch: perl
18987            ! lib/warnings.pm warnings.h warnings.pl
18988 ____________________________________________________________________________
18989 [  6145] By: gsar                                  on 2000/05/28  18:44:33
18990         Log: make xsubpp skip embedded pod (from Matthias Neeracher
18991              <neeri@iis.ee.ethz.ch>)
18992      Branch: perl
18993            ! lib/ExtUtils/xsubpp
18994 ____________________________________________________________________________
18995 [  6144] By: gsar                                  on 2000/05/28  18:42:49
18996         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
18997              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
18998              <neeri@iis.ee.ethz.ch>)
18999      Branch: perl
19000            ! lib/AutoSplit.pm
19001 ____________________________________________________________________________
19002 [  6143] By: gsar                                  on 2000/05/28  18:41:12
19003         Log: MacOS support, part 1 (from Matthias Neeracher
19004              <neeri@iis.ee.ethz.ch>)
19005      Branch: perl
19006            + ext/DynaLoader/dl_mac.xs
19007            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
19008            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
19009            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
19010            ! util.h
19011 ____________________________________________________________________________
19012 [  6142] By: gsar                                  on 2000/05/28  18:21:51
19013         Log: File::Find fails to chdir when chasing symlinks (from
19014              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19015      Branch: perl
19016            ! lib/File/Find.pm t/lib/filefind.t
19017 ____________________________________________________________________________
19018 [  6141] By: jhi                                   on 2000/05/28  14:25:15
19019         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
19020              forwarded by Peter Seebach from the bsdi-users mailing list.
19021              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
19022      Branch: perl
19023            ! hints/bsdos.sh
19024 ____________________________________________________________________________
19025 [  6140] By: jhi                                   on 2000/05/28  14:11:57
19026         Log: Integrate with Sarathy.
19027      Branch: cfgperl
19028           +> (branch 30 files)
19029           !> (integrate 93 files)
19030 ____________________________________________________________________________
19031 [  6139] By: gsar                                  on 2000/05/28  10:01:48
19032         Log: revise mktables.PL for bugs and newness in Unicode 3.0
19033              (from James Bence <jbence@amgen.com>)
19034      Branch: perl
19035            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
19036            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
19037            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
19038            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
19039            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
19040            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
19041            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
19042            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
19043            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
19044            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
19045            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
19046            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
19047            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
19048            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
19049            + lib/unicode/Is/SylWU.pl
19050            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
19051            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19052            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19053            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19054            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19055            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19056            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19057            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19058            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19059            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19060            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19061            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19062            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19063            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19064            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
19065            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
19066            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
19067            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
19068            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
19069            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
19070            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
19071            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
19072            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
19073            ! lib/unicode/Makefile lib/unicode/mktables.PL
19074 ____________________________________________________________________________
19075 [  6138] By: gsar                                  on 2000/05/28  08:50:32
19076         Log: add note about the handling of negative indices to tied arrays
19077              (from Michael G Schwern <schwern@pobox.com>)
19078      Branch: perl
19079            ! pod/perltie.pod
19080 ____________________________________________________________________________
19081 [  6137] By: gsar                                  on 2000/05/28  08:46:10
19082         Log: fix bogus redeclaration warning for "our" variables in different
19083              scopes
19084      Branch: perl
19085            ! op.c t/pragma/strict-vars
19086 ____________________________________________________________________________
19087 [  6136] By: gsar                                  on 2000/05/28  08:31:20
19088         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
19089      Branch: perl
19090            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
19091 ____________________________________________________________________________
19092 [  6135] By: gsar                                  on 2000/05/28  08:17:50
19093         Log: enable Test::Harness to dynamically determine column width etc.
19094              (from Rob Napier <rnapier@employees.org>)
19095      Branch: perl
19096            ! lib/Test/Harness.pm
19097 ____________________________________________________________________________
19098 [  6134] By: gsar                                  on 2000/05/28  08:13:39
19099         Log: make Test::Harness use wait.h/WCOREDUMP if available
19100              (from Ben Tilly <ben_tilly@hotmail.com>)
19101      Branch: perl
19102            ! lib/Test/Harness.pm
19103 ____________________________________________________________________________
19104 [  6133] By: gsar                                  on 2000/05/28  08:08:05
19105         Log: elide bogus test in change#6132
19106      Branch: perl
19107            ! t/pragma/warn/9enabled
19108 ____________________________________________________________________________
19109 [  6132] By: gsar                                  on 2000/05/28  08:03:14
19110         Log: warnings::enabled() doesn't fall back to looking at $^W if
19111              caller isn't using lexical warnings (from Paul Marquess)
19112      Branch: perl
19113            ! pp_ctl.c t/pragma/warn/9enabled
19114 ____________________________________________________________________________
19115 [  6131] By: gsar                                  on 2000/05/28  07:57:47
19116         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
19117      Branch: perl
19118            ! ext/POSIX/POSIX.pm
19119 ____________________________________________________________________________
19120 [  6130] By: gsar                                  on 2000/05/28  07:29:12
19121         Log: fix places that mean C<"word" character> but say C<alphanumeric
19122              character>
19123      Branch: perl
19124            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
19125 ____________________________________________________________________________
19126 [  6129] By: gsar                                  on 2000/05/28  07:18:41
19127         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
19128      Branch: perl
19129            ! vms/test.com
19130 ____________________________________________________________________________
19131 [  6128] By: gsar                                  on 2000/05/28  07:12:55
19132         Log: new perlxstut example for passing/returning refs to arrays
19133              (from David Lowe <dlowe@pootpoot.com>)
19134      Branch: perl
19135            ! pod/perlxstut.pod
19136 ____________________________________________________________________________
19137 [  6127] By: gsar                                  on 2000/05/28  07:02:50
19138         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
19139              failed (from Gisle Aas)
19140      Branch: perl
19141            ! cop.h perl.c
19142 ____________________________________________________________________________
19143 [  6126] By: gsar                                  on 2000/05/28  06:39:53
19144         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
19145              (reworked variant of patch suggested by Simon Cozens)
19146      Branch: perl
19147            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
19148            ! pp_hot.c proto.h t/op/gv.t
19149 ____________________________________________________________________________
19150 [  6125] By: gsar                                  on 2000/05/28  05:14:55
19151         Log: enable propagating exception objects via Perl_croak() in XS code
19152              (from Gisle Aas)
19153      Branch: perl
19154            ! util.c
19155 ____________________________________________________________________________
19156 [  6124] By: gsar                                  on 2000/05/28  05:07:28
19157         Log: integrate vmsperl contents into mainline
19158      Branch: perl
19159           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
19160           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
19161           !> vms/vmsish.h
19162 ____________________________________________________________________________
19163 [  6123] By: gsar                                  on 2000/05/28  05:03:53
19164         Log: clarify gotcha with #line directives (from Rocco Caputo
19165              <troc@netrus.net>)
19166      Branch: perl
19167            ! pod/perldebug.pod pod/perlsyn.pod
19168 ____________________________________________________________________________
19169 [  6122] By: gsar                                  on 2000/05/28  04:58:29
19170         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
19171              (from Mark-Jason Dominus)
19172      Branch: perl
19173            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
19174            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
19175            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
19176            ! toke.c
19177 ____________________________________________________________________________
19178 [  6121] By: bailey                                on 2000/05/25  04:46:54
19179         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
19180              lists (based on fixes by Craig Berry)
19181      Branch: vmsperl
19182            ! lib/File/Spec/VMS.pm
19183 ____________________________________________________________________________
19184 [  6120] By: bailey                                on 2000/05/25  04:25:38
19185         Log: Add missing escape (Charles Lane)
19186      Branch: vmsperl
19187            ! t/op/lex_assign.t
19188 ____________________________________________________________________________
19189 [  6119] By: bailey                                on 2000/05/25  04:21:25
19190         Log: Quiet error messages in vmsish.t (Charles Lane)
19191      Branch: vmsperl
19192            ! vms/ext/vmsish.t
19193 ____________________________________________________________________________
19194 [  6118] By: bailey                                on 2000/05/25  04:17:57
19195         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
19196              Flatten case labels in switch statements uniformly (Charles Bailey)
19197      Branch: vmsperl
19198            ! vms/vms.c
19199 ____________________________________________________________________________
19200 [  6117] By: bailey                                on 2000/05/25  03:58:09
19201         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
19202      Branch: vmsperl
19203            ! vms/vmsish.h
19204 ____________________________________________________________________________
19205 [  6116] By: bailey                                on 2000/05/25  03:11:15
19206         Log: Miscellaneous cosmetic fixes (Charles Lane)
19207      Branch: vmsperl
19208            ! lib/ExtUtils/MM_VMS.pm
19209 ____________________________________________________________________________
19210 [  6115] By: bailey                                on 2000/05/25  03:10:36
19211         Log: Add bounds checking for several strings (Charles Lane)
19212      Branch: vmsperl
19213            ! vms/vms.c
19214 ____________________________________________________________________________
19215 [  6114] By: bailey                                on 2000/05/25  02:25:34
19216         Log: Urk -- undo previous removal of vmsish 'exit' change
19217      Branch: vmsperl
19218            ! vms/ext/vmsish.pm vms/vmsish.h
19219 ____________________________________________________________________________
19220 [  6113] By: bailey                                on 2000/05/24  02:24:40
19221         Log: Ugly workaround for version-specific RTL error
19222      Branch: vmsperl
19223            ! vms/vms.c
19224 ____________________________________________________________________________
19225 [  6112] By: bailey                                on 2000/05/24  02:19:55
19226         Log: Check for existence of file before trying to delete
19227      Branch: vmsperl
19228            ! vms/test.com
19229 ____________________________________________________________________________
19230 [  6111] By: bailey                                on 2000/05/23  23:35:13
19231         Log: Resync with mainline prior to post-5.6.0 updates
19232      Branch: vmsperl
19233           +> (branch 49 files)
19234            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
19235            ! vms/ext/vmsish.pm
19236           !> (integrate 334 files)
19237 ____________________________________________________________________________
19238 [  6110] By: jhi                                   on 2000/05/23  19:28:32
19239         Log: todo tweak
19240      Branch: cfgperl
19241            ! Todo-5.6
19242 ____________________________________________________________________________
19243 [  6109] By: jhi                                   on 2000/05/18  17:38:54
19244         Log: Integrate with Sarathy.
19245      Branch: cfgperl
19246           !> mg.c perl.h win32/perlhost.h
19247 ____________________________________________________________________________
19248 [  6108] By: gsar                                  on 2000/05/17  02:24:56
19249         Log: reenable fake signal handling on Windows, bugs and all
19250      Branch: perl
19251            ! mg.c perl.h win32/perlhost.h
19252 ____________________________________________________________________________
19253 [  6107] By: jhi                                   on 2000/05/15  18:01:41
19254         Log: Tweak the todo list.
19255      Branch: cfgperl
19256            ! Todo-5.6
19257 ____________________________________________________________________________
19258 [  6106] By: jhi                                   on 2000/05/15  13:41:48
19259         Log: The (Configure) script refuses to go on, after asking for
19260              'You may also choose to try maximal 64-bitness....'.
19261              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
19262              -- Patrick Zima
19263              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
19264      Branch: cfgperl
19265            ! hints/solaris_2.sh
19266 ____________________________________________________________________________
19267 [  6105] By: jhi                                   on 2000/05/11  14:37:43
19268         Log: Integrate with Sarathy.
19269      Branch: cfgperl
19270           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19271           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
19272 ____________________________________________________________________________
19273 [  6104] By: gsar                                  on 2000/05/11  03:39:07
19274         Log: PL_sys_intern was being initialized too late on windows
19275      Branch: perl
19276            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19277            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
19278 ____________________________________________________________________________
19279 [  6103] By: jhi                                   on 2000/05/09  19:42:20
19280         Log: Test tweaking for Unicos continues.
19281      Branch: cfgperl
19282            ! t/op/64bitint.t
19283 ____________________________________________________________________________
19284 [  6102] By: jhi                                   on 2000/05/09  16:47:27
19285         Log: The test suite tweak in #6101 wasn't quite right.
19286      Branch: cfgperl
19287            ! t/lib/complex.t
19288 ____________________________________________________________________________
19289 [  6101] By: jhi                                   on 2000/05/09  15:35:34
19290         Log: Hints and test tweaks for Unicos.
19291      Branch: cfgperl
19292            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
19293 ____________________________________________________________________________
19294 [  6100] By: jhi                                   on 2000/05/08  21:15:06
19295         Log: More compilation tweakery from Allen Smith.
19296      Branch: cfgperl
19297            ! hints/irix_6.sh
19298 ____________________________________________________________________________
19299 [  6099] By: jhi                                   on 2000/05/08  19:21:18
19300         Log: Tweaks for the cc bugs from Allen Smith.
19301      Branch: cfgperl
19302            ! hints/irix_6.sh
19303 ____________________________________________________________________________
19304 [  6098] By: jhi                                   on 2000/05/08  19:13:37
19305         Log: Add a note about other, yet unsupported, shadow password APIs.
19306      Branch: cfgperl
19307            ! pp_sys.c
19308 ____________________________________________________________________________
19309 [  6097] By: jhi                                   on 2000/05/08  18:46:34
19310         Log: Add a note about possible compilation problems from Allen Smith.
19311      Branch: cfgperl
19312            ! hints/irix_6.sh
19313 ____________________________________________________________________________
19314 [  6096] By: jhi                                   on 2000/05/08  17:33:10
19315         Log: Integrate with Sarathy.
19316      Branch: cfgperl
19317           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19318           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
19319 ____________________________________________________________________________
19320 [  6095] By: jhi                                   on 2000/05/08  16:21:33
19321         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
19322              might be useful in future.
19323      Branch: cfgperl
19324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19325            ! config_h.SH
19326      Branch: metaconfig
19327            ! U/installdirs/inc_version_list.U
19328      Branch: metaconfig/U/perl
19329            ! perlxv.U
19330 ____________________________________________________________________________
19331 [  6094] By: gsar                                  on 2000/05/08  14:22:22
19332         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
19333      Branch: perl
19334            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19335            ! hints/cygwin.sh pp_sys.c
19336 ____________________________________________________________________________
19337 [  6093] By: gsar                                  on 2000/05/08  12:52:28
19338         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
19339              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
19340      Branch: perl
19341            ! pp_sys.c sv.c win32/perlhost.h
19342 ____________________________________________________________________________
19343 [  6092] By: jhi                                   on 2000/05/07  22:40:34
19344         Log: Regen perltoc with the fixed buildtoc.
19345      Branch: cfgperl
19346            ! pod/perltoc.pod
19347 ____________________________________________________________________________
19348 [  6091] By: jhi                                   on 2000/05/07  22:24:16
19349         Log: Integrate with Sarathy.
19350      Branch: cfgperl
19351           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
19352           !> t/op/substr.t toke.c
19353 ____________________________________________________________________________
19354 [  6090] By: gsar                                  on 2000/05/07  19:47:07
19355         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
19356              [NI]OK; added tests for both
19357      Branch: perl
19358            ! perl.c pp_hot.c sv.c t/op/substr.t
19359 ____________________________________________________________________________
19360 [  6089] By: gsar                                  on 2000/05/07  18:18:38
19361         Log: buildtoc tweak to fix newline lossage
19362      Branch: perl
19363            ! pod/buildtoc
19364 ____________________________________________________________________________
19365 [  6088] By: jhi                                   on 2000/05/07  16:35:36
19366         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
19367              because we do not use those.  The HAS_GETSPNAM remains,
19368              though, because we still do use that.
19369      Branch: cfgperl
19370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19371            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
19372            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
19373            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
19374            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19375            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
19376 ____________________________________________________________________________
19377 [  6087] By: gsar                                  on 2000/05/07  16:05:16
19378         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
19379      Branch: perl
19380            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
19381 ____________________________________________________________________________
19382 [  6086] By: jhi                                   on 2000/05/07  15:27:07
19383         Log: Integrate with Sarathy.
19384      Branch: cfgperl
19385           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19386           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19387           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
19388           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
19389           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
19390           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
19391 ____________________________________________________________________________
19392 [  6085] By: gsar                                  on 2000/05/07  05:52:02
19393         Log: repeat operator (x) doesn't preserve utf8-ness
19394      Branch: perl
19395            ! pp.c t/op/substr.t
19396 ____________________________________________________________________________
19397 [  6084] By: gsar                                  on 2000/05/07  05:39:55
19398         Log: substr() does not preserve utf8-ness (from Stefan Eissing
19399              <Eissing@medicaldataservice.de>); added tests
19400      Branch: perl
19401            ! pp.c t/op/substr.t
19402 ____________________________________________________________________________
19403 [  6083] By: gsar                                  on 2000/05/07  05:24:46
19404         Log: note about undocumented caller() return value (from M.J.T. Guy);
19405              yet another peek.t tweak
19406      Branch: perl
19407            ! pod/perlfunc.pod t/lib/peek.t
19408 ____________________________________________________________________________
19409 [  6082] By: gsar                                  on 2000/05/07  05:08:40
19410         Log: peek.t non-portable to ithreads
19411      Branch: perl
19412            ! t/lib/peek.t
19413 ____________________________________________________________________________
19414 [  6081] By: gsar                                  on 2000/05/07  04:17:04
19415         Log: better default perlbug categories for ok reports (from Richard Foley)
19416      Branch: perl
19417            ! utils/perlbug.PL
19418 ____________________________________________________________________________
19419 [  6080] By: gsar                                  on 2000/05/07  04:08:07
19420         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
19421              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19422      Branch: perl
19423            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19424            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19425            ! AUTHORS MAINTAIN MANIFEST
19426 ____________________________________________________________________________
19427 [  6079] By: gsar                                  on 2000/05/07  04:01:38
19428         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
19429      Branch: perl
19430            ! lib/Carp/Heavy.pm
19431 ____________________________________________________________________________
19432 [  6078] By: gsar                                  on 2000/05/07  01:24:19
19433         Log: workaround for CRT bug in chdir() (from Charles Lane, via
19434              Peter Prymmer)
19435      Branch: perl
19436            ! iperlsys.h vms/vms.c vms/vmsish.h
19437 ____________________________________________________________________________
19438 [  6077] By: gsar                                  on 2000/05/07  01:22:23
19439         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
19440              and Tom Phoenix)
19441      Branch: perl
19442            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
19443 ____________________________________________________________________________
19444 [  6076] By: gsar                                  on 2000/05/06  17:36:29
19445         Log: integrate cfgperl contents into mainline
19446      Branch: perl
19447           +> t/lib/peek.t
19448           !> Configure MANIFEST Porting/Glossary Porting/config.sh
19449           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
19450           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
19451           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
19452 ____________________________________________________________________________
19453 [  6075] By: jhi                                   on 2000/05/05  18:56:10
19454         Log: Make the test more portable.
19455      Branch: cfgperl
19456            ! t/lib/peek.t
19457 ____________________________________________________________________________
19458 [  6074] By: jhi                                   on 2000/05/05  18:49:20
19459         Log: Introduce t/lib/peek.t.
19460      Branch: cfgperl
19461            + t/lib/peek.t
19462            ! MANIFEST
19463 ____________________________________________________________________________
19464 [  6073] By: jhi                                   on 2000/05/05  14:30:45
19465         Log: Complex tweaks.
19466      Branch: cfgperl
19467            ! lib/Math/Complex.pm t/lib/complex.t
19468 ____________________________________________________________________________
19469 [  6072] By: jhi                                   on 2000/05/05  12:27:13
19470         Log: Integrate with Sarathy.
19471      Branch: cfgperl
19472           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19473           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19474           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
19475           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
19476 ____________________________________________________________________________
19477 [  6071] By: gsar                                  on 2000/05/05  02:24:46
19478         Log: misformatted perllocal.pod (from Tim Jenness
19479              <t.jenness@jach.hawaii.edu>)
19480      Branch: perl
19481            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19482 ____________________________________________________________________________
19483 [  6070] By: gsar                                  on 2000/05/05  02:16:52
19484         Log: remove misleading comment (from M.J.T. Guy)
19485      Branch: perl
19486            ! t/lib/anydbm.t
19487 ____________________________________________________________________________
19488 [  6069] By: gsar                                  on 2000/05/05  02:15:13
19489         Log: File::Spec compatibility update (from Barrie Slaymaker
19490              <barries@slaysys.com>)
19491      Branch: perl
19492            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19493            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19494 ____________________________________________________________________________
19495 [  6068] By: gsar                                  on 2000/05/05  02:01:50
19496         Log: note about values()
19497      Branch: perl
19498            ! pod/perlfunc.pod
19499 ____________________________________________________________________________
19500 [  6067] By: gsar                                  on 2000/05/05  01:33:09
19501         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
19502      Branch: perl
19503            ! win32/win32.c
19504 ____________________________________________________________________________
19505 [  6066] By: gsar                                  on 2000/05/05  01:23:43
19506         Log: s/END/CHECK/
19507      Branch: perl
19508            ! perl.c
19509 ____________________________________________________________________________
19510 [  6065] By: jhi                                   on 2000/05/04  17:30:22
19511         Log: Integrate with Sarathy.
19512      Branch: cfgperl
19513           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
19514 ____________________________________________________________________________
19515 [  6064] By: gsar                                  on 2000/05/04  17:26:14
19516         Log: change#5905 wasn't quite right--it's intent only applies when arguments
19517              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
19518      Branch: perl
19519            ! pp_sys.c sv.c
19520 ____________________________________________________________________________
19521 [  6063] By: gsar                                  on 2000/05/04  16:52:29
19522         Log: tokeq() could read unallocated field in argument
19523      Branch: perl
19524            ! toke.c
19525 ____________________________________________________________________________
19526 [  6062] By: gsar                                  on 2000/05/04  16:34:51
19527         Log: additional tests for utf8.t
19528      Branch: perl
19529            ! t/pragma/utf8.t
19530 ____________________________________________________________________________
19531 [  6061] By: gsar                                  on 2000/05/04  16:09:28
19532         Log: change#5921 neglected to make eq honor "use bytes"
19533      Branch: perl
19534            ! sv.c
19535 ____________________________________________________________________________
19536 [  6060] By: jhi                                   on 2000/05/04  15:30:16
19537         Log: Integrate with Sarathy.
19538      Branch: cfgperl
19539           !> perl.c regcomp.c t/pragma/utf8.t
19540 ____________________________________________________________________________
19541 [  6059] By: jhi                                   on 2000/05/04  15:26:37
19542         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
19543              in natively 64-bit platforms where a long is a quad (no need
19544              for long longs).  Also added bias for IVs.
19545      Branch: cfgperl
19546            ! toke.c
19547 ____________________________________________________________________________
19548 [  6058] By: gsar                                  on 2000/05/04  00:19:14
19549         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
19550              (spotted by Donald Kinzer <dkinzer@premia.com>)
19551      Branch: perl
19552            ! perl.c
19553 ____________________________________________________________________________
19554 [  6057] By: gsar                                  on 2000/05/03  18:34:01
19555         Log: fix broken parsing of /\x{ab}/
19556      Branch: perl
19557            ! regcomp.c t/pragma/utf8.t
19558 ____________________________________________________________________________
19559 [  6056] By: jhi                                   on 2000/05/03  17:57:16
19560         Log: The search of infinity continues, this time simplified.
19561      Branch: cfgperl
19562            ! lib/Math/Complex.pm
19563 ____________________________________________________________________________
19564 [  6055] By: jhi                                   on 2000/05/03  17:45:30
19565         Log: Detypo.
19566      Branch: cfgperl
19567            ! hints/unicos.sh
19568 ____________________________________________________________________________
19569 [  6054] By: jhi                                   on 2000/05/02  22:28:27
19570         Log: Be more forgiving in POSIX about HUGE_VALL.
19571      Branch: cfgperl
19572            ! ext/POSIX/POSIX.xs
19573 ____________________________________________________________________________
19574 [  6053] By: jhi                                   on 2000/05/02  22:25:05
19575         Log: Integrate with Sarathy.
19576      Branch: cfgperl
19577           !> hints/irix_6.sh pod/perlop.pod
19578 ____________________________________________________________________________
19579 [  6052] By: jhi                                   on 2000/05/02  22:24:31
19580         Log: Unicos hint tweak.
19581      Branch: cfgperl
19582            ! hints/unicos.sh
19583 ____________________________________________________________________________
19584 [  6051] By: jhi                                   on 2000/05/02  22:21:26
19585         Log: Complex tweakery.
19586      Branch: cfgperl
19587            ! lib/Math/Complex.pm t/lib/complex.t
19588 ____________________________________________________________________________
19589 [  6050] By: jhi                                   on 2000/05/02  19:26:22
19590         Log: Use setxxent()/endxxent().
19591      Branch: cfgperl
19592            ! t/op/grent.t t/op/pwent.t
19593 ____________________________________________________________________________
19594 [  6049] By: jhi                                   on 2000/05/02  19:06:02
19595         Log: Test both the scalar and list contexts.
19596      Branch: cfgperl
19597            ! t/op/grent.t t/op/pwent.t
19598 ____________________________________________________________________________
19599 [  6048] By: gsar                                  on 2000/05/02  18:29:10
19600         Log: add note about how $( doesn't interpolate in REs (from
19601              Philip Newton <newton@ficus.frogspace.net>)
19602      Branch: perl
19603            ! pod/perlop.pod
19604 ____________________________________________________________________________
19605 [  6047] By: jhi                                   on 2000/05/02  17:41:24
19606         Log: Call getspnam() only iff needd.
19607      Branch: cfgperl
19608            ! pp_sys.c
19609 ____________________________________________________________________________
19610 [  6046] By: gsar                                  on 2000/05/02  17:07:25
19611         Log: libscheck has insufficient checks for n32 libs (from
19612              Albert Chin-A-Young <china@thewrittenword.com>)
19613      Branch: perl
19614            ! hints/irix_6.sh
19615 ____________________________________________________________________________
19616 [  6045] By: jhi                                   on 2000/05/02  13:57:17
19617         Log: Integrate with Sarathy.
19618      Branch: cfgperl
19619           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
19620           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
19621 ____________________________________________________________________________
19622 [  6044] By: gsar                                  on 2000/05/02  06:48:19
19623         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
19624              such that underscores are only ignored in literal numbers,
19625              "\x{...}", and hex/oct argument
19626      Branch: perl
19627            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
19628 ____________________________________________________________________________
19629 [  6043] By: gsar                                  on 2000/05/02  02:22:29
19630         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
19631      Branch: perl
19632            ! pod/perlretut.pod
19633 ____________________________________________________________________________
19634 [  6042] By: gsar                                  on 2000/05/02  02:17:51
19635         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
19636      Branch: perl
19637            ! pod/perltrap.pod
19638 ____________________________________________________________________________
19639 [  6041] By: gsar                                  on 2000/05/02  01:53:51
19640         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
19641              to compensate
19642      Branch: perl
19643            ! Porting/makerel
19644 ____________________________________________________________________________
19645 [  6040] By: gsar                                  on 2000/05/02  01:51:57
19646         Log: missing files in MANIFEST
19647      Branch: perl
19648            ! MANIFEST
19649 ____________________________________________________________________________
19650 [  6039] By: jhi                                   on 2000/05/02  00:36:46
19651         Log: Infinite problems.
19652      Branch: cfgperl
19653            ! lib/Math/Complex.pm
19654 ____________________________________________________________________________
19655 [  6038] By: jhi                                   on 2000/05/02  00:06:38
19656         Log: pwent/spent #ifdef imbalance.
19657      Branch: cfgperl
19658            ! pp_sys.c
19659 ____________________________________________________________________________
19660 [  6037] By: jhi                                   on 2000/05/01  22:50:11
19661         Log: Use HUGE_VALL if applicable.
19662      Branch: cfgperl
19663            ! ext/POSIX/POSIX.xs util.c
19664 ____________________________________________________________________________
19665 [  6036] By: jhi                                   on 2000/05/01  22:20:53
19666         Log: Correct Freudian slip.
19667      Branch: cfgperl
19668            ! pp_sys.c
19669 ____________________________________________________________________________
19670 [  6035] By: jhi                                   on 2000/05/01  21:07:38
19671         Log: Continue on the pwent/spent case.
19672      Branch: cfgperl
19673            ! pp_sys.c
19674 ____________________________________________________________________________
19675 [  6034] By: jhi                                   on 2000/05/01  17:45:14
19676         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
19677              adjustments in 6032 conflicted badly with this, will have
19678              to revisit them later.
19679      Branch: cfgperl
19680           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
19681           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19682           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
19683           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
19684           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
19685           !> t/lib/cgi-html.t t/lib/cgi-request.t
19686 ____________________________________________________________________________
19687 [  6033] By: jhi                                   on 2000/05/01  17:40:49
19688         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
19689      Branch: cfgperl
19690            ! pp_sys.c
19691 ____________________________________________________________________________
19692 [  6032] By: gsar                                  on 2000/05/01  15:56:32
19693         Log: whitespace adjustments
19694      Branch: perl
19695            ! pp_sys.c
19696 ____________________________________________________________________________
19697 [  6031] By: gsar                                  on 2000/05/01  15:19:41
19698         Log: small nits in diagnostics.pm (from Robin Barker)
19699      Branch: perl
19700            ! lib/diagnostics.pm pod/perldiag.pod
19701 ____________________________________________________________________________
19702 [  6030] By: gsar                                  on 2000/05/01  08:39:18
19703         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
19704              for @- and @+ (from Johan Vromans)
19705      Branch: perl
19706            ! lib/English.pm pod/perlvar.pod
19707 ____________________________________________________________________________
19708 [  6029] By: gsar                                  on 2000/05/01  08:16:10
19709         Log: add CGI.pm v2.66 (from Lincoln Stein)
19710      Branch: perl
19711            + lib/CGI/Util.pm t/lib/cgi-pretty.t
19712            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19713            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
19714            ! t/lib/cgi-html.t t/lib/cgi-request.t
19715 ____________________________________________________________________________
19716 [  6028] By: gsar                                  on 2000/05/01  06:34:41
19717         Log: Pod::Man generates groff-incompatible macro definition (from
19718              Tom Christiansen)
19719      Branch: perl
19720            ! lib/Pod/Man.pm
19721 ____________________________________________________________________________
19722 [  6027] By: gsar                                  on 2000/05/01  06:31:36
19723         Log: podlators-1.02 update (from Russ Allbery)
19724      Branch: perl
19725            ! lib/Pod/Man.pm lib/Pod/Text.pm
19726 ____________________________________________________________________________
19727 [  6026] By: jhi                                   on 2000/04/30  23:24:23
19728         Log: Integrate with Sarathy.
19729      Branch: cfgperl
19730           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
19731           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
19732           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19733           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19734           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
19735           !> t/lib/syslog.t toke.c win32/win32.h
19736 ____________________________________________________________________________
19737 [  6025] By: gsar                                  on 2000/04/30  18:17:47
19738         Log: Is{Alnum,Alpha,Word} don't match titlecase
19739              
19740              TODO: IsSpace is defined recursively!
19741              
19742              (both spotted by Larry)
19743      Branch: perl
19744            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19745            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19746 ____________________________________________________________________________
19747 [  6024] By: gsar                                  on 2000/04/30  17:50:19
19748         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
19749              (from Hugo van der Sanden)
19750      Branch: perl
19751            ! toke.c
19752 ____________________________________________________________________________
19753 [  6023] By: gsar                                  on 2000/04/30  17:14:43
19754         Log: debugger stomps on $. (from M.J.T. Guy)
19755      Branch: perl
19756            ! lib/perl5db.pl
19757 ____________________________________________________________________________
19758 [  6022] By: gsar                                  on 2000/04/30  16:59:22
19759         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
19760      Branch: perl
19761            ! sv.c
19762 ____________________________________________________________________________
19763 [  6021] By: gsar                                  on 2000/04/29  21:00:08
19764         Log: remove Win2K issue in pod (fixed by change#6020)
19765      Branch: perl
19766            ! README.win32 pod/perl56delta.pod
19767 ____________________________________________________________________________
19768 [  6020] By: gsar                                  on 2000/04/29  20:51:49
19769         Log: test tweak
19770      Branch: perl
19771            ! t/lib/open3.t
19772 ____________________________________________________________________________
19773 [  6019] By: gsar                                  on 2000/04/29  20:34:27
19774         Log: windows portability tweaks
19775      Branch: perl
19776            ! t/lib/b.t win32/win32.h
19777 ____________________________________________________________________________
19778 [  6018] By: gsar                                  on 2000/04/29  19:55:24
19779         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
19780              make _PATH_LOG() return "" if unavailable
19781      Branch: perl
19782            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
19783            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
19784 ____________________________________________________________________________
19785 [  6017] By: jhi                                   on 2000/04/28  22:49:46
19786         Log: Integrate with Sarathy.
19787      Branch: cfgperl
19788           !> op.c perl.c pod/perldiag.pod t/lib/b.t
19789 ____________________________________________________________________________
19790 [  6016] By: jhi                                   on 2000/04/28  22:46:14
19791         Log: Do not warn that an infinity does not look like a number.
19792      Branch: cfgperl
19793            ! sv.c
19794 ____________________________________________________________________________
19795 [  6015] By: gsar                                  on 2000/04/28  22:35:49
19796         Log: tweak test for portability
19797      Branch: perl
19798            ! t/lib/b.t
19799 ____________________________________________________________________________
19800 [  6014] By: gsar                                  on 2000/04/28  22:05:31
19801         Log: glob() loading File::Glob behind the scenes may cause syntax errors
19802      Branch: perl
19803            ! op.c
19804 ____________________________________________________________________________
19805 [  6013] By: gsar                                  on 2000/04/28  21:25:22
19806         Log: tweak change#5945 to display correct switch name in diagnostic
19807      Branch: perl
19808            ! perl.c pod/perldiag.pod
19809 ____________________________________________________________________________
19810 [  6012] By: jhi                                   on 2000/04/28  21:08:12
19811         Log: Integrate with Sarathy.
19812      Branch: cfgperl
19813           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
19814           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
19815           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
19816 ____________________________________________________________________________
19817 [  6011] By: jhi                                   on 2000/04/28  21:04:46
19818         Log: &HUGE_VAL is not defined, it exists.
19819      Branch: cfgperl
19820            ! lib/Math/Complex.pm
19821 ____________________________________________________________________________
19822 [  6010] By: gsar                                  on 2000/04/28  21:02:58
19823         Log: clarify note about shadow password support (from
19824              gellyfish@gellyfish.com)
19825      Branch: perl
19826            ! pod/perlfunc.pod
19827 ____________________________________________________________________________
19828 [  6009] By: gsar                                  on 2000/04/28  21:00:00
19829         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
19830      Branch: perl
19831            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
19832 ____________________________________________________________________________
19833 [  6008] By: gsar                                  on 2000/04/28  20:56:33
19834         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
19835      Branch: perl
19836            ! installperl vms/subconfigure.com
19837 ____________________________________________________________________________
19838 [  6007] By: gsar                                  on 2000/04/28  20:51:21
19839         Log: note about compile failures and END blocks (from M.J.T. Guy)
19840      Branch: perl
19841            ! pod/perl56delta.pod pod/perlmod.pod
19842 ____________________________________________________________________________
19843 [  6006] By: jhi                                   on 2000/04/28  20:42:14
19844         Log: Regen Configure.
19845      Branch: cfgperl
19846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19847            ! config_h.SH
19848 ____________________________________________________________________________
19849 [  6005] By: gsar                                  on 2000/04/28  20:41:16
19850         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
19851      Branch: perl
19852            ! utils/perldoc.PL
19853 ____________________________________________________________________________
19854 [  6004] By: jhi                                   on 2000/04/28  20:28:21
19855         Log: Integrate with Sarathy.
19856      Branch: cfgperl
19857           !> Configure INSTALL Porting/Glossary Porting/config.sh
19858           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
19859           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
19860           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
19861           !> win32/config.vc win32/win32.c
19862 ____________________________________________________________________________
19863 [  6003] By: gsar                                  on 2000/04/28  20:11:20
19864         Log: allow REG_EXPAND_SZ keys in Windows registry (from
19865              John Clayton <John.Clayton@barclayscapital.com>)
19866      Branch: perl
19867            ! win32/win32.c
19868 ____________________________________________________________________________
19869 [  6002] By: gsar                                  on 2000/04/28  19:34:16
19870         Log: destructive sv_setsv() can lose UV-ness from source, causing
19871              numeric promotions/comparisons to fail to do the right thing
19872      Branch: perl
19873            ! sv.c
19874 ____________________________________________________________________________
19875 [  6001] By: gsar                                  on 2000/04/28  18:44:15
19876         Log: support additional library locations via $Config{otherlibdirs}
19877              (from Andy Dougherty)
19878      Branch: perl
19879            ! Configure INSTALL Porting/Glossary Porting/config.sh
19880            ! Porting/config_H config_h.SH epoc/config.sh perl.c
19881            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
19882            ! win32/config.bc win32/config.gc win32/config.vc
19883 ____________________________________________________________________________
19884 [  6000] By: gsar                                  on 2000/04/28  18:26:58
19885         Log: reworked otherlibdirs.U (from Andy Dougherty)
19886      Branch: metaconfig
19887            ! U/installdirs/otherlibdirs.U
19888 ____________________________________________________________________________
19889 [  5999] By: gsar                                  on 2000/04/28  18:17:07
19890         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
19891      Branch: perl
19892            ! t/pragma/warn/toke toke.c
19893 ____________________________________________________________________________
19894 [  5998] By: jhi                                   on 2000/04/28  13:32:17
19895         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
19896      Branch: cfgperl
19897            ! lib/Math/Complex.pm
19898 ____________________________________________________________________________
19899 [  5997] By: jhi                                   on 2000/04/28  13:14:04
19900         Log: Preserve $!.
19901      Branch: cfgperl
19902            ! lib/Math/Complex.pm
19903 ____________________________________________________________________________
19904 [  5996] By: jhi                                   on 2000/04/28  12:59:23
19905         Log: Integrate with Sarathy.
19906      Branch: cfgperl
19907           +> pod/perlrequick.pod pod/perlretut.pod
19908           !> (integrate 51 files)
19909 ____________________________________________________________________________
19910 [  5995] By: gsar                                  on 2000/04/28  09:37:36
19911         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
19912      Branch: perl
19913            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
19914 ____________________________________________________________________________
19915 [  5994] By: gsar                                  on 2000/04/28  09:33:26
19916         Log: fix for missed accounting for null byte in pack("Z",...) (from
19917              M.J.T. Guy)
19918      Branch: perl
19919            ! pp.c t/op/pack.t
19920 ____________________________________________________________________________
19921 [  5993] By: gsar                                  on 2000/04/28  09:30:05
19922         Log: various minor tweaks seen on p5p
19923      Branch: perl
19924            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
19925 ____________________________________________________________________________
19926 [  5992] By: gsar                                  on 2000/04/28  09:08:19
19927         Log: pod nit (from Simon Cozens)
19928      Branch: perl
19929            ! pod/perlop.pod
19930 ____________________________________________________________________________
19931 [  5991] By: gsar                                  on 2000/04/28  09:06:36
19932         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
19933      Branch: perl
19934            ! README.posix-bc hints/posix-bc.sh
19935 ____________________________________________________________________________
19936 [  5990] By: gsar                                  on 2000/04/28  08:54:52
19937         Log: use $ENV{LIB} to search for libs under Visual C compiler
19938              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
19939      Branch: perl
19940            ! lib/ExtUtils/Liblist.pm
19941 ____________________________________________________________________________
19942 [  5989] By: gsar                                  on 2000/04/28  08:27:12
19943         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
19944              itself and no other (from Tom Hughes)
19945      Branch: perl
19946            ! t/op/array.t toke.c
19947 ____________________________________________________________________________
19948 [  5988] By: gsar                                  on 2000/04/28  08:01:38
19949         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
19950              <paul@miraclefish.com>)
19951      Branch: perl
19952            ! lib/ExtUtils/MakeMaker.pm
19953 ____________________________________________________________________________
19954 [  5987] By: gsar                                  on 2000/04/28  07:53:09
19955         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
19956      Branch: perl
19957            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
19958 ____________________________________________________________________________
19959 [  5986] By: gsar                                  on 2000/04/28  07:44:17
19960         Log: add regular expressions tutorial and quick-start guide (from
19961              Mark Kvale <kvale@phy.ucsf.edu>)
19962      Branch: perl
19963            + pod/perlrequick.pod pod/perlretut.pod
19964            ! AUTHORS MAINTAIN MANIFEST
19965 ____________________________________________________________________________
19966 [  5985] By: gsar                                  on 2000/04/28  07:30:28
19967         Log: forked child may not exit correctly if it failed to open
19968              /dev/console (from Graham Barr)
19969      Branch: perl
19970            ! ext/Sys/Syslog/Syslog.pm
19971 ____________________________________________________________________________
19972 [  5984] By: gsar                                  on 2000/04/28  07:27:20
19973         Log: attributes::reftype() doesn't work on tied argument
19974      Branch: perl
19975            ! xsutils.c
19976 ____________________________________________________________________________
19977 [  5983] By: gsar                                  on 2000/04/28  07:15:04
19978         Log: numeric conversion of non-number in change#3378 tramples on
19979              OOK offset, causing segfaults
19980      Branch: perl
19981            ! sv.c
19982 ____________________________________________________________________________
19983 [  5982] By: gsar                                  on 2000/04/28  04:48:25
19984         Log: avoid error in IO::Socket::INET when given an unknown service name
19985              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
19986      Branch: perl
19987            ! ext/IO/lib/IO/Socket/INET.pm
19988 ____________________________________________________________________________
19989 [  5981] By: gsar                                  on 2000/04/28  04:31:31
19990         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
19991              prototype mismatch with CORE::glob(); update pod and tests to
19992              suit (File::Glob::glob() is still available for backward
19993              compatibility, but should be considered deprecated)
19994      Branch: perl
19995            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
19996            ! t/lib/glob-taint.t
19997 ____________________________________________________________________________
19998 [  5980] By: gsar                                  on 2000/04/28  03:47:29
19999         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
20000              <ghudson@mit.edu>)
20001      Branch: metaconfig
20002            ! U/modified/Options.U
20003      Branch: perl
20004            ! Configure
20005 ____________________________________________________________________________
20006 [  5979] By: gsar                                  on 2000/04/28  03:07:54
20007         Log: under useithreads, constant pad entries could inadvertantly be
20008              shared across threads (from Eric Blood <eblood@xmission.com>);
20009              added Eric's test case to testsuite
20010      Branch: perl
20011            ! op.c t/op/misc.t
20012 ____________________________________________________________________________
20013 [  5978] By: gsar                                  on 2000/04/27  21:13:00
20014         Log: sync version numbers in File::Spec with the ones on CPAN
20015              (from Barrie Slaymaker)
20016      Branch: perl
20017            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
20018            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20019            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20020 ____________________________________________________________________________
20021 [  5977] By: gsar                                  on 2000/04/27  21:07:29
20022         Log: autoquote barewords followed by newline and arrow properly
20023              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
20024      Branch: perl
20025            ! t/pragma/warn/toke toke.c
20026 ____________________________________________________________________________
20027 [  5976] By: gsar                                  on 2000/04/27  20:41:20
20028         Log: DB_File v1.73 update (from Paul Marquess)
20029      Branch: perl
20030            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20031            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20032 ____________________________________________________________________________
20033 [  5975] By: gsar                                  on 2000/04/27  20:34:24
20034         Log: allow sort() reentrancy (variant of patch suggested by
20035              Hugo van der Sanden)
20036      Branch: perl
20037            ! pp_ctl.c t/op/sort.t
20038 ____________________________________________________________________________
20039 [  5974] By: gsar                                  on 2000/04/27  19:46:57
20040         Log: change#4197 somehow missed initializing PL_errors, meaning
20041              sytax error queueing wasn't working outside eval"" at all;
20042              also fixed eval"" to localize PL_error_count, so that compile-time
20043              eval's don't clobber the error state of the outer context
20044      Branch: perl
20045            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
20046            ! t/pragma/warn/toke
20047 ____________________________________________________________________________
20048 [  5973] By: gsar                                  on 2000/04/27  18:29:05
20049         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
20050      Branch: perl
20051            ! regcomp.c regexec.c t/op/re_tests
20052 ____________________________________________________________________________
20053 [  5972] By: jhi                                   on 2000/04/27  18:22:41
20054         Log: Integrate with Sarathy.
20055      Branch: cfgperl
20056           +> t/lib/b.t t/lib/syslog.t
20057           !> (integrate 31 files)
20058 ____________________________________________________________________________
20059 [  5971] By: jhi                                   on 2000/04/27  18:18:46
20060         Log: Unicos tweaks from Mark P. Lutz.
20061      Branch: cfgperl
20062            ! hints/unicos.sh lib/Math/Complex.pm
20063 ____________________________________________________________________________
20064 [  5970] By: gsar                                  on 2000/04/27  18:05:11
20065         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
20066              IV is >32bits
20067      Branch: perl
20068            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
20069 ____________________________________________________________________________
20070 [  5969] By: gsar                                  on 2000/04/27  17:50:56
20071         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
20072      Branch: perl
20073            + t/lib/syslog.t
20074            ! MANIFEST ext/Sys/Syslog/Syslog.pm
20075 ____________________________________________________________________________
20076 [  5968] By: gsar                                  on 2000/04/27  17:44:49
20077         Log: tolerate spaces in group names in test on solaris (from David Boyce
20078              <dsb@boyski.com>)
20079      Branch: perl
20080            ! t/op/groups.t
20081 ____________________________________________________________________________
20082 [  5967] By: gsar                                  on 2000/04/27  17:41:22
20083         Log: improved docs on the warn_uninit diagnostic (from David Glasser
20084              and Simon Cozens)
20085      Branch: perl
20086            ! pod/perldiag.pod
20087 ____________________________________________________________________________
20088 [  5966] By: gsar                                  on 2000/04/27  16:54:58
20089         Log: add testsuite for B backends, fix bug in B::Deparse (from
20090              Simon Cozens <simon@brecon.co.uk>)
20091      Branch: perl
20092            + t/lib/b.t
20093            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
20094 ____________________________________________________________________________
20095 [  5965] By: gsar                                  on 2000/04/27  16:10:37
20096         Log: avoid "will not stay shared" warnings for our variables (from
20097              Robin Barker)
20098      Branch: perl
20099            ! op.c t/pragma/warn/op
20100 ____________________________________________________________________________
20101 [  5964] By: gsar                                  on 2000/04/27  07:05:05
20102         Log: reformat to 72 columns (again)
20103      Branch: perl
20104            ! pod/perldiag.pod
20105 ____________________________________________________________________________
20106 [  5963] By: gsar                                  on 2000/04/27  06:28:31
20107         Log: patch from Larry to make (\&) prototype work; added tests for
20108              the same
20109      Branch: perl
20110            ! op.c t/comp/proto.t
20111 ____________________________________________________________________________
20112 [  5962] By: gsar                                  on 2000/04/27  06:15:47
20113         Log: updated README.hpux (from Jeff Okamoto)
20114      Branch: perl
20115            ! README.hpux
20116 ____________________________________________________________________________
20117 [  5961] By: gsar                                  on 2000/04/27  05:55:03
20118         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
20119      Branch: perl
20120            ! emacs/cperl-mode.el
20121 ____________________________________________________________________________
20122 [  5960] By: gsar                                  on 2000/04/27  05:49:26
20123         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
20124      Branch: perl
20125            ! INSTALL
20126 ____________________________________________________________________________
20127 [  5959] By: gsar                                  on 2000/04/27  05:33:41
20128         Log: doubled words in pods (from Simon Cozens
20129              <simon.p.cozens@jp.pwcglobal.com>)
20130      Branch: perl
20131            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
20132            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
20133            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
20134            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
20135            ! pod/perltootc.pod
20136 ____________________________________________________________________________
20137 [  5958] By: gsar                                  on 2000/04/27  05:11:39
20138         Log: change#3569 deleted some essential code, revert; avoid use of
20139              atexit() to make DynaLoader work properly on AIX under mod_perl
20140              (from Jens-Uwe Mager <jum@helios.de>)
20141      Branch: perl
20142            ! ext/DynaLoader/dl_aix.xs
20143 ____________________________________________________________________________
20144 [  5957] By: gsar                                  on 2000/04/27  04:54:51
20145         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
20146      Branch: perl
20147            ! pod/perlmod.pod
20148 ____________________________________________________________________________
20149 [  5956] By: gsar                                  on 2000/04/27  04:51:47
20150         Log: better diagnostics on failed tests (from Ilya Zakharevich)
20151      Branch: perl
20152            ! t/op/lex_assign.t
20153 ____________________________________________________________________________
20154 [  5955] By: gsar                                  on 2000/04/27  04:26:44
20155         Log: longstanding bug exposed by change#3307: sort arguments weren't
20156              compiled with the right wantarray context (ensuing runtime lookup
20157              via block_gimme() was getting the incidental context of the
20158              sort() itself)
20159      Branch: perl
20160            ! op.c t/op/sort.t
20161 ____________________________________________________________________________
20162 [  5954] By: gsar                                  on 2000/04/26  23:42:12
20163         Log: integrate cfgperl contents into mainline
20164      Branch: perl
20165           !> (integrate 30 files)
20166 ____________________________________________________________________________
20167 [  5953] By: jhi                                   on 2000/04/26  23:06:42
20168         Log: Integrate with Sarathy.
20169      Branch: cfgperl
20170           !> README.win32 ext/B/B/Deparse.pm
20171           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20172           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
20173           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
20174           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
20175           !> utils/perldoc.PL vms/perlvms.pod
20176 ____________________________________________________________________________
20177 [  5952] By: jhi                                   on 2000/04/26  23:03:46
20178         Log: Undo "use integer" addition from 64bitint as it seems
20179              to break most of the subtests in Digital UNIX;
20180              Unicos needs to find another way.
20181      Branch: cfgperl
20182            ! t/op/64bitint.t
20183 ____________________________________________________________________________
20184 [  5951] By: jhi                                   on 2000/04/26  22:57:53
20185         Log: Be more robust on "extreme" (large absolute value)
20186              arguments.  Originally reported by Daniel Connelly
20187              as a problem with asinh() on large negative arguments,
20188              asinh() used to bail out because an argument to log()
20189              ended up being zero.  Ilya Zakharevich proposed using
20190              Taylor's series in such cases, which for such large
20191              arguments is a very good approximation.
20192      Branch: cfgperl
20193            ! lib/Math/Complex.pm t/lib/complex.t
20194 ____________________________________________________________________________
20195 [  5950] By: gsar                                  on 2000/04/25  19:13:12
20196         Log: reformat perldiag to avoid long lines
20197      Branch: perl
20198            ! pod/perldiag.pod
20199 ____________________________________________________________________________
20200 [  5949] By: gsar                                  on 2000/04/25  18:41:11
20201         Log: make perldoc use the pod2man from the same version (from
20202              M.J.T. Guy)
20203      Branch: perl
20204            ! utils/perldoc.PL
20205 ____________________________________________________________________________
20206 [  5948] By: gsar                                  on 2000/04/25  18:21:57
20207         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
20208              <kompas@kompas.usr.onet.pl>)
20209      Branch: perl
20210            ! lib/vars.pm
20211 ____________________________________________________________________________
20212 [  5947] By: gsar                                  on 2000/04/25  18:11:53
20213         Log: use &dl_error rather than &dl_load_file as the guard for calling
20214              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
20215              statically built perl)
20216      Branch: perl
20217            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20218 ____________________________________________________________________________
20219 [  5946] By: jhi                                   on 2000/04/25  17:37:54
20220         Log: Document that tr() is not tr(1).
20221      Branch: cfgperl
20222            ! pod/perlop.pod
20223 ____________________________________________________________________________
20224 [  5945] By: gsar                                  on 2000/04/25  16:34:33
20225         Log: make module name mandatory after -M switch; reorder perldiag
20226              alphabetically (from Mark-Jason Dominus)
20227      Branch: perl
20228            ! perl.c pod/perldiag.pod
20229 ____________________________________________________________________________
20230 [  5944] By: jhi                                   on 2000/04/25  01:15:18
20231         Log: On second thoughts frexp() does have two arguments.
20232      Branch: cfgperl
20233            ! perl.h
20234 ____________________________________________________________________________
20235 [  5943] By: jhi                                   on 2000/04/24  22:56:32
20236         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
20237              Now pp_ncmp() returns undef is either operand is a NaN.
20238      Branch: cfgperl
20239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20240            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
20241            ! vms/subconfigure.com vos/config.def vos/config.h
20242            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20243            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20244            ! win32/config_H.vc
20245      Branch: metaconfig/U/perl
20246            + d_modfl.U
20247 ____________________________________________________________________________
20248 [  5942] By: jhi                                   on 2000/04/24  19:45:17
20249         Log: Regen Configure to match #5937.
20250      Branch: cfgperl
20251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20252            ! config_h.SH
20253      Branch: metaconfig
20254            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
20255 ____________________________________________________________________________
20256 [  5941] By: jhi                                   on 2000/04/24  19:24:11
20257         Log: Further Unicos fixes for Mark Lutz.
20258      Branch: cfgperl
20259            ! hints/unicos.sh pp_ctl.c
20260 ____________________________________________________________________________
20261 [  5940] By: jhi                                   on 2000/04/24  19:09:06
20262         Log: Various Unicos 10.0.0.6 fixes.
20263              
20264              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
20265              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
20266              Reply-To: tecmpl1@triton.ca.boeing.com 
20267              To: perl5-porters@perl.org 
20268              Date: Fri, 14 Apr 2000 20:21:00 GMT 
20269              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
20270      Branch: cfgperl
20271            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
20272 ____________________________________________________________________________
20273 [  5939] By: gsar                                  on 2000/04/24  19:01:24
20274         Log: more pod nits (from Larry Virden)
20275      Branch: perl
20276            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
20277            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
20278            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
20279 ____________________________________________________________________________
20280 [  5938] By: gsar                                  on 2000/04/24  18:54:01
20281         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
20282      Branch: perl
20283            ! ext/B/B/Deparse.pm
20284 ____________________________________________________________________________
20285 [  5937] By: jhi                                   on 2000/04/24  17:39:00
20286         Log: Integrate with Sarathy.
20287      Branch: cfgperl
20288           +> (branch 31 files)
20289           !> (integrate 73 files)
20290 ____________________________________________________________________________
20291 [  5936] By: gsar                                  on 2000/04/24  17:30:06
20292         Log: additional tests for change#5934 (from Paul Marquess, who also
20293              sent in the same fix)
20294      Branch: perl
20295            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
20296            ! t/pragma/warn/5nolint t/pragma/warn/6default
20297 ____________________________________________________________________________
20298 [  5935] By: jhi                                   on 2000/04/24  17:26:05
20299         Log: Do not assume sign propagation.
20300              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
20301              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
20302              To: payner@ncifcrf.gov, perl5-porters@perl.org 
20303              Date: Tue, 18 Apr 2000 18:24:49 +0100 
20304              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
20305      Branch: cfgperl
20306            ! t/op/bop.t t/op/misc.t
20307 ____________________________________________________________________________
20308 [  5934] By: gsar                                  on 2000/04/24  17:16:54
20309         Log: propagate lexical warnings from surrounding scope correctly
20310              within string eval()
20311      Branch: perl
20312            ! pp_ctl.c t/pragma/warn/pp_ctl
20313 ____________________________________________________________________________
20314 [  5933] By: jhi                                   on 2000/04/24  17:01:07
20315         Log: Flatten the cpp jungle doing the nosuid checking.
20316      Branch: cfgperl
20317            ! perl.c
20318 ____________________________________________________________________________
20319 [  5932] By: gsar                                  on 2000/04/24  09:08:14
20320         Log: add rsignal(), whichsig() and do_join() to public API list
20321              (mod_perl uses them to good advantage)
20322      Branch: perl
20323            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
20324 ____________________________________________________________________________
20325 [  5931] By: gsar                                  on 2000/04/24  09:01:40
20326         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
20327      Branch: perl
20328            ! pp_hot.c regexec.c t/op/pat.t
20329 ____________________________________________________________________________
20330 [  5930] By: gsar                                  on 2000/04/24  08:58:33
20331         Log: small os390 tweaks (from Peter Prymmer)
20332      Branch: perl
20333            ! config_h.SH makedepend.SH
20334 ____________________________________________________________________________
20335 [  5929] By: gsar                                  on 2000/04/24  08:55:25
20336         Log: pod nits
20337      Branch: perl
20338            ! pod/perlguts.pod
20339 ____________________________________________________________________________
20340 [  5928] By: gsar                                  on 2000/04/24  08:50:13
20341         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
20342      Branch: perl
20343            ! ext/IO/lib/IO/Poll.pm
20344 ____________________________________________________________________________
20345 [  5927] By: gsar                                  on 2000/04/24  08:43:24
20346         Log: arrange for next() to resume at the unstack op rather than the
20347              loop conditional, so that scope cleanup happens correctly
20348              (from Stephen McCamant)
20349      Branch: perl
20350            ! op.c pp_ctl.c t/op/misc.t
20351 ____________________________________________________________________________
20352 [  5926] By: gsar                                  on 2000/04/24  08:18:40
20353         Log: on windows, reserve 16M of stack rather than 128M (allows more
20354              threads to run concurrently)
20355      Branch: perl
20356            ! win32/Makefile win32/makefile.mk
20357 ____________________________________________________________________________
20358 [  5925] By: gsar                                  on 2000/04/24  08:13:52
20359         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
20360      Branch: perl
20361            ! toke.c
20362 ____________________________________________________________________________
20363 [  5924] By: gsar                                  on 2000/04/24  08:08:59
20364         Log: avoid using uninitialized memory in require version check
20365      Branch: perl
20366            ! pp_ctl.c universal.c
20367 ____________________________________________________________________________
20368 [  5923] By: gsar                                  on 2000/04/24  07:20:14
20369         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
20370      Branch: perl
20371            ! ext/IO/lib/IO/Poll.pm
20372 ____________________________________________________________________________
20373 [  5922] By: gsar                                  on 2000/04/24  07:08:42
20374         Log: commentary about IoTYPE() (from Nathan Torkington)
20375      Branch: perl
20376            ! sv.h
20377 ____________________________________________________________________________
20378 [  5921] By: gsar                                  on 2000/04/24  06:58:26
20379         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
20380              by fix
20381      Branch: perl
20382            ! sv.c t/lib/charnames.t t/pragma/utf8.t
20383 ____________________________________________________________________________
20384 [  5920] By: gsar                                  on 2000/04/24  06:37:59
20385         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
20386      Branch: perl
20387            ! doop.c t/op/ver.t
20388 ____________________________________________________________________________
20389 [  5919] By: gsar                                  on 2000/04/24  06:21:58
20390         Log: Configure might miss old directories when prefix must be
20391              expanded (from Robin Barker)
20392      Branch: metaconfig
20393            ! U/installdirs/inc_version_list.U
20394      Branch: perl
20395            ! Configure
20396 ____________________________________________________________________________
20397 [  5918] By: gsar                                  on 2000/04/24  06:16:11
20398         Log: VMS nits in glob() test (from Charles Lane)
20399      Branch: perl
20400            ! t/lib/glob-basic.t
20401 ____________________________________________________________________________
20402 [  5917] By: gsar                                  on 2000/04/24  06:11:56
20403         Log: various pod nits (from Larry Virden and others)
20404      Branch: perl
20405            ! README.amiga README.hpux README.machten README.os2
20406            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
20407            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
20408            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
20409            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
20410            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
20411            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
20412            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
20413            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
20414 ____________________________________________________________________________
20415 [  5916] By: gsar                                  on 2000/04/24  05:52:43
20416         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
20417              <wjones@tc.fluke.com>)
20418      Branch: perl
20419            ! t/lib/glob-basic.t
20420 ____________________________________________________________________________
20421 [  5915] By: gsar                                  on 2000/04/24  05:07:01
20422         Log: supported platforms mixed up
20423      Branch: perl
20424            ! pod/perl56delta.pod pod/perlport.pod
20425 ____________________________________________________________________________
20426 [  5914] By: gsar                                  on 2000/04/24  04:56:08
20427         Log: caller() wasn't returning the right number of elements for
20428              eval {...}
20429      Branch: perl
20430            ! pp_ctl.c t/pragma/warn/9enabled
20431 ____________________________________________________________________________
20432 [  5913] By: gsar                                  on 2000/04/24  04:35:41
20433         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
20434              Mark-Jason Dominus)
20435      Branch: perl
20436            ! pod/perlfunc.pod
20437 ____________________________________________________________________________
20438 [  5912] By: gsar                                  on 2000/04/24  04:17:15
20439         Log: fix totally broken caching in UNIVERSAL::isa() (from
20440              Nick Ing-Simmons)
20441      Branch: perl
20442            ! t/op/universal.t universal.c
20443 ____________________________________________________________________________
20444 [  5911] By: gsar                                  on 2000/04/24  03:39:47
20445         Log: add linebreak properties from unicode/LineBrk.txt (from
20446              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
20447      Branch: perl
20448            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20449            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20450            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20451            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20452            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20453            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20454            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20455            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20456            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20457            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20458            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20459            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20460            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20461            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
20462            + lib/unicode/Is/LbrkZW.pl
20463            ! lib/unicode/mktables.PL
20464 ____________________________________________________________________________
20465 [  5910] By: gsar                                  on 2000/04/24  03:23:10
20466         Log: typo in pod
20467      Branch: perl
20468            ! ext/Thread/Thread.pm
20469 ____________________________________________________________________________
20470 [  5909] By: gsar                                  on 2000/04/24  03:22:03
20471         Log: mode argument to do_binmode() should be file mode, not boolean
20472      Branch: perl
20473            ! pp_sys.c
20474 ____________________________________________________________________________
20475 [  5908] By: gsar                                  on 2000/04/16  16:51:08
20476         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
20477              always returns a valid GV even when the symbol is trapped by strictures
20478              (avoids coredumps)
20479              
20480              TODO: the C<package;> hack needs similar treatment
20481      Branch: perl
20482            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
20483            ! t/pragma/strict-vars
20484 ____________________________________________________________________________
20485 [  5907] By: jhi                                   on 2000/03/31  23:42:56
20486         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
20487              an assumption which #5905 demolished.
20488      Branch: cfgperl
20489            ! pp_sys.c
20490 ____________________________________________________________________________
20491 [  5906] By: jhi                                   on 2000/03/31  18:54:37
20492         Log: Typo in #5905.
20493      Branch: cfgperl
20494            ! t/op/64bitint.t
20495 ____________________________________________________________________________
20496 [  5905] By: jhi                                   on 2000/03/31  18:50:54
20497         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
20498              reported by Joseph N. Hall.  The bug was that even with use64bitint
20499              one had to use the prefixes q, L, or ll with printf/sprintf,
20500              contrary to the documentation and common sense.
20501      Branch: cfgperl
20502            ! sv.c t/op/64bitint.t
20503 ____________________________________________________________________________
20504 [  5904] By: gsar                                  on 2000/03/28  02:31:32
20505         Log: add Changes, perldelta.pod
20506      Branch: perl
20507            + Changes pod/perldelta.pod
20508 ____________________________________________________________________________
20509 [  5903] By: gsar                                  on 2000/03/28  02:03:55
20510         Log: rename Changes and perldelta.pod
20511      Branch: perl
20512           +> Changes5.6 pod/perl56delta.pod
20513            - Changes pod/perldelta.pod
20514            ! MANIFEST
20515 ____________________________________________________________________________
20516 [  5902] By: gsar                                  on 2000/03/28  01:59:14
20517         Log: create maint-5.6 branch
20518      Branch: maint-5.6/perl
20519           +> (branch 1611 files)
20520 ____________________________________________________________________________
20521 [  5901] By: jhi                                   on 2000/03/23  05:48:43
20522         Log: Integrate with Sarathy.
20523      Branch: cfgperl
20524           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
20525 ____________________________________________________________________________
20526 [  5900] By: gsar                                  on 2000/03/23  05:42:43
20527         Log: three guesses on what this is :-)
20528      Branch: perl
20529            ! Changes