Update Changes.
[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 [  7978] By: jhi                                   on 2000/12/04  16:42:17
36         Log: Retract #7977, still too volatile (the euphemism of the day
37              for unfinished and buggy :-)
38      Branch: perl
39            ! doop.c hv.c pp.c sv.h
40 ____________________________________________________________________________
41 [  7977] By: jhi                                   on 2000/12/04  16:25:15
42         Log: (Retracted by #7978, too shaky yet.)
43              
44              Subject: Re: utf8 in hash keys, implementor missing
45              From: Simon Cozens <simon@cozens.net>
46              Date: Sat, 2 Dec 2000 19:49:35 +0000
47              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
48              
49              The first step at UTF-8 hash keys.
50      Branch: perl
51            ! doop.c hv.c pp.c sv.h
52 ____________________________________________________________________________
53 [  7976] By: jhi                                   on 2000/12/04  16:13:53
54         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
55              From: sthoenna@efn.org
56              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
57              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
58      Branch: perl
59            ! os2/os2.c perlio.c
60 ____________________________________________________________________________
61 [  7975] By: jhi                                   on 2000/12/04  16:05:25
62         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
63              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64              Date: Thu, 30 Nov 2000 20:50:37 -0800
65              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
66      Branch: perl
67            ! os2/os2.c
68 ____________________________________________________________________________
69 [  7974] By: jhi                                   on 2000/12/04  16:03:57
70         Log: Subject: [PATCH] ++ 20% faster
71              From: Nicholas Clark <nick@ccl4.org>
72              Date: Mon, 4 Dec 2000 12:17:27 +0000
73              Message-ID: <20001204121726.B52976@plum.flirble.org>
74              
75              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
76      Branch: perl
77            ! sv.c
78 ____________________________________________________________________________
79 [  7973] By: jhi                                   on 2000/12/04  16:00:48
80         Log: 
81              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
82              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83              Date: Mon, 04 Dec 2000 12:30:45 +0100
84              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
85              
86              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
87              library (getprotobyname and getprotobynumber are outversioned by
88              the same calls in libc, at least for xlc version 3.
89      Branch: perl
90            ! hints/aix.sh
91 ____________________________________________________________________________
92 [  7972] By: jhi                                   on 2000/12/04  02:58:31
93         Log: Integrate perlio.
94      Branch: perl
95           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
96           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
97           !> win32/win32.h win32/win32iop.h win32/win32thread.h
98 ____________________________________________________________________________
99 [  7971] By: nick                                  on 2000/12/04  00:24:33
100         Log: Quieten some noise in Win32 builds:
101              - win32.h is included after <sys/socket.h>, so need to 
102              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
103              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
104      Branch: perlio
105            ! doio.c perl.h toke.c win32/win32.h
106 ____________________________________________________________________________
107 [  7970] By: nick                                  on 2000/12/03  22:57:46
108         Log: PERL_IMPLICIT_SYS compiles but does not work.
109      Branch: perlio
110            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
111            ! win32/perlhost.h win32/perllib.c win32/win32.h
112            ! win32/win32iop.h win32/win32thread.h
113 ____________________________________________________________________________
114 [  7969] By: jhi                                   on 2000/12/03  22:12:58
115         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
116              used to swash_init(), makes regprop() dumps more informative
117              (+utf8::IsAlpha, -utf8::IsDigit, for example).
118      Branch: perl
119            ! regcomp.c regexec.c
120 ____________________________________________________________________________
121 [  7968] By: jhi                                   on 2000/12/03  21:39:56
122         Log: Implement ANYOFUTF8 regprop() dumping.
123      Branch: perl
124            ! regcomp.c
125 ____________________________________________________________________________
126 [  7967] By: jhi                                   on 2000/12/03  20:57:19
127         Log: Make uv_to_utf8() to zero-terminate its output buffer,
128              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
129      Branch: perl
130            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
131 ____________________________________________________________________________
132 [  7966] By: nick                                  on 2000/12/03  18:41:21
133         Log: Integrate mainline (STDCHAR)
134      Branch: perlio
135           !> Configure t/pragma/utf8.t
136 ____________________________________________________________________________
137 [  7965] By: jhi                                   on 2000/12/03  17:58:20
138         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
139      Branch: perl
140            ! t/pragma/utf8.t
141 ____________________________________________________________________________
142 [  7964] By: jhi                                   on 2000/12/03  17:35:56
143         Log: Integrate perlio.
144      Branch: perl
145           !> iperlsys.h perlio.c
146 ____________________________________________________________________________
147 [  7963] By: jhi                                   on 2000/12/03  17:33:55
148         Log: Metaconfig unit change for #7962.
149      Branch: metaconfig
150            ! U/modified/stdchar.U
151 ____________________________________________________________________________
152 [  7962] By: jhi                                   on 2000/12/03  17:33:27
153         Log: Untangle the <stdio.h> #include nest for the stdchar test,
154              from Andy Dougherty.
155      Branch: perl
156            ! Configure
157 ____________________________________________________________________________
158 [  7961] By: nick                                  on 2000/12/03  16:53:00
159         Log: Make iperlsys.h vector stdio not PerlIO.
160      Branch: perlio
161            ! iperlsys.h perlio.c
162 ____________________________________________________________________________
163 [  7960] By: nick                                  on 2000/12/03  14:43:01
164         Log: Integrate mainline
165      Branch: perlio
166           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
167           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
168 ____________________________________________________________________________
169 [  7959] By: jhi                                   on 2000/12/03  08:16:36
170         Log: Use DO_UTF8().
171      Branch: perl
172            ! op.c
173 ____________________________________________________________________________
174 [  7958] By: jhi                                   on 2000/12/02  18:33:05
175         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
176              From: Mike Guy <mjtg@cam.ac.uk>         
177              Date: Sat, 02 Dec 2000 17:27:13 +0000
178              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
179              
180              An extraneous argument.
181      Branch: perl
182            ! toke.c
183 ____________________________________________________________________________
184 [  7957] By: jhi                                   on 2000/12/02  18:22:32
185         Log: A missing hunk.
186      Branch: perl
187            ! t/lib/net-hostent.t
188 ____________________________________________________________________________
189 [  7956] By: jhi                                   on 2000/12/02  18:06:20
190         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
191              From: Nicholas Clark <nick@ccl4.org>
192              Date: Sat, 2 Dec 2000 14:28:27 +0000
193              Message-ID: <20001202142827.A12308@plum.flirble.org>
194              
195              Test robustness.
196      Branch: perl
197            ! t/lib/net-hostent.t
198 ____________________________________________________________________________
199 [  7955] By: jhi                                   on 2000/12/02  17:58:06
200         Log: Metaconfig unit change for #7954.
201      Branch: metaconfig
202            ! U/modified/stdchar.U
203 ____________________________________________________________________________
204 [  7954] By: jhi                                   on 2000/12/02  17:54:32
205         Log: An inconvenient hang would happen if the stdio _ptr wasn't
206              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
207              would be grepping stdin for all eternity for the _ptr.)
208      Branch: perl
209            ! Configure
210 ____________________________________________________________________________
211 [  7953] By: jhi                                   on 2000/12/02  00:07:15
212         Log: Update Changes.
213      Branch: perl
214            ! Changes patchlevel.h
215 ____________________________________________________________________________
216 [  7952] By: jhi                                   on 2000/12/01  23:54:47
217         Log: Subject: Re: long shell lines
218              From: Andy Dougherty <doughera@lafayette.edu>
219              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
220              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
221              
222              Split overly long shell command lines.
223      Branch: perl
224            ! lib/ExtUtils/MM_Unix.pm
225 ____________________________________________________________________________
226 [  7951] By: jhi                                   on 2000/12/01  23:48:02
227         Log: The metaconfig unit change for #7950.
228      Branch: metaconfig
229            + U/modified/stdchar.U
230 ____________________________________________________________________________
231 [  7950] By: jhi                                   on 2000/12/01  23:47:39
232         Log: Try to find stdchar also from <stdio_impl.h>.
233      Branch: perl
234            ! Configure config_h.SH
235 ____________________________________________________________________________
236 [  7949] By: jhi                                   on 2000/12/01  23:46:45
237         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
238              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
239              Date: Fri, 1 Dec 2000 16:26:08 -0500
240              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
241              
242              Reword the diagnostic message.
243      Branch: perl
244            ! pod/perldiag.pod
245 ____________________________________________________________________________
246 [  7948] By: nick                                  on 2000/12/01  22:49:43
247         Log: Integrate mainline (for s/y/m as sub names stuff).
248      Branch: perlio
249           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
250           !> t/pragma/warn/toke toke.c
251 ____________________________________________________________________________
252 [  7947] By: jhi                                   on 2000/12/01  20:55:41
253         Log: Integrate perlio.
254      Branch: perl
255           !> perlio.c perliol.h t/io/pipe.t
256 ____________________________________________________________________________
257 [  7946] By: jhi                                   on 2000/12/01  20:36:51
258         Log: Upgrade to CPAN 1.59_51, from Andreas König.
259      Branch: perl
260            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
261 ____________________________________________________________________________
262 [  7945] By: nick                                  on 2000/12/01  20:31:32
263         Log: Integrate mainline
264      Branch: perlio
265           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
266           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
267           +> t/lib/net-hostent.t
268           !> (integrate 35 files)
269 ____________________________________________________________________________
270 [  7944] By: jhi                                   on 2000/12/01  20:23:29
271         Log: Some help for 20001130.011.  Now one gets warnings like
272              "Ambiguous -f() resolved as a file test ..."
273      Branch: perl
274            ! pod/perldiag.pod t/pragma/warn/toke toke.c
275 ____________________________________________________________________________
276 [  7943] By: jhi                                   on 2000/12/01  19:44:44
277         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
278              that also breaks using them as methods. 
279      Branch: perl
280            ! pod/perldiag.pod t/op/misc.t toke.c
281 ____________________________________________________________________________
282 [  7942] By: nick                                  on 2000/12/01  17:56:46
283         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
284              Make 'unix' pass most tests
285              - do unread by temporary push of layer ("pending") holding unread chars
286              - fast_gets is now based on per-handle flag
287              - relax one of io/pipe.t tests to allow print to fail and close to
288              succeed so that it passes on unbuffered "unix" layer.
289              Remaining fail is sporadic and a genuine race condition between
290              parent/child in fork test.
291      Branch: perlio
292            ! perlio.c perliol.h t/io/pipe.t
293 ____________________________________________________________________________
294 [  7941] By: jhi                                   on 2000/12/01  15:28:58
295         Log: (Retracted by #7943.)
296              
297              Reserve the short named string operator names.
298      Branch: perl
299            ! pod/perldiag.pod t/op/misc.t toke.c
300 ____________________________________________________________________________
301 [  7940] By: jhi                                   on 2000/12/01  06:45:53
302         Log: Get the three different space character classes right under utf8.
303      Branch: perl
304            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
305            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
306            ! regexec.c t/op/pat.t utf8.c
307 ____________________________________________________________________________
308 [  7939] By: jhi                                   on 2000/12/01  03:26:26
309         Log: Two more tests that make no sense in UTF-8 since the test
310              data is not in UTF-8.
311      Branch: perl
312            ! t/op/regexp.t
313 ____________________________________________________________________________
314 [  7938] By: jhi                                   on 2000/12/01  03:20:39
315         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
316              should it be required inside regexen?
317      Branch: perl
318            ! regcomp.c t/op/regmesg.t
319 ____________________________________________________________________________
320 [  7937] By: jhi                                   on 2000/12/01  02:58:53
321         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
322              stored and restored, and thusly was trounced by the utf8 swash
323              routines.
324      Branch: perl
325            ! regcomp.c
326 ____________________________________________________________________________
327 [  7936] By: jhi                                   on 2000/11/30  20:41:39
328         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
329              Why the different platforms behave so differently (core dump vs
330              no core dump) on this bug is a but of a mystery, but if I had to
331              guess I would mumble something like 'alignment'.
332      Branch: perl
333            ! sv.c
334 ____________________________________________________________________________
335 [  7935] By: jhi                                   on 2000/11/30  16:17:02
336         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
337              From: Robin Barker <rmb1@cise.npl.co.uk>
338              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
339              Date: Thu, 30 Nov 2000 14:27:12 GMT
340      Branch: perl
341            ! perlio.c toke.c
342 ____________________________________________________________________________
343 [  7934] By: jhi                                   on 2000/11/30  16:04:49
344         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
345      Branch: perl
346            ! t/lib/net-hostent.t
347 ____________________________________________________________________________
348 [  7933] By: jhi                                   on 2000/11/30  06:07:26
349         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
350              From: Peter Prymmer <pvhp@forte.com>
351              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
352              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
353              
354              In VMS the localhost may be LOCALHOST.
355      Branch: perl
356            ! t/lib/net-hostent.t
357 ____________________________________________________________________________
358 [  7932] By: jhi                                   on 2000/11/30  01:11:11
359         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
360              From: Peter Prymmer <pvhp@forte.com>
361              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
362              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
363              
364              plus regen perlapi.pod.
365      Branch: perl
366            ! pod/perlapi.pod utf8.c
367 ____________________________________________________________________________
368 [  7931] By: jhi                                   on 2000/11/30  01:06:19
369         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
370              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
371              Date:     Wed, 29 Nov 2000 17:15:11 EST
372              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
373      Branch: perl
374            ! t/lib/filter-util.pl t/lib/filter-util.t
375 ____________________________________________________________________________
376 [  7930] By: jhi                                   on 2000/11/29  18:51:55
377         Log: Update Changes.
378      Branch: perl
379            ! Changes patchlevel.h
380 ____________________________________________________________________________
381 [  7929] By: jhi                                   on 2000/11/29  18:50:55
382         Log: Update the va_copy() metaconfig unit.
383      Branch: metaconfig/U/perl
384            ! need_va_copy.U
385 ____________________________________________________________________________
386 [  7928] By: jhi                                   on 2000/11/29  17:50:43
387         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
388              From: Dominic Dunlop <domo@computer.org>
389              Date: Tue, 28 Nov 2000 16:41:57 +0100
390              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
391              
392              Patch to catch a core dump in the Configure va_copy test.
393      Branch: perl
394            ! Configure config_h.SH
395 ____________________________________________________________________________
396 [  7927] By: jhi                                   on 2000/11/29  17:31:59
397         Log: Retract #7921, the patch shouldn't be needed.
398      Branch: perl
399            ! sv.c
400 ____________________________________________________________________________
401 [  7926] By: jhi                                   on 2000/11/29  17:01:41
402         Log: Make the Class::Struct import() wiser.
403      Branch: perl
404            ! lib/Class/Struct.pm t/lib/class-struct.t
405 ____________________________________________________________________________
406 [  7925] By: jhi                                   on 2000/11/29  16:36:33
407         Log: All the core library users of Class::Struct seem to be
408              using "use Class::Struct 'struct';" instead of the bare
409              "use Class::Struct;", which isn't documented in Class::Struct.
410              This can't be right.
411      Branch: perl
412            ! lib/File/stat.pm
413 ____________________________________________________________________________
414 [  7924] By: jhi                                   on 2000/11/29  16:32:15
415         Log: A test works better if it has the right 1..$n output.
416      Branch: perl
417            ! t/lib/class-struct.t
418 ____________________________________________________________________________
419 [  7923] By: jhi                                   on 2000/11/29  16:29:11
420         Log: Forgot to MANIFEST the new Net::hostent test.
421      Branch: perl
422            ! MANIFEST
423 ____________________________________________________________________________
424 [  7922] By: jhi                                   on 2000/11/29  16:27:49
425         Log: Integrate perlio.
426      Branch: perl
427           !> iperlsys.h perlio.c
428 ____________________________________________________________________________
429 [  7921] By: jhi                                   on 2000/11/29  16:27:10
430         Log: (Retracted by #7927.)
431              
432              Subject: [PATCH] Is infinity a number?
433              From: Simon Cozens <simon@cozens.net>
434              Date: Wed, 29 Nov 2000 14:48:20 +0000
435              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
436      Branch: perl
437            ! sv.c
438 ____________________________________________________________________________
439 [  7920] By: jhi                                   on 2000/11/29  16:23:02
440         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
441              From: rspier@pobox.com (Robert Spier)
442              Date: Wed, 29 Nov 2000 02:17:49 -0500
443              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
444              
445              Add a test for Net::hostent.
446      Branch: perl
447            + t/lib/net-hostent.t
448 ____________________________________________________________________________
449 [  7919] By: jhi                                   on 2000/11/29  16:21:31
450         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
451              add a test for Class::Struct.
452      Branch: perl
453            + t/lib/class-struct.t
454            ! MANIFEST lib/Class/Struct.pm
455 ____________________________________________________________________________
456 [  7918] By: jhi                                   on 2000/11/29  15:48:40
457         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
458              From: rspier@pobox.com (Robert Spier)
459              Date: Wed, 29 Nov 2000 02:25:39 -0500
460              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
461              
462              More checking in case someone has broken their services or
463              protocol databases.
464      Branch: perl
465            ! ext/Sys/Syslog/Syslog.pm
466 ____________________________________________________________________________
467 [  7917] By: jhi                                   on 2000/11/29  15:46:25
468         Log: Subject: [PATCH] $^O  win32 -> MSWin32
469              From: rspier@pobox.com (Robert Spier)
470              Date: Wed, 29 Nov 2000 02:17:38 -0500
471              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
472              
473              plus similar nits for vms, err, VMS, and UNICOS.
474      Branch: perl
475            ! t/lib/syslfs.t t/op/lfs.t
476 ____________________________________________________________________________
477 [  7916] By: jhi                                   on 2000/11/29  15:42:51
478         Log: Subject: [PATCH] Tokeniser debugging
479              From: Simon Cozens <simon@cozens.net>
480              Date: Wed, 29 Nov 2000 14:15:45 +0000
481              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
482      Branch: perl
483            ! perl.c perl.h pod/perlrun.pod toke.c
484 ____________________________________________________________________________
485 [  7915] By: jhi                                   on 2000/11/29  15:41:36
486         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
488              Date: Wed, 29 Nov 2000 02:13:14 -0500
489              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
490              
491              OUT keyword nits.
492              
493              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
495              Date: Wed, 29 Nov 2000 03:09:04 -0500
496              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
497              
498              OUT and IN_OUT documentation.
499      Branch: perl
500            ! lib/ExtUtils/xsubpp pod/perlxs.pod
501 ____________________________________________________________________________
502 [  7914] By: jhi                                   on 2000/11/29  03:35:01
503         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
504              From: John Tobey <jtobey@john-edwin-tobey.org>
505              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
506              Message-Id: <m140e1N-000FOoC@feynman.localnet>
507              
508              plus a performance speedup noticed by Sarathy.
509      Branch: perl
510            ! op.c
511 ____________________________________________________________________________
512 [  7913] By: jhi                                   on 2000/11/29  03:16:59
513         Log: Use "1 while unlink" so that VMS gets clean, too.
514      Branch: perl
515            ! t/lib/filter-util.t
516 ____________________________________________________________________________
517 [  7912] By: jhi                                   on 2000/11/29  03:09:08
518         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
520              Date: Tue, 28 Nov 2000 03:27:09 -0500
521              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
522      Branch: perl
523            ! lib/ExtUtils/xsubpp
524 ____________________________________________________________________________
525 [  7911] By: jhi                                   on 2000/11/29  03:06:30
526         Log: This should have been part of #7872: no need to scan UTF-8
527              until eternity.
528      Branch: perl
529            ! utf8.c
530 ____________________________________________________________________________
531 [  7910] By: jhi                                   on 2000/11/29  02:50:04
532         Log: One more perltie.pod nit from Casey R. Tweten.
533      Branch: perl
534            ! pod/perltie.pod
535 ____________________________________________________________________________
536 [  7909] By: jhi                                   on 2000/11/29  02:44:23
537         Log: Document the known sprintf test failures, exact standard
538              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
539      Branch: perl
540            ! pod/perldelta.pod t/op/sprintf.t
541 ____________________________________________________________________________
542 [  7908] By: jhi                                   on 2000/11/29  02:36:23
543         Log: Add the Encoding table format documentation.
544      Branch: perl
545            + ext/Encode/Encode/EncodeFormat.pod
546            ! MANIFEST
547 ____________________________________________________________________________
548 [  7907] By: jhi                                   on 2000/11/29  02:07:24
549         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
550              From: "Casey R. Tweten" <crt@kiski.net>
551              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
552              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
553              
554              Subject: Re: [PATCH] Updating perltie.pod for arrays
555              From: "Casey R. Tweten" <crt@kiski.net>
556              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
557              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
558      Branch: perl
559            ! pod/perltie.pod
560 ____________________________________________________________________________
561 [  7906] By: nick                                  on 2000/11/28  22:40:59
562         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
563      Branch: perlio
564            ! iperlsys.h perlio.c
565 ____________________________________________________________________________
566 [  7905] By: nick                                  on 2000/11/28  22:04:34
567         Log: Integrate mainline
568      Branch: perlio
569           !> (integrate 39 files)
570 ____________________________________________________________________________
571 [  7904] By: jhi                                   on 2000/11/28  16:44:43
572         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
573              From: Nicholas Clark <nick@babyhippo.co.uk>
574              Date: Tue, 28 Nov 2000 11:16:57 +0000
575              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
576      Branch: perl
577            ! pod/perlipc.pod
578 ____________________________________________________________________________
579 [  7903] By: jhi                                   on 2000/11/28  16:40:31
580         Log: Subject: [PATCH] Updating perltie.pod for arrays
581              From: "Casey R. Tweten" <crt@kiski.net>
582              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
583              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
584      Branch: perl
585            ! pod/perltie.pod
586 ____________________________________________________________________________
587 [  7902] By: jhi                                   on 2000/11/28  16:39:37
588         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
589              From: Robin Barker <rmb1@cise.npl.co.uk>
590              Date: Mon, 27 Nov 2000 17:56:44 GMT
591              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
592      Branch: perl
593            ! pod/perlfunc.pod t/op/split.t
594 ____________________________________________________________________________
595 [  7901] By: jhi                                   on 2000/11/28  16:28:04
596         Log: setmode() is a DOSish-only thing.
597      Branch: perl
598            ! perlio.c
599 ____________________________________________________________________________
600 [  7900] By: jhi                                   on 2000/11/28  16:21:46
601         Log: Subject: [PATCH] perlcc.PL cleanups
602              From: Simon Cozens <simon@cozens.net>
603              Date: Tue, 28 Nov 2000 12:44:35 +0000
604              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
605      Branch: perl
606            ! utils/perlcc.PL
607 ____________________________________________________________________________
608 [  7899] By: gsar                                  on 2000/11/28  06:32:55
609         Log: reintegrate files missed by change#7895
610      Branch: maint-5.6/perl
611           +> ext/ByteLoader/bytecode.h utils/Makefile
612            - utils/perlbc.PL
613 ____________________________________________________________________________
614 [  7897] By: gsar                                  on 2000/11/27  18:22:47
615         Log: can't integrate these two files, for some reason
616      Branch: maint-5.6/perl
617            - ext/ByteLoader/bytecode.h utils/Makefile
618 ____________________________________________________________________________
619 [  7895] By: gsar                                  on 2000/11/27  18:11:21
620         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
621              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
622              6757..6890,6892..6901 from mainline
623              
624              Bytecompiler patches from Benjamin Stuhl.
625              
626              More bytecompiler.
627              
628              Subject: [PATCH blead] B:: missing dependency
629              
630              Subject: [PATCH: 6757] configure.com updates and syslog build
631              
632              Long double Gconvert fixes from Yitzchak Scott-Thoennes
633              and Spider Boardman.
634              
635              Subject: [PATCH blead] nextchar() abuse misses an optimisation
636              
637              Long double fixes from Spider Boardman.
638              
639              Make the selection of NVff et al stricter.
640              
641              cSVOPo_*v things index into the current PL_curpad
642              under ithreads, which is different from the curpad
643              used by the XSUB.  (In other words, the code as-is
644              before this patch wouldn't work under ithreads.)
645              
646              Be portable.
647              
648              VMS MMS (make) wants null action.
649              
650              Mac and other portability updates from Chris Nandor.
651              
652              Storable support, v-version fixes.
653              Subject: CPAN.pm beta for testing available
654              
655              Portability fix from Hugo van der Sanden.
656              
657              Bad makefile.
658              
659              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
660              
661              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
662              
663              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
664              
665              Replace #6705 with a minimal doc patch.
666              Subject: [PATCH 5.6.0] replace change #6705
667              
668              Drop the separate perlbc, perlcc -b should be enough.
669              
670              installperl couldn't tell whether it had run tests or not.
671              Subject: [PATCH] Re: installperl and t/TEST
672              
673              Add silencer flags to installperl.
674              Subject: [PATCH] Making installperl silent.
675              
676              Make "make install" by default silent.  A new "install-verbose"
677              target is verbose.
678              
679              More liberal parsing of version numbers.
680              Subject: Re: CPAN.pm beta for testing available
681              
682              Create directories in silence.
683              Subject: [PATCH] Another silencer for MakeMaker
684              
685              DOS patches and portability/porting notes, from Tim Jenness.
686              
687              Make installman to recognize the silence flag -S.
688              
689              Actually do something with the silencer option.
690              
691              Continue silencing.
692              
693              Show the doc file, not the temp file.
694              
695              Regen perltoc.
696              
697              Subject: [PATCH] More silencing of installman.
698              
699              Better wording for the vec lvalue diagnostic.
700              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
701              
702              Subject: [PATCH: 6805] several more tweaks to configure.com
703              
704              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
705              
706              Missing parts of 
707              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
708              
709              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
710              (applied slightly modified)
711              
712              installperl --verbose and --silent.
713              Subject: Re: [PATCH] More silencing of installman.
714              
715              Add install-silent target.
716              
717              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
718              the problem reported in
719              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
720              
721              Tweak the sfio/useperlio logic, hopefully as wished in
722              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
723              
724              One forgotten file from #6816.
725              
726              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
727              
728              Remove duplicately applied patch shards.
729              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
730              
731              Support preserving extremely big/small angles.
732              
733              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
734              
735              Subject: [PATCH] installation not quite silent yet.
736              
737              Update the test count.
738              
739              Use UVxf, PTR2UV, NVff.
740              
741              Document PTR2XX and INT2PTR.
742              
743              no-install target a la make -n.
744              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
745              
746              grep -e isn't portable.
747              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
748              
749              Can't get the test to reliably work thanks to the
750              inaccurateness of floating point.  "Resolves" bug ids
751              20000826.003, 20000826.009, 20000826.010,
752              
753              Subject: installman buglet
754              
755              DJGPP update from Laszlo Molnar.
756              
757              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
758              
759              Passing -R in ldflags makes now it to appear in the default
760              for lddlflags, just like with -L.
761              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
762              
763              Test nit.
764              
765              Use the actual thread type, not the pointer-to-struct.
766              
767              Provice virtual $Config{ccflags_nolargefiles} etc. 
768              
769              display_format used as a class method without arguments was broken,
770              reported in
771              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
772              
773              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
774              
775              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
776              
777              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
778              
779              opmini.o may be left around if a build is interrupted.
780              
781              Typo in #6858.
782              
783              Fix for ID 20000828.001, long doubles were not formatted
784              correctly (showed up in $], which stopped installing perl).
785              
786              An attempt to fix the problem reported in
787              Subject: Building perl@6856 using gcc/AIX 4.3.3 
788              I can't test this properly since the gcc installation I have
789              access to seems to be botched (gcc is calling the AIX cpp,
790              a losing proposition...)
791              
792              Add -ld to archname on long tr...double platforms.
793              
794              Subject: hv.h Doc Patch
795              
796              Potential cruft.
797              
798              Subject: [PATCH bleedperl@6856] warnings fixes
799              
800              -S is the silent flag, -s is the strip flag.
801              Subject: [PATCH] Re: [PATCH] make no-install          
802              
803              Take out the SUIDMAIL thing, that will not be
804              a problem in 5.7.*.
805              
806              Subject: [PATCH bleedperl@6866] spellings
807              
808              Subject: [PATCH] Re: files not cleaned even by veryclean
809              
810              Use minimal @INC in tests, most of the time just '../lib',
811              so that we simply can't pick up stuff from other Perls than
812              the one we are testing.  Pointed out by
813              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
814              
815              Update to Getopt::Long 2.24, from Johan Vromans.
816              
817              Fix for thinko in #6848.
818              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
819              
820              Patches all over for people and the files they (hopefully) care about.
821              
822              Subject: Net::protoent does not export 'getproto'
823              
824              Missed a change in #6869.
825              
826              Subject: [PATCH] Warnings in B::Deparse
827              
828              Subject: [PATCH] Glob dumping
829              
830              Disable one of the tests for now.
831              
832              Disabling the one test is a bit tricky.
833              
834              Don't forget to tidy up.
835              
836              The #6881 removed one dump line.
837              
838              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
839              
840              Under usethreads the dumped variable is IN_PAD.
841              Subject: Re: [PATCH] Glob dumping
842              
843              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
844              
845              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
846              
847              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
848              
849              Regen Configure for #6894.
850              
851              Subject: [PATCH: 6889] updates to perlebcdic.pod
852              
853              Undo namespace pollution of #6878.
854              Subject: Re: Net::protoent does not export 'getproto'
855              
856              Admit that we are leaking scalars.
857              
858              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
859      Branch: maint-5.6/perl
860           !> (integrate 271 files)
861 ____________________________________________________________________________
862 [  7894] By: gsar                                  on 2000/11/27  16:00:34
863         Log: a couple of nits
864      Branch: maint-5.6/perl
865            ! MANIFEST pp_sys.c
866 ____________________________________________________________________________
867 [  7893] By: gsar                                  on 2000/11/27  15:10:56
868         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
869              6740..6745,6747..6757,6760
870              
871              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
872              
873              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
874              
875              Doc nits spotted by Richard Soderberg.
876              
877              move WNOHANG definition to where other such things are
878              
879              Make $Config{byteorder} more magical so that it is
880              dynamically computed: nice for 'fat binaries'.
881              Subject: [PATCH]: default byteorder
882              
883              Subject: [PATCH] Cwd.pm now uses strict
884              
885              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
886              
887              Get -DLEAKTEST to compile (not necessarily to work, mind)
888              Subject: [ID 20000724.006] -DLEAKTEST problem
889              
890              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
891              
892              Add perlebcdic from Peter Prymmer, regen toc.
893              
894              Don't propose using modules built for 5.005 if no binary
895              compatibility with 5.005 is attempted.
896              
897              Do not use prototyping here.
898              Subject: [ID 20000817.016] [PATCH] Peek.xs
899              
900              Document what the backtick returns if the command fails.
901              
902              Add byteorder to the myconfig output.
903              
904              Introduce NVef, NVff, and NVgf, use the middle one.
905              (helps for lib/peek + Linux + long doubles)  Reported in
906              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
907              Use NVs in POSIX math, not doubles.
908              Subject: [ID 20000817.014] POSIX & modfl
909              
910              Subject: [PATCH 5.6.0+] newSVrv() memory leak
911              
912              The byteorder code in #6671 was wrong.
913              
914              Fix the lib/complex failure of
915              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
916              Linux long double accuracy issue: something that
917              when printed with %g looks like "2" but int() of it is 1.
918              
919              Propagate new Configure vars.
920              
921              Unbuffer the output.
922              
923              Subject: [PATCH] perltrap.pod spring cleaning
924              
925              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
926              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
927              
928              Tiny Getopt::Long patch from Johan Vromans.
929              
930              Document code point which makes if (defined %stash::) to work
931              (noted by Spider Boardman).
932              
933              Subject: [PATCH perl@6698] cygwin port
934              
935              Document the NDBM_File and ODBM_File as SDBM_File
936              was documented in #6417.
937              
938              The new tests were missing from #6415.
939              
940              Add [[:blank:]] as suggested in
941              Subject: [ID 20000716.024] [=cc=] / [:blank:]
942              (the [=cc=] has already been taken care of by #6439
943              so the whole bug report can be closed)
944              and make [[:space:]] to be equivalent to isspace(3)
945              (as opposed to \s, which is isSPACE()).  The difference
946              is that now [[:space:]] matches the mythical vertical tab,
947              while \s doesn't.
948              
949              Don't eat leading os from index entries.
950              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
951              
952              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
953              
954              Typo in pp_complement().
955              Subject: [PATCH perl-current] Deparse
956              
957              Add warnif(), check warnings further up the stack,
958              all the warnings functions now can take an optional object reference.
959              Subject: [PATCH bleedperl@6691] warnings pragma update
960              
961              Fix a core dump in lib/selfloader under -DDEBUGGING.
962              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
963              
964              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
965              
966              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
967              
968              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
969              Put back the long double avoidance code to POSIX.xs
970              because VMS seems to need it still.
971              
972              Introduce a 'veryclean' target that is like 'distclean'
973              but also removes *~ and *.orig.
974              
975              Subject: [ID 20000817.023] endianness description in perlfunc.pod
976              
977              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
978              
979              Let's try #6717 again.
980              
981              UTF8 concat fixes.
982              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
983              
984              pp_open() could pass an uninitialized filename down to do_open9().
985              
986              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
987              
988              Update to CGI 2.72, from Lincoln Stein.
989              
990              Subject: [PATCH] Silence MakeMaker (Was: installman)
991              
992              Use temporary directory instead of current directory.
993              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
994              
995              Document odd vs even subreleases and -Dusedevel.
996              
997              The veryclean target needs to clobber.
998              
999              Use File::Spec->tmpdir().
1000              
1001              Document the number of exponent digits.
1002              
1003              Mention perlebcdic and perlposix-bc.
1004              
1005              s/this one/the 5.6.0 release/
1006              
1007              The #6724 is here.
1008              
1009              The correct cleaning order is an art.
1010              
1011              small tweaks for change#6705: avoid C++ style comments in C code;
1012              use Perl's malloc API rather than the low level system one
1013              
1014              Array context keeps slithering in.
1015              
1016              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
1017              
1018              Subject: [PATCH] os2.c fix for use64bitint
1019              
1020              Update to Pod::LaTeX 0.53.
1021              Subject: [PATCH] lib/Pod/LaTeX.pm updates
1022              
1023              Document the endianness of Alpha more precisely.
1024              
1025              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
1026              
1027              Rename the macro argument because some preprocessors
1028              can't tell the difference and expand arguments also inside
1029              double quoted strings.
1030              
1031              free TLS slot properly on Windows
1032              
1033              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
1034              
1035              Unicos/mk requires elaborate paranoia.
1036              
1037              Tweak the floating point output routine preferences.
1038              
1039              Also under djgpp the timestamps are funky.
1040              
1041              Apply some PodParser 1.18 patches; the Pod/Find.pm
1042              patches cannot be applied since #6712 conflicts.
1043              
1044              Use PodParser 1.18 new test.
1045              
1046              A pod nit.
1047              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
1048              
1049              Be verydeepclean.
1050      Branch: maint-5.6/perl
1051           +> pod/perlebcdic.pod
1052           !> (integrate 106 files)
1053 ____________________________________________________________________________
1054 [  7892] By: jhi                                   on 2000/11/27  15:02:32
1055         Log: Update Changes.
1056      Branch: perl
1057            ! Changes patchlevel.h
1058 ____________________________________________________________________________
1059 [  7891] By: jhi                                   on 2000/11/27  14:57:23
1060         Log: Subject: Re: perlfaq style changes
1061              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1062              Date: Sat, 25 Nov 2000 23:32:26 -0800
1063              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
1064              
1065              plus a note from Ronald Kimball.
1066      Branch: perl
1067            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
1068 ____________________________________________________________________________
1069 [  7890] By: jhi                                   on 2000/11/27  14:53:14
1070         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
1071              From: Benjamin Holzman <bah@ecnvantage.com>
1072              Date: Sun, 26 Nov 2000 16:27:33 -0500
1073              Message-ID: <20001126162733.J25040@ecnvantage.com>
1074      Branch: perl
1075            ! gv.c
1076 ____________________________________________________________________________
1077 [  7889] By: jhi                                   on 2000/11/27  14:43:11
1078         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
1079              From: lvirden@cas.org
1080              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
1081              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
1082      Branch: perl
1083            ! README.amiga
1084 ____________________________________________________________________________
1085 [  7888] By: jhi                                   on 2000/11/27  14:32:34
1086         Log: Restore also the locale test to no-sprintf-taint state.
1087              Fixes the bug 20001127.003.
1088      Branch: perl
1089            ! sv.c t/pragma/locale.t
1090 ____________________________________________________________________________
1091 [  7887] By: gsar                                  on 2000/11/27  14:13:05
1092         Log: integrate changes#6613..6616,6620..6665 from mainline
1093              
1094              VMS configure.com update continues.
1095              
1096              Subject: Test fails / warnings with perl-current #6612
1097              
1098              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
1099              
1100              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1101              
1102              For now remove the mail code.
1103              
1104              Subject: Re: [PATCH] @+, @- readonly
1105              
1106              Subject: warning: storage class after type is obsolescent
1107              
1108              Subject: sfio2000
1109              
1110              Subject: Re: File::Temp problems on VMS in bleedperl
1111              
1112              README.os2 update.
1113              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
1114              
1115              Make the user to give up his firstborn, err, to knowingly
1116              verify installing an unstable developer release.  Also bump
1117              the release to 5.7.0, but leave a patch tag in the local
1118              patches saying that this is not yet the real thing.
1119              
1120              Update (kinda) to Test 1.14, from Joshua Pritikin.
1121              
1122              make ok etc also for win32.
1123              
1124              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
1125              
1126              Don't blow limited stacks, a lower number is enough to
1127              tickle the lookbehind limit.
1128              
1129              Use -Dusedevel; regen Configure and the respective Porting stuff.
1130              
1131              Subject: [PATCH] debugger exit code should reflect user exit code
1132              
1133              Subject: [PATCH perl@6620] cygwin port
1134              
1135              Missed a file from #6638.
1136              
1137              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)
1138              
1139              magic callbacks all need to have same type signature
1140              
1141              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
1142              
1143              Fix a dependency problem.
1144              Subject: [PATCH: 6640] VMS Makefile.SH update
1145              
1146              The numeric locale was reset to "C" by s?printf and never restored.
1147              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
1148              No test since adding the failing example to locale.t
1149              does not fail -- probably because the locale settings are so
1150              thoroughly tweaked by that time.  Running the example standalone
1151              does fail, though.  UPDATE: test case added at change #7540.
1152              
1153              Subject: [ID 20000324.040] minor fix to perlhpux.pod
1154              
1155              Update to CPAN 1.57.
1156              
1157              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
1158              
1159              Change the perlbug address to perl.org since it's more forgiving.
1160              
1161              Change the regx compilation error markers to use = instead of <
1162              since pod makes using the latter quite messy.  Reported in
1163              ID 20000814.006 by Abigail and in
1164              Subject: Unknown escape E<> ?
1165              
1166              Update to perldebtut 1.9, from Richard Foley.
1167              
1168              check that the number pseudo children doesn't exceed
1169              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
1170              the WaitForMultipleObjects() limit that would cause wait()
1171              to crash)
1172              wait() and waitpid() could potentially be rewritten to use
1173              more than one thread to do the waiting to eliminate this
1174              limitation
1175              
1176              change#6328 could make close(SOCKET) return false on windows
1177              when it shouldn't
1178              
1179              pod nit seen in passing
1180              
1181              on windows, the return values from wait() and waitpid() don't
1182              match those of pseudo-pids
1183              
1184              waitpid() now handles externally spawned pids correctly;
1185              fixes for backtick/wait/waitpid failures on Windows 9x
1186              these changes make the pid returned by process functions on
1187              Windows 9x always positive by clearing the high bit (which
1188              is always set on Win9x); pseudo-process PIDs are likewise
1189              always negative now on Win9x (just as on NT/2000)
1190              
1191              trailing new %ENV entries weren't being pushed into the real
1192              environment of subprocesses on Windows
1193              
1194              Tweak the regex compilation errors once more.
1195              
1196              avoid warnings from dense compiler
1197              
1198              add "ok" targets from change#6632 in makefile.mk
1199      Branch: maint-5.6/perl
1200            - lib/Pod/PlainText.pm vms/configure.com
1201           !> (integrate 66 files)
1202 ____________________________________________________________________________
1203 [  7886] By: jhi                                   on 2000/11/27  13:54:18
1204         Log: __FUNCTION__ isn't portable and trying to emulate it leads
1205              into practically spelling out the name of the function.
1206              Takes care of the bug 20001127.001.
1207      Branch: perl
1208            ! perlio.c
1209 ____________________________________________________________________________
1210 [  7885] By: gsar                                  on 2000/11/27  13:53:18
1211         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
1212              6610..6611 from mainline
1213              
1214              Make regular expression parse error messages easier to understand.
1215              Subject: Re: enhanced(?) regex error messages
1216              
1217              Tiny tidying on report_evil_fh().
1218              
1219              Subject: Re: enhanced(?) regex error messages 
1220              plus Capitalize the error messages, plus perldiag them.
1221              
1222              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
1223              
1224              Document here-doc better.
1225              
1226              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1227              
1228              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
1229              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
1230              (either perlbug or p5p ate the original), plus regen
1231              perlapi and perltoc. 
1232              
1233              Regen global.sym.
1234              
1235              Double check that we have a dirhandle.
1236              
1237              Subject: Re: enhanced(?) regex error messages
1238              (plus two small patches sent privately)
1239              (this still seems to leave few test failures)
1240              
1241              warn is a macro, avoid using at a variable to avoid warnings
1242              in some configurations; readdir.t is too conservative in
1243              estimating number of *.t's
1244              
1245              Get back into sync with Jeffrey on the enhanced regex warnings.
1246              
1247              Subject: [PATCH 5.6.0] cygwin port
1248              
1249              Zero entries were skipped, fix from Adrian Goalby
1250              <argoalby@yahoo.co.uk>
1251              
1252              Subject: Remove dead entry in perldiag
1253              
1254              Amend the description of Perl6.
1255              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
1256              
1257              detypo
1258              
1259              It's the 2ndO'ROSSC.
1260              
1261              Revert the sv.c part of #6559, a better fix is needed.
1262              
1263              Iterating perl6 description.
1264              
1265              Update to Term::ANSIColor 1.03, from Russ Allbery.
1266              
1267              Update to Getopt::Long 2.23_05, from Johan Vromans.
1268              
1269              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
1270              
1271              Update to Pod::Parser 1.17, from Brad Appleton.
1272              
1273              Update to CPAN 1.56, from Andreas König.
1274              
1275              Update to CGI 2.70, from Lincoln Stein.
1276              
1277              Put back the std @INC thing.
1278              
1279              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
1280              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
1281              
1282              Document the IO::Select timeout.
1283              
1284              sleep(1) does not necessarily return 1.
1285              Subject: [PATCH bleadperl] op/lex_assign.t  
1286              
1287              Subject: debugger "d" command doesnt check line number
1288              
1289              B::Deparse didn't do sub attributes.
1290              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1291              
1292              Preprocessing and postprocessing for File::Find.
1293              Subject: Patch to Find::File.pm to allow alphabetical results
1294              
1295              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
1296              
1297              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
1298              
1299              Subject: Re: [ID 20000730.003] utf8::length() bad
1300              
1301              Subject: Getting perlio and threads to compile
1302              (the Solaris version changes in Configure skipped)
1303              
1304              Tests for #6589.
1305              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1306              
1307              Add Perl debugging tutorial, regen toc. 
1308              Subject: perldebtut.pod
1309              
1310              Add a few missing files, update MANIFEST.
1311              
1312              Rewrite of vms/subconfigure.com as configure.com,
1313              from Peter Prymmer and the vmsperl crew.
1314              
1315              Should have deleted this in #6603.
1316              
1317              Fix the test for 5005threads.
1318              
1319              Fix-n-skip the tests under 5005threads.
1320              
1321              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
1322              
1323              Upgrade to CGI 2.71, from Lincoln Stein.
1324      Branch: maint-5.6/perl
1325           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
1326           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
1327           +> t/op/regmesg.t t/pod/find.t vms/configure.com
1328            - vms/subconfigure.com
1329            ! lib/lib.pm
1330           !> (integrate 115 files)
1331 ____________________________________________________________________________
1332 [  7884] By: jhi                                   on 2000/11/27  13:44:33
1333         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
1334              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1335              Date:     Mon, 27 Nov 2000 08:23:54 EST
1336              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
1337      Branch: perl
1338            ! vms/descrip_mms.template vms/test.com
1339 ____________________________________________________________________________
1340 [  7883] By: gsar                                  on 2000/11/27  11:50:46
1341         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
1342              6511..6513,6515..6523,6525..6536
1343              
1344              The swallow_bom() saga continues.  The #23 of require.t
1345              (UTF16-LE) still fails (silently, no output) but the #22
1346              (UTF16-BE) seems to be working now.  The root of the
1347              failure may be in sv_gets(): is it UTF-16LE-aware,
1348              especially when it comes to line endings? 
1349              
1350              Document the problem with -P in HP-UX and its workaround.
1351              
1352              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
1353              (aka ID 20000730.002)
1354              
1355              Subject: fix and question re: waitpid() under win32
1356              
1357              Make the safety catch for buggy gccs work with triple version
1358              numbers like 2.95.2.  Reported in
1359              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
1360              
1361              In Digital UNIX warn if gcc explicitly chosen because even
1362              2.95.2 is known to cause problems.
1363              
1364              Make chr() for values >127 to create utf8 when under utf8.
1365              
1366              various syntax errors and such (not fixed: comp/require.t#22 coredump
1367              on Windows)
1368              
1369              Stash away the largefiles flags and libswanted.
1370              
1371              BOM patching from Simon Cozens.
1372              
1373              If gccosandvers is equal to osname, clear gccosandvers.
1374              
1375              Make p4desc to skip non-mainperl branches by default.
1376              
1377              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
1378              
1379              The test from this
1380              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
1381              
1382              In new BSDs changes to argv[] do not show up in ps(1) output,
1383              instead one must use setproctitle().  This was already addressed
1384              by change #6457, but the below has a new variant for FreeBSD 4.0
1385              or later, and the matter is also documented more.
1386              
1387              FreeBSD 3.* updates from
1388              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
1389              
1390              regen_headers, regen perltoc.
1391              
1392              Document in one place the memory abstractions used in Perl core.
1393              
1394              memcpy has n o in it, as pinted ut by Sarathy.
1395              
1396              Remove the extraneous "main::" prefix from all the
1397              "opened only for", "on closed", and "never opened" warnings.
1398              
1399              The name of a filehandle does not have <these>.
1400              
1401              The tr utf8 patching continues.
1402              
1403              The new setproctitle() feature is available only in 
1404              bleeding edge FreeBSD.  From Paul Saab.
1405              
1406              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
1407              
1408              Dump UVs as UVs in Data::Dumper.
1409              
1410              detypo #6494
1411              
1412              Document the IVdf UVuf UVof UVxf.
1413              
1414              require.t needs binmode() to work on windows
1415              
1416              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1417              that are hopefully soon put into use.
1418              
1419              Allow "no Module;" even if there is no 'unimport'.
1420              
1421              Better skip message for the test; one of the two problems in
1422              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1423              
1424              The subtest 4 may fail also on VOBS, as pointed out
1425              by Nick Ing-Simmons in November 1999, bug id 19991124.003
1426              (but the failure in that bug report isn't the subtest 4).
1427              
1428              Be more informative on what is skipped and why,
1429              also repeat the list at the end.
1430              
1431              Add a URL for FSF.
1432              
1433              Subject: [PATCH] sv.h documentation - SvLEN
1434              
1435              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
1436              
1437              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
1438              
1439              Subject: [PATCH] bad cppsymbols on os2 + Configure question
1440              
1441              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
1442              
1443              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
1444              mention the idea of @( and @)
1445              
1446              This is 6512.  Really.
1447              
1448              Subject: [ID 19990721.004] Documentation bug in perlfunc
1449              
1450              Subject: Minor tweak to perlvar.pod
1451              
1452              In the warnings call filehandles consistently so;
1453              add "unopened" warning for stat().
1454              
1455              After the #6519 a warning about stat() is just that,
1456              not about a filetest, which now have their own warning.
1457              
1458              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
1459              
1460              Subject: Re: Array vs. List context
1461              
1462              Subject: New perlcc, take 2
1463              
1464              Weed buglets pointed out by
1465              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
1466              
1467              gcc versions might have (parentheses) in them.
1468              
1469              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
1470              
1471              Essential prototype changes were missing from #6527.
1472              Also make report_evil_fh() more bomb-proof.
1473              
1474              Zap lib/Sys directory when cleaning up.
1475              
1476              Change the Policy policy: now -Dprefix= with an existing
1477              Policy.sh and prefix == siteprefix == vendorprefix, then all
1478              of them follow along the new prefix.
1479              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
1480              
1481              Continue fixing the io warnings.  This also
1482              sort of fixes bug ID 20000802.003: the core dump
1483              is no more.  Whether the current behaviour is correct
1484              (giving a warning: "Not a format reference"), is another matter.
1485              
1486              Have symbols for the IoTYPEs.
1487              
1488              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
1489              
1490              Document a bit that UDP is not what you might think.
1491              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
1492              tr memory corruption fix from Simon Cozens.
1493              
1494              Plug the security hole described in the Aug 05 2000 bugtraq message
1495              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
1496              The security hole exists only in suidperls, which isn't
1497              installed or even built by default.
1498      Branch: maint-5.6/perl
1499           !> (integrate 71 files)
1500 ____________________________________________________________________________
1501 [  7882] By: gsar                                  on 2000/11/27  10:25:36
1502         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
1503              from mainline
1504              
1505              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
1506              to be fatal errors (instead of by default ignoring them, and
1507              ignoring with a bug: even though -w gave an error, the opening [
1508              was left in)  Reported in:
1509              
1510              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
1511              
1512              Subject: [PATCH] split /^/
1513              
1514              MacOS nits from Matthias Neeracher.
1515              
1516              More split() doc and test patches from Mike Guy.
1517              
1518              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
1519              from Graham Barr in the module list.
1520              
1521              docfix from Peter Scott <Peter@PSDT.com>.
1522              
1523              File::Temp patches for VMS and OS/2 from Tim Jenness.
1524              
1525              open() wariness in perlbug.
1526              
1527              Subject: [PATCH] minor doc change - perlguts
1528              
1529              Subject: Minor doc patch: handy.h
1530              
1531              Be wary of close()s, too.
1532              
1533              Further File::Temp patches from Yitzchak Scott-Thoennes
1534              and Craig A. Berry.
1535              
1536              Subject: [PATCH] fixes bug 20000508.004
1537              
1538              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
1539              
1540              Allow "no AutoLoader;", based on change #6444,
1541              suggested by Graham Barr.
1542              
1543              Use setproctitle() if available to modify $0.
1544              
1545              Warn if the version of the operating system used to compile gcc
1546              differs from the current version of the operating system.
1547              Also display the gcc compilation os and version in myconfig.
1548              Inspiration from
1549              
1550              Tiny fixes for #6460.
1551              
1552              The problem described in this
1553              Subject: [ID 20000322.018] named chars aren't magical enough
1554              has been fixed in perl 5.6.0 but just in case added a test
1555              to keep it away.  (The report from Joseph Hall.)
1556              
1557              Tune the comments and hopefully stop a memory leak.
1558              
1559              Subject: UTF8 concat
1560              (with a memory leak fixed, plus a few casts added)
1561              This also seems to help for
1562              Subject: [ID 20000716.015] join UTF8 weirdness
1563              
1564              Do not upgrade SVs into utf8 just because they participate
1565              in eq or cmp.  Reported and fix suggested in
1566              Subject: [ID 20000720.009] sv_eq UTF8 bug
1567              
1568              Fix the HALF_UPGRADE() macro introduced in #6263.
1569              
1570              Find green threads before native threads.
1571              Subject: Re: Patch to jpl/JNI/Makefile.PL
1572      Branch: maint-5.6/perl
1573           !> (integrate 30 files)
1574 ____________________________________________________________________________
1575 [  7881] By: jhi                                   on 2000/11/27  05:48:41
1576         Log: It seems that *both* the unused submatch loop cleanup
1577              codes are needed.
1578      Branch: perl
1579            ! regexec.c
1580 ____________________________________________________________________________
1581 [  7880] By: jhi                                   on 2000/11/27  04:50:07
1582         Log: Clean .exists deeper.
1583      Branch: perl
1584            ! Makefile.SH
1585 ____________________________________________________________________________
1586 [  7879] By: jhi                                   on 2000/11/27  02:31:35
1587         Log: The code in regcppop() (see #7878) contains the correct lower
1588              limit for the unused submatch 'cleanup' loop so that under
1589              "use utf8" the following code wouldn't dump core:
1590              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
1591              the cleanup loop in regtry() stomped beyond allocated area
1592              in the startp[] array.  Therefore, copied the correct lower
1593              loop limit (*PL_reglastparen) to regtry().  Note: something
1594              may still not be quite right: why was the _higher_ loop limit
1595              (prog->nparens) different in the utf8 case?
1596              
1597              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
1598              without core dumps, there were about 17 of them before
1599              the patch (with us since Perl 5.7.0).  Two failures, still:
1600              496 and 505 (though these may not be severe).
1601              
1602              Patch #7881 is also needed since both the cleanup loops
1603              seem to be needed.
1604              
1605              Also, the t/op/pat#44 seems to core dump under utf8.
1606              Plus a couple of failures.  UGH-8.
1607      Branch: perl
1608            ! regexec.c
1609 ____________________________________________________________________________
1610 [  7878] By: jhi                                   on 2000/11/27  02:21:17
1611         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
1612              the code in regcppop() seems to be redundant for the test suite --
1613              but it contains a germ of truth, and it needed for the build
1614              process itself: see #7879 and #7881.
1615      Branch: perl
1616            ! regexec.c
1617 ____________________________________________________________________________
1618 [  7877] By: jhi                                   on 2000/11/27  01:53:09
1619         Log: Comment on comment.
1620      Branch: perl
1621            ! regexec.c
1622 ____________________________________________________________________________
1623 [  7876] By: jhi                                   on 2000/11/27  00:49:59
1624         Log: Adjust the docs to agree with #7875.
1625      Branch: perl
1626            ! pod/perllocale.pod
1627 ____________________________________________________________________________
1628 [  7875] By: jhi                                   on 2000/11/27  00:49:27
1629         Log: Retract #7863.  It makes more sense not to taint formatted output,
1630              not even by sprintf().
1631      Branch: perl
1632            ! sv.c
1633 ____________________________________________________________________________
1634 [  7874] By: jhi                                   on 2000/11/26  23:36:02
1635         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
1636              Not really fixed (should really dump the UTF-8 charclass),
1637              but stopped displaying the garbage.
1638              
1639              Also add a note on the (missing) Unicode PSXSPC and BLANK.
1640      Branch: perl
1641            ! regcomp.c
1642 ____________________________________________________________________________
1643 [  7873] By: jhi                                   on 2000/11/26  21:31:13
1644         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
1645      Branch: perl
1646            ! regexec.c
1647 ____________________________________________________________________________
1648 [  7872] By: jhi                                   on 2000/11/26  21:06:04
1649         Log: No need to scan till infinity, 13 is enough.
1650      Branch: perl
1651            ! handy.h utf8.c
1652 ____________________________________________________________________________
1653 [  7871] By: jhi                                   on 2000/11/26  20:20:32
1654         Log: Test line numbers are different with utf8.
1655      Branch: perl
1656            ! t/op/re_tests
1657 ____________________________________________________________________________
1658 [  7870] By: jhi                                   on 2000/11/26  20:10:12
1659         Log: Message nit.
1660      Branch: perl
1661            ! regcomp.c
1662 ____________________________________________________________________________
1663 [  7869] By: jhi                                   on 2000/11/26  19:01:05
1664         Log: Make utf8_length() and utf8_distance() (the latter of which
1665              is unused at the moment) to be less forgiving about bad UTF-8.
1666      Branch: perl
1667            ! embed.h embed.pl objXSUB.h proto.h utf8.c
1668 ____________________________________________________________________________
1669 [  7868] By: jhi                                   on 2000/11/26  18:45:56
1670         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
1671              From: Benjamin Holzman <bah@ecnvantage.com>
1672              Date: Sat, 25 Nov 2000 20:40:20 -0500       
1673              Message-ID: <20001125204020.A25040@ecnvantage.com>              
1674              
1675              Debian allows installing /usr/bin/locale without installing
1676              any locales, an error message will ensue.
1677      Branch: perl
1678            ! t/pragma/locale.t
1679 ____________________________________________________________________________
1680 [  7867] By: jhi                                   on 2000/11/26  18:31:12
1681         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
1682              From: Benjamin Holzman <bah@ecnvantage.com>
1683              Date: Sun, 26 Nov 2000 02:42:34 -0500
1684              Message-ID: <20001126024234.G25040@ecnvantage.com>
1685              
1686              Patch for the bug 20000212.002.
1687      Branch: perl
1688            ! sv.c t/op/array.t
1689 ____________________________________________________________________________
1690 [  7866] By: jhi                                   on 2000/11/26  18:28:09
1691         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
1692              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1693              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
1694              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
1695              
1696              File::Temp 0.11.
1697      Branch: perl
1698            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
1699 ____________________________________________________________________________
1700 [  7865] By: jhi                                   on 2000/11/26  18:24:22
1701         Log: The metaconfig unit change for #7864.
1702      Branch: metaconfig/U/perl
1703            ! need_va_copy.U
1704 ____________________________________________________________________________
1705 [  7864] By: jhi                                   on 2000/11/26  18:23:41
1706         Log: Make the va_copy() test not to be so talkative.
1707      Branch: perl
1708            ! Configure config_h.SH
1709 ____________________________________________________________________________
1710 [  7863] By: jhi                                   on 2000/11/26  18:11:02
1711         Log: Fix locale inconsistencies unearthed by Hugo's work.
1712              Now the floating point sprintf really does taint the result
1713              string as perllocale promises (has promised for a long time)
1714              if "use locale" is in the lexical scope.
1715      Branch: perl
1716            ! sv.c t/pragma/locale.t
1717 ____________________________________________________________________________
1718 [  7862] By: jhi                                   on 2000/11/26  00:35:15
1719         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
1720              From: Nicholas Clark <nick@ccl4.org>
1721              Date: Sun, 26 Nov 2000 00:07:50 +0000
1722              Message-ID: <20001126000750.A22446@plum.flirble.org>
1723              
1724              Infinit.
1725      Branch: perl
1726            ! sv.c
1727 ____________________________________________________________________________
1728 [  7861] By: jhi                                   on 2000/11/26  00:01:26
1729         Log: Integrate perlio.
1730      Branch: perl
1731           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
1732 ____________________________________________________________________________
1733 [  7860] By: nick                                  on 2000/11/25  22:04:17
1734         Log: Correct relative path from new ext\Filter\Util\Call location
1735              back to miniperl.
1736      Branch: perlio
1737            ! win32/makefile.mk
1738 ____________________________________________________________________________
1739 [  7859] By: nick                                  on 2000/11/25  21:26:54
1740         Log: Integrate mainline.
1741      Branch: perlio
1742           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1743           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
1744           +> t/lib/filter-util.t
1745            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1746            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1747            - t/lib/filt-util.t
1748           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
1749           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
1750           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
1751           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
1752           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
1753           !> win32/makefile.mk
1754 ____________________________________________________________________________
1755 [  7858] By: gsar                                  on 2000/11/25  20:52:17
1756         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
1757              parent's memory; fix it by keeping track of the actual pad
1758              offset rather than a raw pointer (this change is probably also
1759              relevant to non-ithreads case to avoid fallout from reallocs of
1760              the pad array, but is currently only enabled for the ithreads
1761              case in the interests of minimal disruption to existing "well
1762              tested" code)
1763      Branch: perl
1764            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
1765            ! proto.h scope.c scope.h sv.c t/op/fork.t
1766 ____________________________________________________________________________
1767 [  7857] By: nick                                  on 2000/11/25  20:01:28
1768         Log: All tests pass on Win32/gcc/USE_PERLIO.
1769              - when crlf layer is pushed make unix-level binary.
1770              - remove :crlf injection in pp_backtick in pp_sys.c
1771              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
1772      Branch: perlio
1773            ! doio.c perlio.c pp_sys.c win32/makefile.mk
1774 ____________________________________________________________________________
1775 [  7856] By: jhi                                   on 2000/11/25  18:38:30
1776         Log: Update the metaconfig units for #7855.
1777      Branch: metaconfig/U/perl
1778            ! useperlio.U usesocks.U
1779 ____________________________________________________________________________
1780 [  7855] By: jhi                                   on 2000/11/25  18:37:54
1781         Log: Undo the SOCKS workarounds, instead start using PerlIO
1782              if SOCKS is selected.
1783              
1784              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
1785              From: Jens Hamisch <jens@Strawberry.COM>
1786              Date: Fri, 24 Nov 2000 18:31:30 +0100
1787              Message-ID: <20001124183130.E28337@Strawberry.COM>
1788              
1789              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
1790              From: Jens Hamisch <jens@Strawberry.COM>
1791              Date: Fri, 24 Nov 2000 19:11:51 +0100
1792              Message-ID: <20001124191151.A28753@Strawberry.COM>
1793      Branch: perl
1794            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
1795            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
1796 ____________________________________________________________________________
1797 [  7854] By: jhi                                   on 2000/11/25  17:39:08
1798         Log: Undo #7848.  Some of the code seems to use walkoptree(),
1799              some walkoptree_slow().  An unfinished renaming?
1800              Now the sub is walkoptree() (which is @EXPORT_OK),
1801              the walkoptree_slow() is a typeglob alias to walkoptree.
1802              This makes the tests to pass, at least.
1803      Branch: perl
1804            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
1805 ____________________________________________________________________________
1806 [  7853] By: nick                                  on 2000/11/24  22:24:33
1807         Log: Re-arrange crlf vs binary for platforms that care.
1808              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
1809              Lip-service to making stdio layer work on such platfroms (untested).
1810              Now fails 3 tests rather than one, checkin to see if I can debug 
1811              the issue under linux. (Do not merge.)
1812      Branch: perlio
1813            ! doio.c perlio.c perliol.h
1814 ____________________________________________________________________________
1815 [  7852] By: jhi                                   on 2000/11/24  18:57:39
1816         Log: AUTHORS edits.
1817      Branch: perl
1818            ! AUTHORS
1819 ____________________________________________________________________________
1820 [  7851] By: jhi                                   on 2000/11/24  17:34:56
1821         Log: Add Jan-Erik Karlsson.
1822      Branch: perl
1823            ! AUTHORS
1824 ____________________________________________________________________________
1825 [  7850] By: jhi                                   on 2000/11/24  17:27:56
1826         Log: Configure should find stdchar on its own.
1827      Branch: perl
1828            ! hints/solaris_2.sh
1829 ____________________________________________________________________________
1830 [  7849] By: jhi                                   on 2000/11/24  17:24:55
1831         Log: Subject: PATCH over 7848: Filter test flawed
1832              From: andreas.koenig@anima.de (Andreas J. Koenig)
1833              Date: 24 Nov 2000 10:28:29 +0100
1834              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
1835      Branch: perl
1836            ! t/lib/filter-util.t
1837 ____________________________________________________________________________
1838 [  7848] By: jhi                                   on 2000/11/24  17:22:15
1839         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
1840              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
1841              Date: Fri, 24 Nov 2000 16:12:58 +0000
1842              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
1843      Branch: perl
1844            ! ext/B/B.pm
1845 ____________________________________________________________________________
1846 [  7847] By: jhi                                   on 2000/11/24  03:07:01
1847         Log: Integrate perlio.
1848      Branch: perl
1849           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
1850           !> win32/makefile.mk
1851 ____________________________________________________________________________
1852 [  7846] By: gsar                                  on 2000/11/24  00:55:57
1853         Log: integrate changes#6415..6418,6420..6438 from mainline
1854              
1855              Fix the bitvector ops for utf8 (tricky since past 7 bits
1856              the utf8 'characters' can be more than one octet).
1857              
1858              MPE/ix updates for perl 5.6.0 from Mark Bixby.
1859              
1860              Subject: SDBM_File documentation
1861              
1862              Detypo.
1863              
1864              Decutandpasto.
1865              
1866              Send all installperl messages to STDERR and be -w clean.
1867              
1868              Out-of-date note removed.
1869              
1870              Protect against "wild next"s, that is, callbacks doing "next"
1871              instead of "return".
1872              
1873              Use STDOUT consistently.
1874              
1875              The output might have been produced in the wrong order.
1876              
1877              A missing 'break' after the [[:space:]] switch case.
1878              
1879              Add tests for
1880              [ID 19991110.003] another matching finding by pcre author
1881              which has already been fixed by some patch, as verified in
1882              
1883              Documentation to explain the behaviour of map().
1884              
1885              Add an optimization for map-maps-a-list-element-to-more-list-elements
1886              case, but add also notes explaining the relationship of this
1887              patch and the earlier notes by Sarathy.
1888              
1889              Subject: [ID 20000716.023] syslog test fails without sockets
1890              
1891              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
1892              Test cases for #6431.
1893              
1894              File::Spec::VMS fixup for tmpdir from Craig Berry.
1895              
1896              Make the "uninit variable" warning to say "concat or string"
1897              or "join or string" when in concat or join .
1898              
1899              Get UTF16 BOMs working.  Patch from
1900              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
1901              
1902              Subject: [PATCH] Make large file tests deal with SIGXFSZ
1903              
1904              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
1905              
1906              Subject: [PATCH] av.c apidoc
1907      Branch: maint-5.6/perl
1908           !> (integrate 43 files)
1909 ____________________________________________________________________________
1910 [  7845] By: gsar                                  on 2000/11/24  00:20:45
1911         Log: integrate changes#6406..6414 from mainline
1912              
1913              Merge perlhacktut into perlhack, update perlguts.
1914              
1915              Fix AutoSplit to use File::Spec the right way in VMS,
1916              from Peter Prymmer.
1917              
1918              The bug report
1919              [ID 19991110.002] minimal matching discrepancy found by pcre author
1920              seems to have been fixed (though differently from what was suggested
1921              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
1922              
1923              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
1924              not in pod, from Peter Prymmer
1925              
1926              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
1927              From: Hugo <hv@crypt.compulink.co.uk>
1928              Date: Fri, 14 Jul 2000 23:05:20 +0100
1929              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
1930              
1931              Didn't anymore apply, but that point still could use another fix.
1932              
1933              lib/b test fixes from Peter Prymmer.
1934              
1935              More docs for sv functions.
1936              
1937              perlvms.pod whitespace cleanup to keep pod utils happy.
1938              
1939              another VMS build tweak from Peter Prymmer
1940      Branch: maint-5.6/perl
1941           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
1942           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
1943           !> vms/descrip_mms.template vms/perlvms.pod
1944 ____________________________________________________________________________
1945 [  7844] By: nick                                  on 2000/11/23  23:42:45
1946         Log: Win32/perlio Now just fails one io/argv.t test - lack 
1947              of default :crlf on standard streams.
1948      Branch: perlio
1949            ! doio.c perlio.c
1950 ____________________________________________________________________________
1951 [  7843] By: nick                                  on 2000/11/23  23:04:05
1952         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
1953              peek fail is showing a real problem (multiple crlf layers
1954              are getting pushed.)
1955      Branch: perlio
1956            ! doio.c perlio.c win32/makefile.mk
1957 ____________________________________________________________________________
1958 [  7842] By: nick                                  on 2000/11/23  19:46:23
1959         Log: Implement PerlIO_binmode()
1960              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
1961              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
1962              make binmode in t/lib/io_tell.t unconditional so that works.
1963              Checkin just so Win32 machine can see these changes.
1964      Branch: perlio
1965            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
1966 ____________________________________________________________________________
1967 [  7841] By: jhi                                   on 2000/11/23  19:30:00
1968         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
1969      Branch: perl
1970            ! README.amiga
1971 ____________________________________________________________________________
1972 [  7840] By: jhi                                   on 2000/11/23  17:18:02
1973         Log: SOCKS wrestling continues, patches from Jens Hamisch.
1974      Branch: perl
1975            ! doio.c embed.h embed.pl perlsdio.h proto.h
1976 ____________________________________________________________________________
1977 [  7839] By: jhi                                   on 2000/11/23  16:54:14
1978         Log: Push Filter::Util::Call one level deeper.
1979      Branch: perl
1980            + t/lib/filter-util.t
1981           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1982           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
1983            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1984            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1985            - t/lib/filt-util.t
1986            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
1987            ! win32/Makefile win32/makefile.mk
1988 ____________________________________________________________________________
1989 [  7838] By: jhi                                   on 2000/11/23  16:52:40
1990         Log: Reach back one higher up when searching for PERL_SRC.
1991      Branch: perl
1992            ! lib/ExtUtils/MM_Unix.pm
1993 ____________________________________________________________________________
1994 [  7837] By: jhi                                   on 2000/11/23  16:05:41
1995         Log: Subject: Re: perl@7826
1996              Date: Thu, 23 Nov 2000 02:20:25 -0600
1997              From: "Craig A. Berry" <craigberry@mac.com>
1998              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
1999              
2000              Make VMS to like Filter::Util::Call. 
2001      Branch: perl
2002            ! configure.com ext/Filter/Util/Makefile.PL
2003 ____________________________________________________________________________
2004 [  7836] By: nick                                  on 2000/11/23  16:04:08
2005         Log: Implement crlf layer - not ready for merge.
2006      Branch: perlio
2007            ! perlio.c win32/makefile.mk
2008 ____________________________________________________________________________
2009 [  7835] By: jhi                                   on 2000/11/23  15:56:52
2010         Log: STDCHAR is different in Sparc v9 vs x86.
2011      Branch: perl
2012            ! hints/solaris_2.sh
2013 ____________________________________________________________________________
2014 [  7834] By: jhi                                   on 2000/11/23  15:50:47
2015         Log: The type needs to be visible to protos.
2016      Branch: perl
2017            ! perl.h
2018 ____________________________________________________________________________
2019 [  7833] By: jhi                                   on 2000/11/23  15:40:46
2020         Log: Finish unfinished SOCKS workaround changes.
2021      Branch: perl
2022            ! doio.c
2023 ____________________________________________________________________________
2024 [  7832] By: jhi                                   on 2000/11/23  15:33:30
2025         Log: Integrate perlio.
2026      Branch: perl
2027           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2028           !> win32/makefile.mk
2029 ____________________________________________________________________________
2030 [  7831] By: nick                                  on 2000/11/23  10:31:07
2031         Log: Correct makefile.mk dependancies for ext/Filter/Util
2032              Build ext/Encode
2033              Run dmake regen_config_h
2034      Branch: perlio
2035            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2036            ! win32/makefile.mk
2037 ____________________________________________________________________________
2038 [  7830] By: nick                                  on 2000/11/23  08:05:07
2039         Log: Integrate mainline
2040      Branch: perlio
2041           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2042           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
2043           +> t/lib/filt-util.pl t/lib/filt-util.t
2044           !> (integrate 41 files)
2045 ____________________________________________________________________________
2046 [  7829] By: gsar                                  on 2000/11/23  03:07:11
2047         Log: build the Filter extension on windows
2048      Branch: perl
2049            ! win32/Makefile win32/makefile.mk
2050 ____________________________________________________________________________
2051 [  7828] By: gsar                                  on 2000/11/23  02:46:35
2052         Log: regenerate win32/config* and fix some inconsistencies in the
2053              makefiles; always export Perl_deb() because it is needed
2054              by ext/re/* (whether perl itself is built with -DDEBUGGING
2055              or not)
2056      Branch: perl
2057            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
2058            ! win32/config_H.vc win32/makefile.mk
2059 ____________________________________________________________________________
2060 [  7827] By: gsar                                  on 2000/11/23  02:18:38
2061         Log: get sources building on windows+MSVC again (untested with other
2062              compilers)
2063      Branch: perl
2064            ! win32/include/sys/socket.h win32/perllib.c
2065 ____________________________________________________________________________
2066 [  7826] By: jhi                                   on 2000/11/23  01:18:26
2067         Log: Update Changes.
2068      Branch: perl
2069            ! Changes patchlevel.h
2070 ____________________________________________________________________________
2071 [  7825] By: jhi                                   on 2000/11/23  00:20:41
2072         Log: Subject: Re: av.c patch (having slight problems)
2073              From: "Ben Tilly" <ben_tilly@hotmail.com>
2074              Date: Tue, 21 Nov 2000 23:29:31 -0500
2075              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
2076              
2077              unshift() speedup.
2078      Branch: perl
2079            ! av.c
2080 ____________________________________________________________________________
2081 [  7824] By: jhi                                   on 2000/11/22  23:59:15
2082         Log: Fixes for signedness warnings noticed by VMSperlers.
2083      Branch: perl
2084            ! ext/Storable/Storable.xs regcomp.c sv.c
2085 ____________________________________________________________________________
2086 [  7823] By: jhi                                   on 2000/11/22  23:19:31
2087         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
2088              From: Peter Prymmer <pvhp@forte.com>
2089              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
2090              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
2091      Branch: perl
2092            ! t/pragma/warn/pp_hot
2093 ____________________________________________________________________________
2094 [  7822] By: jhi                                   on 2000/11/22  22:52:20
2095         Log: Be clean.
2096      Branch: perl
2097            ! Makefile.SH
2098 ____________________________________________________________________________
2099 [  7821] By: jhi                                   on 2000/11/22  22:46:39
2100         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
2101              by Damian Conway, as suggested by Paul Marquess.
2102      Branch: perl
2103            + lib/Filter/Simple.pm
2104 ____________________________________________________________________________
2105 [  7820] By: jhi                                   on 2000/11/22  22:45:51
2106         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
2107      Branch: perl
2108            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2109            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2110            + t/lib/filt-util.t
2111            ! MANIFEST
2112 ____________________________________________________________________________
2113 [  7819] By: jhi                                   on 2000/11/22  22:03:27
2114         Log: Integrate perlio.
2115      Branch: perl
2116           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2117           !> win32/makefile.mk
2118 ____________________________________________________________________________
2119 [  7818] By: jhi                                   on 2000/11/22  21:56:02
2120         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
2121      Branch: perl
2122            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
2123            ! t/lib/io_sock.t
2124 ____________________________________________________________________________
2125 [  7817] By: jhi                                   on 2000/11/22  21:39:49
2126         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
2127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2128              Date: Wed, 22 Nov 2000 16:08:12 -0500
2129              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
2130      Branch: perl
2131            ! lib/ExtUtils/Liblist.pm
2132 ____________________________________________________________________________
2133 [  7816] By: jhi                                   on 2000/11/22  21:38:25
2134         Log: Go ahead and #include <unistd.h> in perl.h.
2135      Branch: perl
2136            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
2137            ! util.c
2138 ____________________________________________________________________________
2139 [  7815] By: jhi                                   on 2000/11/22  21:22:52
2140         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
2141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2142              Date: Mon, 20 Nov 2000 18:30:52 -0500
2143              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
2144      Branch: perl
2145            ! pod/perlre.pod regcomp.c t/op/re_tests
2146 ____________________________________________________________________________
2147 [  7814] By: jhi                                   on 2000/11/22  21:21:46
2148         Log: Subject: [PATCH 5.7.0] Liblist finally works
2149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2150              Date: Tue, 21 Nov 2000 22:02:17 -0500
2151              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
2152      Branch: perl
2153            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
2154            ! lib/ExtUtils/MakeMaker.pm
2155 ____________________________________________________________________________
2156 [  7813] By: jhi                                   on 2000/11/22  21:20:23
2157         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
2158              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2159              Date: Wed, 22 Nov 2000 17:53:15 +0100
2160              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
2161              
2162              AIX dynaloader and perlio patch.
2163      Branch: perl
2164            ! ext/DynaLoader/dl_aix.xs
2165 ____________________________________________________________________________
2166 [  7812] By: jhi                                   on 2000/11/22  21:17:52
2167         Log: (Accidentally empty patch.)
2168      Branch: perl
2169            ! av.c
2170 ____________________________________________________________________________
2171 [  7811] By: jhi                                   on 2000/11/22  21:16:31
2172         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
2173              From: Peter Prymmer <pvhp@forte.com>
2174              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
2175              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
2176      Branch: perl
2177            ! vms/test.com
2178 ____________________________________________________________________________
2179 [  7810] By: jhi                                   on 2000/11/22  21:15:36
2180         Log: Subject: Re: perl@7777 
2181              From: "John P. Linderman" <jpl@research.att.com>
2182              Date: Wed, 22 Nov 2000 13:11:11 -0500
2183              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
2184              
2185              Detypoing.
2186      Branch: perl
2187            ! lib/CPAN.pm
2188 ____________________________________________________________________________
2189 [  7809] By: jhi                                   on 2000/11/22  21:14:19
2190         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
2191              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2192              Date:     Wed, 22 Nov 2000 13:51:37 EST
2193              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
2194      Branch: perl
2195            ! perlsdio.h
2196 ____________________________________________________________________________
2197 [  7808] By: jhi                                   on 2000/11/22  21:13:27
2198         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
2199              From: Casey Tweten <crt@kiski.net>
2200              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
2201              Message-Id: <200011201653.LAA10194@home.kiski.net>
2202      Branch: perl
2203            ! t/lib/io_udp.t
2204 ____________________________________________________________________________
2205 [  7807] By: jhi                                   on 2000/11/22  21:12:35
2206         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
2207              From: Casey Tweten <crt@kiski.net>
2208              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
2209              Message-Id: <200011201636.LAA07227@home.kiski.net>
2210      Branch: perl
2211            ! t/lib/io_sock.t
2212 ____________________________________________________________________________
2213 [  7806] By: jhi                                   on 2000/11/22  21:10:59
2214         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
2215              From: "Casey R. Tweten" <crt@kiski.net>
2216              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
2217              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
2218      Branch: perl
2219            ! utils/h2xs.PL
2220 ____________________________________________________________________________
2221 [  7805] By: nick                                  on 2000/11/22  21:05:06
2222         Log: Integrate mainline
2223      Branch: perlio
2224           !> Changes Porting/genlog ext/DB_File/DB_File.xs
2225           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
2226           !> utils/perlbug.PL
2227 ____________________________________________________________________________
2228 [  7804] By: jhi                                   on 2000/11/22  21:01:12
2229         Log: Subject: [PATCH] Test.pm POD peculiarity
2230              From: "Casey R. Tweten" <crt@kiski.net>
2231              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
2232              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
2233      Branch: perl
2234            ! lib/Test.pm
2235 ____________________________________________________________________________
2236 [  7803] By: jhi                                   on 2000/11/22  20:59:59
2237         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
2238              From: "Philip Newton" <pnewton@gmx.de>
2239              Date: Wed, 22 Nov 2000 14:25:53 +0100
2240              Message-Id: <3A1BD771.25462.1939FAD@localhost>
2241              
2242              Be case-understanding also on 's', and use the -oi of sendmail
2243              not to terminate the transmission on a lone '.'.
2244      Branch: perl
2245            ! utils/perlbug.PL
2246 ____________________________________________________________________________
2247 [  7802] By: nick                                  on 2000/11/22  20:51:42
2248         Log: Win32 PerlIO intermediate state now working as expected.
2249              - In current state we are still using C runtime in text/binary
2250              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
2251              - PERLIO=stdio and PERLIO=unix pass all expected tests.
2252              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
2253              and PerlIO_seek() and the dummy crlf layer is not making adjustments
2254              for CRLF translation happening in C runtime. All other tests pass.
2255              
2256              Added note to README.win32 to point out the snags of doing a perl build
2257              with Norton AntiVirus turned on.
2258              
2259              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
2260              which file a fail comes from.
2261              
2262              Updated "canned" config.h to match the one generated.
2263      Branch: perlio
2264            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2265            ! win32/makefile.mk
2266 ____________________________________________________________________________
2267 [  7801] By: jhi                                   on 2000/11/22  06:50:20
2268         Log: Nickety nits.
2269      Branch: perl
2270            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2271 ____________________________________________________________________________
2272 [  7800] By: jhi                                   on 2000/11/22  01:29:55
2273         Log: Changes had accidentally gone too silent on non-main branches.
2274      Branch: perl
2275            ! Changes Porting/genlog patchlevel.h
2276 ____________________________________________________________________________
2277 [  7799] By: gsar                                  on 2000/11/22  01:02:56
2278         Log: some lib_pm.PL changes snuck in via change#7772
2279      Branch: maint-5.6/perl
2280            ! Makefile.SH
2281 ____________________________________________________________________________
2282 [  7798] By: nick                                  on 2000/11/21  21:59:40
2283         Log: Integrate mainline
2284      Branch: perlio
2285           !> (integrate 28 files)
2286 ____________________________________________________________________________
2287 [  7797] By: jhi                                   on 2000/11/21  21:01:45
2288         Log: Integrate perlio.
2289      Branch: perl
2290           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
2291 ____________________________________________________________________________
2292 [  7796] By: nick                                  on 2000/11/21  20:36:22
2293         Log: Win32 builds and runs (mostly) with USE_PERLIO.
2294              PERLIO=perlio passes all tests. 
2295              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
2296      Branch: perlio
2297            ! perlio.c win32/perllib.c win32/win32.c
2298 ____________________________________________________________________________
2299 [  7795] By: jhi                                   on 2000/11/21  19:03:44
2300         Log: Update Changes.
2301      Branch: perl
2302            ! Changes patchlevel.h
2303 ____________________________________________________________________________
2304 [  7794] By: jhi                                   on 2000/11/21  18:56:34
2305         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
2306              From: "Craig A. Berry" <craigberry@mac.com>
2307              Date: Mon, 20 Nov 2000 20:27:06 -0600
2308              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
2309              
2310              A cut-and-pasto.
2311      Branch: perl
2312            ! perlio.h
2313 ____________________________________________________________________________
2314 [  7793] By: jhi                                   on 2000/11/21  18:54:41
2315         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
2316              From: Dominic Dunlop <domo@computer.org> 
2317              Date: Mon, 20 Nov 2000 18:55:29 +0100
2318              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
2319              
2320              va_copy() and the need of it.
2321              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
2322      Branch: metaconfig/U/perl
2323            + need_va_copy.U
2324      Branch: perl
2325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2326            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
2327            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
2328            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2329            ! win32/config.bc win32/config.gc win32/config.vc
2330 ____________________________________________________________________________
2331 [  7792] By: jhi                                   on 2000/11/21  17:04:10
2332         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
2333      Branch: perl
2334           !> scope.h
2335 ____________________________________________________________________________
2336 [  7791] By: jhi                                   on 2000/11/21  17:01:16
2337         Log: Export the SOCKS workaround symbols only if necessary.
2338      Branch: perl
2339            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
2340 ____________________________________________________________________________
2341 [  7790] By: nick                                  on 2000/11/20  23:57:11
2342         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
2343      Branch: perlio
2344            ! scope.h
2345 ____________________________________________________________________________
2346 [  7789] By: nick                                  on 2000/11/20  23:38:33
2347         Log: Integrate mainline
2348      Branch: perlio
2349           +> lib/File/Spec/Epoc.pm
2350           !> (integrate 34 files)
2351 ____________________________________________________________________________
2352 [  7788] By: nick                                  on 2000/11/20  23:20:18
2353         Log: Make extra buffer layer work (dummy crlf layer)
2354      Branch: perlio
2355            ! doio.c perlio.c perlio.h
2356 ____________________________________________________________________________
2357 [  7787] By: jhi                                   on 2000/11/20  22:44:04
2358         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
2359              From: Peter Prymmer <pvhp@forte.com>
2360              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
2361              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
2362      Branch: perl
2363            ! t/pragma/locale.t
2364 ____________________________________________________________________________
2365 [  7786] By: jhi                                   on 2000/11/20  22:29:10
2366         Log: Subject: DOC PATCH 5.6.0 perlreftut
2367              From: mjd@plover.com
2368              Date: 20 Nov 2000 19:45:06 -0000
2369              Message-ID: <20001120194506.9505.qmail@plover.com>
2370      Branch: perl
2371            ! pod/perlreftut.pod
2372 ____________________________________________________________________________
2373 [  7785] By: jhi                                   on 2000/11/20  22:27:44
2374         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
2375              From: David Dyck <dcd@tc.fluke.com>
2376              Date: Mon, 20 Nov 2000 11:43:40 -0800
2377              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
2378      Branch: perl
2379            ! lib/Cwd.pm
2380 ____________________________________________________________________________
2381 [  7784] By: jhi                                   on 2000/11/20  22:23:21
2382         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
2383              Date: Mon, 20 Nov 2000 17:06:10 -0500
2384              To: Mailing list Perl5 <perl5-porters@perl.org>
2385              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
2386      Branch: perl
2387            ! pp_ctl.c t/op/pat.t
2388 ____________________________________________________________________________
2389 [  7783] By: jhi                                   on 2000/11/20  22:11:18
2390         Log: Subject: [PATCH] doop.c - UTF8 tr///               
2391              From: Simon Cozens <simon@cozens.net>
2392              Date: Sat, 18 Nov 2000 18:49:30 +0000
2393              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
2394              
2395              Subject: Re: [PATCH] doop.c - UTF8 tr///           
2396              From: Simon Cozens <simon@cozens.net>
2397              Date: Mon, 20 Nov 2000 20:45:22 +0000
2398              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
2399              
2400              Make tr on UTF-8 better but still not correct.
2401      Branch: perl
2402            ! doop.c
2403 ____________________________________________________________________________
2404 [  7782] By: jhi                                   on 2000/11/20  22:02:16
2405         Log: Remove the shared object before attempting to create
2406              (by linking) a new one.  E.g. in AIX not removing
2407              becomes quite painful if one tries to do more than one
2408              build in the same tree (an interrupted build, for example),
2409              since the AIX' shared dynaloader seemingly keeps the shared
2410              objects open and therefore 'busy' for quite a while, even when
2411              nobody is using the objects, leading into link failures.
2412      Branch: perl
2413            ! lib/ExtUtils/MM_Unix.pm
2414 ____________________________________________________________________________
2415 [  7781] By: gsar                                  on 2000/11/20  19:02:55
2416         Log: type mismatch due to faulty integration
2417      Branch: maint-5.6/perl
2418            ! toke.c win32/Makefile
2419 ____________________________________________________________________________
2420 [  7780] By: gsar                                  on 2000/11/20  17:31:55
2421         Log: integrate changes#6392,6394..6399,6401..6404
2422              
2423              The {multiplier} of a fixed substring was overlooked which
2424              caused a wrong initial search offset for that substring.
2425              
2426              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2427              From: Hugo <hv@crypt.compulink.co.uk>
2428              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2429              Date: Thu, 13 Jul 2000 19:27:13 +0100
2430              
2431              Fix the BOM bug: not a byteorder bug, a signedness bug.
2432              
2433              Replace change #6337 with a better one.
2434              
2435              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2436              From: Hugo <hv@crypt.compulink.co.uk>
2437              Date: Fri, 14 Jul 2000 04:16:20 +0100
2438              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2439              
2440              MakeMaker should not remove editor backups (*~) on `make clean`
2441              by default (completes change#6383)
2442              
2443              move new variables to the end of the interpreter structure (for
2444              bincompat in code that doesn't #include XSUB.h)
2445              
2446              rename totally bletcherous SvLOCK() thingy (doesn't do what the
2447              name suggests anyway)
2448              
2449              various cleanups (typos, misformatted code, and small bugs)
2450              
2451              typecasts needed for change#6394
2452              
2453              typos in change#6399, regen headers
2454              
2455              inconsistent types needs casts
2456              
2457              PERL_OBJECT build tweaks
2458      Branch: maint-5.6/perl
2459           !> MANIFEST doop.c embed.h embed.pl embedvar.h
2460           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
2461           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
2462           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
2463           !> toke.c util.c
2464 ____________________________________________________________________________
2465 [  7779] By: gsar                                  on 2000/11/20  17:06:29
2466         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
2467              
2468              Cosmetics and perldelta.
2469              
2470              Fix nits noticed by Boston.pm.
2471              
2472              Do the cc sanity check both before the hints and
2473              after the cc selction.
2474              
2475              get sprintf.t to adjust properly for 3-digit exponents
2476              
2477              don't clobber *.orig files on *clean targets
2478              
2479              fix bugs in processing %v-*d and similar format specs (from
2480              Avi Finkel <avi@finkel.org>)
2481              
2482              sprintf test tweaks (from Dominic Dunlop)
2483              
2484              new selfloader.t in change#6183 doesn't close DATA handles,
2485              and thus fails to clean up tmp files on dosish platforms
2486              
2487              typos (spotted by Peter Prymmer)
2488              
2489              typo fix from Craig Berry
2490      Branch: maint-5.6/perl
2491           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
2492           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
2493           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
2494           !> x2p/Makefile.SH
2495 ____________________________________________________________________________
2496 [  7778] By: gsar                                  on 2000/11/20  16:46:51
2497         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
2498              
2499              Subject: Re: format bug report  [Patch]
2500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2501              Date: Wed, 05 Jul 2000 13:12:52 +0200
2502              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
2503              
2504              Subject: Re: format bug report  [Patch]
2505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2506              Date: Wed, 05 Jul 2000 14:10:01 +0200
2507              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
2508              
2509              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
2510              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2511              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
2512              Date: Fri, 07 Jul 2000 17:57:16 +0100
2513              
2514              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
2515              To: perl5-porters@perl.org
2516              From: Karsten Sperling <spiff@phreax.net>
2517              Date: Mon, 10 Jul 2000 15:12:52 +0200
2518              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
2519              
2520              README.posix-bc podified from Thomas Dorner.
2521              
2522              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
2523              From: Dominic Dunlop <domo@computer.org>
2524              Date: Tue, 11 Jul 2000 12:27:33 +0200
2525              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
2526              
2527              Typo in #6341.
2528              
2529              Fix for
2530              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
2531              From: Roderick Schertler <roderick@argon.org>
2532              Date: Tue, 11 Jul 2000 13:55:05 -0400
2533              Message-Id: <200007111755.NAA05077@jones.argon.org>
2534              
2535              Minor cleanups on the booklist.
2536              
2537              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2538              regen perltoc.
2539              
2540              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
2541      Branch: maint-5.6/perl
2542           +> pod/perlbook.pod
2543           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
2544           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
2545           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
2546 ____________________________________________________________________________
2547 [  7777] By: jhi                                   on 2000/11/20  16:08:49
2548         Log: Update Changes.
2549      Branch: perl
2550            ! Changes patchlevel.h
2551 ____________________________________________________________________________
2552 [  7776] By: jhi                                   on 2000/11/20  15:27:56
2553         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
2554              This may be overly harsh but until proven otherwise, we think this
2555              way, or until we have a simple test for Configure (having to start
2556              up servers is does not count as simple) to check for the problems.
2557      Branch: perl
2558            ! perl.h
2559 ____________________________________________________________________________
2560 [  7775] By: jhi                                   on 2000/11/20  15:22:17
2561         Log: Solaris hints tweaks.
2562      Branch: perl
2563            ! hints/solaris_2.sh
2564 ____________________________________________________________________________
2565 [  7774] By: jhi                                   on 2000/11/20  15:01:20
2566         Log: Add a workaround to SOCKS 64-bit problems.
2567      Branch: perl
2568            ! doio.c embed.h embed.pl perlsdio.h proto.h
2569 ____________________________________________________________________________
2570 [  7773] By: jhi                                   on 2000/11/20  14:51:47
2571         Log: sysseek() instead of seek().
2572      Branch: perl
2573            ! t/lib/syslfs.t
2574 ____________________________________________________________________________
2575 [  7772] By: gsar                                  on 2000/11/20  13:06:23
2576         Log: integrate changes#6315..6319,6321..6331,6333..6338
2577              
2578              Integrate with Sarathy, preliminary fix for unicos
2579              alignment problems in [ID 20000612.002] Perl problem on Cray system.
2580              
2581              some debugger output does not go to the socket when RemotePort is set
2582              
2583              winsock cleanup never done on Windows (leads to handle leaks)
2584              
2585              fix UNC path handling on Windows under ithreads, and chdir()
2586              return value when given a non-existent directory
2587              
2588              Autogenerate pod/Makefile and pod/buildtoc.
2589              buildtoc also checks whether the existin pods are
2590              mentioned in MANIFEST and perl.pod, and vice versa.
2591              (None of the thusly found discrepancies fixed yet.)
2592              roffitall also needs to be autogenerated similarly but it
2593              seems so badly out of date that I didn't touch it yet.
2594              
2595              Config is being used.
2596              
2597              Add =head1 NAMEs so that buildtoc is happy.
2598              (The CGI::Util nit reported to Lincoln.)
2599              
2600              Fix complaints of buildtoc.
2601              
2602              Fix the alignment problem in Crays ([ID 20000612.002]).
2603              
2604              Remove perlbook, update perlfaq book listing,
2605              rearrange perl.pod, regenerate perltoc.
2606              
2607              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
2608              was cast to an unsigned (32-bit) integer with wild abandon.
2609              
2610              winsock options weren't being set in all threads under ithreads
2611              (caused send()s from second and subsequent threads to fail)
2612              
2613              accept() leaks memory on windows due to incorrect ordering of
2614              closesocket() and fclose() calls
2615              
2616              Reorder perl.pod once more.
2617              
2618              More POSIX.pod tweaks.
2619              
2620              Sprinkle ldlibpath.
2621              
2622              Precedence goof, fix based on
2623              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
2624              From: Hugo <hv@crypt.compulink.co.uk>
2625              Date: Tue, 11 Jul 2000 12:52:38 +0100
2626              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
2627              
2628              Subject: PATCH perlguts.pod: Document D and d magic types
2629              From: mjd@plover.com
2630              Date: 5 Jul 2000 18:01:51 -0000
2631              Message-ID: <20000705180151.29413.qmail@plover.com>
2632              
2633              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
2634              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
2635              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
2636              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
2637              
2638              Subject: [PATCH cfgperl] $& segfaults if you trick it
2639              From: simon@brecon.co.uk (Simon Cozens)
2640              Date: 7 Jul 2000 11:26:09 GMT
2641              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
2642              
2643              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2644              From: Hugo <hv@crypt.compulink.co.uk>
2645              Date: Tue, 11 Jul 2000 12:44:50 +0100
2646              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
2647              
2648              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
2649              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2650              Date: Tue, 11 Jul 2000 13:50:51 +0100
2651              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
2652      Branch: maint-5.6/perl
2653           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
2654           +> pod/buildtoc.PL
2655            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
2656           !> (integrate 26 files)
2657 ____________________________________________________________________________
2658 [  7771] By: gsar                                  on 2000/11/20  12:31:42
2659         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
2660              6310,6311,6314
2661              
2662              Subject: [PATCH bleedperl] File::Spec 0.82 beta
2663              From: Barrie Slaymaker <barries@jester.slaysys.com>
2664              Date: Wed, 28 Jun 2000 11:35:29 -0400
2665              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
2666              
2667              tweak perlembed for multiplicity/usethreads sanity; correct notes
2668              about Windows
2669              
2670              localize %INC in a Safe compartment so that use/require work
2671              (many other magic globals probably need similar treatment)
2672              
2673              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2674              when @_ is modified, causing coredumps
2675              
2676              slurp mode fix in change#4736 still not quite right
2677              
2678              Point to perlipc for more SysV IPC examples.
2679              
2680              Elaborate POSIX.pod.  Still needs work.
2681              
2682              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
2683              
2684              fix large memory leak that has been around for ever, masked by
2685              -DPURIFY (most of the arenas were never freed!)
2686              
2687              fix memory leak on Windows (PL_sys_intern contents were never
2688              freed)
2689              
2690              PERL_OBJECT build tweak
2691              
2692              adjust change#6299
2693              
2694              remove rel2abs prototypes (from Barrie Slaymaker)
2695              
2696              missing perldiag entry for unpack("w",...) diagnostic (from
2697              Andreas Koenig)
2698              
2699              better diagnostic on Frob->stuff() when Frob:: doesn't exist
2700              (from Richard Soderberg <rs@oregonnet.com>)
2701              
2702              Win32 patches for cfgperl from Sarathy.
2703              
2704              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
2705              
2706              More POSIX.pod embellishment.
2707              
2708              tyop in change#6306
2709      Branch: maint-5.6/perl
2710           !> (integrate 44 files)
2711 ____________________________________________________________________________
2712 [  7770] By: gsar                                  on 2000/11/20  11:51:00
2713         Log: integrate changes#6268..6282 from cfgperl branch
2714              
2715              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
2716              From: Dominic Dunlop <domo@computer.org>
2717              Date: Thu, 29 Jun 2000 12:32:39 +0200
2718              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
2719              
2720              Regen headers for #6261 (and update embed.pl for this) and #6267,
2721              silence few compiler warnings.
2722              
2723              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
2724              From: Nicholas Clark <nick@talking.bollo.cx>
2725              Date: Fri, 23 Jun 2000 16:21:15 +0100
2726              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
2727              
2728              Subject: PATCH pod/perltie.pod
2729              From: Ian Phillipps <Ian.Phillipps@iname.com>
2730              Date: Fri, 16 Jun 2000 00:17:19 +0100
2731              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
2732              (only the first hunk, the second hunk had already been done
2733              by some other patch)
2734              
2735              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
2736              From: Tom Phoenix <rootbeer@redcat.com>
2737              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
2738              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
2739              
2740              Subject: [PATCH] xsub attributes
2741              From: Doug MacEachern <dougm@covalent.net>
2742              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
2743              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
2744              
2745              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
2746              From: Andy Dougherty <doughera@lafayette.edu>
2747              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
2748              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
2749              
2750              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
2751              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2752              Date: Tue, 13 Jun 2000 02:43:48 -0500
2753              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
2754              
2755              Subject: [PATCH] Re: eval documentation: context
2756              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2757              Date: Mon, 12 Jun 2000 15:07:29 +0100
2758              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
2759              
2760              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
2761              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2762              Date: Mon, 12 Jun 2000 14:55:59 +0100
2763              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
2764              
2765              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
2766              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
2767              Date: Fri, 09 Jun 2000 12:39:27 -0400
2768              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
2769              (plus update the version "number" of Text::Wrap)
2770              
2771              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
2772              From: Tim Ayers <tayers@bridge.com>
2773              Date: Thu, 08 Jun 2000 08:11:06 +0200
2774              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
2775              [resent by Richard Foley, Message-Id probably wrong]
2776              
2777              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
2778              From: rspier@pobox.com (Robert Spier)
2779              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
2780              Message-ID: <14654.31913.845602.610277@rls.cx>
2781              
2782              Subject: [PATCH 5.6.0] utils/h2xs.PL
2783              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2784              Date: Wed, 7 Jun 2000 04:02:04 -0500
2785              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
2786              
2787              Subject: [PATCH 5.6.0]ITHREADs for VMS
2788              From: Dan Sugalski <dan@sidhe.org>
2789              Date: Tue, 06 Jun 2000 11:59:50 -0400
2790              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
2791      Branch: maint-5.6/perl
2792           !> (integrate 31 files)
2793 ____________________________________________________________________________
2794 [  7769] By: gsar                                  on 2000/11/20  11:29:06
2795         Log: integrate changes#6261..6266 from cfgperl
2796              
2797              Subject: Re: [PATCH cfgperl] BOMs away!
2798              From: simon@brecon.co.uk (Simon Cozens)
2799              Date: 17 Jun 2000 11:49:57 GMT
2800              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
2801              
2802              Subject: 5.6.0 Patch for EPOC
2803              From: Olaf Flebbe <o.flebbe@gmx.de>
2804              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
2805              Message-ID: <23449.960929969@www11.gmx.net>
2806              
2807              tr fixes from Simon Cozens
2808              
2809              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
2810              From: Marty Lucich <marty@netcom.com>
2811              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
2812              Message-Id: <200006282116.OAA11148@netcom.com>
2813              ccdlflags update (the BSD/OS 4.1 part had already been taken
2814              care of by #6141).
2815              
2816              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2817              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2818              Date: Wed, 28 Jun 2000 17:50:12 -0700
2819              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
2820              
2821              Subject: [PATCH 5.6.0] cygwin port
2822              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
2823              From: "Fifer, Eric" <EFifer@sanwaint.com>
2824              Date: Thu, 29 Jun 2000 12:58:29 +0100
2825      Branch: maint-5.6/perl
2826           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
2827           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
2828           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2829           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
2830 ____________________________________________________________________________
2831 [  7768] By: gsar                                  on 2000/11/20  11:13:44
2832         Log: integrate changes#6252..6256,6259..6260
2833              
2834              Paranoia tweak on #6249.
2835              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2836              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2837              Date: Sun, 25 Jun 2000 23:43:12 -0400
2838              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
2839              
2840              Subject: tr///, help wanted.
2841              From: simon@brecon.co.uk (Simon Cozens)
2842              Date: 28 Jun 2000 11:29:04 GMT
2843              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
2844              
2845              small thinko tweaks
2846              
2847              tweaks from Simon Conzes to further fix tr/// under utf8
2848              
2849              perlnewmod was missing from MANIFEST.
2850              
2851              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
2852              From: simon@brecon.co.uk (Simon Cozens)
2853              Date: 17 Jun 2000 11:56:44 GMT
2854              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
2855              pack U0, pack C0
2856      Branch: maint-5.6/perl
2857           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
2858           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
2859           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
2860           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
2861 ____________________________________________________________________________
2862 [  7767] By: gsar                                  on 2000/11/20  10:51:38
2863         Log: integrate change#6250 from cfgperl
2864              
2865              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2866              From: Doug MacEachern <dougm@covalent.net>
2867              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
2868              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
2869      Branch: maint-5.6/perl
2870           +> t/op/my_stash.t
2871           !> MANIFEST embed.pl global.sym proto.h toke.c
2872 ____________________________________________________________________________
2873 [  7766] By: gsar                                  on 2000/11/20  10:48:34
2874         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
2875              
2876              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
2877              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2878              Date: Mon, 26 Jun 2000 18:40:14 +0100
2879              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
2880              
2881              Subject: [PATCH] bytes<->utf8 fixes
2882              From: simon@brecon.co.uk (Simon Cozens)
2883              Date: 26 Jun 2000 04:55:45 GMT
2884              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
2885              
2886              Subject: [PATCH] is_utf8_string
2887              From: simon@brecon.co.uk (Simon Cozens)
2888              Date: 26 Jun 2000 02:25:59 GMT
2889              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
2890              
2891              Subject: [PATCH] avoid mg_ptr in '*' magic
2892              From: Doug MacEachern <dougm@covalent.net>
2893              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
2894              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
2895              
2896              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
2897              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2898              Date: Sat, 24 Jun 2000 13:06:20 +0100
2899              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
2900              
2901              Allow for standalone testing.
2902              
2903              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
2904              From: Mark-Jason Dominus <mjd@plover.com>
2905              Date: Tue, 27 Jun 2000 22:36:42 -0400
2906              Message-ID: <20000628023642.12166.qmail@plover.com>
2907              
2908              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2909              From: Frank Tobin <ftobin@uiuc.edu>
2910              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
2911              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
2912      Branch: maint-5.6/perl
2913           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
2914           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
2915           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
2916           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
2917           !> utf8.c utils/h2xs.PL
2918 ____________________________________________________________________________
2919 [  7765] By: gsar                                  on 2000/11/20  10:29:13
2920         Log: integrate change#6239 from cfgperl
2921              
2922              Configure maintenance.  Sever some dependency cycles,
2923              separate gccversion from the cc unit,
2924              address [ID 20000623.006] Configure script patch for using gcc on AIX
2925              (but solve it a little bit differently),
2926              unduplex some accidentally duplicated units,
2927              suggest using gcc if no cc available
2928              (p5p thread: "Solaris configure: counterproposal", 1999-09)
2929      Branch: maint-5.6/perl
2930           !> Configure Todo-5.6 config_h.SH
2931 ____________________________________________________________________________
2932 [  7764] By: gsar                                  on 2000/11/20  10:25:55
2933         Log: integrate changes#6233..6238 from cfgperl
2934              
2935              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
2936              From: Mark-Jason Dominus <mjd@plover.com>
2937              Date: Fri, 16 Jun 2000 20:53:04 -0400
2938              Message-ID: <20000617005304.8008.qmail@plover.com>
2939              
2940              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
2941              because when run as services (Win32ese for daemons)
2942              no environment variables are set and tmpdir ends up as /tmp,
2943              which is ambiguous.
2944              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
2945              From: matt@sergeant.org
2946              Date: 16 Jun 2000 16:30:43 -0000
2947              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
2948              
2949              The thread begun by
2950              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
2951              From: Kevin.Ruscoe@ubsw.com
2952              Date: Fri, 16 Jun 2000 16:38:51 +0100
2953              Message-Id: <H000019b03c300d6@MHS>
2954              
2955              Tweak embed.pl, regen headers.
2956              
2957              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
2958              From: Dan Sugalski <dan@sidhe.org>
2959              Date: Fri, 23 Jun 2000 17:00:00 -0400
2960              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
2961      Branch: maint-5.6/perl
2962           !> (integrate 27 files)
2963 ____________________________________________________________________________
2964 [  7763] By: gsar                                  on 2000/11/20  10:08:08
2965         Log: s/perl56delta/perldelta/g
2966      Branch: maint-5.6/perl
2967            ! pod/Makefile
2968 ____________________________________________________________________________
2969 [  7762] By: gsar                                  on 2000/11/20  10:04:00
2970         Log: integrate changes#6225,6229,6231,6232 from cfgperl
2971              
2972              Add source code filenames to apidoc.
2973              From: simon@brecon.co.uk (Simon Cozens)
2974              Subject: [PATCH embed.pl] Source X-ref
2975              Date: 22 Jun 2000 02:18:49 GMT
2976              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
2977              
2978              Subject: README.hpux version 0.6.1
2979              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
2980              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2981              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
2982              
2983              Subject: [PATCH 5.6.0] cygwin port
2984              From: "Fifer, Eric" <EFifer@sanwaint.com>
2985              Date: Tue, 20 Jun 2000 14:30:58 +0100
2986              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
2987              
2988              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
2989              From: simon@brecon.co.uk (Simon Cozens)
2990              Date: 19 Jun 2000 15:18:27 GMT
2991              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
2992              
2993              plus update pod/Makefile and regenerate perltoc
2994      Branch: maint-5.6/perl
2995           +> pod/perlutil.pod
2996           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
2997           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
2998 ____________________________________________________________________________
2999 [  7761] By: jhi                                   on 2000/11/20  04:09:55
3000         Log: Miraculous typo.
3001      Branch: perl
3002            ! t/op/pat.t
3003 ____________________________________________________________________________
3004 [  7760] By: jhi                                   on 2000/11/20  04:06:08
3005         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
3006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3007              Date: Sun, 19 Nov 2000 22:30:26 -0500
3008              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
3009      Branch: perl
3010            ! regexec.c scope.h t/op/pat.t
3011 ____________________________________________________________________________
3012 [  7759] By: jhi                                   on 2000/11/20  02:05:22
3013         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
3014      Branch: perl
3015            ! perl.h
3016 ____________________________________________________________________________
3017 [  7758] By: jhi                                   on 2000/11/20  01:58:11
3018         Log: Subject: [perl 7711: EPOC] updates
3019              From: Olaf Flebbe <o.flebbe@gmx.de>
3020              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
3021              Message-ID: <25575.974658810@www23.gmx.net>               
3022      Branch: perl
3023            + lib/File/Spec/Epoc.pm
3024            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
3025            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
3026            ! lib/File/Spec.pm perl.c sv.c
3027 ____________________________________________________________________________
3028 [  7757] By: jhi                                   on 2000/11/20  01:53:11
3029         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
3030      Branch: perl
3031            ! MANIFEST
3032 ____________________________________________________________________________
3033 [  7756] By: jhi                                   on 2000/11/20  01:47:22
3034         Log: Integrate perlio.
3035      Branch: perl
3036            - ext/re/hints/MSWin32.pl
3037           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
3038           !> win32/config.gc win32/config_H.gc win32/win32sck.c
3039 ____________________________________________________________________________
3040 [  7755] By: nick                                  on 2000/11/19  20:57:17
3041         Log: Add dummy crlf layer (just as buffer)
3042              Correct 1st bug - one layer of indirection.
3043      Branch: perlio
3044            ! perlio.c perlio.h perliol.h
3045 ____________________________________________________________________________
3046 [  7754] By: nick                                  on 2000/11/19  20:56:12
3047         Log: Work-round to Perl_deb_nocontext is no longer required
3048      Branch: perlio
3049            - ext/re/hints/MSWin32.pl
3050 ____________________________________________________________________________
3051 [  7753] By: nick                                  on 2000/11/19  20:01:16
3052         Log: diff -se shows these as different
3053      Branch: perlio
3054            ! global.sym pod/perlapi.pod
3055 ____________________________________________________________________________
3056 [  7752] By: nick                                  on 2000/11/19  18:57:30
3057         Log: Configure GCC/Win32 build -Duseperlio
3058              Fix a couple of gross issues
3059              - double-include of ../deb.o in re.dll
3060              - win32sck.c needs PerlIO and FILE 
3061      Branch: perlio
3062            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
3063            ! win32/win32sck.c
3064 ____________________________________________________________________________
3065 [  7751] By: nick                                  on 2000/11/19  17:05:36
3066         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
3067      Branch: perlio
3068            ! perlio.c
3069 ____________________________________________________________________________
3070 [  7750] By: nick                                  on 2000/11/19  16:57:14
3071         Log: Missing aTHX_
3072      Branch: perlio
3073            ! sv.c
3074 ____________________________________________________________________________
3075 [  7749] By: jhi                                   on 2000/11/19  16:28:40
3076         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
3077              From: "Peter J. Farley III" <pjfarley@banet.net>
3078              Date: Sun, 19 Nov 2000 01:42:58 -0500
3079              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
3080      Branch: perl
3081            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
3082 ____________________________________________________________________________
3083 [  7748] By: jhi                                   on 2000/11/19  16:08:10
3084         Log: Subject: podlators 1.05 available        
3085              From: Russ Allbery <rra@stanford.edu>   
3086              Date: 18 Nov 2000 22:04:28 -0800
3087              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
3088      Branch: perl
3089            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3090 ____________________________________________________________________________
3091 [  7747] By: nick                                  on 2000/11/19  11:19:39
3092         Log: Integrate mainline
3093      Branch: perlio
3094           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
3095           !> util.c
3096 ____________________________________________________________________________
3097 [  7746] By: jhi                                   on 2000/11/19  06:42:22
3098         Log: Make hex scanning warn on "\x{x}" and "\xx".
3099              "\x" and and hex("x") are still valid.
3100      Branch: perl
3101            ! util.c
3102 ____________________________________________________________________________
3103 [  7745] By: nick                                  on 2000/11/18  22:52:28
3104         Log: Integrate mainline
3105      Branch: perlio
3106           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
3107           !> perl.h perlio.c proto.h regcomp.c regcomp.h
3108 ____________________________________________________________________________
3109 [  7744] By: jhi                                   on 2000/11/18  22:50:28
3110         Log: Introduce Perl_utf8_length().  Use it.
3111      Branch: perl
3112            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
3113 ____________________________________________________________________________
3114 [  7743] By: jhi                                   on 2000/11/18  22:38:51
3115         Log: Compiler denit.
3116      Branch: perl
3117            ! perlio.c
3118 ____________________________________________________________________________
3119 [  7742] By: jhi                                   on 2000/11/18  20:33:05
3120         Log: Integrate perlio.
3121      Branch: perl
3122           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
3123           !> perlio.h pp_ctl.c pp_sys.c sv.c
3124 ____________________________________________________________________________
3125 [  7741] By: jhi                                   on 2000/11/18  20:31:27
3126         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
3127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3128              Date: Fri, 17 Nov 2000 20:35:11 -0500
3129              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
3130              
3131              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
3132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3133              Date: Fri, 17 Nov 2000 21:03:47 -0500
3134              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
3135              
3136              Plus a little bit of tweaking in pregcomp().
3137      Branch: perl
3138            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3139 ____________________________________________________________________________
3140 [  7740] By: nick                                  on 2000/11/18  20:17:22
3141         Log: Lexical use open ... support:
3142              add ->cop_io to COP structure in cop.h.
3143              Make mg.c and gv.c associate it with ${^OPEN}.
3144              Make lib/open.pm set it.
3145              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
3146              manner similar to ->cop_warnings.
3147              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
3148              call new PerlIO_apply_layers().
3149              Declare latter in perlio.h and define in perlio.c
3150      Branch: perlio
3151            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
3152            ! perlio.h pp_ctl.c pp_sys.c sv.c
3153 ____________________________________________________________________________
3154 [  7739] By: jhi                                   on 2000/11/18  19:54:00
3155         Log: Integrate perlio.
3156      Branch: perl
3157           !> doio.c perlio.c pp.c
3158 ____________________________________________________________________________
3159 [  7738] By: jhi                                   on 2000/11/18  17:16:13
3160         Log: Subject: [PATCH 5.7.0] etags broken again
3161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3162              Date: Sat, 18 Nov 2000 02:41:36 -0500
3163              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
3164      Branch: perl
3165            ! emacs/ptags
3166 ____________________________________________________________________________
3167 [  7737] By: jhi                                   on 2000/11/18  17:12:18
3168         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
3169      Branch: perl
3170            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3171 ____________________________________________________________________________
3172 [  7736] By: nick                                  on 2000/11/18  14:06:20
3173         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
3174              part to be isolated.
3175      Branch: perlio
3176            ! doio.c perlio.c
3177 ____________________________________________________________________________
3178 [  7735] By: nick                                  on 2000/11/18  11:03:32
3179         Log: Integrate mainline
3180      Branch: perlio
3181           !> Changes README.amiga README.win32 patchlevel.h
3182           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
3183 ____________________________________________________________________________
3184 [  7734] By: jhi                                   on 2000/11/18  01:18:56
3185         Log: Update Changes.
3186      Branch: perl
3187            ! Changes patchlevel.h
3188 ____________________________________________________________________________
3189 [  7733] By: jhi                                   on 2000/11/18  00:32:54
3190         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
3191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3192              Date: Fri, 17 Nov 2000 17:28:02 -0500
3193              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
3194      Branch: perl
3195            ! regcomp.c regexec.c t/op/re_tests
3196 ____________________________________________________________________________
3197 [  7732] By: jhi                                   on 2000/11/18  00:28:56
3198         Log: Sparc 64-bit pack() fix from Jens Hamisch.
3199      Branch: perl
3200            ! pp.c
3201 ____________________________________________________________________________
3202 [  7731] By: jhi                                   on 2000/11/18  00:18:39
3203         Log: Explain in more detail the {} syntax ambiguousity.
3204              
3205              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
3206              From: Nicholas Clark <nick@ccl4.org>
3207              Date: Fri, 17 Nov 2000 22:10:28 +0000
3208              Message-ID: <20001117221028.A88930@plum.flirble.org>
3209      Branch: perl
3210            ! pod/perlfunc.pod
3211 ____________________________________________________________________________
3212 [  7730] By: jhi                                   on 2000/11/18  00:12:18
3213         Log: Subject: Fix for README.amiga (20000323.033)
3214              From: "Stephen P. Potter" <spp@spotter.yi.org>
3215              Date: Fri, 17 Nov 2000 12:25:51 -0500
3216              Message-Id: <200011171725.MAA05768@spotter.yi.org>
3217      Branch: perl
3218            ! README.amiga
3219 ____________________________________________________________________________
3220 [  7729] By: jhi                                   on 2000/11/18  00:08:34
3221         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
3222              From: "A. C. Yardley" <yardley@tanet.net>
3223              Date: Mon, 3 Apr 2000 11:35:33 -0700
3224              Message-ID: <3483.000403@tanet.net>
3225      Branch: perl
3226            ! README.win32
3227 ____________________________________________________________________________
3228 [  7728] By: nick                                  on 2000/11/17  21:59:47
3229         Log: Integrate mainline
3230      Branch: perlio
3231           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
3232           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
3233           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
3234           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
3235 ____________________________________________________________________________
3236 [  7727] By: nick                                  on 2000/11/17  21:56:31
3237         Log: Experiment on use of attributes.pm interface.
3238              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
3239              SVt_PVRV if not already something better (else vivify of say magic gets
3240              core dump).
3241      Branch: perlio
3242            ! perlio.c pp.c
3243 ____________________________________________________________________________
3244 [  7726] By: jhi                                   on 2000/11/17  14:15:49
3245         Log: Subject: Fix for 20000815.006
3246              From: "Stephen P. Potter" <spp@spotter.yi.org>
3247              Date: Fri, 17 Nov 2000 08:57:45 -0500
3248              Message-Id: <200011171357.IAA05122@spotter.yi.org>
3249              
3250              It's really 20000518.006.
3251      Branch: perl
3252            ! pod/perlmodlib.PL
3253 ____________________________________________________________________________
3254 [  7725] By: jhi                                   on 2000/11/17  14:12:31
3255         Log: Subject: Fix for 20000409.001
3256              From: "Stephen P. Potter" <spp@spotter.yi.org>
3257              Date: Fri, 17 Nov 2000 08:55:45 -0500
3258              Message-Id: <200011171355.IAA05104@spotter.yi.org>
3259      Branch: perl
3260            ! pod/perlfaq9.pod
3261 ____________________________________________________________________________
3262 [  7724] By: jhi                                   on 2000/11/17  14:08:58
3263         Log: Undo #7627 now that we have =head3.
3264      Branch: perl
3265            ! pod/perlhack.pod
3266 ____________________________________________________________________________
3267 [  7723] By: jhi                                   on 2000/11/17  14:04:09
3268         Log: As surmised the #7719 wasn't a good move.
3269      Branch: perl
3270            ! hints/solaris_2.sh
3271 ____________________________________________________________________________
3272 [  7722] By: jhi                                   on 2000/11/17  13:59:04
3273         Log: Also the 64bitall hints can be either here or there.
3274      Branch: perl
3275            ! hints/solaris_2.sh
3276 ____________________________________________________________________________
3277 [  7721] By: jhi                                   on 2000/11/17  02:26:23
3278         Log: Test tweak for the open pragma.
3279      Branch: perl
3280            ! t/lib/b.t
3281 ____________________________________________________________________________
3282 [  7720] By: jhi                                   on 2000/11/17  00:23:22
3283         Log: The long double hints can be here or there.
3284      Branch: perl
3285            ! hints/solaris_2.sh
3286 ____________________________________________________________________________
3287 [  7719] By: jhi                                   on 2000/11/17  00:14:06
3288         Log: For Solaris use64bitall the stdchar needs a little bit of help.
3289      Branch: perl
3290            ! hints/solaris_2.sh
3291 ____________________________________________________________________________
3292 [  7718] By: jhi                                   on 2000/11/16  23:27:34
3293         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
3294              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3295              Date: Wed, 15 Nov 2000 08:56:32 +0100
3296              Message-ID: <3A1241B0.64477E00@alcatel.at>
3297      Branch: perl
3298            ! lib/Carp/Heavy.pm
3299 ____________________________________________________________________________
3300 [  7717] By: jhi                                   on 2000/11/16  23:23:29
3301         Log: Subject: [PATCH] Re: 20001101.003 PDL
3302              From: Nicholas Clark <nick@ccl4.org>
3303              Date: Thu, 16 Nov 2000 16:48:25 +0000
3304              Message-ID: <20001116164825.B93487@plum.flirble.org>
3305      Branch: perl
3306            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
3307 ____________________________________________________________________________
3308 [  7716] By: jhi                                   on 2000/11/16  23:21:31
3309         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
3310              From: "Casey R. Tweten" <crt@kiski.net>
3311              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
3312              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
3313      Branch: perl
3314            ! lib/Pod/Checker.pm pod/perlpod.pod
3315 ____________________________________________________________________________
3316 [  7715] By: jhi                                   on 2000/11/16  23:19:40
3317         Log: Avoid an infinite loop in VMS when utils scripts are run
3318              with no arguments, from Charles Lane.
3319      Branch: perl
3320            ! configure.com
3321 ____________________________________________________________________________
3322 [  7714] By: jhi                                   on 2000/11/16  23:17:08
3323         Log: Subject: perllocale.pod changes
3324              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3325              Date: Mon, 13 Nov 2000 10:09:22 +0300
3326              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
3327      Branch: perl
3328            ! pod/perllocale.pod
3329 ____________________________________________________________________________
3330 [  7713] By: jhi                                   on 2000/11/16  23:14:06
3331         Log: Integrate perlio.
3332      Branch: perl
3333           !> doio.c perlio.c perlio.h util.c
3334 ____________________________________________________________________________
3335 [  7712] By: nick                                  on 2000/11/16  21:10:58
3336         Log: Integrate mainline
3337      Branch: perlio
3338           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3339           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3340           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
3341           !> vos/config.ga.def vos/config.ga.h win32/config.bc
3342           !> win32/config.gc win32/config.vc
3343 ____________________________________________________________________________
3344 [  7711] By: nick                                  on 2000/11/16  19:56:41
3345         Log: Minor tweaks:
3346              consistent way of getting 'rb', 'wb' etc. for binary opens
3347              move *perlio::layers to *open::layers
3348              a #define to show layers available
3349              DOSISH popen/PerlIO had export/import sense inverted.
3350      Branch: perlio
3351            ! doio.c perlio.c perlio.h util.c
3352 ____________________________________________________________________________
3353 [  7710] By: jhi                                   on 2000/11/16  15:46:05
3354         Log: Add HAS_SBRK_PROTO.
3355      Branch: metaconfig/U/perl
3356            + d_sbrkproto.U
3357      Branch: perl
3358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3359            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3360            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3361            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3362            ! win32/config.gc win32/config.vc
3363 ____________________________________________________________________________
3364 [  7709] By: nick                                  on 2000/11/16  07:31:49
3365         Log: Integrate mainline
3366      Branch: perlio
3367           !> (integrate 35 files)
3368 ____________________________________________________________________________
3369 [  7708] By: jhi                                   on 2000/11/16  05:33:03
3370         Log: These files are text, not binary.
3371      Branch: perl
3372            ! ext/Encode/Encode/iso8859-10.enc
3373            ! ext/Encode/Encode/iso8859-13.enc
3374            ! ext/Encode/Encode/iso8859-14.enc
3375            ! ext/Encode/Encode/iso8859-15.enc
3376 ____________________________________________________________________________
3377 [  7707] By: jhi                                   on 2000/11/16  01:53:37
3378         Log: Update Changes.
3379      Branch: perl
3380            ! Changes patchlevel.h
3381 ____________________________________________________________________________
3382 [  7706] By: jhi                                   on 2000/11/16  01:35:59
3383         Log: More #undefing of stdio.
3384      Branch: perl
3385            ! fakesdio.h nostdio.h
3386 ____________________________________________________________________________
3387 [  7705] By: jhi                                   on 2000/11/16  01:34:18
3388         Log: Add fwalk() probe to the configuration files and regen perltoc.
3389      Branch: perl
3390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3391            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3392            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
3393            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3394            ! win32/config.bc win32/config.gc win32/config.vc
3395 ____________________________________________________________________________
3396 [  7704] By: jhi                                   on 2000/11/16  01:33:07
3397         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
3398              an optional third argument to Inlibc?)
3399      Branch: metaconfig/U/perl
3400            + d__fwalk.U
3401 ____________________________________________________________________________
3402 [  7703] By: jhi                                   on 2000/11/16  01:09:22
3403         Log: The type of the hash_cb() size argument is tricky.
3404      Branch: perl
3405            ! ext/DB_File/DB_File.xs
3406 ____________________________________________________________________________
3407 [  7702] By: jhi                                   on 2000/11/15  23:01:16
3408         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
3409      Branch: perl
3410            ! nostdio.h
3411 ____________________________________________________________________________
3412 [  7701] By: jhi                                   on 2000/11/15  22:52:32
3413         Log: Detypo.
3414      Branch: perl
3415            ! t/lib/bigfltpm.t
3416 ____________________________________________________________________________
3417 [  7700] By: jhi                                   on 2000/11/15  22:51:56
3418         Log: UINT64_C() work continues.
3419      Branch: perl
3420            ! handy.h perl.h utf8.h
3421 ____________________________________________________________________________
3422 [  7699] By: jhi                                   on 2000/11/15  14:13:04
3423         Log: SOCKS has its own USE_THREADS, based on
3424              
3425              Subject: [ID 20001114.002] et. al. bugfix followup
3426              From: Jens Hamisch <jens@Strawberry.COM> 
3427              Date: Wed, 15 Nov 2000 14:23:11 +0100
3428              Message-ID: <20001115142311.A21164@Strawberry.COM>
3429      Branch: perl
3430            ! perl.h
3431 ____________________________________________________________________________
3432 [  7698] By: jhi                                   on 2000/11/15  03:50:56
3433         Log: Add few missing #undefs and sort them.
3434      Branch: perl
3435            ! fakesdio.h
3436 ____________________________________________________________________________
3437 [  7697] By: jhi                                   on 2000/11/15  03:39:14
3438         Log: Linenumber fix.
3439      Branch: perl
3440            ! t/pragma/warn/utf8
3441 ____________________________________________________________________________
3442 [  7696] By: jhi                                   on 2000/11/15  02:55:26
3443         Log: EBCDIC tweaks.
3444              
3445              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
3446              From: Peter Prymmer <pvhp@forte.com>
3447              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
3448              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
3449      Branch: perl
3450            ! t/op/regmesg.t t/pragma/warn/utf8
3451 ____________________________________________________________________________
3452 [  7695] By: jhi                                   on 2000/11/15  02:53:58
3453         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
3454              From: Peter Prymmer <pvhp@forte.com>
3455              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
3456              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
3457      Branch: perl
3458            ! utf8.c
3459 ____________________________________________________________________________
3460 [  7694] By: jhi                                   on 2000/11/15  02:50:55
3461         Log: Subject: [PATCH: perl@7674] updates to README.os390
3462              From: Prymmer/Kahn <pvhp@best.com>
3463              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
3464              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
3465      Branch: perl
3466            ! README.os390
3467 ____________________________________________________________________________
3468 [  7693] By: jhi                                   on 2000/11/15  02:48:37
3469         Log: Quit utf8_to_uv() instantly if curlen == 0.
3470      Branch: perl
3471            ! utf8.c
3472 ____________________________________________________________________________
3473 [  7692] By: jhi                                   on 2000/11/15  02:24:29
3474         Log: Use u_int32_t for the size of hash_cb(), not size_t.
3475              
3476              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
3477              From: Jens Hamisch <jens@Strawberry.COM>     
3478              Date: Tue, 14 Nov 2000 19:03:55 +0100
3479              Message-Id: <20001114190355.A20559@Strawberry.COM>
3480      Branch: perl
3481            ! ext/DB_File/DB_File.xs
3482 ____________________________________________________________________________
3483 [  7691] By: jhi                                   on 2000/11/15  02:20:12
3484         Log: Use UINT64_C().
3485              
3486              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
3487              From: Jens Hamisch <jens@Strawberry.COM>
3488              Date: Tue, 14 Nov 2000 19:16:23 +0100
3489              Message-Id: <20001114191623.G20559@Strawberry.COM>
3490      Branch: perl
3491            ! utf8.c utf8.h
3492 ____________________________________________________________________________
3493 [  7690] By: jhi                                   on 2000/11/15  02:17:06
3494         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
3495              (a macro to define signed and unsigned integer constants).
3496      Branch: perl
3497            ! handy.h
3498 ____________________________________________________________________________
3499 [  7689] By: jhi                                   on 2000/11/15  01:56:51
3500         Log: Regen Configure.
3501      Branch: perl
3502            ! Configure
3503 ____________________________________________________________________________
3504 [  7688] By: jhi                                   on 2000/11/15  01:56:32
3505         Log: Make the unit know about SOCKS.
3506      Branch: metaconfig
3507            ! U/protos/socksizetype.U
3508 ____________________________________________________________________________
3509 [  7687] By: jhi                                   on 2000/11/15  01:54:47
3510         Log: Remove unused dependencies.
3511      Branch: metaconfig
3512            ! U/compline/d_getpagsz.U
3513 ____________________________________________________________________________
3514 [  7686] By: nick                                  on 2000/11/14  21:25:13
3515         Log: Integrate mainline.
3516      Branch: perlio
3517           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
3518           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
3519           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
3520           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
3521           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
3522           !> win32/config.bc win32/config.gc win32/config.vc
3523           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
3524 ____________________________________________________________________________
3525 [  7685] By: jhi                                   on 2000/11/14  17:54:56
3526         Log: Integrate perlio.
3527      Branch: perl
3528           +> fakesdio.h perliol.h
3529           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3530           !> perlsdio.h perlsfio.h pod/perlfunc.pod
3531 ____________________________________________________________________________
3532 [  7684] By: nick                                  on 2000/11/14  17:43:04
3533         Log: PerlIO #include and #ifdef re-work.
3534      Branch: perlio
3535            + fakesdio.h perliol.h
3536            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3537            ! perlsdio.h perlsfio.h
3538 ____________________________________________________________________________
3539 [  7683] By: jhi                                   on 2000/11/14  15:42:40
3540         Log: Hoist the duplicated socket/netdb include logic to perl.h;
3541              undef SETERRNO in case SOCKS has defined it.  Based on:
3542              
3543              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
3544              From: Jens Hamisch <jens@Strawberry.COM> 
3545              Date: Tue, 14 Nov 2000 11:34:40 +0100
3546              Message-Id: <20001114113440.A20005@Strawberry.COM>
3547      Branch: perl
3548            ! doio.c perl.h pp_sys.c
3549 ____________________________________________________________________________
3550 [  7682] By: jhi                                   on 2000/11/14  14:07:28
3551         Log: Subject: some additions for makefiles for win32 (for perl@7674)
3552              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3553              Date: Tue, 14 Nov 2000 09:31:13 +0300
3554              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
3555      Branch: perl
3556            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3557            ! win32/makefile.mk
3558 ____________________________________________________________________________
3559 [  7681] By: jhi                                   on 2000/11/14  14:01:41
3560         Log: Subject: tiny typo in perl5db.pl
3561              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3562              Date: Tue, 14 Nov 2000 09:29:28 +0300
3563              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
3564      Branch: perl
3565            ! lib/perl5db.pl
3566 ____________________________________________________________________________
3567 [  7680] By: jhi                                   on 2000/11/14  04:13:50
3568         Log: Redo #7679 with LFs instead of CRLFs.
3569      Branch: perl
3570            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
3571            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
3572            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3573 ____________________________________________________________________________
3574 [  7679] By: jhi                                   on 2000/11/14  01:21:09
3575         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
3576              From: Benjamin Stuhl <tiriath@yahoo.com> 
3577              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3578              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3579      Branch: perl
3580            + win32/bin/mdelete.bat
3581            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3582            ! makedef.pl perlio.c win32/Makefile win32/config.gc
3583            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3584 ____________________________________________________________________________
3585 [  7678] By: jhi                                   on 2000/11/14  01:19:20
3586         Log: Fix the re extension building for Win32.
3587              
3588              Subject: [PATCH perl@7638] Get PerlIO building on Win32
3589              From: Benjamin Stuhl <tiriath@yahoo.com> 
3590              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3591              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3592      Branch: perl
3593            + ext/re/hints/MSWin32.pl
3594            ! MANIFEST
3595 ____________________________________________________________________________
3596 [  7677] By: jhi                                   on 2000/11/14  01:13:54
3597         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
3598              From: sthoenna@efn.org
3599              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
3600              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
3601      Branch: perl
3602            ! doop.c pp.c toke.c utf8.c utf8.h
3603 ____________________________________________________________________________
3604 [  7676] By: jhi                                   on 2000/11/13  20:23:15
3605         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3606              From: Nicholas Clark <nick@ccl4.org>
3607              Date: Mon, 13 Nov 2000 18:55:04 +0000
3608              Message-ID: <20001113185504.J29183@plum.flirble.org>
3609      Branch: perl
3610            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
3611 ____________________________________________________________________________
3612 [  7675] By: nick                                  on 2000/11/13  20:21:57
3613         Log: Integrate mainline ...
3614      Branch: perlio
3615           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
3616           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
3617           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
3618           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
3619 ____________________________________________________________________________
3620 [  7674] By: jhi                                   on 2000/11/13  15:07:56
3621         Log: Update Changes.
3622      Branch: perl
3623            ! Changes patchlevel.h
3624 ____________________________________________________________________________
3625 [  7673] By: jhi                                   on 2000/11/13  14:42:42
3626         Log: Remove the new two tests of lib/io_xs for now, they seem to
3627              fail under perlio on some platforms.
3628      Branch: perl
3629            ! t/lib/io_xs.t
3630 ____________________________________________________________________________
3631 [  7672] By: jhi                                   on 2000/11/13  13:57:53
3632         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
3633      Branch: perl
3634            ! perlio.c
3635 ____________________________________________________________________________
3636 [  7671] By: jhi                                   on 2000/11/13  05:30:48
3637         Log: Placate nervous compilers that see longer than ints switch()ing.
3638      Branch: perl
3639            ! utf8.c
3640 ____________________________________________________________________________
3641 [  7670] By: jhi                                   on 2000/11/13  05:14:21
3642         Log: fputs() does return EOF on error but here we don't care.
3643      Branch: perl
3644            ! perlio.c
3645 ____________________________________________________________________________
3646 [  7669] By: jhi                                   on 2000/11/13  05:02:45
3647         Log: Declare reg_data like reg_substr_data.
3648      Branch: perl
3649            ! regexp.h
3650 ____________________________________________________________________________
3651 [  7668] By: jhi                                   on 2000/11/13  04:54:34
3652         Log: Typos in #7667.
3653      Branch: perl
3654            ! perl.h
3655 ____________________________________________________________________________
3656 [  7667] By: jhi                                   on 2000/11/13  04:49:49
3657         Log: Cleanup messy #ifdef.
3658      Branch: perl
3659            ! perl.h
3660 ____________________________________________________________________________
3661 [  7666] By: jhi                                   on 2000/11/13  04:17:34
3662         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3663              From: Nicholas Clark <nick@talking.bollo.cx>
3664              Date: Sun, 12 Nov 2000 21:14:11 +0000
3665              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
3666              
3667              Note: only one breakage of the two reported is fixed by this patch.
3668      Branch: perl
3669            ! perlio.c
3670 ____________________________________________________________________________
3671 [  7665] By: jhi                                   on 2000/11/13  04:05:07
3672         Log: Tweak the definition of the bit complement on UTF-8 data:
3673              if none of the characters in the string are > 0xff,
3674              the result is a complemented byte string, not a (UTF-8)
3675              char string.  Based on the summary in
3676              
3677              Subject: Re: [ID 20000918.005] ~ on wide chars
3678              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
3679              Date: Fri, 10 Nov 2000 09:47:15 -0800
3680              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
3681              
3682              This should give us the maximum backward (pre-char string)
3683              compatibility and utf8 compatibility.  The other alternative
3684              would be to limit the bit complement to be always byte only,
3685              taking the least significant byte of the chars.
3686      Branch: perl
3687            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
3688 ____________________________________________________________________________
3689 [  7664] By: jhi                                   on 2000/11/13  00:23:44
3690         Log: Couple of tests from #7660 salvaged.
3691      Branch: perl
3692            - t/op/tell.t
3693            ! MANIFEST t/io/tell.t
3694 ____________________________________________________________________________
3695 [  7663] By: jhi                                   on 2000/11/13  00:02:48
3696         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
3697              From: Nicholas Clark <nick@talking.bollo.cx>
3698              Date: Sun, 12 Nov 2000 21:23:43 +0000
3699              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
3700      Branch: perl
3701            ! perlsfio.h
3702 ____________________________________________________________________________
3703 [  7662] By: jhi                                   on 2000/11/13  00:01:39
3704         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
3705              From: Nicholas Clark <nick@talking.bollo.cx>
3706              Date: Sun, 12 Nov 2000 21:30:04 +0000
3707              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
3708      Branch: perl
3709            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
3710 ____________________________________________________________________________
3711 [  7661] By: jhi                                   on 2000/11/12  23:57:29
3712         Log: Document tell() on special streams.
3713      Branch: perl
3714            ! pod/perlfunc.pod
3715 ____________________________________________________________________________
3716 [  7660] By: jhi                                   on 2000/11/12  23:54:22
3717         Log: (Subsumed by #7664)
3718      Branch: perl
3719            + t/op/tell.t
3720            ! MANIFEST
3721 ____________________________________________________________________________
3722 [  7659] By: jhi                                   on 2000/11/12  22:55:25
3723         Log: Many subdocumented return values of the IO extension now documented.
3724              ungetc and write still left subdocumented.
3725              
3726              Subject: [PATCH] (was Re: IO::Handle::ungetc)
3727              From: Nicholas Clark <nick@talking.bollo.cx>
3728              Date: Sun, 12 Nov 2000 21:35:53 +0000
3729              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
3730      Branch: perl
3731            ! ext/IO/lib/IO/Handle.pm
3732 ____________________________________________________________________________
3733 [  7658] By: jhi                                   on 2000/11/12  21:37:06
3734         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
3735              From: Nicholas Clark <nick@talking.bollo.cx>
3736              Date: Sun, 12 Nov 2000 20:03:22 +0000
3737              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
3738      Branch: perl
3739            ! pod/perlfunc.pod
3740 ____________________________________________________________________________
3741 [  7657] By: jhi                                   on 2000/11/12  20:34:55
3742         Log: Integrate perlio.
3743      Branch: perl
3744           !> perlio.c
3745 ____________________________________________________________________________
3746 [  7656] By: nick                                  on 2000/11/12  19:25:06
3747         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
3748      Branch: perlio
3749            ! perlio.c
3750 ____________________________________________________________________________
3751 [  7655] By: nick                                  on 2000/11/12  19:09:41
3752         Log: Integrate mainline
3753      Branch: perlio
3754           +> README.solaris ext/Encode/Encode/cp1006.enc
3755           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
3756           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
3757           +> ext/Encode/Encode/iso8859-13.enc
3758           +> ext/Encode/Encode/iso8859-14.enc
3759           +> ext/Encode/Encode/iso8859-15.enc
3760           !> (integrate 34 files)
3761 ____________________________________________________________________________
3762 [  7654] By: jhi                                   on 2000/11/12  19:00:22
3763         Log: Add a metaconfig unit for fsync.
3764      Branch: metaconfig/U/perl
3765            + d_fsync.U
3766 ____________________________________________________________________________
3767 [  7653] By: jhi                                   on 2000/11/12  19:00:01
3768         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
3769      Branch: perl
3770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3771            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3772            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3773            ! vos/config.ga.h win32/config.bc win32/config.gc
3774            ! win32/config.vc
3775 ____________________________________________________________________________
3776 [  7652] By: jhi                                   on 2000/11/11  21:12:01
3777         Log: Copy the s// information of README.hpux also to the perlrun.
3778      Branch: perl
3779            ! README.hpux pod/perlrun.pod
3780 ____________________________________________________________________________
3781 [  7651] By: jhi                                   on 2000/11/11  21:03:13
3782         Log: More README.solaris updates from Andy Dougherty.
3783      Branch: perl
3784            ! README.solaris
3785 ____________________________________________________________________________
3786 [  7650] By: jhi                                   on 2000/11/11  18:38:57
3787         Log: More descriptive error for unknown perlio layers.
3788              
3789              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
3790              From: Dominic Dunlop <domo@computer.org> 
3791              Date: Sat, 11 Nov 2000 18:20:32 +0100             
3792              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
3793      Branch: perl
3794            ! perlio.c pod/perldiag.pod
3795 ____________________________________________________________________________
3796 [  7649] By: jhi                                   on 2000/11/11  18:37:52
3797         Log: MachTen doesn't really do mmap() and munmap().
3798              
3799              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
3800              From: Dominic Dunlop <domo@computer.org> 
3801              Date: Sat, 11 Nov 2000 18:20:32 +0100             
3802              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
3803      Branch: perl
3804            ! hints/machten.sh
3805 ____________________________________________________________________________
3806 [  7648] By: jhi                                   on 2000/11/11  18:36:46
3807         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
3808              From: rspier@pobox.com (Robert Spier)
3809              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
3810              Message-ID: <14861.32839.491271.985797@rls.cx>
3811      Branch: perl
3812            ! Porting/Contract pod/perltoot.pod
3813 ____________________________________________________________________________
3814 [  7647] By: jhi                                   on 2000/11/11  18:35:30
3815         Log: Simplify the getpagesize() unit by dropping the
3816              pagesize probe since it's nowadays slightly more
3817              complicated because of sysconf(). (Note: if some
3818              platform really needs the -lPW for getpagesize,
3819              I just broke it.)
3820              
3821              TODO: a new pagesize unit.
3822      Branch: metaconfig
3823            ! U/compline/d_getpagsz.U
3824 ____________________________________________________________________________
3825 [  7646] By: jhi                                   on 2000/11/11  18:33:23
3826         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
3827      Branch: perl
3828            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3829            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3830            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3831            ! vos/config.ga.h win32/config.bc win32/config.gc
3832            ! win32/config.vc
3833 ____________________________________________________________________________
3834 [  7645] By: jhi                                   on 2000/11/11  16:45:15
3835         Log: Use sysconf() or getpagesize() to find out the pagesize.
3836      Branch: perl
3837            ! perlio.c
3838 ____________________________________________________________________________
3839 [  7644] By: jhi                                   on 2000/11/11  15:46:08
3840         Log: Integrate perlio.
3841      Branch: perl
3842           !> perlio.c
3843 ____________________________________________________________________________
3844 [  7643] By: jhi                                   on 2000/11/11  15:33:36
3845         Log: Subject: Re: [PATCH] README.solaris
3846              From: Lupe Christoph <lupe@lupe-christoph.de>
3847              Date: Sat, 11 Nov 2000 14:08:10 +0100
3848              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
3849      Branch: perl
3850            ! README.solaris
3851 ____________________________________________________________________________
3852 [  7642] By: jhi                                   on 2000/11/11  15:22:12
3853         Log: Subject: [PATCH perl@7638] cygwin port
3854              From: "Eric Fifer" <egf7@columbia.edu>            
3855              Date: Fri, 10 Nov 2000 19:30:30 -0000
3856              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
3857      Branch: perl
3858            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
3859 ____________________________________________________________________________
3860 [  7641] By: nick                                  on 2000/11/11  14:50:36
3861         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
3862              Also call "Buf" layer directly when unread'ing non-read chars.
3863      Branch: perlio
3864            ! perlio.c
3865 ____________________________________________________________________________
3866 [  7640] By: jhi                                   on 2000/11/11  02:05:02
3867         Log: Add more encoding tables.
3868      Branch: perl
3869            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
3870            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
3871            + ext/Encode/Encode/iso8859-10.enc
3872            + ext/Encode/Encode/iso8859-13.enc
3873            + ext/Encode/Encode/iso8859-14.enc
3874            + ext/Encode/Encode/iso8859-15.enc
3875            ! MANIFEST
3876 ____________________________________________________________________________
3877 [  7639] By: jhi                                   on 2000/11/10  18:49:25
3878         Log: Subject: [PATCH] README.solaris
3879              From: Andy Dougherty <doughera@lafayette.edu>
3880              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
3881              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
3882      Branch: perl
3883            + README.solaris
3884            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
3885            ! pod/perl.pod pod/perltoc.pod
3886 ____________________________________________________________________________
3887 [  7638] By: jhi                                   on 2000/11/10  15:04:15
3888         Log: Update Changes.
3889      Branch: perl
3890            ! Changes patchlevel.h
3891 ____________________________________________________________________________
3892 [  7637] By: jhi                                   on 2000/11/10  14:14:28
3893         Log: Explain better why certain regex tests are skipped.
3894              
3895              Subject: Re: tests skipped: unknown reason
3896              From: Lupe Christoph <lupe@lupe-christoph.de>
3897              Date: Fri, 10 Nov 2000 09:08:56 +0100
3898              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
3899      Branch: perl
3900            ! t/op/regexp.t
3901 ____________________________________________________________________________
3902 [  7636] By: nick                                  on 2000/11/10  13:40:00
3903         Log: Integrate mainline.
3904      Branch: perlio
3905           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
3906           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
3907           !> win32/bin/search.pl
3908 ____________________________________________________________________________
3909 [  7635] By: nick                                  on 2000/11/10  13:25:52
3910         Log: Re-instate stdio large file support via perlio.
3911      Branch: perl
3912            ! perlio.c
3913 ____________________________________________________________________________
3914 [  7634] By: jhi                                   on 2000/11/10  04:49:55
3915         Log: Amdahl UTS hints updates.
3916              
3917              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
3918              From: hom00@utsglobal.com (Harold O Morris)
3919              Date: Thu, 9 Nov 2000 20:02 PST
3920              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
3921      Branch: perl
3922            ! hints/uts.sh
3923 ____________________________________________________________________________
3924 [  7633] By: jhi                                   on 2000/11/09  23:33:28
3925         Log: Subject: [PATCH] IO::Seekable pod
3926              From: Nicholas Clark <nick@talking.bollo.cx>
3927              Date: Thu, 9 Nov 2000 20:29:45 +0000
3928              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
3929      Branch: perl
3930            ! ext/IO/lib/IO/Handle.pm
3931 ____________________________________________________________________________
3932 [  7632] By: jhi                                   on 2000/11/09  21:55:41
3933         Log: Various doc oddball characters.
3934              
3935              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
3936              From: Michael Somos <somos@grail.cba.csuohio.edu>
3937              Date: Mon, 6 Nov 2000 17:44:20 -0500
3938              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
3939      Branch: perl
3940            ! emacs/cperl-mode.el lib/unicode/syllables.txt
3941            ! win32/bin/search.pl
3942 ____________________________________________________________________________
3943 [  7631] By: jhi                                   on 2000/11/09  21:12:29
3944         Log: Subject: Re: bash -c exit and linux hints 
3945              From: "John P. Linderman" <jpl@research.att.com>
3946              Date: Thu, 02 Nov 2000 09:37:25 -0500
3947              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
3948      Branch: perl
3949            ! hints/linux.sh
3950 ____________________________________________________________________________
3951 [  7630] By: nick                                  on 2000/11/09  20:34:11
3952         Log: Integrate mainline.
3953      Branch: perlio
3954           !> (integrate 91 files)
3955 ____________________________________________________________________________
3956 [  7629] By: jhi                                   on 2000/11/09  19:46:31
3957         Log: Missing dTHXs.
3958              
3959              Subject: RE: perl@7595 builds not on cygwin
3960              From: "Eric Fifer" <egf7@columbia.edu>
3961              Date: Thu, 9 Nov 2000 19:26:50 -0000
3962              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
3963      Branch: perl
3964            ! ext/Devel/Peek/Peek.xs
3965 ____________________________________________________________________________
3966 [  7628] By: jhi                                   on 2000/11/09  14:48:27
3967         Log: Disable only the tests 99 and 166 for UTF-8 locales.
3968      Branch: perl
3969            ! t/pragma/locale.t
3970 ____________________________________________________________________________
3971 [  7627] By: jhi                                   on 2000/11/09  14:40:27
3972         Log: There's no =head3.
3973      Branch: perl
3974            ! pod/perlhack.pod
3975 ____________________________________________________________________________
3976 [  7626] By: jhi                                   on 2000/11/09  13:54:26
3977         Log: The generated boot_* headers are wrong.  Pickier compiler,
3978              such as KAI C++ will refuse to compile the resulting perlmain.
3979              
3980              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
3981              From: Harri Pasanen <harri.pasanen@trema.com>
3982              Date: Thu, 09 Nov 2000 14:23:28 +0100
3983              Message-Id: <3A0AA550.26D548A3@trema.com>
3984      Branch: perl
3985            ! minimod.pl
3986 ____________________________________________________________________________
3987 [  7625] By: jhi                                   on 2000/11/09  13:50:44
3988         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
3989              From: Prymmer/Kahn <pvhp@best.com>
3990              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
3991              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
3992              
3993              All except the "cow orker" change.
3994      Branch: perl
3995            ! Porting/pumpkin.pod
3996 ____________________________________________________________________________
3997 [  7624] By: jhi                                   on 2000/11/09  13:45:33
3998         Log: Fix for
3999              
4000              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
4001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4002              Date: Thu, 09 Nov 2000 11:05:52 +0100
4003              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
4004      Branch: perl
4005            ! pod/perldiag.pod t/pragma/warn/pp_sys
4006 ____________________________________________________________________________
4007 [  7623] By: jhi                                   on 2000/11/09  13:37:16
4008         Log: Typo in an ifndef.
4009              
4010              Subject: Re: [PATCH 5.7.0] better messages from malloc()
4011              From: Joe Smith <jms@inwap.com>         
4012              Date: Thu, 09 Nov 2000 01:33:14 -0800
4013              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
4014      Branch: perl
4015            ! malloc.c
4016 ____________________________________________________________________________
4017 [  7622] By: jhi                                   on 2000/11/09  13:31:18
4018         Log: Remove unused extra arguments.
4019      Branch: metaconfig/U/perl
4020            ! perlxv.U
4021      Branch: perl
4022            ! Configure config_h.SH
4023 ____________________________________________________________________________
4024 [  7621] By: jhi                                   on 2000/11/09  13:16:36
4025         Log: More VMS moves on environment handling, from Charles Lane.
4026      Branch: perl
4027            ! t/pragma/locale.t
4028 ____________________________________________________________________________
4029 [  7620] By: jhi                                   on 2000/11/09  04:42:38
4030         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4031              From: David Dyck <dcd@tc.fluke.com>
4032              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
4033              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
4034      Branch: perl
4035            ! pp_sys.c
4036 ____________________________________________________________________________
4037 [  7619] By: jhi                                   on 2000/11/09  04:36:21
4038         Log: Forgot from #7618.
4039      Branch: perl
4040            ! lib/File/stat.pm
4041 ____________________________________________________________________________
4042 [  7618] By: jhi                                   on 2000/11/09  04:28:44
4043         Log: Make deleting for %ENV work for (newer versions of) VMS,
4044              from Craig A. Berry.
4045      Branch: perl
4046            ! vms/vms.c
4047 ____________________________________________________________________________
4048 [  7617] By: jhi                                   on 2000/11/09  04:25:05
4049         Log: Subject: [PATCH] Class::Struct at compile time
4050              From: "Casey R. Tweten" <crt@kiski.net>
4051              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
4052              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
4053      Branch: perl
4054            ! lib/Class/Struct.pm
4055 ____________________________________________________________________________
4056 [  7616] By: jhi                                   on 2000/11/09  04:15:17
4057         Log: Subject: [ID 20001108.013] spelling
4058              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
4059              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
4060              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
4061      Branch: perl
4062            ! lib/ftp.pl
4063 ____________________________________________________________________________
4064 [  7615] By: jhi                                   on 2000/11/09  04:12:42
4065         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
4066              From: Peter Prymmer <pvhp@forte.com>
4067              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
4068              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
4069      Branch: perl
4070            ! configure.com
4071 ____________________________________________________________________________
4072 [  7614] By: jhi                                   on 2000/11/08  22:42:55
4073         Log: A missing aTHX_.
4074      Branch: perl
4075            ! ext/IPC/SysV/SysV.xs
4076 ____________________________________________________________________________
4077 [  7613] By: jhi                                   on 2000/11/08  19:30:21
4078         Log: Update Changes.
4079      Branch: perl
4080            ! Changes patchlevel.h
4081 ____________________________________________________________________________
4082 [  7612] By: jhi                                   on 2000/11/08  18:35:25
4083         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4084              From: David Dyck <dcd@tc.fluke.com>
4085              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
4086              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
4087      Branch: perl
4088            ! pp_sys.c
4089 ____________________________________________________________________________
4090 [  7611] By: jhi                                   on 2000/11/08  18:30:26
4091         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
4092              From: Dominic Dunlop <domo@computer.org>
4093              Date: Tue, 7 Nov 2000 12:05:25 +0100
4094              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
4095      Branch: perl
4096            ! malloc.c
4097 ____________________________________________________________________________
4098 [  7610] By: jhi                                   on 2000/11/08  18:25:14
4099         Log: Do not test UTF-8 locales since that the tests would require
4100              polymorphic regexen.
4101      Branch: perl
4102            ! t/pragma/locale.t
4103 ____________________________________________________________________________
4104 [  7609] By: jhi                                   on 2000/11/08  17:12:51
4105         Log: Locale buglets.
4106              
4107              Subject: RE: Locales support (setlocale) fixes
4108              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4109              Date: Wed, 8 Nov 2000 20:01:39 +0300
4110              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
4111      Branch: perl
4112            ! t/pragma/locale.t util.c
4113 ____________________________________________________________________________
4114 [  7608] By: jhi                                   on 2000/11/08  17:00:16
4115         Log: Deleting $ENV{PATH} in VMS is not recommendable.
4116      Branch: perl
4117            ! t/pragma/locale.t
4118 ____________________________________________________________________________
4119 [  7607] By: jhi                                   on 2000/11/08  16:58:26
4120         Log: Subject: PATCH std stdio for (Free)BSD
4121              From: Nicholas Clark <nick@ccl4.org>
4122              Date: Wed, 8 Nov 2000 15:36:29 +0000
4123              Message-ID: <20001108153629.D98736@plum.flirble.org>
4124      Branch: metaconfig
4125            ! U/compline/d_stdstdio.U
4126      Branch: perl
4127            ! Configure config_h.SH
4128 ____________________________________________________________________________
4129 [  7606] By: jhi                                   on 2000/11/08  16:43:31
4130         Log: Forgot to bump the line numbers in #7601.
4131      Branch: perl
4132            ! t/pragma/warn/pp_sys
4133 ____________________________________________________________________________
4134 [  7605] By: jhi                                   on 2000/11/08  16:39:12
4135         Log: More careful detection of how well NVs and UVs mix.
4136              
4137              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))
4138              From: Nicholas Clark <nick@ccl4.org>
4139              Date: Wed, 8 Nov 2000 15:14:12 +0000
4140              Message-ID: <20001108151412.B98736@plum.flirble.org>
4141              
4142              Added some SIGFPE paranoia.
4143      Branch: metaconfig/U/perl
4144            ! perlxv.U
4145      Branch: perl
4146            ! Configure config_h.SH
4147 ____________________________________________________________________________
4148 [  7604] By: jhi                                   on 2000/11/08  14:39:10
4149         Log: Subject: [patch perl@7595] VMS configure.com tweak
4150              From: "Craig A. Berry" <craigberry@mac.com>
4151              Date: Wed, 8 Nov 2000 00:24:12 -0600
4152              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
4153      Branch: perl
4154            ! configure.com
4155 ____________________________________________________________________________
4156 [  7603] By: jhi                                   on 2000/11/08  14:27:11
4157         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
4158              From: Robin Barker <rmb1@cise.npl.co.uk>
4159              Date: Wed, 8 Nov 2000 11:11:39 GMT
4160              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
4161      Branch: perl
4162            ! perlio.c
4163 ____________________________________________________________________________
4164 [  7602] By: jhi                                   on 2000/11/08  14:25:03
4165         Log: Fix for the tie-refhash string table leaks.
4166              
4167              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
4168              Date: Wed, 8 Nov 2000 13:03:04 GMT
4169              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
4170      Branch: perl
4171            ! t/lib/tie-refhash.t
4172 ____________________________________________________________________________
4173 [  7601] By: jhi                                   on 2000/11/08  14:21:08
4174         Log: Try to avoid flockless and emulationless places.
4175      Branch: perl
4176            ! t/pragma/warn/pp_sys
4177 ____________________________________________________________________________
4178 [  7600] By: jhi                                   on 2000/11/08  02:28:54
4179         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
4180              
4181              Subject: [PATCH] prototyped functions that should be overrideable
4182              From: "Casey R. Tweten" <crt@kiski.net>
4183              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
4184              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
4185      Branch: perl
4186            ! toke.c
4187 ____________________________________________________________________________
4188 [  7599] By: jhi                                   on 2000/11/08  01:12:05
4189         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
4190              
4191              Subject: [PATCH] perlbug.PL
4192              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4193              Date: Mon, 6 Nov 2000 21:39:01 -0500
4194              Message-ID: <20001106213901.B20955@O2.chapin.edu>
4195      Branch: perl
4196            ! utils/perlbug.PL
4197 ____________________________________________________________________________
4198 [  7598] By: jhi                                   on 2000/11/07  23:42:00
4199         Log: Bad thinko in #7581 (I used the test program with the expanded
4200              values as-is).
4201      Branch: metaconfig
4202            ! U/compline/d_stdstdio.U
4203      Branch: perl
4204            ! Configure
4205 ____________________________________________________________________________
4206 [  7597] By: jhi                                   on 2000/11/07  21:43:29
4207         Log: Subject: [PATCH perl@7573] cygwin port
4208              From: "Fifer, Eric" <EFifer@sanwaint.com>
4209              Date: Tue, 7 Nov 2000 18:08:51 -0000 
4210              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
4211              
4212              Synchronize with Cygwin 1.1.5.
4213      Branch: perl
4214            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
4215            ! pod/perlport.pod unixish.h util.c
4216 ____________________________________________________________________________
4217 [  7596] By: jhi                                   on 2000/11/07  21:39:25
4218         Log: perlhack updates from H.Merijn Brand.
4219      Branch: perl
4220            ! pod/perlhack.pod
4221 ____________________________________________________________________________
4222 [  7595] By: jhi                                   on 2000/11/07  20:21:41
4223         Log: Update Changes.
4224      Branch: perl
4225            ! Changes patchlevel.h
4226 ____________________________________________________________________________
4227 [  7594] By: jhi                                   on 2000/11/07  19:18:58
4228         Log: Be more robust in Dynaloader.pm.
4229      Branch: perl
4230            ! ext/DynaLoader/DynaLoader_pm.PL
4231 ____________________________________________________________________________
4232 [  7593] By: jhi                                   on 2000/11/07  16:49:31
4233         Log: AUTHORS update.
4234      Branch: perl
4235            ! AUTHORS
4236 ____________________________________________________________________________
4237 [  7592] By: gsar                                  on 2000/11/07  16:39:51
4238         Log: normalize relative paths in virtualized current directory on windows,
4239              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
4240              returns)
4241      Branch: perl
4242            ! win32/vdir.h
4243 ____________________________________________________________________________
4244 [  7591] By: jhi                                   on 2000/11/07  16:04:26
4245         Log: Too profiler-happy: with optimization the #7590 actually makes
4246              the test to run 0.5% _slower_.  Requires much more instrumentation.
4247              Retract #7590.
4248      Branch: perl
4249            ! regcomp.c regcomp.h
4250 ____________________________________________________________________________
4251 [  7590] By: jhi                                   on 2000/11/07  15:51:13
4252         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
4253              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
4254              by using memset() and testing bytewise (as opposed to bitwise).
4255      Branch: perl
4256            ! regcomp.c regcomp.h
4257 ____________________________________________________________________________
4258 [  7589] By: jhi                                   on 2000/11/07  12:56:39
4259         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
4260              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4261              Date: Mon, 06 Nov 2000 23:45:30 -0500
4262              Message-Id: <0011079735.AA973576259@univpress.com>
4263      Branch: perl
4264            ! configure.com t/lib/st-lock.t
4265 ____________________________________________________________________________
4266 [  7588] By: jhi                                   on 2000/11/07  01:03:28
4267         Log: Tweak #7587.
4268      Branch: perl
4269            ! pod/perldiag.pod
4270 ____________________________________________________________________________
4271 [  7587] By: jhi                                   on 2000/11/07  01:00:27
4272         Log: A doc addition for bug id 20001105.019, beware \p.
4273      Branch: perl
4274            ! pod/perldiag.pod
4275 ____________________________________________________________________________
4276 [  7586] By: jhi                                   on 2000/11/07  00:32:22
4277         Log: Fake support of holey files in win/dosish platforms.
4278              
4279              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
4280              From: kipp@shonanblue.ne.jp
4281              Date: Mon, 6 Nov 2000 13:30:55 -0800
4282              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
4283      Branch: perl
4284            ! ext/SDBM_File/sdbm/sdbm.c
4285 ____________________________________________________________________________
4286 [  7585] By: jhi                                   on 2000/11/07  00:12:54
4287         Log: Subject: Pod updates
4288              From: "Stephen P. Potter" <spp@spotter.yi.org>
4289              Date: Mon, 06 Nov 2000 18:56:43 -0500
4290              Message-Id: <200011062357.SAA18173@spotter.yi.org>
4291      Branch: perl
4292            ! README.dos README.os2 README.win32 pod/buildtoc.PL
4293            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
4294            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
4295            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4296            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
4297            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
4298            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
4299            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
4300            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
4301            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
4302            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
4303            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
4304            ! pod/perltootc.pod pod/perlunicode.pod
4305 ____________________________________________________________________________
4306 [  7584] By: jhi                                   on 2000/11/07  00:04:17
4307         Log: Varargs don't always work too well if one puts an unsigned
4308              char on the stack and pop an unsigned quad off the stack.
4309              
4310              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
4311              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
4312              Date: Mon, 06 Nov 2000 15:19:05 -0800
4313              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
4314      Branch: perl
4315            ! utf8.c
4316 ____________________________________________________________________________
4317 [  7583] By: jhi                                   on 2000/11/06  23:58:48
4318         Log: %ENV note tweaks from Dan Sugalski.
4319      Branch: perl
4320            ! pod/perlport.pod vms/perlvms.pod
4321 ____________________________________________________________________________
4322 [  7582] By: jhi                                   on 2000/11/06  23:05:49
4323         Log: glibc5 detection by __GNU_LIBRARY__.
4324      Branch: perl
4325            ! toke.c
4326 ____________________________________________________________________________
4327 [  7581] By: jhi                                   on 2000/11/06  22:51:29
4328         Log: Make the stdio test program of 7427 less noisy while being 
4329              compiled so that Digital UNIX wouldn't get both
4330              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
4331              undefined.  This makes perlio happy.
4332      Branch: metaconfig
4333            ! U/compline/d_stdstdio.U
4334      Branch: perl
4335            ! Configure config_h.SH
4336 ____________________________________________________________________________
4337 [  7580] By: jhi                                   on 2000/11/06  22:41:41
4338         Log: Document %ENV = () portability issues.
4339      Branch: perl
4340            ! pod/perlport.pod vms/perlvms.pod
4341 ____________________________________________________________________________
4342 [  7579] By: jhi                                   on 2000/11/06  21:29:24
4343         Log: VOS updates from Paul Green.
4344      Branch: perl
4345            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4346 ____________________________________________________________________________
4347 [  7578] By: jhi                                   on 2000/11/06  21:00:40
4348         Log: Sanitize the environment further.
4349      Branch: perl
4350            ! t/pragma/locale.t
4351 ____________________________________________________________________________
4352 [  7577] By: jhi                                   on 2000/11/06  20:53:51
4353         Log: Re-introduce 7552 lost in integration.
4354      Branch: perl
4355            ! perlio.c
4356 ____________________________________________________________________________
4357 [  7576] By: jhi                                   on 2000/11/06  20:33:46
4358         Log: Admit that the test leaks scalars.
4359      Branch: perl
4360            ! t/comp/proto.t
4361 ____________________________________________________________________________
4362 [  7575] By: jhi                                   on 2000/11/06  20:17:08
4363         Log: Integrate perlio.
4364      Branch: perl
4365           !> perlio.c
4366 ____________________________________________________________________________
4367 [  7574] By: nick                                  on 2000/11/06  20:07:28
4368         Log: Remove debug. Try (Mmap_t) on madvise() call.
4369      Branch: perlio
4370            ! perlio.c
4371 ____________________________________________________________________________
4372 [  7573] By: jhi                                   on 2000/11/06  13:56:05
4373         Log: Update Changes.
4374      Branch: perl
4375            ! Changes patchlevel.h
4376 ____________________________________________________________________________
4377 [  7572] By: jhi                                   on 2000/11/06  13:48:41
4378         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
4379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4380              Date: Mon, 06 Nov 2000 10:11:42 +0100
4381              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
4382      Branch: perl
4383            ! pod/perlhack.pod
4384 ____________________________________________________________________________
4385 [  7571] By: jhi                                   on 2000/11/06  01:45:51
4386         Log: AUTHORS updates.
4387      Branch: perl
4388            ! AUTHORS
4389 ____________________________________________________________________________
4390 [  7570] By: jhi                                   on 2000/11/06  00:18:00
4391         Log: Fix for
4392              
4393              Subject: [ID 20000728.005] perl -P broken
4394              From: David Dyck <dcd@tc.fluke.com>
4395              Date: Fri, 28 Jul 2000 17:19:16 -0700
4396              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
4397              
4398              (hopefully).  The fix is also not complete, it seems to break
4399              BOM swallowing for libc5 systems, but until someone figures
4400              out a way to do this without ftell(), this will do.
4401      Branch: perl
4402            ! toke.c
4403 ____________________________________________________________________________
4404 [  7569] By: jhi                                   on 2000/11/06  00:05:30
4405         Log: Document that the evaled syntax errors cause scalar leaks.
4406      Branch: perl
4407            ! t/comp/proto.t
4408 ____________________________________________________________________________
4409 [  7568] By: jhi                                   on 2000/11/05  23:14:47
4410         Log: opmini.o can linger from Configures past.
4411      Branch: perl
4412            ! Makefile.SH
4413 ____________________________________________________________________________
4414 [  7567] By: jhi                                   on 2000/11/05  21:28:39
4415         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
4416              first argument correctly.
4417      Branch: perl
4418            ! perlio.c
4419 ____________________________________________________________________________
4420 [  7566] By: jhi                                   on 2000/11/05  21:15:56
4421         Log: Integrate perlio.
4422      Branch: perl
4423           !> perlio.c
4424 ____________________________________________________________________________
4425 [  7565] By: jhi                                   on 2000/11/05  21:15:13
4426         Log: Use -dM for gcc (the suggested patch did it only for Linux,
4427              but I think it can be generalized).
4428              
4429              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
4430              From: Pixel <pixel@mandrakesoft.com>
4431              Date: 05 Nov 2000 21:49:34 +0100 
4432              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
4433      Branch: perl
4434            ! ext/Errno/Errno_pm.PL
4435 ____________________________________________________________________________
4436 [  7564] By: nick                                  on 2000/11/05  21:09:18
4437         Log: Added a mmap layer as a "subclass" of perlio.
4438              PERLIO=mmap ./perl harness passes
4439      Branch: perlio
4440            ! perlio.c
4441 ____________________________________________________________________________
4442 [  7563] By: jhi                                   on 2000/11/05  19:48:55
4443         Log: Add a note for future generations about bug id 20000229.006.
4444      Branch: perl
4445            ! malloc.c
4446 ____________________________________________________________________________
4447 [  7562] By: jhi                                   on 2000/11/05  19:38:24
4448         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
4449      Branch: perl
4450            ! pp_ctl.c t/op/pos.t
4451 ____________________________________________________________________________
4452 [  7561] By: jhi                                   on 2000/11/05  18:21:46
4453         Log: Add =pod to be tidy.
4454      Branch: perl
4455            ! lib/Math/Complex.pm
4456 ____________________________________________________________________________
4457 [  7560] By: jhi                                   on 2000/11/05  17:38:46
4458         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
4459      Branch: perl
4460            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4461            ! ext/Storable/Storable.xs t/lib/st-recurse.t
4462 ____________________________________________________________________________
4463 [  7559] By: jhi                                   on 2000/11/05  17:32:59
4464         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
4465              From: "Peter J. Farley III" <pjfarley@banet.net>
4466              Date: Sun, 05 Nov 2000 11:55:59 -0500
4467              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
4468      Branch: perl
4469            ! t/lib/syslog.t
4470 ____________________________________________________________________________
4471 [  7558] By: jhi                                   on 2000/11/05  17:29:19
4472         Log: Integrate perlio.
4473      Branch: perl
4474           !> perlio.c
4475 ____________________________________________________________________________
4476 [  7557] By: jhi                                   on 2000/11/05  17:22:01
4477         Log: A fix of sorts for 20000329.026, a better error message
4478              for a missing "use charnames" when using the \N{...}. 
4479      Branch: perl
4480            ! pod/perldiag.pod toke.c
4481 ____________________________________________________________________________
4482 [  7556] By: jhi                                   on 2000/11/05  16:33:50
4483         Log: Test tweak: show also the failed locales.
4484              
4485              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
4486              From: Lupe Christoph <lupe@lupe-christoph.de>         
4487              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
4488              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
4489      Branch: perl
4490            ! t/pragma/locale.t
4491 ____________________________________________________________________________
4492 [  7555] By: nick                                  on 2000/11/05  11:09:34
4493         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
4494              open RDWR so does not fail. (pragma/warnings 303 again...)
4495      Branch: perlio
4496            ! perlio.c
4497 ____________________________________________________________________________
4498 [  7554] By: nick                                  on 2000/11/05  10:10:13
4499         Log: Fix case where ungetc(f,EOF) was allowed.
4500              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
4501              so we can see similarities.
4502              Use types more carefully and a STDCHAR array in hope that this will
4503              fix Jarrko's 64bit machine.
4504      Branch: perlio
4505            ! perlio.c
4506 ____________________________________________________________________________
4507 [  7553] By: jhi                                   on 2000/11/05  01:12:16
4508         Log: Fix for
4509              
4510              Subject: [ID 20001004.007] taint propogation is inconsistent
4511              From: pimlott@idiomtech.com (Andrew Pimlott) 
4512              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
4513              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
4514              
4515              The culprit was sv_setsv() which was rather blindly
4516              propagating taint, which lead to behaviour where if
4517              a tainted anon hash value was seen all the hash values
4518              from then on at that level became tainted, or at any
4519              upper levels in the case of nested anon hashes.
4520      Branch: perl
4521            ! sv.c t/op/taint.t
4522 ____________________________________________________________________________
4523 [  7552] By: jhi                                   on 2000/11/04  23:44:18
4524         Log: Some cpps don't like splitting conditionals across several lines.
4525      Branch: perl
4526            ! perlio.c
4527 ____________________________________________________________________________
4528 [  7551] By: nick                                  on 2000/11/04  23:40:44
4529         Log: Integrate mainline
4530      Branch: perlio
4531           !> pp_hot.c t/op/taint.t
4532 ____________________________________________________________________________
4533 [  7550] By: nick                                  on 2000/11/04  23:39:05
4534         Log: Integrate mainline again
4535      Branch: perlio
4536           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
4537           !> t/lib/b.t t/op/misc.t util.c
4538 ____________________________________________________________________________
4539 [  7549] By: jhi                                   on 2000/11/04  23:14:01
4540         Log: Fix for
4541              
4542              Subject: [ID 20001004.006] undef is never tainted
4543              From: pimlott@idiomtech.com (Andrew Pimlott)
4544              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
4545              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
4546              
4547              An undef read from a slurped file was not tainted.
4548      Branch: perl
4549            ! pp_hot.c t/op/taint.t
4550 ____________________________________________________________________________
4551 [  7548] By: jhi                                   on 2000/11/04  22:56:21
4552         Log: Test tweak ($Config{useperlio} is by default undef) .
4553      Branch: perl
4554            ! t/lib/b.t
4555 ____________________________________________________________________________
4556 [  7547] By: jhi                                   on 2000/11/04  22:43:56
4557         Log: Integrate perlio.
4558      Branch: perl
4559           +> lib/perlio.pm
4560           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
4561           !> pod/perlapi.pod t/lib/b.t
4562 ____________________________________________________________________________
4563 [  7546] By: jhi                                   on 2000/11/04  22:40:59
4564         Log: Configure would use a bad $myuname from an old config.sh.
4565              
4566              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
4567              From: Andy Dougherty <doughera@lafayette.edu>
4568              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
4569              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
4570      Branch: metaconfig
4571            ! U/modified/Oldconfig.U
4572      Branch: perl
4573            ! Configure config_h.SH
4574 ____________________________________________________________________________
4575 [  7545] By: jhi                                   on 2000/11/04  22:36:54
4576         Log: Subject: Locales support (setlocale) fixes
4577              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4578              Date: Sat, 4 Nov 2000 10:15:48 +0300 
4579              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
4580              
4581              Modified quite a bit to be more portable.
4582      Branch: perl
4583            ! embed.h embed.pl perl.h proto.h util.c
4584 ____________________________________________________________________________
4585 [  7544] By: jhi                                   on 2000/11/04  22:32:47
4586         Log: Dying is too strict here, better just skip.
4587      Branch: perl
4588            ! t/op/misc.t
4589 ____________________________________________________________________________
4590 [  7543] By: nick                                  on 2000/11/04  21:55:13
4591         Log: Merge mainline
4592      Branch: perlio
4593           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4594           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
4595           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
4596           !> (integrate 64 files)
4597 ____________________________________________________________________________
4598 [  7542] By: jhi                                   on 2000/11/04  21:09:28
4599         Log: More Changes tweakery.
4600      Branch: perl
4601            ! Changes Porting/genlog
4602 ____________________________________________________________________________
4603 [  7541] By: jhi                                   on 2000/11/04  20:58:18
4604         Log: Changes fixups.
4605      Branch: perl
4606            ! Changes
4607 ____________________________________________________________________________
4608 [  7540] By: jhi                                   on 2000/11/04  20:42:38
4609         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
4610              create a "fast path" for locale name probing using "locale -a"
4611              if available, squash finally hopefully the s?printf resetting
4612              the numeric locale (since, IIUC perllocale, it never shouldn't). 
4613      Branch: perl
4614            ! sv.c t/op/misc.t t/pragma/locale.t
4615 ____________________________________________________________________________
4616 [  7539] By: nick                                  on 2000/11/04  19:56:10
4617         Log: PerlIO infrastructure complete.
4618      Branch: perlio
4619            + lib/perlio.pm
4620            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
4621 ____________________________________________________________________________
4622 [  7538] By: nick                                  on 2000/11/04  14:31:32
4623         Log: Type tweaks + less contorted allocation scheme
4624      Branch: perlio
4625            ! perlio.c
4626 ____________________________________________________________________________
4627 [  7537] By: nick                                  on 2000/11/04  12:40:42
4628         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
4629              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
4630              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
4631              sensible) which lead to some interesting fails.
4632      Branch: perlio
4633            ! perlio.c
4634 ____________________________________________________________________________
4635 [  7536] By: jhi                                   on 2000/11/04  00:20:02
4636         Log: Add FCNTL_CAN_LOCK.
4637              
4638              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4639              From: Andy Dougherty <doughera@lafayette.edu>
4640              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
4641              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
4642              
4643              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4644              From: Andy Dougherty <doughera@lafayette.edu>
4645              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
4646              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
4647      Branch: metaconfig/U/perl
4648            + d_fcntl_can_lock.U
4649            ! startperl.U
4650      Branch: perl
4651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4652            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
4653            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4654            ! vos/config.ga.h win32/config.bc win32/config.gc
4655            ! win32/config.vc
4656 ____________________________________________________________________________
4657 [  7535] By: nick                                  on 2000/11/03  22:19:10
4658         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
4659              - Works on Linux with
4660              perlio + unix
4661              stdio
4662              - Works on Solaris with
4663              perlio + unix
4664              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
4665              - Fails (hangs in openpid) if you try and stack
4666              perlio + stdio - Linux stdio's read() logic is hanging.
4667      Branch: perlio
4668            ! iperlsys.h perlio.c
4669 ____________________________________________________________________________
4670 [  7534] By: jhi                                   on 2000/11/03  15:16:02
4671         Log: Subject: Re: README.aix
4672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4673              Date: Fri, 03 Nov 2000 16:03:15 +0100
4674              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
4675      Branch: perl
4676            ! README.aix
4677 ____________________________________________________________________________
4678 [  7533] By: jhi                                   on 2000/11/03  03:59:02
4679         Log: Subject: [PATCH 5.7.0] better messages from malloc()
4680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4681              Date: Wed, 1 Nov 2000 23:39:56 -0500
4682              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
4683      Branch: perl
4684            ! malloc.c pod/perldiag.pod
4685 ____________________________________________________________________________
4686 [  7532] By: jhi                                   on 2000/11/03  00:11:56
4687         Log: The #7521 touched things it shouldn't have.
4688      Branch: perl
4689            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
4690 ____________________________________________________________________________
4691 [  7531] By: jhi                                   on 2000/11/02  22:32:33
4692         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
4693              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4694              Date:     Thu, 2 Nov 2000 16:58:36 EST
4695              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
4696      Branch: perl
4697            ! vms/gen_shrfls.pl
4698 ____________________________________________________________________________
4699 [  7530] By: jhi                                   on 2000/11/02  22:08:49
4700         Log: Fix the problem discussed in
4701              
4702              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
4703              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
4704              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
4705              
4706              originally from Linc Madison.  Also Andreas König's comments
4707              taken into account.  Some other problems with Tie::SubstrHash
4708              fixed: didn't croak when the table exceeded the requested number
4709              of entries (as documented) but instead when the number of entries
4710              exceeded the size of the table, a croak() had an unnecessary \n,
4711              didn't have a CLEAR method, documented that there is no exists().
4712              Didn't fix to be strict-proof because the module uses &foo; and
4713              dynamic scope.  Added a test script exercizing both first tamely 
4714              the basic functionality, and then the failure cases reported by
4715              Linc Madison.
4716      Branch: perl
4717            + t/lib/tie-substrhash.t
4718            ! MANIFEST lib/Tie/SubstrHash.pm
4719 ____________________________________________________________________________
4720 [  7529] By: jhi                                   on 2000/11/02  17:58:08
4721         Log: recv() can fail and return undef.
4722              
4723              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
4724              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
4725              Date: Thu, 2 Nov 2000 20:12:20 +0300
4726              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
4727      Branch: perl
4728            ! lib/Net/Ping.pm
4729 ____________________________________________________________________________
4730 [  7528] By: jhi                                   on 2000/11/02  17:49:09
4731         Log: Detpyo.
4732      Branch: perl
4733            ! pod/perlop.pod
4734 ____________________________________________________________________________
4735 [  7527] By: jhi                                   on 2000/11/02  15:48:37
4736         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
4737              fix a autovivification bug in Tie::RefHash, add tests for both.
4738              
4739              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
4740              From: Edward Avis <epa98@doc.ic.ac.uk>
4741              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
4742              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
4743      Branch: perl
4744            + t/lib/tie-refhash.t
4745            ! MANIFEST lib/Tie/RefHash.pm
4746 ____________________________________________________________________________
4747 [  7526] By: jhi                                   on 2000/11/02  13:56:26
4748         Log: Test::Harness revealed buglets in the new DynaLoader.
4749              
4750              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
4751              From: andreas.koenig@anima.de (Andreas J. Koenig)
4752              Date: 02 Nov 2000 11:26:48 +0100 
4753              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
4754      Branch: perl
4755            ! ext/DynaLoader/DynaLoader_pm.PL
4756 ____________________________________________________________________________
4757 [  7525] By: jhi                                   on 2000/11/01  23:52:08
4758         Log: The entry for #7503 was missing.
4759      Branch: perl
4760            ! Changes
4761 ____________________________________________________________________________
4762 [  7524] By: jhi                                   on 2000/11/01  23:40:52
4763         Log: Update Changes.
4764      Branch: perl
4765            ! Changes patchlevel.h
4766 ____________________________________________________________________________
4767 [  7523] By: jhi                                   on 2000/11/01  22:57:09
4768         Log: More tweaking on the #7522 theme.
4769      Branch: perl
4770            ! ext/DynaLoader/DynaLoader_pm.PL
4771 ____________________________________________________________________________
4772 [  7522] By: jhi                                   on 2000/11/01  22:06:15
4773         Log: Expand %Config variables and %ENV variables only if
4774              so requested during build time using the
4775              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
4776              Not expanding makes relocating distributions easier.
4777      Branch: perl
4778            ! ext/DynaLoader/DynaLoader_pm.PL
4779 ____________________________________________________________________________
4780 [  7521] By: jhi                                   on 2000/11/01  20:56:34
4781         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
4782              and setgid() because they were just changing $< and $( which means
4783              only changing the real uid/gid, as opposed to changing both
4784              real and effective ids.  (The alternative way could have been
4785              in POSIX.pm to change $> and $), too, but making a direct call
4786              to the C API feels cleaner.)  Fixes the bug
4787              
4788              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
4789              From: "Garry T. Williams" <garry@zvolve.com>
4790              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
4791              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
4792      Branch: perl
4793            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4794            ! ext/POSIX/typemap pod/perlvar.pod
4795 ____________________________________________________________________________
4796 [  7520] By: jhi                                   on 2000/11/01  20:08:33
4797         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
4798              From: "Garry T. Williams" <garry@zvolve.com>
4799              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
4800              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
4801      Branch: perl
4802            ! pod/perlsec.pod
4803 ____________________________________________________________________________
4804 [  7519] By: jhi                                   on 2000/11/01  20:01:22
4805         Log: Locale warning explanation tweak.
4806      Branch: perl
4807            ! pod/perldiag.pod
4808 ____________________________________________________________________________
4809 [  7518] By: jhi                                   on 2000/11/01  18:57:13
4810         Log: C.pm part of
4811              
4812              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
4813              From: Jarkko Hietaniemi <jhi@iki.fi>
4814              Date: Tue, 10 Oct 2000 08:22:28 -0500
4815              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
4816      Branch: perl
4817            ! ext/B/B/C.pm
4818 ____________________________________________________________________________
4819 [  7517] By: jhi                                   on 2000/11/01  18:41:59
4820         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
4821              From: Martien Verbruggen <mgjv@comdyn.com.au>
4822              Date: Fri, 6 Oct 2000 14:09:10 +1100
4823              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
4824      Branch: perl
4825            ! pod/perlop.pod
4826 ____________________________________________________________________________
4827 [  7516] By: jhi                                   on 2000/11/01  18:34:55
4828         Log: Generalize the Camel wording.
4829              
4830              Subject: Re: perlfaq style changes
4831              From: John Borwick <jhborwic@unity.ncsu.edu>
4832              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
4833              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
4834      Branch: perl
4835            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
4836 ____________________________________________________________________________
4837 [  7515] By: jhi                                   on 2000/11/01  16:52:31
4838         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
4839              From: pimlott@idiomtech.com (Andrew Pimlott)
4840              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
4841              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
4842      Branch: perl
4843            ! pod/perlsec.pod
4844 ____________________________________________________________________________
4845 [  7514] By: jhi                                   on 2000/11/01  15:03:40
4846         Log: More AIX lore.
4847      Branch: perl
4848            ! ext/re/hints/aix.pl
4849 ____________________________________________________________________________
4850 [  7513] By: jhi                                   on 2000/11/01  14:48:30
4851         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
4852              From: root <root@chronos.fi.muni.cz>
4853              Date: Wed, 1 Nov 2000 12:31:32 +0100
4854              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
4855      Branch: perl
4856            ! lib/Net/Ping.pm
4857 ____________________________________________________________________________
4858 [  7512] By: jhi                                   on 2000/11/01  14:46:47
4859         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
4860              From: Martin Husemann <martin@duskware.de>
4861              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
4862              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
4863      Branch: perl
4864            ! regcomp.c
4865 ____________________________________________________________________________
4866 [  7511] By: jhi                                   on 2000/11/01  14:39:50
4867         Log: AUTHORS updates.
4868      Branch: perl
4869            ! AUTHORS
4870 ____________________________________________________________________________
4871 [  7510] By: jhi                                   on 2000/11/01  14:29:50
4872         Log: Subject: [PATCH] startperl to respect versiononly
4873              From: Robin Barker <rmb1@cise.npl.co.uk> 
4874              Date: Tue, 31 Oct 2000 16:29:36 GMT
4875              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
4876      Branch: metaconfig/U/perl
4877            ! startperl.U
4878      Branch: perl
4879            ! Configure config_h.SH
4880 ____________________________________________________________________________
4881 [  7509] By: jhi                                   on 2000/11/01  14:19:53
4882         Log: printf UVs the correct way, noticed by Robin Barker.
4883      Branch: perl
4884            ! utf8.c
4885 ____________________________________________________________________________
4886 [  7508] By: jhi                                   on 2000/11/01  14:10:03
4887         Log: Do not cleanup *% because the % has special meanings in some
4888              shell environments.
4889      Branch: perl
4890            ! ext/Storable/Makefile.PL
4891 ____________________________________________________________________________
4892 [  7507] By: jhi                                   on 2000/11/01  14:06:00
4893         Log: The NonStop-UX libraries have a novel way to say NaN.
4894      Branch: perl
4895            ! t/lib/bigfltpm.t
4896 ____________________________________________________________________________
4897 [  7506] By: jhi                                   on 2000/11/01  14:03:35
4898         Log: The osname has been lowercased by now, from Tom Bates.
4899      Branch: metaconfig
4900            ! U/modified/Oldconfig.U
4901      Branch: perl
4902            ! Configure config_h.SH
4903 ____________________________________________________________________________
4904 [  7505] By: jhi                                   on 2000/10/31  19:18:39
4905         Log: The compiler is either gcc or cc, from Tom Bates.
4906      Branch: perl
4907            ! hints/nonstopux.sh
4908 ____________________________________________________________________________
4909 [  7504] By: jhi                                   on 2000/10/31  14:53:42
4910         Log: Update Changes.
4911      Branch: perl
4912            ! Changes patchlevel.h
4913 ____________________________________________________________________________
4914 [  7503] By: jhi                                   on 2000/10/31  14:30:50
4915         Log: Whitespace style tweak.  Was originally going to see to
4916              
4917              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
4918              From: Joe Smith <jms@inwap.com>
4919              Date: Mon, 30 Oct 2000 18:47:57 -0800
4920              Message-Id: <39FE32DD.24AAC4D@inwap.com>
4921              
4922              but that had already been taken care of.
4923      Branch: metaconfig
4924            ! U/compline/d_stdstdio.U
4925      Branch: perl
4926            ! Configure config_h.SH
4927 ____________________________________________________________________________
4928 [  7502] By: jhi                                   on 2000/10/31  14:25:02
4929         Log: AUTHORS tweaks.
4930      Branch: perl
4931            ! AUTHORS
4932 ____________________________________________________________________________
4933 [  7501] By: jhi                                   on 2000/10/31  14:23:59
4934         Log: Subject: perlfaq style changes
4935              From: John Borwick <jhborwic@unity.ncsu.edu>
4936              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
4937              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
4938      Branch: perl
4939            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4940            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4941            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4942            ! pod/perlfaq9.pod
4943 ____________________________________________________________________________
4944 [  7500] By: jhi                                   on 2000/10/31  14:22:15
4945         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
4946              
4947              Subject: Re: [ID 20000918.005] ~ on wide chars
4948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4949              Date: Mon, 30 Oct 2000 21:09:55 -0800
4950              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
4951              
4952              (The ord() part of the patch skipped.)
4953      Branch: perl
4954            ! doop.c
4955 ____________________________________________________________________________
4956 [  7499] By: jhi                                   on 2000/10/31  14:20:08
4957         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
4958              From: Jens Hamisch <jens@Strawberry.COM>
4959              Date: Mon, 30 Oct 2000 15:17:07 +0100
4960              Message-Id: <20001030151707.A9597@Strawberry.COM>
4961      Branch: perl
4962            ! av.c
4963 ____________________________________________________________________________
4964 [  7498] By: jhi                                   on 2000/10/31  14:16:29
4965         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
4966              From: Peter Prymmer <pvhp@forte.com>
4967              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
4968              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
4969      Branch: perl
4970            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4971            + ext/Encode/Encode/posix-bc.enc
4972            ! MANIFEST t/lib/encode.t
4973 ____________________________________________________________________________
4974 [  7497] By: jhi                                   on 2000/10/31  14:13:22
4975         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
4976              From: Peter Prymmer <pvhp@forte.com>
4977              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
4978              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
4979      Branch: perl
4980            ! t/lib/cgi-html.t
4981 ____________________________________________________________________________
4982 [  7496] By: jhi                                   on 2000/10/31  14:12:05
4983         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
4984              From: Peter Prymmer <pvhp@forte.com>
4985              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
4986              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
4987      Branch: perl
4988            ! t/lib/cgi-function.t
4989 ____________________________________________________________________________
4990 [  7495] By: jhi                                   on 2000/10/31  14:11:08
4991         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
4992              From: Peter Prymmer <pvhp@forte.com>
4993              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
4994              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
4995      Branch: perl
4996            + ext/re/hints/aix.pl
4997            ! MANIFEST ext/re/Makefile.PL
4998 ____________________________________________________________________________
4999 [  7494] By: jhi                                   on 2000/10/31  14:08:32
5000         Log: Use Errno magic.
5001              
5002              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
5003              From: Casey Tweten <perl@ctweten.amsite.com>
5004              Date: Mon, 30 Oct 2000 15:51:17 -0500
5005              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
5006      Branch: perl
5007            ! lib/File/Temp.pm
5008 ____________________________________________________________________________
5009 [  7493] By: jhi                                   on 2000/10/31  14:05:07
5010         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
5011              
5012              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
5013              From: Nicholas Clark <nick@ccl4.org>
5014              Date: Mon, 30 Oct 2000 17:38:45 +0000
5015              Message-ID: <20001030173845.O60355@plum.flirble.org>
5016      Branch: perl
5017            ! Makefile.SH utils/perlbug.PL
5018 ____________________________________________________________________________
5019 [  7492] By: nick                                  on 2000/10/30  19:37:23
5020         Log: Change files which are mysteriously different to mainline to be
5021              copies of mainline.
5022      Branch: perlio
5023            ! objXSUB.h perlapi.c pod/perlapi.pod
5024 ____________________________________________________________________________
5025 [  7491] By: nick                                  on 2000/10/30  18:05:54
5026         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
5027              - typo in endian code in putc.
5028              - Don't allow read of write-only files and vice-versa
5029              - and off-by-one in flush-all loop.
5030              Remove debug calls as they were using GCC specific features.
5031      Branch: perlio
5032            ! perlio.c
5033 ____________________________________________________________________________
5034 [  7490] By: nick                                  on 2000/10/29  21:45:45
5035         Log: Integrate mainline to perlio
5036      Branch: perlio
5037           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
5038           !> toke.c
5039 ____________________________________________________________________________
5040 [  7489] By: jhi                                   on 2000/10/29  21:11:08
5041         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
5042              From: andreas.koenig@anima.de (Andreas J. Koenig)
5043              Date: 29 Oct 2000 22:05:59 +0100
5044              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
5045      Branch: perl
5046            ! lib/ExtUtils/Manifest.pm
5047 ____________________________________________________________________________
5048 [  7488] By: jhi                                   on 2000/10/29  21:07:47
5049         Log: Tests for #7487.
5050              
5051              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5052              From: andreas.koenig@anima.de (Andreas J. Koenig)
5053              Date: 29 Oct 2000 19:37:09 +0100
5054              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
5055      Branch: perl
5056            ! t/comp/proto.t
5057 ____________________________________________________________________________
5058 [  7487] By: jhi                                   on 2000/10/29  21:06:27
5059         Log: constsub spillage.
5060              
5061              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5062              From: John Tobey <jtobey@john-edwin-tobey.org>
5063              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
5064              Message-Id: <m13pvSr-000FObC@feynman.localnet>
5065      Branch: perl
5066            ! op.c
5067 ____________________________________________________________________________
5068 [  7486] By: nick                                  on 2000/10/29  21:05:04
5069         Log: Integrate mainline to perlio branch
5070      Branch: perlio
5071           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
5072           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
5073           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
5074           +> vos/install_perl.cm
5075            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
5076            - vos/config.h vos/config_h.SH_orig
5077           !> (integrate 141 files)
5078 ____________________________________________________________________________
5079 [  7485] By: jhi                                   on 2000/10/29  21:00:47
5080         Log: Make \x{...} consistently produce UTF-8.
5081              
5082              Subject: Re: \x{...} is confused 
5083              From: Simon Cozens <simon@cozens.net>
5084              Date: Sun, 29 Oct 2000 19:36:48 +0000
5085              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
5086      Branch: perl
5087            ! t/pragma/utf8.t toke.c
5088 ____________________________________________________________________________
5089 [  7484] By: nick                                  on 2000/10/29  20:05:29
5090         Log: PerlIO passes all tests.
5091      Branch: perlio
5092            ! perlio.c
5093 ____________________________________________________________________________
5094 [  7483] By: jhi                                   on 2000/10/29  18:06:55
5095         Log: Update Changes.
5096      Branch: perl
5097            ! Changes patchlevel.h
5098 ____________________________________________________________________________
5099 [  7482] By: nick                                  on 2000/10/29  17:43:28
5100         Log: Include <unistd.h> to get correct lseek() prototype etc.
5101              (I thought perl.h did that) - down to two fails
5102              - comp/require.t (last test)
5103              - lib/io_xs.t - possibly import/export of FILE * ?
5104      Branch: perlio
5105            ! perlio.c
5106 ____________________________________________________________________________
5107 [  7481] By: jhi                                   on 2000/10/29  17:02:37
5108         Log: UTF-8 decoder tweak.
5109      Branch: perl
5110            ! utf8.c
5111 ____________________________________________________________________________
5112 [  7480] By: nick                                  on 2000/10/29  16:26:11
5113         Log: Fixed two bugs:
5114              - error code not being set on close (of broken pipe)
5115              - append mode was truncating.
5116              At least one seek/tell bug remains.
5117      Branch: perlio
5118            ! perlio.c
5119 ____________________________________________________________________________
5120 [  7479] By: nick                                  on 2000/10/29  11:18:16
5121         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
5122              in case of accidents. Still several worrying fails, no line disciplines yet.
5123      Branch: perlio
5124            ! iperlsys.h perlio.c
5125 ____________________________________________________________________________
5126 [  7478] By: jhi                                   on 2000/10/29  02:04:01
5127         Log: Add also emailless people.
5128      Branch: perl
5129            ! AUTHORS
5130 ____________________________________________________________________________
5131 [  7477] By: jhi                                   on 2000/10/29  01:36:00
5132         Log: The #7476 needs a MANIFEST change, too.
5133      Branch: perl
5134            ! MANIFEST
5135 ____________________________________________________________________________
5136 [  7476] By: jhi                                   on 2000/10/29  01:35:21
5137         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
5138      Branch: perl
5139            - MAINTAIN
5140            ! AUTHORS Changes
5141 ____________________________________________________________________________
5142 [  7475] By: jhi                                   on 2000/10/28  23:57:25
5143         Log: De-quoted-unreadable to ISO Latin 1.
5144              (There's one ISO-2022-JP name in Changes5.004.)
5145      Branch: perl
5146            ! Changes Changes5.6
5147 ____________________________________________________________________________
5148 [  7474] By: jhi                                   on 2000/10/28  19:13:06
5149         Log: Subject: [ID 20001027.007] uniq array in perlfaq
5150              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
5151              Date: Fri, 27 Oct 2000 19:28:30 +0200
5152              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
5153      Branch: perl
5154            ! pod/perlfaq4.pod
5155 ____________________________________________________________________________
5156 [  7473] By: jhi                                   on 2000/10/28  18:02:05
5157         Log: Locking null mutexes is not recommendable.
5158              
5159              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
5160              From: Hugo <hv@crypt.compulink.co.uk>
5161              Date: Sat, 28 Oct 2000 18:41:12 +0100
5162              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
5163      Branch: perl
5164            ! op.c
5165 ____________________________________________________________________________
5166 [  7472] By: jhi                                   on 2000/10/28  17:52:58
5167         Log: Better create a true mailing list for the repository keepers.
5168      Branch: perl
5169            ! Porting/repository.pod
5170 ____________________________________________________________________________
5171 [  7471] By: jhi                                   on 2000/10/28  17:28:24
5172         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
5173              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
5174      Branch: perl
5175            + Porting/repository.pod
5176            ! MANIFEST
5177 ____________________________________________________________________________
5178 [  7470] By: jhi                                   on 2000/10/28  17:20:54
5179         Log: Subject: DOC PATCH 5.6.0
5180              From: mjd@plover.com
5181              Date: 27 Oct 2000 17:32:44 -0000
5182              Message-ID: <20001027173244.23754.qmail@plover.com>
5183      Branch: perl
5184            ! pod/perlfunc.pod
5185 ____________________________________________________________________________
5186 [  7469] By: jhi                                   on 2000/10/28  17:16:45
5187         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
5188              From: "Peter J. Farley III" <pjfarley@banet.net>
5189              Date: Fri, 27 Oct 2000 20:32:56 -0400
5190              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
5191      Branch: perl
5192            ! README.dos
5193 ____________________________________________________________________________
5194 [  7468] By: jhi                                   on 2000/10/28  17:07:18
5195         Log: Make target reordering to avoid pointless re-makes.
5196              
5197              Subject: Re: Total re-make of 'make okfile' after 7451 ?
5198              From: Nicholas Clark <nick@ccl4.org>
5199              Date: Sat, 28 Oct 2000 00:31:02 +0100
5200              Message-ID: <20001028003101.A54517@plum.flirble.org>
5201      Branch: perl
5202            ! Makefile.SH
5203 ____________________________________________________________________________
5204 [  7467] By: jhi                                   on 2000/10/28  17:05:31
5205         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
5206              From: lvirden@cas.org
5207              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
5208              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
5209      Branch: perl
5210            ! README.os2
5211 ____________________________________________________________________________
5212 [  7466] By: jhi                                   on 2000/10/28  16:09:16
5213         Log: Upgrade to CPAN 1.58_55.
5214              
5215              Subject: CPAN.pm status
5216              From: andreas.koenig@anima.de (Andreas J. Koenig) 
5217              Date: 28 Oct 2000 08:18:00 +0200 
5218              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
5219      Branch: perl
5220            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5221 ____________________________________________________________________________
5222 [  7465] By: jhi                                   on 2000/10/28  16:02:47
5223         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
5224      Branch: perl
5225            ! embed.h embed.pl perl.h proto.h toke.c
5226 ____________________________________________________________________________
5227 [  7464] By: nick                                  on 2000/10/28  10:43:44
5228         Log: Fix for sv_2iv() on "shared" value from keys %hash.
5229      Branch: perl
5230            ! sv.c
5231 ____________________________________________________________________________
5232 [  7463] By: jhi                                   on 2000/10/27  16:18:29
5233         Log: Update Changes.
5234      Branch: perl
5235            ! Changes patchlevel.h
5236 ____________________________________________________________________________
5237 [  7462] By: jhi                                   on 2000/10/27  16:17:44
5238         Log: Too enthusiastic editing in #7460.
5239      Branch: metaconfig
5240            ! U/modified/Oldsym.U
5241      Branch: perl
5242            ! Configure config_h.SH
5243 ____________________________________________________________________________
5244 [  7461] By: jhi                                   on 2000/10/27  15:37:38
5245         Log: Retract #7459, the script needs more work.
5246      Branch: perl
5247            - mkreef
5248            ! MANIFEST
5249 ____________________________________________________________________________
5250 [  7460] By: jhi                                   on 2000/10/27  15:23:14
5251         Log: Use $sort, $uniq (and $tr) consistently as wondered
5252              by Nicholas Clark.
5253      Branch: metaconfig
5254            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
5255            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
5256            ! U/modified/libc.U
5257      Branch: perl
5258            ! Configure config_h.SH
5259 ____________________________________________________________________________
5260 [  7459] By: jhi                                   on 2000/10/27  15:02:07
5261         Log: (Retracted by #7461)
5262              
5263              Add a shell script for creating/removing symbolic link farms,
5264              useful for keeping the source code read-only and doing the
5265              builds somewhere else.
5266      Branch: perl
5267            + mkreef
5268            ! MANIFEST
5269 ____________________________________________________________________________
5270 [  7458] By: jhi                                   on 2000/10/27  14:42:20
5271         Log: Do away with the fix_pl.
5272      Branch: perl
5273            - fix_pl
5274            ! MANIFEST Makefile.SH
5275 ____________________________________________________________________________
5276 [  7457] By: jhi                                   on 2000/10/27  12:43:13
5277         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
5278              From: Jens Hamisch <jens@Strawberry.COM>
5279              Date: Fri, 27 Oct 2000 14:38:21 +0200
5280              Message-Id: <20001027143821.B3366@Strawberry.COM>
5281      Branch: perl
5282            ! perl.h
5283 ____________________________________________________________________________
5284 [  7456] By: jhi                                   on 2000/10/27  12:33:42
5285         Log: Subject: [PATCH] todo
5286              From: Nicholas Clark <nick@ccl4.org>
5287              Date: Thu, 26 Oct 2000 22:32:29 +0100
5288              Message-ID: <20001026223229.A44540@plum.flirble.org>
5289      Branch: perl
5290            ! pod/perltodo.pod
5291 ____________________________________________________________________________
5292 [  7455] By: jhi                                   on 2000/10/27  12:02:21
5293         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
5294              From: John Tobey <jtobey@john-edwin-tobey.org>
5295              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
5296              Message-Id: <m13ozHF-000FObC@feynman.localnet>
5297      Branch: perl
5298            ! op.c t/pragma/sub_lval.t
5299 ____________________________________________________________________________
5300 [  7454] By: jhi                                   on 2000/10/27  11:59:42
5301         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
5302              From: sthoenna@efn.org
5303              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
5304              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
5305      Branch: perl
5306            ! pp.c t/op/assignwarn.t
5307 ____________________________________________________________________________
5308 [  7453] By: jhi                                   on 2000/10/27  00:15:08
5309         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
5310      Branch: perl
5311            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5312            ! ext/Storable/Storable.xs t/lib/st-lock.t
5313 ____________________________________________________________________________
5314 [  7452] By: jhi                                   on 2000/10/26  13:05:52
5315         Log: Undo #7451, this seems to be a deficiency in Perforce,
5316              there is no per-file line-terminator type, only per-client.
5317      Branch: perl
5318            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
5319            ! win32/makefile.mk
5320 ____________________________________________________________________________
5321 [  7451] By: jhi                                   on 2000/10/26  04:56:03
5322         Log: Experimenting in DOS arcana.
5323      Branch: perl
5324            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
5325            ! win32/makefile.mk
5326 ____________________________________________________________________________
5327 [  7450] By: jhi                                   on 2000/10/26  04:50:52
5328         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
5329              From: "Peter J. Farley III" <pjfarley@banet.net>            
5330              Date: Wed, 25 Oct 2000 23:10:18 -0400
5331              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
5332      Branch: perl
5333            ! t/io/open.t
5334 ____________________________________________________________________________
5335 [  7449] By: jhi                                   on 2000/10/26  04:49:16
5336         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
5337              From: Hugo <hv@crypt.compulink.co.uk>
5338              Date: Thu, 26 Oct 2000 01:55:17 +0100
5339              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
5340              
5341              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
5342      Branch: perl
5343            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
5344 ____________________________________________________________________________
5345 [  7448] By: jhi                                   on 2000/10/26  04:38:36
5346         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
5347              From: Peter Prymmer <pvhp@forte.com>
5348              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
5349              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
5350      Branch: perl
5351            ! configure.com
5352 ____________________________________________________________________________
5353 [  7447] By: jhi                                   on 2000/10/25  23:20:02
5354         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
5355              in platforms that strictly require all the symbols being present
5356              at link time.
5357      Branch: perl
5358            ! handy.h
5359 ____________________________________________________________________________
5360 [  7446] By: jhi                                   on 2000/10/25  21:55:57
5361         Log: Update Changes.
5362      Branch: perl
5363            ! Changes patchlevel.h
5364 ____________________________________________________________________________
5365 [  7445] By: jhi                                   on 2000/10/25  21:27:08
5366         Log: Integrate with vmsperl #7430 by Charles Bailey:
5367              
5368              Cleanup from prior patch (Charles Lane?):
5369              - improve handling of MFDs in Basename and Path
5370              - default to no xsubpp line # munging when building debug images
5371      Branch: perl
5372           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5373 ____________________________________________________________________________
5374 [  7444] By: jhi                                   on 2000/10/25  21:03:50
5375         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
5376              From: John Peacock <JPeacock@UnivPress.com>
5377              Date: Thu, 18 May 2000 11:55:27 -0400
5378              Message-ID: <3924126F.A58BE57A@UnivPress.com>
5379      Branch: perl
5380            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
5381            ! t/op/write.t
5382 ____________________________________________________________________________
5383 [  7443] By: jhi                                   on 2000/10/25  20:43:10
5384         Log: Temporary stopgap for the self-tying issue: for now only
5385              array and hash self-ties are verboten.  The real fix, of
5386              course, would be to comprehensively test (and implement?)
5387              and debug (and document) self-ties.
5388      Branch: perl
5389            ! pod/perldiag.pod pp_sys.c t/op/tie.t
5390 ____________________________________________________________________________
5391 [  7442] By: jhi                                   on 2000/10/25  20:14:30
5392         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
5393              From: Dan Sugalski <dan@sidhe.org>
5394              Date: Wed, 25 Oct 2000 13:36:35 -0400
5395              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
5396              
5397              plus regen global.sym.
5398      Branch: perl
5399            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
5400            ! thrdvar.h util.c
5401 ____________________________________________________________________________
5402 [  7441] By: jhi                                   on 2000/10/25  20:12:20
5403         Log: buildtoc target tweaks.
5404      Branch: perl
5405            ! pod/Makefile.SH
5406 ____________________________________________________________________________
5407 [  7440] By: jhi                                   on 2000/10/25  20:03:53
5408         Log: A new version of making the syslog test more robust.
5409              (Replaces #7421.)
5410              
5411              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5412              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5413              Date: Wed, 25 Oct 2000 12:13:54 -0400
5414              Message-ID: <20001025121354.B2264@O2.chapin.edu>
5415      Branch: perl
5416            ! t/lib/syslog.t
5417 ____________________________________________________________________________
5418 [  7439] By: jhi                                   on 2000/10/25  20:00:48
5419         Log: Continue the internal UTF-8 API tweaking.
5420              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
5421              used much more than the simpler API, now called utf8_to_uv_simple().
5422              Still not quite happy with API, too much partial duplication
5423              of functionality.
5424      Branch: perl
5425            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
5426            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
5427            ! regcomp.c regexec.c sv.c toke.c utf8.c
5428 ____________________________________________________________________________
5429 [  7438] By: jhi                                   on 2000/10/25  18:52:30
5430         Log: Allow poking holes at the UTF-8 decoding strictness.
5431      Branch: perl
5432            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
5433            ! utf8.h
5434 ____________________________________________________________________________
5435 [  7437] By: jhi                                   on 2000/10/25  13:53:05
5436         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
5437              UTF8LEN() and UTF8SKIP(). 
5438      Branch: perl
5439            ! pp.c utf8.c utf8.h
5440 ____________________________________________________________________________
5441 [  7436] By: jhi                                   on 2000/10/25  13:51:37
5442         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
5443              From: Nicholas Clark <nick@ccl4.org>
5444              Date: Wed, 25 Oct 2000 14:44:05 +0100
5445              Message-ID: <20001025144404.D27253@plum.flirble.org>
5446      Branch: perl
5447            ! pod/perlrun.pod
5448 ____________________________________________________________________________
5449 [  7435] By: jhi                                   on 2000/10/25  13:49:32
5450         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
5451              From: Mike Guy <mjtg@cam.ac.uk>
5452              Date: Tue, 24 Oct 2000 14:59:40 +0100
5453              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
5454      Branch: perl
5455            ! scope.c
5456 ____________________________________________________________________________
5457 [  7434] By: jhi                                   on 2000/10/25  13:48:41
5458         Log: AIX is picky about its symbol exports.  Solution for now
5459              is to include the deb.o explicitly to the re extension build.
5460              
5461              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
5462              From: Peter Prymmer <pvhp@forte.com>
5463              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
5464              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
5465      Branch: perl
5466            ! ext/re/Makefile.PL hints/aix.sh
5467 ____________________________________________________________________________
5468 [  7433] By: jhi                                   on 2000/10/25  13:46:49
5469         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
5470              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5471              Date: Wed, 25 Oct 2000 12:02:20 +0200
5472              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
5473      Branch: perl
5474            ! perlsdio.h
5475 ____________________________________________________________________________
5476 [  7432] By: jhi                                   on 2000/10/25  13:44:28
5477         Log: Subject: Minor update to find2perl, for portability
5478              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5479              Date: Wed, 25 Oct 2000 12:05:47 +0100
5480              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
5481      Branch: perl
5482            ! x2p/find2perl.PL
5483 ____________________________________________________________________________
5484 [  7431] By: jhi                                   on 2000/10/25  13:40:39
5485         Log: Add targets to Makefile.SH, most importantly
5486              'regen_all' which also remembers to update vms/perly*.
5487      Branch: perl
5488            ! Makefile.SH
5489 ____________________________________________________________________________
5490 [  7430] By: bailey                                on 2000/10/25  03:13:53
5491         Log: Cleanup from prior patch (Charles Lane?):
5492              - improve handling of MFDs in Basename and Path
5493              - default to no xsubpp line # munging when building debug images
5494      Branch: vmsperl
5495            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5496 ____________________________________________________________________________
5497 [  7429] By: jhi                                   on 2000/10/24  20:03:40
5498         Log: Podify README.epoc and README.vos.
5499      Branch: perl
5500            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
5501            ! pod/perlport.pod pod/perltoc.pod
5502 ____________________________________________________________________________
5503 [  7428] By: jhi                                   on 2000/10/24  19:10:33
5504         Log: Stratus VOS updates from Paul Green.
5505      Branch: perl
5506            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5507            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
5508            - vos/config.def vos/config.h vos/config_h.SH_orig
5509            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
5510            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
5511 ____________________________________________________________________________
5512 [  7427] By: jhi                                   on 2000/10/24  18:59:48
5513         Log: Check if stdio supports tweaking lval and cnt simultaneously.
5514              
5515              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5516              From: Nicholas Clark <nick@ccl4.org>
5517              Date: Mon, 23 Oct 2000 15:39:32 +0100
5518              Message-ID: <20001023153932.A10786@plum.flirble.org>
5519      Branch: metaconfig
5520            ! U/compline/d_stdstdio.U
5521      Branch: perl
5522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5523            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
5524            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
5525            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
5526            ! vos/config.h vos/config_h.SH_orig win32/config.bc
5527            ! win32/config.gc win32/config.vc
5528 ____________________________________________________________________________
5529 [  7426] By: jhi                                   on 2000/10/24  17:57:44
5530         Log: Missed the header file changes from #7425.
5531      Branch: perl
5532            ! embed.h embed.pl objXSUB.h proto.h
5533 ____________________________________________________________________________
5534 [  7425] By: jhi                                   on 2000/10/24  17:55:17
5535         Log: Fix the bug reported in
5536              
5537              From: andreas.koenig@anima.de (Andreas J. Koenig)
5538              Subject: Encode bug?
5539              Date: 24 Oct 2000 14:01:26 +0200 
5540              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
5541              
5542              Also make is_utf8_char() stricter.
5543      Branch: perl
5544            ! ext/Encode/Encode.xs utf8.c
5545 ____________________________________________________________________________
5546 [  7424] By: jhi                                   on 2000/10/24  15:15:39
5547         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
5548              From: Peter Scott <Peter@PSDT.com>
5549              Date: Mon, 23 Oct 2000 19:46:01 -0700
5550              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
5551      Branch: perl
5552            ! pod/perlfaq5.pod
5553 ____________________________________________________________________________
5554 [  7423] By: jhi                                   on 2000/10/24  14:25:30
5555         Log: Test tweak to avoid pulling in the whole Config.
5556      Branch: perl
5557            ! t/lib/st-lock.t
5558 ____________________________________________________________________________
5559 [  7422] By: jhi                                   on 2000/10/24  14:03:16
5560         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
5561      Branch: perl
5562            ! pp.c
5563 ____________________________________________________________________________
5564 [  7421] By: jhi                                   on 2000/10/24  13:32:09
5565         Log: (Replaced by #7440.)
5566              
5567              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5568              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5569              Date: Mon, 23 Oct 2000 16:40:54 -0400
5570              Message-ID: <20001023164054.B14491@O2.chapin.edu>
5571      Branch: perl
5572            ! t/lib/syslog.t
5573 ____________________________________________________________________________
5574 [  7420] By: jhi                                   on 2000/10/24  13:30:53
5575         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
5576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5577              Date: Mon, 23 Oct 2000 17:29:03 -0400
5578              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
5579      Branch: perl
5580            ! lib/ExtUtils/MM_Unix.pm
5581 ____________________________________________________________________________
5582 [  7419] By: jhi                                   on 2000/10/24  13:29:57
5583         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
5584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5585              Date: Mon, 23 Oct 2000 19:01:32 -0400
5586              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
5587      Branch: perl
5588            ! utils/h2xs.PL
5589 ____________________________________________________________________________
5590 [  7418] By: jhi                                   on 2000/10/24  13:26:04
5591         Log: Replace #7409 with
5592              
5593              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
5594              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5595              Date: Mon, 23 Oct 2000 20:08:56 +0200
5596              Message-ID: <20001023200855.A14850@nice.ram.loc>
5597      Branch: perl
5598            ! ext/Storable/Storable.pm t/lib/st-lock.t
5599 ____________________________________________________________________________
5600 [  7417] By: jhi                                   on 2000/10/24  13:17:52
5601         Log: Run vms/vms_yfix.pl, should have done that after changing
5602              perly.c in #7382.
5603      Branch: perl
5604            ! vms/perly_c.vms vms/perly_h.vms
5605 ____________________________________________________________________________
5606 [  7416] By: jhi                                   on 2000/10/24  02:55:33
5607         Log: Make the UTF-8 decoding stricter and more verbose when
5608              malformation happens.  This involved adding an argument
5609              to utf8_to_uv_chk(), which involved changing its prototype,
5610              and prefer STRLEN over I32 for the UTF-8 length, which as
5611              a domino effect necessitated changing the prototypes of
5612              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
5613              The stricter UTF-8 decoding checking uses Markus Kuhn's
5614              UTF-8 Decode Stress Tester from
5615              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
5616      Branch: perl
5617            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
5618            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
5619            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
5620            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
5621 ____________________________________________________________________________
5622 [  7415] By: jhi                                   on 2000/10/23  14:06:06
5623         Log: Update Changes.
5624      Branch: perl
5625            ! Changes patchlevel.h
5626 ____________________________________________________________________________
5627 [  7414] By: jhi                                   on 2000/10/23  12:39:52
5628         Log: Undo the basename() part of #7412 since the lib/basename
5629              tests would need upgrading too.
5630      Branch: perl
5631            ! lib/File/Basename.pm
5632 ____________________________________________________________________________
5633 [  7413] By: jhi                                   on 2000/10/23  12:19:27
5634         Log: Document PERL_INSTALL_ROOT of #7210.
5635      Branch: perl
5636            ! lib/ExtUtils/Install.pm
5637 ____________________________________________________________________________
5638 [  7412] By: jhi                                   on 2000/10/23  12:16:47
5639         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
5640      Branch: perl
5641            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
5642            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
5643 ____________________________________________________________________________
5644 [  7411] By: jhi                                   on 2000/10/23  12:07:41
5645         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
5646              From: Prymmer/Kahn <pvhp@best.com>
5647              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
5648              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
5649      Branch: perl
5650            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
5651 ____________________________________________________________________________
5652 [  7410] By: jhi                                   on 2000/10/23  04:10:11
5653         Log: The change #7187 was not so good on VMS.
5654              
5655              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
5656              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5657              Date: Sun, 22 Oct 2000 23:03:08 -0500
5658              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
5659      Branch: perl
5660            ! utils/perldoc.PL
5661 ____________________________________________________________________________
5662 [  7409] By: jhi                                   on 2000/10/23  03:57:36
5663         Log: Avoid Storable locking on DJGPP for now.
5664              
5665              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
5666              From: "Peter J. Farley III" <pjfarley@banet.net>
5667              Date: Sun, 22 Oct 2000 20:00:00 -0400
5668              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
5669      Branch: perl
5670            ! ext/Storable/Storable.pm t/lib/st-lock.t
5671 ____________________________________________________________________________
5672 [  7408] By: jhi                                   on 2000/10/23  03:50:24
5673         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
5674              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5675              Date: Sun, 22 Oct 2000 21:12:22 -0400
5676              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
5677      Branch: perl
5678            ! lib/vars.pm
5679 ____________________________________________________________________________
5680 [  7407] By: jhi                                   on 2000/10/23  03:43:12
5681         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
5682              From: Hugo <hv@crypt.compulink.co.uk>
5683              Date: Mon, 23 Oct 2000 00:47:22 +0100
5684              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
5685      Branch: perl
5686            ! regexec.c t/op/pat.t
5687 ____________________________________________________________________________
5688 [  7406] By: jhi                                   on 2000/10/23  03:40:29
5689         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
5690      Branch: perl
5691            ! lib/ExtUtils/MakeMaker.pm
5692 ____________________________________________________________________________
5693 [  7405] By: jhi                                   on 2000/10/22  21:32:00
5694         Log: Doc patch.
5695              
5696              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
5697              From: rspier@pobox.com (Robert Spier)
5698              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
5699              Message-ID: <14835.16112.13457.447971@rls.cx>
5700      Branch: perl
5701            ! lib/strict.pm
5702 ____________________________________________________________________________
5703 [  7404] By: jhi                                   on 2000/10/22  21:30:51
5704         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
5705              From: rspier@pobox.com (Robert Spier)
5706              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
5707              Message-ID: <14835.17223.72448.705566@rls.cx>
5708      Branch: perl
5709            ! lib/ExtUtils/MakeMaker.pm
5710 ____________________________________________________________________________
5711 [  7403] By: jhi                                   on 2000/10/22  21:24:11
5712         Log: Subject: [PATCH bleadperl] ripples from constsub patch
5713              From: John Tobey <jtobey@john-edwin-tobey.org>
5714              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
5715              Message-Id: <m13nSOB-000FObC@feynman.localnet>
5716      Branch: perl
5717            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
5718 ____________________________________________________________________________
5719 [  7402] By: jhi                                   on 2000/10/22  20:59:35
5720         Log: Support s?printf parameter reordering.
5721      Branch: perl
5722            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
5723 ____________________________________________________________________________
5724 [  7401] By: jhi                                   on 2000/10/22  19:19:14
5725         Log: Expand %Config variables only if explicitly so requested
5726              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
5727              
5728              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
5729              From: Gurusamy Sarathy <gsar@ActiveState.com>
5730              Date: Sun, 22 Oct 2000 11:47:32 -0700
5731              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
5732      Branch: perl
5733            ! Makefile.SH lib/lib_pm.PL
5734 ____________________________________________________________________________
5735 [  7400] By: jhi                                   on 2000/10/22  18:24:10
5736         Log: Move the #7390 test from warn/op to comp/redef.
5737              
5738              Subject: Re: Creating const subs for constants.
5739              From: John Tobey <jtobey@john-edwin-tobey.org>
5740              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
5741              Message-Id: <m13nG72-000FObC@feynman.localnet>               
5742      Branch: perl
5743            ! t/comp/redef.t t/pragma/warn/op
5744 ____________________________________________________________________________
5745 [  7399] By: jhi                                   on 2000/10/22  17:49:59
5746         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
5747              From: Nicholas Clark <nick@ccl4.org>
5748              Date: Sat, 21 Oct 2000 22:23:19 +0100
5749              Message-ID: <20001021222319.B45586@plum.flirble.org>
5750      Branch: perl
5751            ! ext/DynaLoader/DynaLoader_pm.PL
5752 ____________________________________________________________________________
5753 [  7398] By: jhi                                   on 2000/10/22  17:47:35
5754         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
5755              From: Hugo <hv@crypt.compulink.co.uk>
5756              Date: Sat, 21 Oct 2000 18:19:59 +0100
5757              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
5758      Branch: perl
5759            ! ext/B/B.pm ext/B/B/C.pm
5760 ____________________________________________________________________________
5761 [  7397] By: jhi                                   on 2000/10/22  17:35:18
5762         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
5763              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5764              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
5765              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
5766      Branch: perl
5767            ! hints/openbsd.sh
5768 ____________________________________________________________________________
5769 [  7396] By: jhi                                   on 2000/10/22  17:19:46
5770         Log: Subject: installman go-faster stripes
5771              From: Nicholas Clark <nick@talking.bollo.cx>
5772              Date: Sat, 21 Oct 2000 17:24:53 +0100
5773              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
5774              
5775              Subject: Re: installman go-faster stripes
5776              From: Russ Allbery <rra@stanford.edu>
5777              Date: 21 Oct 2000 11:04:13 -0700
5778              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
5779      Branch: perl
5780            ! installman pod/pod2man.PL
5781 ____________________________________________________________________________
5782 [  7395] By: jhi                                   on 2000/10/22  17:17:35
5783         Log: Hints tweak from Anton Berezin.
5784      Branch: perl
5785            ! hints/freebsd.sh
5786 ____________________________________________________________________________
5787 [  7394] By: jhi                                   on 2000/10/22  04:50:04
5788         Log: Tweak the Is* definitions of Unicode character classes
5789              to better match the official categorizations; embrace
5790              the official categorizations; add the combining marks
5791              as alpha (and -numeric); fix DCinital (a typo and edito)
5792              to be DCmedial.
5793      Branch: perl
5794            + lib/unicode/Is/DCmedial.pl
5795            - lib/unicode/Is/DCinital.pl
5796            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5797            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
5798            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
5799            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
5800 ____________________________________________________________________________
5801 [  7393] By: jhi                                   on 2000/10/21  18:06:05
5802         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
5803              From: Daniel Chetlin <daniel@chetlin.com>
5804              Date: Sat, 21 Oct 2000 02:57:03 -0700
5805              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
5806      Branch: perl
5807            + t/lib/tie-splice.t
5808            ! MANIFEST lib/Tie/Array.pm
5809 ____________________________________________________________________________
5810 [  7392] By: gsar                                  on 2000/10/21  18:05:15
5811         Log: resync utfperl branch with mainline
5812      Branch: utfperl
5813           !> (integrate 1760 files)
5814 ____________________________________________________________________________
5815 [  7391] By: jhi                                   on 2000/10/21  14:37:49
5816         Log: Testcases for a #7383,#7385 related bug.
5817              
5818              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
5819              From: Nicholas Clark <nick@ccl4.org>
5820              Date: Sat, 21 Oct 2000 15:04:51 +0100
5821              Message-ID: <20001021150451.A51566@plum.flirble.org>
5822      Branch: perl
5823            ! t/pragma/utf8.t
5824 ____________________________________________________________________________
5825 [  7390] By: jhi                                   on 2000/10/21  14:35:57
5826         Log: Add a testcase for #7389.
5827      Branch: perl
5828            ! t/pragma/warn/op
5829 ____________________________________________________________________________
5830 [  7389] By: jhi                                   on 2000/10/21  14:26:45
5831         Log: Subject: Re: Creating const subs for constants.
5832              From: John Tobey <jtobey@john-edwin-tobey.org>
5833              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
5834              Message-Id: <m13mo0N-000FObC@feynman.localnet>
5835      Branch: perl
5836            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
5837            ! proto.h sv.c
5838 ____________________________________________________________________________
5839 [  7388] By: nick                                  on 2000/10/21  11:44:23
5840         Log: Populate perlio branch
5841      Branch: perlio
5842           +> (branch 1760 files)
5843 ____________________________________________________________________________
5844 [  7387] By: nick                                  on 2000/10/21  10:52:05
5845         Log: Get branch back as replica of mainline via :
5846              p4 integrate -b utfperl
5847              p4 resolve -at ./...
5848      Branch: utfperl
5849           +> (branch 269 files)
5850            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
5851            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
5852            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
5853            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
5854            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
5855            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5856            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5857            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5858            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5859            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5860            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5861            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5862            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5863            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5864            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5865            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5866            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5867            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5868            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
5869            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
5870            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
5871            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
5872            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
5873            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
5874            - lib/unicode/UCD300.html lib/unicode/Unicode.300
5875            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
5876            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
5877            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
5878            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
5879           !> (integrate 965 files)
5880 ____________________________________________________________________________
5881 [  7386] By: jhi                                   on 2000/10/21  01:31:12
5882         Log: Update Changes.
5883      Branch: perl
5884            ! Changes patchlevel.h
5885 ____________________________________________________________________________
5886 [  7385] By: jhi                                   on 2000/10/21  01:28:42
5887         Log: The #7383 was right only in the context of the original bug report,
5888              not in more general case.
5889      Branch: perl
5890            ! pp_hot.c
5891 ____________________________________________________________________________
5892 [  7384] By: jhi                                   on 2000/10/21  01:08:23
5893         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
5894      Branch: perl
5895            ! ext/IO/lib/IO/Select.pm
5896 ____________________________________________________________________________
5897 [  7383] By: jhi                                   on 2000/10/21  00:44:18
5898         Log: Fix for ID 20001020.006, concatenating an unset submatch
5899              with utf8 resulted in "Modification of a read-only value".
5900      Branch: perl
5901            ! pp_hot.c t/pragma/utf8.t
5902 ____________________________________________________________________________
5903 [  7382] By: jhi                                   on 2000/10/20  20:44:31
5904         Log: Make scan_num() reëntrant, as suggested in
5905              
5906              Subject: [PATCH perl@7229] Rentrant parser and yylex()
5907              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5908              Date: Fri, 20 Oct 2000 14:17:27 +0100
5909              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
5910      Branch: perl
5911            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
5912            ! toke.c
5913 ____________________________________________________________________________
5914 [  7381] By: jhi                                   on 2000/10/20  20:07:29
5915         Log: Reëntrancy fix.
5916              
5917              Subject: [PATCH perl@7229] Rentrant parser and yylex()
5918              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5919              Date: Fri, 20 Oct 2000 14:17:27 +0100
5920              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
5921      Branch: perl
5922            ! embed.h embed.pl perl.h proto.h toke.c
5923 ____________________________________________________________________________
5924 [  7380] By: jhi                                   on 2000/10/20  19:15:54
5925         Log: Don't write double values through long double pointers,
5926              based on a part of
5927              
5928              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
5929              From: Jens Hamisch <jens@Strawberry.COM>
5930              Date: Tue, 17 Oct 2000 08:39:36 +0200
5931              Message-Id: <20001017083936.A11104@Strawberry.COM>
5932      Branch: perl
5933            ! perl.h pp.c
5934 ____________________________________________________________________________
5935 [  7379] By: jhi                                   on 2000/10/20  18:43:37
5936         Log: Portability tweak on #7377.
5937              
5938              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
5939              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5940              Date:     Fri, 20 Oct 2000 13:13:41 EDT
5941              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
5942      Branch: perl
5943            ! t/lib/dprof.t
5944 ____________________________________________________________________________
5945 [  7378] By: jhi                                   on 2000/10/20  12:57:19
5946         Log: SOCKS function redefinitions need prototypes, too, otherwise
5947              for example 32 bit versus 64 bit differences cause a lot of
5948              problems.  Part of
5949              
5950              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
5951              From: Jens Hamisch <jens@Strawberry.COM>
5952              Date: Tue, 17 Oct 2000 08:39:36 +0200
5953              Message-Id: <20001017083936.A11104@Strawberry.COM>
5954      Branch: perl
5955            ! doio.c pp_sys.c
5956 ____________________________________________________________________________
5957 [  7377] By: jhi                                   on 2000/10/20  12:37:12
5958         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
5959              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5960              Date:     Fri, 20 Oct 2000 08:26:04 EDT
5961              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
5962      Branch: perl
5963            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
5964 ____________________________________________________________________________
5965 [  7376] By: jhi                                   on 2000/10/20  12:35:31
5966         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
5967              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5968              Date:     Fri, 20 Oct 2000 07:48:15 EDT
5969              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
5970      Branch: perl
5971            ! configure.com vms/gen_shrfls.pl
5972 ____________________________________________________________________________
5973 [  7375] By: bailey                                on 2000/10/20  04:44:37
5974         Log: SYN SYN
5975      Branch: vmsperl
5976           +> (branch 134 files)
5977            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
5978            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5979            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5980            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
5981            - eg/cgi/frameset.cgi eg/cgi/index.html
5982            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5983            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5984            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5985            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5986            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5987            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5988            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5989            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5990            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5991            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5992            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5993            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5994            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5995            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
5996            - lib/unicode/Props.txt lib/unicode/UCD300.html
5997            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
5998            - utils/perlbc.PL vms/subconfigure.com
5999           !> (integrate 785 files)
6000 ____________________________________________________________________________
6001 [  7374] By: jhi                                   on 2000/10/20  00:59:48
6002         Log: In the latest compiler builds cccdlflags must not become -fpic,
6003              from Wilfredo Sánchez.
6004      Branch: perl
6005            ! hints/darwin.sh
6006 ____________________________________________________________________________
6007 [  7373] By: jhi                                   on 2000/10/20  00:56:35
6008         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
6009              From: Tony Cook <tony@develop-help.com>
6010              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
6011              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
6012      Branch: perl
6013            ! pod/perlop.pod
6014 ____________________________________________________________________________
6015 [  7372] By: jhi                                   on 2000/10/19  19:34:40
6016         Log: Typo noted by Mark Lutz.
6017      Branch: perl
6018            ! t/op/64bitint.t
6019 ____________________________________________________________________________
6020 [  7371] By: jhi                                   on 2000/10/19  19:33:13
6021         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
6022      Branch: metaconfig
6023            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6024      Branch: metaconfig/U/perl
6025            ! End.U dlsrc.U libperl.U
6026      Branch: perl
6027            + hints/nonstopux.sh
6028            ! Configure MANIFEST config_h.SH
6029 ____________________________________________________________________________
6030 [  7370] By: jhi                                   on 2000/10/19  17:18:08
6031         Log: Subject: PATCH do_print has 2 PerlIO_error()s
6032              From: nick@ccl4.org
6033              Date: Thu, 19 Oct 2000 18:09:20 +0100
6034              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
6035      Branch: perl
6036            ! doio.c
6037 ____________________________________________________________________________
6038 [  7369] By: jhi                                   on 2000/10/19  14:01:49
6039         Log: Update Changes.
6040      Branch: perl
6041            ! Changes patchlevel.h
6042 ____________________________________________________________________________
6043 [  7368] By: jhi                                   on 2000/10/19  13:04:29
6044         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
6045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6046              Date: Wed, 18 Oct 2000 13:12:01 +0200
6047              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
6048      Branch: perl
6049            ! hints/aix.sh
6050 ____________________________________________________________________________
6051 [  7367] By: jhi                                   on 2000/10/19  02:22:40
6052         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
6053              of a 'pmshort' anywhere in the B, so the offending line was simply
6054              removed.
6055      Branch: perl
6056            ! ext/B/B/Debug.pm
6057 ____________________________________________________________________________
6058 [  7366] By: jhi                                   on 2000/10/19  02:12:37
6059         Log: Add the test case for the bug id 20000730.004 which seems
6060              to have been fixed by now.
6061      Branch: perl
6062            ! t/pragma/utf8.t
6063 ____________________________________________________________________________
6064 [  7365] By: jhi                                   on 2000/10/18  23:36:24
6065         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
6066              From: Hugo <hv@crypt.compulink.co.uk>
6067              Date: Wed, 18 Oct 2000 23:25:58 +0100
6068              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
6069      Branch: perl
6070            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
6071 ____________________________________________________________________________
6072 [  7364] By: jhi                                   on 2000/10/18  21:12:53
6073         Log: (retracted)
6074      Branch: perl
6075            ! pp.c
6076 ____________________________________________________________________________
6077 [  7363] By: jhi                                   on 2000/10/18  20:55:38
6078         Log: Missing change from #7362.
6079      Branch: perl
6080            ! win32/perlhost.h
6081 ____________________________________________________________________________
6082 [  7362] By: jhi                                   on 2000/10/18  20:52:01
6083         Log: Borland C fstat() never saw the fd as writable.
6084              
6085              Subject: fix for Borland's weak "stat" (perl@7211)
6086              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6087              Date: Mon, 16 Oct 2000 09:55:03 +0400
6088              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
6089      Branch: perl
6090            ! win32/win32.c
6091 ____________________________________________________________________________
6092 [  7361] By: jhi                                   on 2000/10/18  17:43:50
6093         Log: Regen toc.
6094      Branch: perl
6095            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
6096 ____________________________________________________________________________
6097 [  7360] By: jhi                                   on 2000/10/18  17:07:44
6098         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6099              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
6100              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
6101              Date: Mon, 16 Oct 2000 15:19:49 +0200
6102      Branch: perl
6103            + README.aix
6104            ! MANIFEST
6105 ____________________________________________________________________________
6106 [  7359] By: jhi                                   on 2000/10/18  17:04:49
6107         Log: Subject: Pod patch for Devel::Peek
6108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6109              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
6110              Date: Mon, 16 Oct 2000 12:26:34 +0200
6111      Branch: perl
6112            ! ext/Devel/Peek/Peek.pm
6113 ____________________________________________________________________________
6114 [  7358] By: jhi                                   on 2000/10/18  17:03:15
6115         Log: Make Cwd more bulletproof in chrooted environments.
6116              
6117              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
6118              From: "Eric E. Coe" <Eric.Coe@oracle.com>
6119              Date: Wed, 18 Oct 2000 04:03:54 -0400
6120              Message-Id: <39ED596A.70E599FE@oracle.com>
6121      Branch: perl
6122            ! lib/Cwd.pm
6123 ____________________________________________________________________________
6124 [  7357] By: jhi                                   on 2000/10/18  16:37:26
6125         Log: Disable the UTF8 downgrade croakage for now to avoid
6126              too many not okay messages.
6127      Branch: perl
6128            ! doio.c
6129 ____________________________________________________________________________
6130 [  7356] By: jhi                                   on 2000/10/17  23:29:41
6131         Log: Show the failed remote port, instead of the failing line number.
6132              
6133              Subject: [PATCH 5.6.1 Debugger] More diagnostics
6134              From: David Sparks <daves@ActiveState.com>
6135              Date: Tue, 17 Oct 2000 15:00:24 -0700
6136              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
6137      Branch: perl
6138            ! lib/perl5db.pl
6139 ____________________________________________________________________________
6140 [  7355] By: jhi                                   on 2000/10/17  14:11:31
6141         Log: On output try to downgrade to bytes, croak if impossible,
6142              from Simon Cozens.  This means that outputting >255 UTF8
6143              is impossible.  Consider this as a strong incentive to get
6144              the I/O disciplines implemented.
6145      Branch: perl
6146            ! doio.c pod/perldiag.pod sv.c
6147 ____________________________________________________________________________
6148 [  7354] By: jhi                                   on 2000/10/17  13:42:23
6149         Log: Clarify documentation on 'use bytes'.
6150              
6151              Subject: Re: What does 'use bytes' "mean" ?
6152              From: Simon Cozens <simon@cozens.net>
6153              Date: Mon, 18 Sep 2000 18:24:25 +0100
6154              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
6155      Branch: perl
6156            ! lib/bytes.pm
6157 ____________________________________________________________________________
6158 [  7353] By: jhi                                   on 2000/10/17  13:28:12
6159         Log: Workaround for a sfio bug where the stream error indicator
6160              is not cleared as documented.
6161              
6162              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
6163              From: Nicholas Clark <nick@ccl4.org>
6164              Date: Mon, 16 Oct 2000 18:28:23 +0100
6165              Message-ID: <20001016182823.J19700@plum.flirble.org>
6166      Branch: perl
6167            ! doio.c
6168 ____________________________________________________________________________
6169 [  7352] By: jhi                                   on 2000/10/17  13:06:19
6170         Log: More IoTYPE sprinkling.
6171      Branch: perl
6172            ! doio.c pp_hot.c
6173 ____________________________________________________________________________
6174 [  7351] By: jhi                                   on 2000/10/16  22:47:07
6175         Log: Detect early whether the std streams have gone bad.
6176              
6177              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
6178              Date: Mon, 16 Oct 2000 23:28:42 +0100
6179              From: Nicholas Clark <nick@ccl4.org>
6180              Message-ID: <20001016232842.A37942@plum.flirble.org>
6181      Branch: perl
6182            ! t/op/misc.t
6183 ____________________________________________________________________________
6184 [  7350] By: jhi                                   on 2000/10/16  22:45:16
6185         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
6186              From: "Peter J. Farley III" <pjfarley@banet.net>
6187              Date: Mon, 16 Oct 2000 18:15:59 -0400
6188              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
6189      Branch: perl
6190            ! djgpp/djgpp.c dosish.h t/io/open.t
6191 ____________________________________________________________________________
6192 [  7349] By: jhi                                   on 2000/10/16  22:36:45
6193         Log: perldelta tweak.
6194      Branch: perl
6195            ! pod/perldelta.pod
6196 ____________________________________________________________________________
6197 [  7348] By: jhi                                   on 2000/10/16  15:17:53
6198         Log: Update Changes.
6199      Branch: perl
6200            ! Changes patchlevel.h
6201 ____________________________________________________________________________
6202 [  7347] By: jhi                                   on 2000/10/16  13:55:27
6203         Log: Add the capability to include/exclude branches.
6204      Branch: perl
6205            ! Porting/genlog
6206 ____________________________________________________________________________
6207 [  7346] By: jhi                                   on 2000/10/16  13:18:04
6208         Log: Add Charles Lane.
6209      Branch: perl
6210            ! AUTHORS Changes
6211 ____________________________________________________________________________
6212 [  7345] By: jhi                                   on 2000/10/16  13:13:21
6213         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
6214      Branch: perl
6215            ! pod/perldelta.pod
6216 ____________________________________________________________________________
6217 [  7344] By: gsar                                  on 2000/10/16  09:30:21
6218         Log: integrate change#6220 from cfgperl
6219              
6220              Win32 patches from Benjamin Stuhl.
6221      Branch: maint-5.6/perl
6222           !> makedef.pl win32/win32.h
6223 ____________________________________________________________________________
6224 [  7343] By: gsar                                  on 2000/10/16  08:32:19
6225         Log: integrate changes#6221,6222 from cfgperl
6226              
6227              Remove tr///CU (the feature is to be obsoleted by better interfaces).
6228              From: simon@brecon.co.uk (Simon Cozens)
6229              Subject: [PATCH] Eliminate tr///[CU][CU]
6230              Date: 23 Jun 2000 11:05:40 GMT
6231              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
6232              
6233              doc typo fix
6234              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
6235              From: Ian Phillipps <Ian.Phillipps@iname.com>
6236              Date: Fri, 23 Jun 2000 10:40:58 +0100
6237              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
6238      Branch: maint-5.6/perl
6239           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
6240 ____________________________________________________________________________
6241 [  7342] By: gsar                                  on 2000/10/16  08:28:08
6242         Log: integrate change#6217 from cfgperl (in part)
6243              
6244              Rename the fdpid locking and integrate with Sarathy.
6245      Branch: maint-5.6/perl
6246           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
6247           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
6248           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
6249           !> win32/win32.c
6250 ____________________________________________________________________________
6251 [  7341] By: gsar                                  on 2000/10/16  08:23:39
6252         Log: integrate changes#6214..6216 from mainline
6253              
6254              @_ can't have junk in it even in the non-USE_ITHREADS case because
6255              caller() wants to populate @DB::args with it (causes a coredump
6256              in Carp::confess())
6257              
6258              tweak comment about @DB::args
6259              
6260              be more optimal about clearing @_
6261      Branch: maint-5.6/perl
6262           !> av.h cop.h pp_ctl.c t/op/runlevel.t
6263 ____________________________________________________________________________
6264 [  7340] By: gsar                                  on 2000/10/16  08:20:37
6265         Log: integrate changes#6207..6210 from cfgperl
6266              
6267              Subject: [PATCH 5.6.0] Threadsafe patches
6268              From: Dan Sugalski <dan@sidhe.org>
6269              To: perl5-porters@perl.org
6270              Date: Mon, 08 May 2000 18:08:13 -0400
6271              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
6272              
6273              Regen headers for #6207.
6274              
6275              Lock PL_fdpid against race conditions, based on:
6276              Subject: [PATCH 5.6.0]subprocess fixup for threads
6277              From: Dan Sugalski <dan@sidhe.org>
6278              To: perl5-porters@perl.org
6279              Date: Tue, 11 Apr 2000 17:02:32 -0400
6280              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
6281              
6282              Mopup for #6207 and #6209.
6283      Branch: maint-5.6/perl
6284           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
6285           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
6286           !> win32/win32.c
6287 ____________________________________________________________________________
6288 [  7339] By: gsar                                  on 2000/10/16  08:14:34
6289         Log: integrate change#6203 from cfgperl
6290              
6291              perldiag should refer to perlos2.pod not README.os2
6292      Branch: maint-5.6/perl
6293           !> pod/perldiag.pod
6294 ____________________________________________________________________________
6295 [  7338] By: gsar                                  on 2000/10/16  08:11:42
6296         Log: integrate change#6201 from mainline
6297              
6298              Perl_eval_pv() leaks 4 bytes every time it is called because it
6299              does a PUSHMARK that's never ever POPMARKed; in general, only
6300              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
6301              Perl_eval_[sp]v() don't because they don't take any incoming
6302              arguments (this leak has been around since the original version
6303              of perl_eval_pv() in 5.003_97e)
6304      Branch: maint-5.6/perl
6305           !> perl.c
6306 ____________________________________________________________________________
6307 [  7337] By: gsar                                  on 2000/10/16  08:08:47
6308         Log: integrate changes#6197..6200 from cfgperl
6309              
6310              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
6311              From: John Borwick <jhborwic@unity.ncsu.edu>
6312              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
6313              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
6314              
6315              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
6316              From: Dan Sugalski <dan@sidhe.org>
6317              To: vmsperl@perl.org, perl5-porters@perl.org
6318              Date: Fri, 02 Jun 2000 16:00:41 -0400
6319              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
6320              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
6321              
6322              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
6323              From: Dan Sugalski <dan@sidhe.org>
6324              To: perl5-porters@perl.org, vmsperl@perl.org
6325              Date: Fri, 02 Jun 2000 17:30:51 -0400
6326              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
6327              
6328              Update to cperl-mode.el 4.31 from
6329              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
6330              Subject: A couple of notes
6331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6332              To: Mailing list Perl5 <perl5-porters@perl.org>
6333              Date: Sat, 3 Jun 2000 23:33:32 -0400
6334              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
6335      Branch: maint-5.6/perl
6336           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
6337           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
6338           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
6339           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
6340           !> vms/vmsish.h
6341 ____________________________________________________________________________
6342 [  7336] By: gsar                                  on 2000/10/16  08:03:46
6343         Log: integrate changes#6194,6195 from mainline
6344              
6345              fix small eval"" memory leaks under USE_ITHREADS
6346              
6347              fix yet another eval"" leak under USE_ITHREADS
6348      Branch: maint-5.6/perl
6349           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
6350           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6351           !> vms/perly_c.vms
6352 ____________________________________________________________________________
6353 [  7335] By: gsar                                  on 2000/10/16  08:02:15
6354         Log: integrate changes#6190,6191 from mainline
6355              
6356              submit missing embed.pl change
6357              
6358              vec() loses numericalness (modified version of patch suggested
6359              by Robin Barker)
6360      Branch: maint-5.6/perl
6361           !> doop.c embed.pl t/op/vec.t
6362 ____________________________________________________________________________
6363 [  7334] By: gsar                                  on 2000/10/16  08:01:03
6364         Log: integrate change#6189 from mainline
6365              
6366              counting tr/// corrupts later operation (from M.J.T Guy)
6367      Branch: maint-5.6/perl
6368           !> doop.c t/op/tr.t
6369 ____________________________________________________________________________
6370 [  7333] By: gsar                                  on 2000/10/16  07:59:07
6371         Log: integrate changes#6183..6188 from mainline
6372              
6373              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
6374              <nick@ccl4.org>)
6375              
6376              tweak for change#6127
6377              
6378              remove incorrect documentation about implicit split to @_ in
6379              list context, which never really worked in perl 5 (from
6380              M.J.T. Guy)
6381              
6382              further qualify references to "alphanumeric" (from Wolfgang Laun
6383              <wolfgang.laun@alcatel.at>)
6384              
6385              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
6386              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6387              
6388              h2xs tweaks
6389      Branch: maint-5.6/perl
6390           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
6391           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
6392           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
6393           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
6394           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
6395           !> pod/pod2latex.PL utils/h2xs.PL
6396 ____________________________________________________________________________
6397 [  7332] By: gsar                                  on 2000/10/16  07:53:52
6398         Log: integrate change#6179 from mainline
6399              
6400              buggy modulus on UVs introduced by change#3378 (resulted in
6401              4063328477 % 65535 amounting to 27406, instead of 27407)
6402      Branch: maint-5.6/perl
6403           !> pp.c t/op/arith.t
6404 ____________________________________________________________________________
6405 [  7331] By: gsar                                  on 2000/10/16  07:52:49
6406         Log: integrate changes#6176,6177,6178,6182 from cfgperl
6407              
6408              Single-quoted utf8 patch from Simon Cozens.
6409              
6410              Substitution utf8 patch from Simon Cozens.
6411              
6412              Be cleaner.
6413              
6414              Be Cleaner Part Deux.
6415      Branch: maint-5.6/perl
6416           !> Makefile.SH pp_hot.c toke.c
6417 ____________________________________________________________________________
6418 [  7330] By: gsar                                  on 2000/10/16  07:41:36
6419         Log: integrate change#6172 from mainline
6420              
6421              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
6422              (from Ilya Zakharevich)
6423      Branch: maint-5.6/perl
6424           !> regexec.c t/op/re_tests
6425 ____________________________________________________________________________
6426 [  7329] By: gsar                                  on 2000/10/16  07:40:25
6427         Log: integrate change#6171 from mainline
6428              
6429              scalar() doesn't force scalar context when used in void context
6430              (from Simon Cozens)
6431      Branch: maint-5.6/perl
6432           !> op.c t/op/wantarray.t
6433 ____________________________________________________________________________
6434 [  7328] By: gsar                                  on 2000/10/16  07:39:33
6435         Log: integrate change#6170 from mainline
6436              
6437              change#6142 needs tweaks to tests to work where there's no
6438              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6439      Branch: maint-5.6/perl
6440           !> t/lib/filefind.t
6441 ____________________________________________________________________________
6442 [  7327] By: gsar                                  on 2000/10/16  07:35:34
6443         Log: integrate changes#6166..6168 from cfgperl
6444              
6445              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
6446              in case somebody wants to write an extension for more
6447              shadow database interfaces.
6448              
6449              tweak todo
6450              
6451              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
6452      Branch: maint-5.6/perl
6453           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6454           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
6455           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
6456           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6457           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6458           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6459 ____________________________________________________________________________
6460 [  7326] By: gsar                                  on 2000/10/16  07:29:05
6461         Log: integrate changes#6157,6159..6161,6164 from cfgperl
6462              
6463              Regen Configure to jive with #6149.
6464              
6465              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
6466              
6467              Changes for the File::Temp 0.08 (change #6159) test suite
6468              to fit better into the Perl distribution test framework.
6469              
6470              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
6471              both from Simon Cozens.
6472              
6473              detypo
6474      Branch: maint-5.6/perl
6475           +> pod/perlmodlib.PL pod/perlnewmod.pod
6476           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
6477           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
6478           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6479           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6480 ____________________________________________________________________________
6481 [  7325] By: gsar                                  on 2000/10/16  07:25:13
6482         Log: integrate change#6158 from vmsperl
6483              
6484              Add fallback to tmpfile for use in cases where user's relying on
6485              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
6486              Lane's patch)
6487      Branch: maint-5.6/perl
6488           !> vms/vms.c vms/vmsish.h
6489 ____________________________________________________________________________
6490 [  7324] By: gsar                                  on 2000/10/16  07:20:50
6491         Log: integrate changes#6153..6155 from mainline
6492              
6493              prettier Test::Harness output on failed tests (from Nicholas Clark
6494              <nick@Bagpuss.uk.boo.com>)
6495              
6496              avoid type mismatch warning
6497              
6498              small bug in change#6144; remove random \xA0 character that snuck
6499              in via change#6145
6500      Branch: maint-5.6/perl
6501           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
6502           !> perl.c
6503 ____________________________________________________________________________
6504 [  7323] By: gsar                                  on 2000/10/16  07:18:47
6505         Log: integrate changes#6151,6152 from mainline
6506              
6507              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
6508              
6509              cosmetic fixups of RE debug output (from Ilya Zakharevich)
6510      Branch: maint-5.6/perl
6511           !> regexec.c
6512 ____________________________________________________________________________
6513 [  7322] By: gsar                                  on 2000/10/16  07:17:25
6514         Log: integrate changes#6146..6150 from mainline
6515              
6516              doc typo
6517              
6518              add a make entry to Config.pm so "perl -V:make" works on VMS
6519              (from Peter Prymmer)
6520              
6521              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
6522              
6523              OS/2 tweaks for usethreads build (from Rocco Caputo
6524              <troc@netrus.net>)
6525              
6526              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
6527      Branch: maint-5.6/perl
6528           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
6529           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
6530           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
6531           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
6532           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
6533           !> warnings.pl x2p/a2p.h
6534 ____________________________________________________________________________
6535 [  7321] By: gsar                                  on 2000/10/16  07:14:02
6536         Log: integrate changes#6143..6145 from mainline
6537              
6538              MacOS support, part 1 (from Matthias Neeracher
6539              <neeri@iis.ee.ethz.ch>)
6540              
6541              MacOS support, part 2: make AutoSplit use File::Spec instead
6542              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
6543              <neeri@iis.ee.ethz.ch>)
6544              
6545              make xsubpp skip embedded pod (from Matthias Neeracher
6546              <neeri@iis.ee.ethz.ch>)
6547      Branch: maint-5.6/perl
6548           +> ext/DynaLoader/dl_mac.xs
6549           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
6550           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6551           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
6552           !> pp_ctl.c proto.h toke.c util.c util.h
6553 ____________________________________________________________________________
6554 [  7320] By: gsar                                  on 2000/10/16  07:12:13
6555         Log: integrate changes#6141,6142 from mainline
6556              
6557              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
6558              forwarded by Peter Seebach from the bsdi-users mailing list.
6559              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
6560              
6561              File::Find fails to chdir when chasing symlinks (from
6562              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6563      Branch: maint-5.6/perl
6564           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
6565 ____________________________________________________________________________
6566 [  7319] By: gsar                                  on 2000/10/16  07:04:30
6567         Log: integrate change#6139 from mainline
6568              
6569              revise mktables.PL for bugs and newness in Unicode 3.0
6570              (from James Bence <jbence@amgen.com>)
6571      Branch: maint-5.6/perl
6572           +> (branch 30 files)
6573           !> (integrate 49 files)
6574 ____________________________________________________________________________
6575 [  7318] By: gsar                                  on 2000/10/16  07:01:01
6576         Log: integrate changes#6137,6138 from mainline
6577              
6578              fix bogus redeclaration warning for "our" variables in different
6579              scopes
6580              
6581              add note about the handling of negative indices to tied arrays
6582              (from Michael G Schwern <schwern@pobox.com>)
6583      Branch: maint-5.6/perl
6584           !> op.c pod/perltie.pod t/pragma/strict-vars
6585 ____________________________________________________________________________
6586 [  7317] By: gsar                                  on 2000/10/16  06:58:46
6587         Log: integrate changes#6127..6136 from mainline
6588              
6589              call_method(...,G_EVAL) can longjmp() out if the method probing
6590              failed (from Gisle Aas)
6591              
6592              new perlxstut example for passing/returning refs to arrays
6593              (from David Lowe <dlowe@pootpoot.com>)
6594              
6595              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
6596              
6597              fix places that mean C<"word" character> but say C<alphanumeric
6598              character>
6599              
6600              avoid warnings in POSIX.pm (from Barrie Slaymaker)
6601              
6602              warnings::enabled() doesn't fall back to looking at $^W if
6603              caller isn't using lexical warnings (from Paul Marquess)
6604              
6605              elide bogus test in change#6132
6606              
6607              make Test::Harness use wait.h/WCOREDUMP if available
6608              (from Ben Tilly <ben_tilly@hotmail.com>)
6609              
6610              enable Test::Harness to dynamically determine column width etc.
6611              (from Rob Napier <rnapier@employees.org>)
6612              
6613              random pod typos (from Peter Scott <Peter@PSDT.com>)
6614      Branch: maint-5.6/perl
6615           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
6616           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
6617           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
6618           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
6619 ____________________________________________________________________________
6620 [  7316] By: gsar                                  on 2000/10/16  06:53:23
6621         Log: integrate change#6126 from mainline
6622              
6623              change#2879 broke rvalue autovivification of magicals such as
6624              ${$num} (reworked variant of patch suggested by Simon Cozens)
6625      Branch: maint-5.6/perl
6626           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
6627           !> pp_hot.c proto.h t/op/gv.t
6628 ____________________________________________________________________________
6629 [  7315] By: gsar                                  on 2000/10/16  06:51:38
6630         Log: integrate changes#6123,6125 from mainline
6631              
6632              clarify gotcha with #line directives (from Rocco Caputo
6633              <troc@netrus.net>)
6634              
6635              enable propagating exception objects via Perl_croak() in XS code
6636              (from Gisle Aas)
6637      Branch: maint-5.6/perl
6638           !> pod/perldebug.pod pod/perlsyn.pod util.c
6639 ____________________________________________________________________________
6640 [  7314] By: gsar                                  on 2000/10/16  06:49:28
6641         Log: integrate change#6122 from mainline
6642              
6643              downgrade fatal error on C<"foo@nosucharray.com"> to optional
6644              warning (from Mark-Jason Dominus)
6645      Branch: maint-5.6/perl
6646           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
6647           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
6648           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
6649           !> toke.c
6650 ____________________________________________________________________________
6651 [  7313] By: gsar                                  on 2000/10/16  06:46:54
6652         Log: integrate changes#6112..6121 from vmsperl
6653              
6654              Check for existence of file before trying to delete
6655              
6656              Ugly workaround for version-specific RTL error
6657              
6658              Urk -- undo previous removal of vmsish 'exit' change
6659              
6660              Add bounds checking for several strings (Charles Lane)
6661              
6662              Miscellaneous cosmetic fixes (Charles Lane)
6663              
6664              Treat sockets as special in sys(read|write) (Charles Lane et al.)
6665              
6666              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
6667              Flatten case labels in switch statements uniformly (Charles Bailey)
6668              
6669              Quiet error messages in vmsish.t (Charles Lane)
6670              
6671              Add missing escape (Charles Lane)
6672              
6673              Allow eliminate_macros() and fixpath() to handle space-delimited
6674              lists (based on fixes by Craig Berry)
6675      Branch: maint-5.6/perl
6676           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
6677           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
6678           !> vms/vmsish.h
6679 ____________________________________________________________________________
6680 [  7312] By: gsar                                  on 2000/10/16  06:41:18
6681         Log: integrate changes#6107,6110 from cfgperl
6682              
6683              Tweak the todo list.
6684              
6685              todo tweak
6686      Branch: maint-5.6/perl
6687           !> Todo-5.6
6688 ____________________________________________________________________________
6689 [  7311] By: gsar                                  on 2000/10/16  06:38:38
6690         Log: integrate changes#6104,6108 from mainline
6691              
6692              PL_sys_intern was being initialized too late on windows
6693              
6694              reenable fake signal handling on Windows, bugs and all
6695      Branch: maint-5.6/perl
6696           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
6697           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
6698           !> win32/win32.c
6699 ____________________________________________________________________________
6700 [  7310] By: gsar                                  on 2000/10/16  06:36:03
6701         Log: integrate changes#6095,6097..6103 from cfgperl
6702              
6703              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
6704              might be useful in future.
6705              
6706              Add a note about possible compilation problems from Allen Smith.
6707              
6708              Add a note about other, yet unsupported, shadow password APIs.
6709              
6710              Tweaks for the cc bugs from Allen Smith.
6711              
6712              More compilation tweakery from Allen Smith.
6713              
6714              Hints and test tweaks for Unicos.
6715              
6716              The test suite tweak in #6101 wasn't quite right.
6717              
6718              Test tweaking for Unicos continues.
6719      Branch: maint-5.6/perl
6720           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6721           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
6722           !> t/lib/complex.t t/op/64bitint.t
6723 ____________________________________________________________________________
6724 [  7309] By: gsar                                  on 2000/10/16  06:29:41
6725         Log: integrate changes#6093,6094 from mainline
6726              
6727              fork() failure to create pseudo process sets errno=EAGAIN and returns
6728              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
6729              
6730              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
6731      Branch: maint-5.6/perl
6732           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
6733           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
6734 ____________________________________________________________________________
6735 [  7308] By: gsar                                  on 2000/10/16  06:27:29
6736         Log: integrate change#6092 from cfgperl
6737              
6738              Regen perltoc with the fixed buildtoc.
6739      Branch: maint-5.6/perl
6740           !> pod/perltoc.pod
6741 ____________________________________________________________________________
6742 [  7307] By: gsar                                  on 2000/10/16  06:26:40
6743         Log: integrate changes#6089,6090 from mainline
6744              
6745              buildtoc tweak to fix newline lossage
6746              
6747              concat doesn't preserve utf8-ness, and doesn't invalidate
6748              [NI]OK; added tests for both
6749      Branch: maint-5.6/perl
6750           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
6751 ____________________________________________________________________________
6752 [  7306] By: gsar                                  on 2000/10/16  06:24:05
6753         Log: integrate change#6088 from cfgperl
6754              
6755              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
6756              because we do not use those.  The HAS_GETSPNAM remains,
6757              though, because we still do use that.
6758      Branch: maint-5.6/perl
6759           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6760           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
6761           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
6762           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6763           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6764           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6765 ____________________________________________________________________________
6766 [  7305] By: gsar                                  on 2000/10/16  06:15:52
6767         Log: integrate changes#6084,6085,6087 from mainline
6768              
6769              substr() does not preserve utf8-ness (from Stefan Eissing
6770              <Eissing@medicaldataservice.de>); added tests
6771              
6772              repeat operator (x) doesn't preserve utf8-ness
6773              
6774              reverse() and quotemeta() weren't preserving utf8-ness; add tests
6775      Branch: maint-5.6/perl
6776           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
6777 ____________________________________________________________________________
6778 [  7304] By: gsar                                  on 2000/10/16  06:13:10
6779         Log: integrate changes#6077..6083 from mainline
6780              
6781              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
6782              and Tom Phoenix)
6783              
6784              workaround for CRT bug in chdir() (from Charles Lane, via
6785              Peter Prymmer)
6786              
6787              remove outdated kludge in Carp (NULLs are permitted in diagnostics
6788              now)
6789              
6790              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
6791              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6792              
6793              better default perlbug categories for ok reports (from Richard Foley)
6794              
6795              peek.t non-portable to ithreads
6796              
6797              note about undocumented caller() return value (from M.J.T. Guy);
6798              yet another peek.t tweak
6799      Branch: maint-5.6/perl
6800           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6801           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6802           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
6803           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
6804           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
6805           !> vms/vmsish.h
6806 ____________________________________________________________________________
6807 [  7303] By: gsar                                  on 2000/10/16  06:03:18
6808         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
6809              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
6810              
6811              &HUGE_VAL is not defined, it exists.
6812              
6813              Do not warn that an infinity does not look like a number.
6814              
6815              Rewrite the pwent/spent logic to be a little bit more clearer.
6816              
6817              Continue on the pwent/spent case.
6818              
6819              Correct Freudian slip.
6820              
6821              Use HUGE_VALL if applicable.
6822              
6823              pwent/spent #ifdef imbalance.
6824              
6825              Infinite problems.
6826              
6827              Call getspnam() only iff needd.
6828              
6829              Test both the scalar and list contexts.
6830              
6831              Use setxxent()/endxxent().
6832              
6833              Complex tweakery.
6834              
6835              Unicos hint tweak.
6836              
6837              Be more forgiving in POSIX about HUGE_VALL.
6838              
6839              Detypo.
6840              
6841              The search of infinity continues, this time simplified.
6842              
6843              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
6844              in natively 64-bit platforms where a long is a quad (no need
6845              for long longs).  Also added bias for IVs.
6846              
6847              Complex tweaks.
6848              
6849              Introduce t/lib/peek.t.
6850              
6851              Make the test more portable.
6852      Branch: maint-5.6/perl
6853           +> t/lib/peek.t
6854            ! pp_sys.c
6855           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
6856           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
6857           !> t/op/pwent.t toke.c util.c
6858 ____________________________________________________________________________
6859 [  7302] By: gsar                                  on 2000/10/16  05:03:37
6860         Log: integrate changes#6066..6071 from mainline
6861              
6862              s/END/CHECK/
6863              
6864              replace direct call to sighandler() with (*PL_sighandlerp)()
6865              
6866              note about values()
6867              
6868              File::Spec compatibility update (from Barrie Slaymaker
6869              <barries@slaysys.com>)
6870              
6871              remove misleading comment (from M.J.T. Guy)
6872              
6873              misformatted perllocal.pod (from Tim Jenness
6874              <t.jenness@jach.hawaii.edu>)
6875      Branch: maint-5.6/perl
6876           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6877           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
6878           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
6879           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
6880 ____________________________________________________________________________
6881 [  7301] By: gsar                                  on 2000/10/16  05:00:08
6882         Log: integrate changes#6061..6063 from mainline
6883              
6884              change#5921 neglected to make eq honor "use bytes"
6885              
6886              additional tests for utf8.t
6887              
6888              tokeq() could read unallocated field in argument
6889      Branch: maint-5.6/perl
6890           !> sv.c t/pragma/utf8.t toke.c
6891 ____________________________________________________________________________
6892 [  7300] By: gsar                                  on 2000/10/16  04:56:54
6893         Log: integrate changes#6046,6048,6057,6058 from mainline
6894              
6895              libscheck has insufficient checks for n32 libs (from
6896              Albert Chin-A-Young <china@thewrittenword.com>)
6897              
6898              add note about how $( doesn't interpolate in REs (from
6899              Philip Newton <newton@ficus.frogspace.net>)
6900              
6901              fix broken parsing of /\x{ab}/
6902              
6903              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
6904              (spotted by Donald Kinzer <dkinzer@premia.com>)
6905      Branch: maint-5.6/perl
6906           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
6907           !> t/pragma/utf8.t
6908 ____________________________________________________________________________
6909 [  7299] By: gsar                                  on 2000/10/16  04:52:50
6910         Log: integrate change#6044 from mainline
6911              
6912              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
6913              such that underscores are only ignored in literal numbers,
6914              "\x{...}", and hex/oct argument
6915      Branch: maint-5.6/perl
6916           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
6917 ____________________________________________________________________________
6918 [  7298] By: gsar                                  on 2000/10/16  04:50:53
6919         Log: integrate changes#6027..6043 from mainline
6920              
6921              podlators-1.02 update (from Russ Allbery)
6922              
6923              Pod::Man generates groff-incompatible macro definition (from
6924              Tom Christiansen)
6925              
6926              add CGI.pm v2.66 (from Lincoln Stein)
6927              
6928              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
6929              for @- and @+ (from Johan Vromans)
6930              
6931              small nits in diagnostics.pm (from Robin Barker)
6932              
6933              whitespace adjustments
6934              
6935              missing files in MANIFEST
6936              
6937              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
6938              to compensate
6939              
6940              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
6941              
6942              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
6943      Branch: maint-5.6/perl
6944           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
6945           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
6946           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
6947           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
6948           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
6949           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
6950           !> t/lib/cgi-html.t t/lib/cgi-request.t
6951 ____________________________________________________________________________
6952 [  7297] By: gsar                                  on 2000/10/16  04:44:30
6953         Log: integrate change#6025 from mainline
6954              
6955              Is{Alnum,Alpha,Word} don't match titlecase
6956              TODO: IsSpace is defined recursively!
6957              (both spotted by Larry)
6958      Branch: maint-5.6/perl
6959           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6960           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6961 ____________________________________________________________________________
6962 [  7296] By: gsar                                  on 2000/10/16  04:39:30
6963         Log: integrate change#6023 from mainline
6964              
6965              debugger stomps on $. (from M.J.T. Guy)
6966      Branch: maint-5.6/perl
6967           !> lib/perl5db.pl
6968 ____________________________________________________________________________
6969 [  7295] By: gsar                                  on 2000/10/16  04:38:02
6970         Log: integrate change#6022 from mainline
6971              
6972              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
6973      Branch: maint-5.6/perl
6974           !> sv.c
6975 ____________________________________________________________________________
6976 [  7294] By: gsar                                  on 2000/10/16  04:37:05
6977         Log: integrate changes#6018..6021 from mainline
6978              
6979              make lib/syslog.t portable to systems that don't have _PATH_LOG,
6980              make _PATH_LOG() return "" if unavailable
6981              
6982              windows portability tweaks
6983              
6984              test tweak
6985              
6986              remove Win2K issue in pod (fixed by change#6020)
6987      Branch: maint-5.6/perl
6988           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
6989           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
6990           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
6991 ____________________________________________________________________________
6992 [  7293] By: gsar                                  on 2000/10/16  04:20:00
6993         Log: integrate changes#6013..6015 from mainline
6994              
6995              tweak change#5945 to display correct switch name in diagnostic
6996              
6997              glob() loading File::Glob behind the scenes may cause syntax errors
6998              
6999              tweak test for portability
7000      Branch: maint-5.6/perl
7001           !> op.c perl.c pod/perldiag.pod t/lib/b.t
7002 ____________________________________________________________________________
7003 [  7292] By: gsar                                  on 2000/10/16  04:18:11
7004         Log: integrate changes#6005..6010 from mainline, cfgperl
7005              
7006              perldoc might fail via "use blib" (from Hugo van der Sanden)
7007              
7008              Regen Configure.
7009              
7010              note about compile failures and END blocks (from M.J.T. Guy)
7011              
7012              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
7013              
7014              (change#6009 integrated earlier in change#7255)
7015              
7016              clarify note about shadow password support (from
7017              gellyfish@gellyfish.com)
7018      Branch: maint-5.6/perl
7019           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7020           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
7021           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
7022 ____________________________________________________________________________
7023 [  7291] By: gsar                                  on 2000/10/16  04:12:03
7024         Log: integrate changes#6002,6003 from mainline
7025              
7026              destructive sv_setsv() can lose UV-ness from source, causing
7027              numeric promotions/comparisons to fail to do the right thing
7028              
7029              allow REG_EXPAND_SZ keys in Windows registry (from
7030              John Clayton <John.Clayton@barclayscapital.com>)
7031      Branch: maint-5.6/perl
7032           !> sv.c win32/win32.c
7033 ____________________________________________________________________________
7034 [  7290] By: gsar                                  on 2000/10/16  04:10:19
7035         Log: integrate change#6001 from mainline
7036              
7037              support additional library locations via $Config{otherlibdirs}
7038              (from Andy Dougherty)
7039      Branch: maint-5.6/perl
7040           !> Configure INSTALL Porting/Glossary Porting/config.sh
7041           !> Porting/config_H config_h.SH epoc/config.sh perl.c
7042           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
7043           !> win32/config.bc win32/config.gc win32/config.vc
7044 ____________________________________________________________________________
7045 [  7289] By: gsar                                  on 2000/10/16  04:08:28
7046         Log: integrate change#5999 from mainline
7047              
7048              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
7049      Branch: maint-5.6/perl
7050           !> t/pragma/warn/toke toke.c
7051 ____________________________________________________________________________
7052 [  7288] By: gsar                                  on 2000/10/16  04:07:01
7053         Log: integrate changes#5997,5998 from cfgperl
7054              
7055              Preserve $!.
7056              
7057              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
7058      Branch: maint-5.6/perl
7059           !> lib/Math/Complex.pm
7060 ____________________________________________________________________________
7061 [  7287] By: gsar                                  on 2000/10/16  04:04:37
7062         Log: integrate change#5995 from mainline
7063              
7064              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
7065      Branch: maint-5.6/perl
7066           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
7067 ____________________________________________________________________________
7068 [  7286] By: gsar                                  on 2000/10/16  04:03:21
7069         Log: integrate change#5994 from mainline
7070              
7071              fix for missed accounting for null byte in pack("Z",...) (from
7072              M.J.T. Guy)
7073      Branch: maint-5.6/perl
7074           !> pp.c t/op/pack.t
7075 ____________________________________________________________________________
7076 [  7285] By: gsar                                  on 2000/10/16  04:02:11
7077         Log: integrate changes#5989..5993 from mainline
7078              
7079              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
7080              itself and no other (from Tom Hughes)
7081              
7082              use $ENV{LIB} to search for libs under Visual C compiler
7083              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
7084              
7085              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
7086              
7087              pod nit (from Simon Cozens)
7088              
7089              various minor tweaks seen on p5p
7090      Branch: maint-5.6/perl
7091           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
7092           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
7093           !> t/op/array.t toke.c
7094 ____________________________________________________________________________
7095 [  7284] By: gsar                                  on 2000/10/16  03:59:00
7096         Log: integrate changes#5978..5988 from mainline
7097              
7098              sync version numbers in File::Spec with the ones on CPAN
7099              (from Barrie Slaymaker)
7100              
7101              under useithreads, constant pad entries could inadvertantly be
7102              shared across threads (from Eric Blood <eblood@xmission.com>);
7103              added Eric's test case to testsuite
7104              
7105              allow Configure -S to run non-interactively (spotted by Greg Hudson
7106              <ghudson@mit.edu>)
7107              
7108              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
7109              prototype mismatch with CORE::glob(); update pod and tests to
7110              suit (File::Glob::glob() is still available for backward
7111              compatibility, but should be considered deprecated)
7112              
7113              avoid error in IO::Socket::INET when given an unknown service name
7114              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
7115              
7116              numeric conversion of non-number in change#3378 tramples on
7117              OOK offset, causing segfaults
7118              
7119              attributes::reftype() doesn't work on tied argument
7120              
7121              forked child may not exit correctly if it failed to open
7122              /dev/console (from Graham Barr)
7123              
7124              add regular expressions tutorial and quick-start guide (from
7125              Mark Kvale <kvale@phy.ucsf.edu>)
7126              
7127              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
7128              
7129              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
7130              <paul@miraclefish.com>)
7131      Branch: maint-5.6/perl
7132           +> pod/perlrequick.pod pod/perlretut.pod
7133           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
7134           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
7135           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
7136           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
7137           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7138           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7139           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
7140           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
7141 ____________________________________________________________________________
7142 [  7283] By: gsar                                  on 2000/10/16  03:52:14
7143         Log: integrate change#5977 from mainline
7144              
7145              autoquote barewords followed by newline and arrow properly
7146              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
7147      Branch: maint-5.6/perl
7148           !> t/pragma/warn/toke toke.c
7149 ____________________________________________________________________________
7150 [  7282] By: gsar                                  on 2000/10/16  03:50:48
7151         Log: integrate change#5976 from mainline
7152              
7153              DB_File v1.73 update (from Paul Marquess)
7154      Branch: maint-5.6/perl
7155           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7156           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
7157 ____________________________________________________________________________
7158 [  7281] By: gsar                                  on 2000/10/16  03:49:14
7159         Log: integrate change#5975 from mainline
7160              
7161              allow sort() reentrancy (variant of patch suggested by
7162              Hugo van der Sanden)
7163      Branch: maint-5.6/perl
7164           !> pp_ctl.c t/op/sort.t
7165 ____________________________________________________________________________
7166 [  7280] By: gsar                                  on 2000/10/16  03:48:22
7167         Log: integrate change#5974 from mainline
7168              
7169              change#4197 somehow missed initializing PL_errors, meaning
7170              syntax error queueing wasn't working outside eval"" at all;
7171              also fixed eval"" to localize PL_error_count, so that compile-time
7172              eval's don't clobber the error state of the outer context
7173      Branch: maint-5.6/perl
7174           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
7175           !> t/pragma/warn/toke
7176 ____________________________________________________________________________
7177 [  7279] By: gsar                                  on 2000/10/16  03:46:21
7178         Log: integrate change#5973 from mainline
7179              
7180              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
7181      Branch: maint-5.6/perl
7182           !> regcomp.c regexec.c t/op/re_tests
7183 ____________________________________________________________________________
7184 [  7278] By: gsar                                  on 2000/10/16  03:44:54
7185         Log: integrate change#5971 from cfgperl
7186              
7187              Unicos tweaks from Mark P. Lutz.
7188      Branch: maint-5.6/perl
7189           !> hints/unicos.sh lib/Math/Complex.pm
7190 ____________________________________________________________________________
7191 [  7277] By: gsar                                  on 2000/10/16  03:42:59
7192         Log: integrate changes#5966..5970 from mainline
7193              
7194              add testsuite for B backends, fix bug in B::Deparse (from
7195              Simon Cozens <simon@brecon.co.uk>)
7196              
7197              improved docs on the warn_uninit diagnostic (from David Glasser
7198              and Simon Cozens)
7199              
7200              tolerate spaces in group names in test on solaris (from David Boyce
7201              <dsb@boyski.com>)
7202              
7203              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
7204              
7205              Data::Dumper fumbles negative numbers on 32-bit platforms where
7206              IV is >32bits
7207      Branch: maint-5.6/perl
7208           +> t/lib/b.t t/lib/syslog.t
7209           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
7210           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
7211           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
7212 ____________________________________________________________________________
7213 [  7276] By: gsar                                  on 2000/10/16  03:39:30
7214         Log: integrate change#5965 from mainline
7215              
7216              avoid "will not stay shared" warnings for our variables (from
7217              Robin Barker)
7218      Branch: maint-5.6/perl
7219           !> op.c t/pragma/warn/op
7220 ____________________________________________________________________________
7221 [  7275] By: gsar                                  on 2000/10/16  03:38:18
7222         Log: integrate change#5964 from mainline
7223              
7224              reformat to 72 columns (again)
7225      Branch: maint-5.6/perl
7226           !> pod/perldiag.pod
7227 ____________________________________________________________________________
7228 [  7274] By: gsar                                  on 2000/10/16  03:36:58
7229         Log: integrate change#5963 from mainline
7230              
7231              patch from Larry to make (\&) prototype work; added tests for
7232              the same
7233      Branch: maint-5.6/perl
7234           !> op.c t/comp/proto.t
7235 ____________________________________________________________________________
7236 [  7273] By: gsar                                  on 2000/10/16  03:35:51
7237         Log: integrate changes#5956..5962 from mainline
7238              
7239              better diagnostics on failed tests (from Ilya Zakharevich)
7240              
7241              pod nits (from A. C. Yardley <yardley@tanet.net>)
7242              
7243              change#3569 deleted some essential code, revert; avoid use of
7244              atexit() to make DynaLoader work properly on AIX under mod_perl
7245              (from Jens-Uwe Mager <jum@helios.de>)
7246              
7247              doubled words in pods (from Simon Cozens
7248              <simon.p.cozens@jp.pwcglobal.com>)
7249              
7250              better INSTALL notes on Solaris issues (from Dominic Dunlop)
7251              
7252              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
7253              
7254              updated README.hpux (from Jeff Okamoto)
7255      Branch: maint-5.6/perl
7256           !> INSTALL README.hpux emacs/cperl-mode.el
7257           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
7258           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
7259           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7260           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
7261           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
7262           !> t/op/lex_assign.t
7263 ____________________________________________________________________________
7264 [  7272] By: gsar                                  on 2000/10/16  03:31:22
7265         Log: integrate change#5955 from mainline
7266              
7267              longstanding bug exposed by change#3307: sort arguments weren't
7268              compiled with the right wantarray context (ensuing runtime lookup
7269              via block_gimme() was getting the incidental context of the
7270              sort() itself)
7271      Branch: maint-5.6/perl
7272           !> op.c t/op/sort.t
7273 ____________________________________________________________________________
7274 [  7271] By: gsar                                  on 2000/10/16  03:29:11
7275         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
7276              branch
7277              
7278              Flatten the cpp jungle doing the nosuid checking.
7279              
7280              Do not assume sign propagation. (from M.J.T. Guy)
7281              
7282              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
7283              
7284              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
7285              Now pp_ncmp() returns undef is either operand is a NaN.
7286              
7287              On second thoughts frexp() does have two arguments.
7288              
7289              Document that tr() is not tr(1).
7290              
7291              Be more robust on "extreme" (large absolute value)
7292              arguments.  Originally reported by Daniel Connelly
7293              as a problem with asinh() on large negative arguments,
7294              asinh() used to bail out because an argument to log()
7295              ended up being zero.  Ilya Zakharevich proposed using
7296              Taylor's series in such cases, which for such large
7297              arguments is a very good approximation.
7298              
7299              Undo "use integer" addition from 64bitint as it seems
7300              to break most of the subtests in Digital UNIX;
7301              Unicos needs to find another way.
7302      Branch: maint-5.6/perl
7303           !> (integrate 29 files)
7304 ____________________________________________________________________________
7305 [  7270] By: gsar                                  on 2000/10/16  03:09:44
7306         Log: integrate changes#5948,5949,5950 from mainline
7307              
7308              typo in vars.pm that leads to cryptic message (from Piotr
7309              Piatkowski <kompas@kompas.usr.onet.pl>)
7310              
7311              make perldoc use the pod2man from the same version (from
7312              M.J.T. Guy)
7313              
7314              reformat perldiag to avoid long lines
7315      Branch: maint-5.6/perl
7316           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
7317 ____________________________________________________________________________
7318 [  7269] By: gsar                                  on 2000/10/16  03:05:54
7319         Log: integrate change#5947 from mainline
7320              
7321              use &dl_error rather than &dl_load_file as the guard for calling
7322              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
7323              statically built perl)
7324      Branch: maint-5.6/perl
7325           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
7326 ____________________________________________________________________________
7327 [  7268] By: gsar                                  on 2000/10/16  03:04:48
7328         Log: integrate change#5945 from mainline
7329              
7330              make module name mandatory after -M switch; reorder perldiag
7331              alphabetically (from Mark-Jason Dominus)
7332      Branch: maint-5.6/perl
7333           !> perl.c pod/perldiag.pod
7334 ____________________________________________________________________________
7335 [  7267] By: gsar                                  on 2000/10/16  03:03:01
7336         Log: integrate change#5939 from mainline
7337              
7338              more pod nits (from Larry Virden)
7339      Branch: maint-5.6/perl
7340           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
7341           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
7342           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
7343 ____________________________________________________________________________
7344 [  7266] By: gsar                                  on 2000/10/16  03:01:39
7345         Log: integrate change#5938 from mainline
7346              
7347              Consolidated B::Deparse fixes (from Stephen McCamant)
7348      Branch: maint-5.6/perl
7349           !> ext/B/B/Deparse.pm
7350 ____________________________________________________________________________
7351 [  7265] By: gsar                                  on 2000/10/16  03:00:43
7352         Log: integrate change#5936 from mainline
7353              
7354              additional tests for change#7263 (from Paul Marquess)
7355      Branch: maint-5.6/perl
7356           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
7357           !> t/pragma/warn/5nolint t/pragma/warn/6default
7358 ____________________________________________________________________________
7359 [  7264] By: gsar                                  on 2000/10/16  02:58:34
7360         Log: integrate change#5934 from mainline
7361              
7362              propagate lexical warnings from surrounding scope correctly
7363              within string eval() (from Paul Marquess)
7364      Branch: maint-5.6/perl
7365           !> pp_ctl.c t/pragma/warn/pp_ctl
7366 ____________________________________________________________________________
7367 [  7263] By: gsar                                  on 2000/10/16  02:56:53
7368         Log: integrate change#5932 from mainline
7369              
7370              add rsignal(), whichsig() and do_join() to public API list
7371              (mod_perl uses them to good advantage)
7372      Branch: maint-5.6/perl
7373           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
7374 ____________________________________________________________________________
7375 [  7262] By: gsar                                  on 2000/10/16  02:55:53
7376         Log: integrate change#5931 from mainline
7377              
7378              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
7379      Branch: maint-5.6/perl
7380           !> pp_hot.c regexec.c t/op/pat.t
7381 ____________________________________________________________________________
7382 [  7261] By: gsar                                  on 2000/10/16  02:55:01
7383         Log: integrate change#5930 from mainline
7384              
7385              small os390 tweaks (from Peter Prymmer)
7386      Branch: maint-5.6/perl
7387           !> config_h.SH makedepend.SH
7388 ____________________________________________________________________________
7389 [  7260] By: gsar                                  on 2000/10/16  02:54:10
7390         Log: integrate change#5929 from mainline
7391              
7392              pod nits
7393      Branch: maint-5.6/perl
7394           !> pod/perlguts.pod
7395 ____________________________________________________________________________
7396 [  7259] By: gsar                                  on 2000/10/16  02:52:55
7397         Log: integrate change#5927 from mainline
7398              
7399              arrange for next() to resume at the unstack op rather than the
7400              loop conditional, so that scope cleanup happens correctly
7401              (from Stephen McCamant)
7402      Branch: maint-5.6/perl
7403           !> op.c pp_ctl.c t/op/misc.t
7404 ____________________________________________________________________________
7405 [  7258] By: gsar                                  on 2000/10/16  02:51:38
7406         Log: integrate change#5926 from mainline
7407              
7408              on windows, reserve 16M of stack rather than 128M (allows more
7409              threads to run concurrently)
7410      Branch: maint-5.6/perl
7411           !> win32/Makefile win32/makefile.mk
7412 ____________________________________________________________________________
7413 [  7257] By: gsar                                  on 2000/10/16  02:50:37
7414         Log: integrate change#5925 from mainline
7415              
7416              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
7417      Branch: maint-5.6/perl
7418           !> toke.c
7419 ____________________________________________________________________________
7420 [  7256] By: gsar                                  on 2000/10/16  02:49:36
7421         Log: integrate change#5924 from mainline
7422              
7423              avoid using uninitialized memory in require version check
7424      Branch: maint-5.6/perl
7425           !> pp_ctl.c universal.c
7426 ____________________________________________________________________________
7427 [  7255] By: gsar                                  on 2000/10/16  02:48:03
7428         Log: integrate changes#5923,5928,6009 from mainline
7429              
7430              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
7431      Branch: maint-5.6/perl
7432           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
7433 ____________________________________________________________________________
7434 [  7254] By: gsar                                  on 2000/10/16  02:44:46
7435         Log: integrate change#5922 from mainline
7436              
7437              commentary about IoTYPE() (from Nathan Torkington)
7438      Branch: maint-5.6/perl
7439           !> sv.h
7440 ____________________________________________________________________________
7441 [  7253] By: gsar                                  on 2000/10/16  02:43:49
7442         Log: integrate change#5921 from mainline
7443              
7444              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
7445      Branch: maint-5.6/perl
7446           !> sv.c t/lib/charnames.t t/pragma/utf8.t
7447 ____________________________________________________________________________
7448 [  7252] By: gsar                                  on 2000/10/16  02:42:31
7449         Log: integrate change#5920 from mainline
7450              
7451              Larry's fix for buggy propagation of utf8-ness in join(); add test
7452      Branch: maint-5.6/perl
7453           !> doop.c t/op/ver.t
7454 ____________________________________________________________________________
7455 [  7251] By: gsar                                  on 2000/10/16  02:41:14
7456         Log: integrate changes#5915..5919 from mainline
7457              
7458              various (pod tweaks &c)
7459      Branch: maint-5.6/perl
7460           !> (integrate 33 files)
7461 ____________________________________________________________________________
7462 [  7250] By: gsar                                  on 2000/10/16  02:38:16
7463         Log: integrate change#5914 from mainline
7464              
7465              caller() wasn't returning the right number of elements for
7466              eval {...}
7467      Branch: maint-5.6/perl
7468           !> pp_ctl.c t/pragma/warn/9enabled
7469 ____________________________________________________________________________
7470 [  7249] By: gsar                                  on 2000/10/16  02:37:02
7471         Log: integrate change#5913 from mainline
7472              
7473              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
7474              (from Mark-Jason Dominus)
7475      Branch: maint-5.6/perl
7476           !> pod/perlfunc.pod
7477 ____________________________________________________________________________
7478 [  7248] By: gsar                                  on 2000/10/16  02:35:58
7479         Log: integrate change#5912 from mainline
7480              
7481              fix totally broken caching in UNIVERSAL::isa() (from
7482              Nick Ing-Simmons)
7483      Branch: maint-5.6/perl
7484           !> t/op/universal.t universal.c
7485 ____________________________________________________________________________
7486 [  7247] By: gsar                                  on 2000/10/16  02:34:27
7487         Log: integrate changes#5910,5911 from mainline
7488              
7489              typo in pod
7490              
7491              add linebreak properties from unicode/LineBrk.txt (from
7492              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
7493      Branch: maint-5.6/perl
7494           +> (branch 29 files)
7495           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
7496 ____________________________________________________________________________
7497 [  7246] By: gsar                                  on 2000/10/16  02:33:29
7498         Log: integrate change#5909 from mainline
7499              
7500              mode argument to do_binmode() should be file mode, not boolean
7501      Branch: maint-5.6/perl
7502           !> pp_sys.c
7503 ____________________________________________________________________________
7504 [  7245] By: gsar                                  on 2000/10/16  02:31:04
7505         Log: integrate change#5908 from mainline
7506              
7507              introduce illegal symbols into null package so that
7508              gv_fetchpv(...,TRUE) always returns a valid GV even when the
7509              symbol is trapped by strictures (avoids coredumps)
7510      Branch: maint-5.6/perl
7511           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
7512           !> t/pragma/strict-vars
7513 ____________________________________________________________________________
7514 [  7244] By: jhi                                   on 2000/10/16  02:29:54
7515         Log: Subject: $Carp::ExportLevel confusion in Exporter
7516              From: "Ben Tilly" <ben_tilly@hotmail.com>
7517              Date: Sat, 14 Oct 2000 16:44:34 EDT
7518              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
7519      Branch: perl
7520            ! lib/Exporter/Heavy.pm
7521 ____________________________________________________________________________
7522 [  7243] By: jhi                                   on 2000/10/16  02:28:33
7523         Log: Subject: [PATCH perlguts.pod] Document offset hack
7524              From: Simon Cozens <simon@cozens.net>
7525              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
7526              Date: Sat, 14 Oct 2000 19:32:25 +0100
7527      Branch: perl
7528            ! pod/perlguts.pod
7529 ____________________________________________________________________________
7530 [  7242] By: gsar                                  on 2000/10/16  02:26:51
7531         Log: integrate changes#5905,5906,5907,6064 from mainline
7532              
7533              printf/sprintf didn't get quad types right under use64bitint
7534      Branch: maint-5.6/perl
7535           !> pp_sys.c sv.c t/op/64bitint.t
7536 ____________________________________________________________________________
7537 [  7241] By: jhi                                   on 2000/10/16  02:22:44
7538         Log: Subject: small pod patch
7539              From: Dan Boorstein <dan_boo@bellsouth.net>
7540              Date: Sat, 14 Oct 2000 14:29:24 -0400
7541              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
7542      Branch: perl
7543            ! pod/perlfaq7.pod pod/perlmod.pod
7544 ____________________________________________________________________________
7545 [  7240] By: jhi                                   on 2000/10/16  02:13:46
7546         Log: -w cleanup.
7547              
7548              Subject: Re: Problems with bleadperl 
7549              From: "Stephen P. Potter" <spp@ds.net>
7550              Date: Fri, 13 Oct 2000 13:32:49 -0400
7551              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
7552      Branch: perl
7553            ! t/pragma/overload.t
7554 ____________________________________________________________________________
7555 [  7239] By: jhi                                   on 2000/10/16  01:41:18
7556         Log: One more ~utf8 tweak.
7557      Branch: perl
7558            ! t/op/bop.t
7559 ____________________________________________________________________________
7560 [  7238] By: jhi                                   on 2000/10/16  01:34:14
7561         Log: Tweak the test of #7235.
7562      Branch: perl
7563            ! t/op/bop.t
7564 ____________________________________________________________________________
7565 [  7237] By: jhi                                   on 2000/10/16  01:25:04
7566         Log: Fix a couple of compiler-noted nits in #7235.
7567      Branch: perl
7568            ! pp.c
7569 ____________________________________________________________________________
7570 [  7236] By: jhi                                   on 2000/10/16  01:22:46
7571         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
7572      Branch: perl
7573            ! pp.c pp_hot.c
7574 ____________________________________________________________________________
7575 [  7235] By: jhi                                   on 2000/10/15  16:24:44
7576         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
7577              
7578              From: Simon Cozens <simon@cozens.net>
7579              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
7580              Date: Sat, 14 Oct 2000 20:52:13 +0100
7581              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
7582      Branch: perl
7583            ! pp.c t/op/bop.t utf8.h
7584 ____________________________________________________________________________
7585 [  7234] By: jhi                                   on 2000/10/15  15:19:29
7586         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
7587              The problem was that rx->minlen was in chars while pp_split()
7588              thought it would be in bytes. 
7589      Branch: perl
7590            ! pp.c t/pragma/utf8.t
7591 ____________________________________________________________________________
7592 [  7233] By: jhi                                   on 2000/10/14  20:24:24
7593         Log: Document FNCASE=y as discussed in the bug 20000902.009.
7594      Branch: perl
7595            ! README.dos
7596 ____________________________________________________________________________
7597 [  7232] By: jhi                                   on 2000/10/14  18:52:21
7598         Log: Add test for bug id 20000427.003 (which seems to have
7599              been fixed) (also duplicate as 20000427.004, though
7600              with a higher severity).  Move one utf8 from op/append
7601              to pragma/utf8, tag the tests with bug ids.
7602      Branch: perl
7603            ! t/op/append.t t/pragma/utf8.t
7604 ____________________________________________________________________________
7605 [  7231] By: jhi                                   on 2000/10/14  17:28:37
7606         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
7607      Branch: perl
7608            ! t/pragma/utf8.t
7609 ____________________________________________________________________________
7610 [  7230] By: jhi                                   on 2000/10/14  14:24:50
7611         Log: Needs to be conditional on SunOS 4.
7612              
7613              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
7614              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7615              Date: Sat, 14 Oct 2000 13:37:49 +0100
7616              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
7617      Branch: metaconfig/U/perl
7618            ! End.U
7619      Branch: perl
7620            ! Configure myconfig.SH pod/perldelta.pod
7621 ____________________________________________________________________________
7622 [  7229] By: jhi                                   on 2000/10/14  00:49:22
7623         Log: Update Changes.
7624      Branch: perl
7625            ! Changes patchlevel.h
7626 ____________________________________________________________________________
7627 [  7228] By: jhi                                   on 2000/10/14  00:46:10
7628         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
7629              From: Peter Prymmer <pvhp@forte.com>
7630              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
7631              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
7632      Branch: perl
7633            ! lib/utf8.pm
7634 ____________________________________________________________________________
7635 [  7227] By: jhi                                   on 2000/10/13  23:20:30
7636         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
7637      Branch: perl
7638            ! t/op/tie.t
7639 ____________________________________________________________________________
7640 [  7226] By: jhi                                   on 2000/10/13  22:14:32
7641         Log: Tweak #7225.
7642              
7643              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
7644              From: Peter Prymmer <pvhp@forte.com>
7645              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
7646              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
7647      Branch: perl
7648            ! t/op/sprintf.t
7649 ____________________________________________________________________________
7650 [  7225] By: jhi                                   on 2000/10/13  22:11:31
7651         Log: op/sprintf.t patch for OS/390 (and any other host with limited
7652              floating-point exponent length)
7653              
7654              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
7655              From: Dominic Dunlop <domo@computer.org>
7656              Date: Fri, 13 Oct 2000 19:17:57 +0200
7657              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
7658      Branch: perl
7659            ! t/op/sprintf.t
7660 ____________________________________________________________________________
7661 [  7224] By: jhi                                   on 2000/10/13  18:40:48
7662         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
7663      Branch: perl
7664            ! toke.c
7665 ____________________________________________________________________________
7666 [  7223] By: jhi                                   on 2000/10/13  18:37:13
7667         Log: Thinko in #7222.
7668      Branch: perl
7669            ! utf8.c
7670 ____________________________________________________________________________
7671 [  7222] By: jhi                                   on 2000/10/13  18:05:23
7672         Log: Use UTF8SKIP(), from Simon Cozens.
7673      Branch: perl
7674            ! utf8.c
7675 ____________________________________________________________________________
7676 [  7221] By: jhi                                   on 2000/10/13  15:43:19
7677         Log: (accidentally empty check-in)
7678      Branch: perl
7679            ! utf8.c
7680 ____________________________________________________________________________
7681 [  7220] By: jhi                                   on 2000/10/13  15:23:51
7682         Log: Add (optimistically) Storable to static extensions.
7683      Branch: perl
7684            ! hints/uwin.sh hints/vmesa.sh
7685 ____________________________________________________________________________
7686 [  7219] By: jhi                                   on 2000/10/13  15:20:05
7687         Log: Amdahl UTS doesn't seem to do dynaloading.
7688      Branch: perl
7689            ! hints/uts.sh
7690 ____________________________________________________________________________
7691 [  7218] By: jhi                                   on 2000/10/13  15:15:20
7692         Log: Slight tweak of the code to appease Amdahl UTS cc.
7693      Branch: perl
7694            ! pp.c
7695 ____________________________________________________________________________
7696 [  7217] By: jhi                                   on 2000/10/13  14:50:42
7697         Log: In Amdahl UTS "struct sv" is defined by a system header,
7698              <ksync.h>.
7699      Branch: perl
7700            ! perl.h sv.h
7701 ____________________________________________________________________________
7702 [  7216] By: jhi                                   on 2000/10/13  11:58:25
7703         Log: Ilya implemented the memory profiling API.
7704      Branch: perl
7705            ! Todo
7706 ____________________________________________________________________________
7707 [  7215] By: jhi                                   on 2000/10/13  02:56:38
7708         Log: Subject: [PATCH 5.7.0] Perl API for mstats
7709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7710              Date: Thu, 12 Oct 2000 22:52:40 -0400
7711              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
7712      Branch: perl
7713            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7714 ____________________________________________________________________________
7715 [  7214] By: jhi                                   on 2000/10/13  02:55:38
7716         Log: Subject: [PATCH 5.7.0] IVs in mtats
7717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7718              Date: Thu, 12 Oct 2000 22:51:04 -0400
7719              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
7720      Branch: perl
7721            ! malloc.c perl.h
7722 ____________________________________________________________________________
7723 [  7213] By: jhi                                   on 2000/10/13  02:31:47
7724         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
7725      Branch: perl
7726            ! pod/perldiag.pod pp_sys.c
7727 ____________________________________________________________________________
7728 [  7212] By: jhi                                   on 2000/10/13  01:27:38
7729         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
7730              From: Peter Prymmer <pvhp@forte.com>
7731              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
7732              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
7733      Branch: perl
7734            ! t/op/oct.t
7735 ____________________________________________________________________________
7736 [  7211] By: jhi                                   on 2000/10/13  00:35:09
7737         Log: Update Changes.
7738      Branch: perl
7739            ! Changes patchlevel.h
7740 ____________________________________________________________________________
7741 [  7210] By: jhi                                   on 2000/10/12  23:59:40
7742         Log: The Install.pm third of
7743              
7744              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
7745              From: Bill Campbell <bill@celestial.com>
7746              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
7747              Date: Thu, 5 Oct 2000 18:04:51 -0700
7748      Branch: perl
7749            ! lib/ExtUtils/Install.pm
7750 ____________________________________________________________________________
7751 [  7209] By: jhi                                   on 2000/10/12  23:58:43
7752         Log: Two thirds of
7753              
7754              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
7755              Date: Thu, 5 Oct 2000 18:04:51 -0700
7756              From: Bill Campbell <bill@celestial.com>
7757              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
7758              
7759              The Install.pm changes will be submitted separately because
7760              they need some work and discussion still.
7761      Branch: perl
7762            ! lib/getopts.pl lib/termcap.pl
7763 ____________________________________________________________________________
7764 [  7208] By: jhi                                   on 2000/10/12  23:41:19
7765         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
7766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7767              Date:     Thu, 12 Oct 2000 07:30:02 EDT
7768              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
7769      Branch: perl
7770            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
7771            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
7772 ____________________________________________________________________________
7773 [  7207] By: jhi                                   on 2000/10/12  23:39:01
7774         Log: An updated EBCDIC tr patch.
7775              
7776              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
7777              From: Peter Prymmer <pvhp@forte.com>
7778              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
7779              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
7780      Branch: perl
7781            ! t/op/tr.t
7782 ____________________________________________________________________________
7783 [  7206] By: jhi                                   on 2000/10/12  23:34:55
7784         Log: Upgrade to CPAN 1.58, from Andreas König.
7785      Branch: perl
7786            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7787 ____________________________________________________________________________
7788 [  7205] By: jhi                                   on 2000/10/12  23:29:08
7789         Log: Introduce the man[24-8] variables, from Andy Dougherty.
7790      Branch: metaconfig/U/perl
7791            + mandirs.U mandirstyle.U
7792      Branch: perl
7793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7794            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
7795            ! vos/config.h vos/config.pl vos/config_h.SH_orig
7796            ! win32/config.bc win32/config.gc win32/config.vc
7797 ____________________________________________________________________________
7798 [  7204] By: gsar                                  on 2000/10/12  18:11:24
7799         Log: restore change#7202
7800      Branch: perl
7801            ! mg.c
7802 ____________________________________________________________________________
7803 [  7203] By: gsar                                  on 2000/10/12  18:09:40
7804         Log: another test of the Emergency Broadcast System--back out 
7805              change#7202
7806      Branch: perl
7807            ! mg.c
7808 ____________________________________________________________________________
7809 [  7202] By: gsar                                  on 2000/10/12  16:40:47
7810         Log: (submitted on behalf of Jarkko)
7811              Fix the lib/encode.t subtest 6 failure as reported by Andreas
7812              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
7813              was unearthed by change 7182, as was a bug in HTML::Entities.
7814      Branch: perl
7815            ! mg.c
7816 ____________________________________________________________________________
7817 [  7201] By: jhi                                   on 2000/10/11  03:16:05
7818         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
7819      Branch: perl
7820            ! pp_hot.c t/pragma/utf8.t
7821 ____________________________________________________________________________
7822 [  7200] By: jhi                                   on 2000/10/11  00:40:30
7823         Log: The #7198 was a false alarm.
7824      Branch: perl
7825            ! pp_hot.c
7826 ____________________________________________________________________________
7827 [  7199] By: jhi                                   on 2000/10/11  00:26:04
7828         Log: Remove duplicated code.
7829      Branch: perl
7830            ! t/lib/cgi-html.t
7831 ____________________________________________________________________________
7832 [  7198] By: jhi                                   on 2000/10/10  23:30:46
7833         Log: (Retracted by #7200.)
7834      Branch: perl
7835            ! pp_hot.c
7836 ____________________________________________________________________________
7837 [  7197] By: jhi                                   on 2000/10/10  21:49:30
7838         Log: Add the test case for #7190, from the original bug report
7839              by Andreas König.
7840      Branch: perl
7841            ! t/pragma/utf8.t
7842 ____________________________________________________________________________
7843 [  7196] By: jhi                                   on 2000/10/10  21:40:49
7844         Log: Reapply Andy's patch and regen Configure.
7845      Branch: perl
7846            ! Configure INSTALL Makefile.SH Porting/Glossary
7847            ! Porting/config.sh config_h.SH epoc/config.sh installperl
7848            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
7849            ! win32/config.vc
7850 ____________________________________________________________________________
7851 [  7195] By: jhi                                   on 2000/10/10  21:09:30
7852         Log: Use the versiononly instead of the installscripts,
7853              retract the changes 7146 and 7147.
7854      Branch: perl
7855            ! Configure INSTALL Makefile.SH Porting/Glossary
7856            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
7857            ! installperl uconfig.sh vos/config.def win32/config.bc
7858            ! win32/config.gc win32/config.vc
7859 ____________________________________________________________________________
7860 [  7194] By: jhi                                   on 2000/10/10  21:06:15
7861         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
7862              From: Peter Prymmer <pvhp@forte.com>
7863              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
7864              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
7865      Branch: perl
7866            ! t/op/ver.t
7867 ____________________________________________________________________________
7868 [  7193] By: jhi                                   on 2000/10/10  21:05:12
7869         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
7870              From: Peter Prymmer <pvhp@forte.com>
7871              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
7872              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
7873      Branch: perl
7874            ! t/op/tr.t
7875 ____________________________________________________________________________
7876 [  7192] By: jhi                                   on 2000/10/10  20:57:30
7877         Log: Add versiononly, delete installscripts, from Andy Dougherty.
7878      Branch: metaconfig
7879            - U/installdirs/installscripts.U
7880      Branch: metaconfig/U/perl
7881            + versiononly.U
7882 ____________________________________________________________________________
7883 [  7191] By: jhi                                   on 2000/10/10  19:41:21
7884         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
7885              From: Peter Prymmer <pvhp@forte.com>
7886              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
7887              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
7888      Branch: perl
7889            ! pod/perlebcdic.pod
7890 ____________________________________________________________________________
7891 [  7190] By: jhi                                   on 2000/10/10  19:26:14
7892         Log: Subject: Re: utf8 concat, mg_get
7893              From: Simon Cozens <simon@cozens.net>
7894              Date: Tue, 10 Oct 2000 17:40:17 +0100
7895              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
7896      Branch: perl
7897            ! pp_hot.c
7898 ____________________________________________________________________________
7899 [  7189] By: jhi                                   on 2000/10/10  19:23:03
7900         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
7901              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
7902              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
7903              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
7904      Branch: perl
7905            ! lib/ExtUtils/MM_Unix.pm
7906 ____________________________________________________________________________
7907 [  7188] By: jhi                                   on 2000/10/10  15:31:24
7908         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
7909              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7910              Date: Fri, 14 Jul 2000 10:47:36 +0100
7911              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
7912      Branch: perl
7913            ! README.win32
7914 ____________________________________________________________________________
7915 [  7187] By: jhi                                   on 2000/10/10  13:30:10
7916         Log: Quote the temp file name, needed in Win32 because the
7917              default name unfortunately contains spaces, shouldn't
7918              hurt elsewhere.
7919              
7920              Subject: FW: perldoc fails if $TEMP contains spaces
7921              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7922              Date: Thu, 14 Sep 2000 08:58:45 +0100
7923              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
7924      Branch: perl
7925            ! utils/perldoc.PL
7926 ____________________________________________________________________________
7927 [  7186] By: jhi                                   on 2000/10/10  13:16:27
7928         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
7929              From: hv@hugo.hybyte.com
7930              Date: Tue, 10 Oct 2000 14:10:20 +0100
7931              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
7932      Branch: perl
7933            ! t/lib/thr5005.t util.c
7934 ____________________________________________________________________________
7935 [  7185] By: jhi                                   on 2000/10/10  12:06:22
7936         Log: Upgrade to podlators 1.04, from Russ Allbery.
7937      Branch: perl
7938            ! lib/Pod/Man.pm lib/Pod/Text.pm
7939 ____________________________________________________________________________
7940 [  7184] By: jhi                                   on 2000/10/10  12:01:32
7941         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
7942      Branch: perl
7943            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
7944 ____________________________________________________________________________
7945 [  7183] By: jhi                                   on 2000/10/09  23:47:15
7946         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
7947              From: Peter Prymmer <pvhp@forte.com>
7948              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
7949              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
7950      Branch: perl
7951            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
7952 ____________________________________________________________________________
7953 [  7182] By: jhi                                   on 2000/10/09  23:43:16
7954         Log: Make eq work again with utf8 (disabling the upgrading
7955              should no more be necessary since the copies of the
7956              scalars are upgraded, not the scalars themselves).
7957              Takes care of ID 20001009.001.  (The claimed length()
7958              bug in 20001009.001 seems bogus to me.)
7959      Branch: perl
7960            ! sv.c t/pragma/utf8.t
7961 ____________________________________________________________________________
7962 [  7181] By: gsar                                  on 2000/10/09  19:41:54
7963         Log: tweak for change#7173
7964      Branch: perl
7965            ! win32/win32sck.c
7966 ____________________________________________________________________________
7967 [  7180] By: gsar                                  on 2000/10/09  19:26:56
7968         Log: on Windows, clean targets might not work under some flavors of the shell
7969      Branch: perl
7970            ! win32/Makefile win32/makefile.mk
7971 ____________________________________________________________________________
7972 [  7179] By: jhi                                   on 2000/10/09  19:21:02
7973         Log: Update Changes.
7974      Branch: perl
7975            ! Changes patchlevel.h
7976 ____________________________________________________________________________
7977 [  7178] By: jhi                                   on 2000/10/09  19:18:23
7978         Log: Warn about unknown scripts.
7979              
7980              Subject: Re: ideas? patches? [PATCH bleadperl]
7981              From: Dominic Dunlop <domo@computer.org>
7982              Date: Mon, 9 Oct 2000 14:57:17 +0200
7983              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
7984      Branch: perl
7985            ! lib/charnames.pm
7986 ____________________________________________________________________________
7987 [  7177] By: jhi                                   on 2000/10/09  19:13:27
7988         Log: Change #7160 had a nasty typo.
7989      Branch: metaconfig
7990            ! U/compline/Compile.U
7991      Branch: perl
7992            ! Configure config_h.SH
7993 ____________________________________________________________________________
7994 [  7176] By: gsar                                  on 2000/10/09  18:59:33
7995         Log: pod nit
7996      Branch: perl
7997            ! pod/perlport.pod
7998 ____________________________________________________________________________
7999 [  7175] By: gsar                                  on 2000/10/09  18:54:28
8000         Log: Windows9x doesn't support link(), despite what Config.pm
8001              might think
8002      Branch: perl
8003            ! lib/ExtUtils/Manifest.pm
8004 ____________________________________________________________________________
8005 [  7174] By: gsar                                  on 2000/10/09  18:50:03
8006         Log: avoid nonportable example code
8007      Branch: perl
8008            ! lib/File/Copy.pm
8009 ____________________________________________________________________________
8010 [  7173] By: gsar                                  on 2000/10/09  18:46:54
8011         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
8012              being used) when closing a socket handle
8013      Branch: perl
8014            ! win32/win32.c win32/win32.h win32/win32sck.c
8015 ____________________________________________________________________________
8016 [  7172] By: gsar                                  on 2000/10/09  18:41:40
8017         Log: on Windows, cwd strings in the environment should be of the
8018              form =X:=X:\foo instead of =X=X:\foo\
8019      Branch: perl
8020            ! win32/vdir.h
8021 ____________________________________________________________________________
8022 [  7171] By: gsar                                  on 2000/10/09  18:30:09
8023         Log: on Windows, LoadLibrary() could load an extension DLL multiple
8024              times if forward slashes are used in the path
8025      Branch: perl
8026            ! win32/win32.c
8027 ____________________________________________________________________________
8028 [  7170] By: jhi                                   on 2000/10/09  17:53:59
8029         Log: Add a todo note about overloadable assertions.
8030      Branch: perl
8031            ! Todo-5.6
8032 ____________________________________________________________________________
8033 [  7169] By: jhi                                   on 2000/10/09  13:43:45
8034         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
8035              From: mjd@plover.com
8036              Date: 9 Oct 2000 00:24:44 -0000
8037              Message-ID: <20001009002444.10616.qmail@plover.com>
8038      Branch: perl
8039            ! pod/perldebguts.pod
8040 ____________________________________________________________________________
8041 [  7168] By: nick                                  on 2000/10/08  13:16:33
8042         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
8043              is not right thing to do on (e.g. x86). Network order is also "right" for
8044              X fonts.
8045      Branch: perl
8046            ! ext/Encode/Encode.pm
8047 ____________________________________________________________________________
8048 [  7167] By: nick                                  on 2000/10/08  12:54:42
8049         Log: Make "encodings" work post-install when Encode/*.enc files may not
8050              be in same directory as Encode.pm
8051      Branch: perl
8052            ! ext/Encode/Encode.pm
8053 ____________________________________________________________________________
8054 [  7166] By: nick                                  on 2000/10/08  11:51:26
8055         Log: Work round the fact that $hash->{$key} does not take into account
8056              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
8057              so that key is always in the "expected" encoding - i.e. same way we put
8058              it in the hash.
8059      Branch: perl
8060            ! ext/Encode/Encode.pm
8061 ____________________________________________________________________________
8062 [  7165] By: gsar                                  on 2000/10/08  04:15:29
8063         Log: save_re_context() could reset PL_curcop to freed memory, causing core
8064              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
8065      Branch: perl
8066            ! pp_ctl.c
8067 ____________________________________________________________________________
8068 [  7164] By: jhi                                   on 2000/10/06  20:51:48
8069         Log: UTF8ize split() so that the cloned substrings get the UTF8
8070              flag of the original scalar.  Problem reported by Simon Cozens.
8071      Branch: perl
8072            ! pp.c t/pragma/utf8.t
8073 ____________________________________________________________________________
8074 [  7163] By: nick                                  on 2000/10/06  20:48:34
8075         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
8076              got a false +ve and so did not reach code which would have un-FAKEd the SV.
8077      Branch: perl
8078            ! sv.c
8079 ____________________________________________________________________________
8080 [  7162] By: nick                                  on 2000/10/06  20:25:37
8081         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
8082              To fix  (sort {$a <=> $b} keys %hash) in particular but
8083              should cover a number of other as-yet-unknown cases as well.
8084      Branch: perl
8085            ! sv.c
8086 ____________________________________________________________________________
8087 [  7161] By: jhi                                   on 2000/10/06  19:56:18
8088         Log: Change the version number of Tie::Handle in the core to 4.0,
8089              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
8090              
8091              Subject: Note on Tie::Handle
8092              From: andreas.koenig@anima.de (Andreas J. Koenig)
8093              Date:      06 Oct 2000 21:48:58 +0200
8094              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
8095      Branch: perl
8096            ! lib/Tie/Handle.pm
8097 ____________________________________________________________________________
8098 [  7160] By: jhi                                   on 2000/10/06  18:20:35
8099         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
8100              as the first option of cc/ld because of ultrapicky compilers
8101              (e.g. OS/390 R2.5)
8102      Branch: metaconfig
8103            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
8104            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
8105            ! U/compline/orderlib.U U/modified/Cppsym.U
8106            ! U/modified/d_access.U
8107      Branch: metaconfig/U/perl
8108            ! Checkcc.U d_dlsymun.U gccvers.U
8109      Branch: perl
8110            ! Configure config_h.SH
8111 ____________________________________________________________________________
8112 [  7159] By: jhi                                   on 2000/10/06  13:56:39
8113         Log: Update Changes.
8114      Branch: perl
8115            ! Changes patchlevel.h
8116 ____________________________________________________________________________
8117 [  7158] By: jhi                                   on 2000/10/06  12:48:40
8118         Log: Eliminate $Is_VMS code from the test.
8119              
8120              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
8121              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8122              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
8123              Date:     Thu, 5 Oct 2000 07:46:33 EDT
8124      Branch: perl
8125            ! t/lib/b.t
8126 ____________________________________________________________________________
8127 [  7157] By: jhi                                   on 2000/10/06  12:47:13
8128         Log: Also the $ccflags is needed for the C compiler check.
8129              
8130              Subject: Configure (check for C-compiler)
8131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8132              Date: Fri, 06 Oct 2000 08:47:15 +0200
8133              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
8134      Branch: metaconfig/U/perl
8135            ! Checkcc.U
8136      Branch: perl
8137            ! Configure config_h.SH
8138 ____________________________________________________________________________
8139 [  7156] By: jhi                                   on 2000/10/06  11:45:15
8140         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
8141      Branch: perl
8142            ! perl.c pp_ctl.c sv.h utf8.c
8143 ____________________________________________________________________________
8144 [  7155] By: jhi                                   on 2000/10/06  11:40:41
8145         Log: IO::Handle->syswrite() did not handle length omission
8146              like CORE::syswrite() does.
8147              
8148              Subject: [Fwd] IO::Handle, syswrite and arguments
8149              From: Graham Barr <gbarr@pobox.com>
8150              Date: Fri, 6 Oct 2000 10:22:05 +0100
8151              Message-ID: <20001006102205.U6312@pobox.com>
8152              
8153              The original patch from andrew@ugh.net.au.
8154      Branch: perl
8155            ! ext/IO/lib/IO/Handle.pm
8156 ____________________________________________________________________________
8157 [  7154] By: jhi                                   on 2000/10/06  01:42:15
8158         Log: Tweak #7153.
8159      Branch: perl
8160            ! utf8.h
8161 ____________________________________________________________________________
8162 [  7153] By: jhi                                   on 2000/10/06  00:39:55
8163         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
8164      Branch: perl
8165            ! utf8.h
8166 ____________________________________________________________________________
8167 [  7152] By: jhi                                   on 2000/10/06  00:38:11
8168         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
8169      Branch: perl
8170            ! perl.c pp_ctl.c sv.h utf8.c
8171 ____________________________________________________________________________
8172 [  7151] By: jhi                                   on 2000/10/06  00:36:38
8173         Log: Subject: Re: Questions about Tie::Array and perl modules
8174              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8175              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
8176              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
8177              
8178              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
8179      Branch: perl
8180            ! lib/Tie/Array.pm t/op/array.t
8181 ____________________________________________________________________________
8182 [  7150] By: jhi                                   on 2000/10/05  00:20:45
8183         Log: Regen Changes.
8184      Branch: perl
8185            ! Changes patchlevel.h
8186 ____________________________________________________________________________
8187 [  7149] By: jhi                                   on 2000/10/05  00:20:01
8188         Log: Regen toc.
8189      Branch: perl
8190            ! pod/perltoc.pod
8191 ____________________________________________________________________________
8192 [  7148] By: jhi                                   on 2000/10/04  23:35:08
8193         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
8194              reported several times by Dominic Dunlop, for example in
8195              ID 20000315.008.  Patch from Dominic.  Patch affects at
8196              least MachTen, and possibly other oldish BSDs. Should not
8197              break non-broken platforms (tested on LinuxPPC). 
8198      Branch: perl
8199            ! doio.c
8200 ____________________________________________________________________________
8201 [  7147] By: jhi                                   on 2000/10/04  23:26:34
8202         Log: The one that got away from 7146.
8203      Branch: metaconfig
8204            + U/installdirs/installscripts.U
8205 ____________________________________________________________________________
8206 [  7146] By: jhi                                   on 2000/10/04  23:25:04
8207         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
8208              suggested by H. Merijn Brand.
8209      Branch: perl
8210            ! Configure INSTALL Makefile.SH Porting/Glossary
8211            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
8212            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8213            ! win32/config.vc
8214 ____________________________________________________________________________
8215 [  7145] By: jhi                                   on 2000/10/04  22:08:21
8216         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
8217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8218              Date: Wed, 4 Oct 2000 17:37:46 -0400
8219              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
8220      Branch: perl
8221            ! utils/h2xs.PL
8222 ____________________________________________________________________________
8223 [  7144] By: jhi                                   on 2000/10/04  18:11:41
8224         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
8225              From: Jeff Pinyan <jeffp@crusoe.net>
8226              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
8227              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
8228      Branch: perl
8229            ! pod/perlrun.pod
8230 ____________________________________________________________________________
8231 [  7143] By: jhi                                   on 2000/10/04  18:09:58
8232         Log: Subject: perlhack.pod Patch for Externals Tools
8233              From: Fisher Mark <fisherm@tce.com>
8234              Date: Tue, 3 Oct 2000 15:43:27 -0500 
8235              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
8236      Branch: perl
8237            ! pod/perlhack.pod
8238 ____________________________________________________________________________
8239 [  7142] By: jhi                                   on 2000/10/04  18:08:41
8240         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
8241              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8242              Date:     Wed, 4 Oct 2000 12:11:11 EDT
8243              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
8244      Branch: perl
8245            ! vms/vms.c
8246 ____________________________________________________________________________
8247 [  7141] By: jhi                                   on 2000/10/04  12:20:16
8248         Log: Subject: [PATCH 5.7.0] h2xs not working
8249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8250              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
8251              Date: Tue, 3 Oct 2000 21:43:01 -0400
8252              
8253              Subject: [PATCH 5.7.0] h2xs not documenting the created module
8254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8255              Date: Tue, 3 Oct 2000 22:55:19 -0400
8256              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
8257      Branch: perl
8258            ! utils/h2xs.PL
8259 ____________________________________________________________________________
8260 [  7140] By: jhi                                   on 2000/10/04  11:53:44
8261         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
8262              From: nick@babyhippo.com
8263              Date: Wed, 4 Oct 2000 12:06:45 +0100
8264              Message-Id: <20001004120645.A7356@babyhippo.com>
8265              
8266              Retract 7118 and 7135.
8267      Branch: perl
8268            ! installman installperl op.c t/pragma/subs.t
8269 ____________________________________________________________________________
8270 [  7139] By: jhi                                   on 2000/10/03  22:09:41
8271         Log: It is possible to have no hosts database at all.  Pointed out in
8272              
8273              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8274              From: Peter Prymmer <pvhp@forte.com>
8275              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8276              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8277      Branch: metaconfig
8278            ! U/modified/myhostname.U
8279      Branch: perl
8280            ! Configure config_h.SH
8281 ____________________________________________________________________________
8282 [  7138] By: jhi                                   on 2000/10/03  21:49:49
8283         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8284              From: Peter Prymmer <pvhp@forte.com>
8285              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8286              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8287      Branch: perl
8288            ! pp_sys.c
8289 ____________________________________________________________________________
8290 [  7137] By: jhi                                   on 2000/10/03  20:10:05
8291         Log: One remaining nit less at the VMS mailbox sizing.
8292      Branch: perl
8293            ! vms/vms.c
8294 ____________________________________________________________________________
8295 [  7136] By: jhi                                   on 2000/10/03  20:08:47
8296         Log: Test harness update to sync with the new perlcc,
8297              from Simon Cozens.
8298      Branch: perl
8299            ! t/TEST t/UTEST
8300 ____________________________________________________________________________
8301 [  7135] By: jhi                                   on 2000/10/03  15:15:42
8302         Log: Subject: Re: PATCH for 20001003.004
8303              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
8304              From: "AARON B. DOSSETT" <aaron@iglou.com>
8305              Message-Id: <E13gTay-0006od-00@iglou.com>
8306      Branch: perl
8307            ! installman installperl
8308 ____________________________________________________________________________
8309 [  7134] By: jhi                                   on 2000/10/03  15:00:34
8310         Log: Subject: [ID 20001003.006] B::Debug not -w clean
8311              From: Nicholas Clark <nick@babyhippo.co.uk>
8312              Date: Tue, 03 Oct 2000 15:46:32 +0100
8313              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
8314      Branch: perl
8315            ! ext/B/B/Debug.pm
8316 ____________________________________________________________________________
8317 [  7133] By: jhi                                   on 2000/10/03  14:58:39
8318         Log: Scale down the VMS message boxes, by Charles Lane.
8319              Fix for ID 20000903.009, workaround at
8320              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
8321      Branch: perl
8322            ! vms/vms.c
8323 ____________________________________________________________________________
8324 [  7132] By: jhi                                   on 2000/10/03  11:20:37
8325         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
8326      Branch: perl
8327            + t/lib/st-lock.t t/lib/st-utf8.t
8328            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
8329            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8330 ____________________________________________________________________________
8331 [  7131] By: jhi                                   on 2000/10/03  03:38:23
8332         Log: Encode nits.
8333      Branch: perl
8334            ! MANIFEST Makefile.SH
8335 ____________________________________________________________________________
8336 [  7130] By: jhi                                   on 2000/10/03  03:31:05
8337         Log: Update Changes.
8338      Branch: perl
8339            ! Changes patchlevel.h
8340 ____________________________________________________________________________
8341 [  7129] By: jhi                                   on 2000/10/03  02:24:02
8342         Log: Misplaced else.
8343      Branch: metaconfig/U/perl
8344            ! d_strtoll.U
8345      Branch: perl
8346            ! Configure config_h.SH
8347 ____________________________________________________________________________
8348 [  7128] By: jhi                                   on 2000/10/03  02:08:29
8349         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
8350              From: sthoenna@efn.org
8351              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
8352              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
8353      Branch: metaconfig/U/perl
8354            ! d_strtoll.U
8355      Branch: perl
8356            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
8357 ____________________________________________________________________________
8358 [  7127] By: jhi                                   on 2000/10/03  01:13:14
8359         Log: Update Changes.
8360      Branch: perl
8361            ! Changes patchlevel.h
8362 ____________________________________________________________________________
8363 [  7126] By: jhi                                   on 2000/10/03  00:57:08
8364         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
8365              as suggested by Olaf Flebbe and Nick Clark.
8366      Branch: perl
8367            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
8368 ____________________________________________________________________________
8369 [  7125] By: jhi                                   on 2000/10/03  00:50:56
8370         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
8371              From: Nick Clark <nick@plum.flirble.org>
8372              Date: Mon, 2 Oct 2000 11:03:24 +0100
8373              Message-Id: <20001002110324.D20073@plum.flirble.org>
8374              
8375              Also fixes bug ID 20001002.005.
8376      Branch: perl
8377            ! t/lib/encode.t
8378 ____________________________________________________________________________
8379 [  7124] By: jhi                                   on 2000/10/03  00:34:59
8380         Log: Subject: [PATCH 5.7.0] Epoc update
8381              From: Olaf Flebbe <o.flebbe@gmx.de>
8382              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
8383              Message-ID: <26423.969484586@www10.gmx.net>
8384      Branch: perl
8385            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
8386            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
8387            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
8388            ! util.c util.h
8389 ____________________________________________________________________________
8390 [  7123] By: jhi                                   on 2000/10/03  00:30:07
8391         Log: Regen headers.
8392      Branch: perl
8393            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
8394 ____________________________________________________________________________
8395 [  7122] By: jhi                                   on 2000/10/03  00:10:48
8396         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
8397      Branch: perl
8398            ! hints/openbsd.sh
8399 ____________________________________________________________________________
8400 [  7121] By: jhi                                   on 2000/10/03  00:05:06
8401         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
8402              From: <abigail@foad.org>
8403              Date: Tue, 26 Sep 2000 13:36:14 -0400
8404              Message-ID: <20000926173614.4356.qmail@foad.org>
8405      Branch: perl
8406            ! pod/perlop.pod
8407 ____________________________________________________________________________
8408 [  7120] By: jhi                                   on 2000/10/03  00:04:00
8409         Log: Inside require() $^S was always left undefined.
8410              
8411              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
8412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8413              Date: Wed, 27 Sep 2000 18:54:49 -0400
8414              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
8415      Branch: perl
8416            ! cop.h mg.c pp_ctl.c util.c
8417 ____________________________________________________________________________
8418 [  7119] By: jhi                                   on 2000/10/03  00:00:16
8419         Log: Subject: [PATCH] DLL not restartabke with threaded perl
8420              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
8421              Date: Thu, 28 Sep 2000 09:20:46 +0100
8422              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
8423      Branch: perl
8424            ! perl.c
8425 ____________________________________________________________________________
8426 [  7118] By: jhi                                   on 2000/10/02  23:59:20
8427         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
8428              From: Nicholas Clark <nick@ccl4.org>
8429              Date: Thu, 28 Sep 2000 11:52:24 +0100
8430              Message-ID: <20000928115224.D7924@plum.flirble.org>
8431      Branch: perl
8432            ! op.c
8433 ____________________________________________________________________________
8434 [  7117] By: jhi                                   on 2000/10/02  23:57:51
8435         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
8436              From: Nicholas Clark <nick@babyhippo.co.uk>
8437              Date: Thu, 28 Sep 2000 12:18:10 +0100
8438              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
8439              
8440              Did not apply cleanly, manual intervention was needed.
8441      Branch: perl
8442            ! ext/B/B/Bytecode.pm utils/perlcc.PL
8443 ____________________________________________________________________________
8444 [  7116] By: jhi                                   on 2000/10/02  23:50:40
8445         Log: Document the issue (is not a syntax error, kind of)
8446              
8447              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
8448              From: Nicholas Clark <nick@ccl4.org>
8449              Date: Thu, 28 Sep 2000 17:12:42 +0100
8450              Message-ID: <20000928171242.K7924@plum.flirble.org>
8451      Branch: perl
8452            ! pod/perldata.pod
8453 ____________________________________________________________________________
8454 [  7115] By: jhi                                   on 2000/10/02  23:48:58
8455         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
8456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8457              Date: Thu, 28 Sep 2000 21:55:31 -0400
8458              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
8459      Branch: perl
8460            ! regexec.c
8461 ____________________________________________________________________________
8462 [  7114] By: jhi                                   on 2000/10/02  23:47:57
8463         Log: Subject: DOC PATCH 5.6.0
8464              From: mjd@plover.com
8465              Date: 30 Sep 2000 06:02:34 -0000
8466              Message-ID: <20000930060234.4559.qmail@plover.com>
8467      Branch: perl
8468            ! pod/perldebguts.pod
8469 ____________________________________________________________________________
8470 [  7113] By: jhi                                   on 2000/10/02  23:46:43
8471         Log: SOCK_DGRAM and listen() do not mix as reported in
8472              
8473              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
8474              From: Petter Reinholdtsen <pere@hungry.com>
8475              Date: Sun, 1 Oct 2000 10:57:20 +0800
8476              Message-Id: <200010010257.KAA05735@localhost.localdomain>
8477              
8478              The patch for 5.7.0+ had to be reengineered, though.
8479      Branch: perl
8480            ! ext/IO/lib/IO/Socket/UNIX.pm
8481 ____________________________________________________________________________
8482 [  7112] By: jhi                                   on 2000/10/02  23:36:57
8483         Log: Subject: Re: [PATCH 5.005_64 missed]
8484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8485              Date: Sun, 1 Oct 2000 18:50:10 -0400
8486              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
8487      Branch: perl
8488            ! pod/perlxs.pod
8489 ____________________________________________________________________________
8490 [  7111] By: jhi                                   on 2000/10/02  23:35:40
8491         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
8492              From: Radu Greab <radu@netsoft.ro>
8493              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
8494              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
8495      Branch: perl
8496            ! op.c opcode.pl t/op/substr.t
8497 ____________________________________________________________________________
8498 [  7110] By: jhi                                   on 2000/10/02  23:32:38
8499         Log: Subject: [PATCH] Fix aliasing of tied filehandles
8500              From: Daniel Chetlin <daniel@chetlin.com>
8501              Date: Mon, 2 Oct 2000 14:53:27 -0700
8502              Message-ID: <20001002145327.C1617@ilmd>
8503      Branch: perl
8504            ! perl.h pp_hot.c t/op/tiehandle.t
8505 ____________________________________________________________________________
8506 [  7109] By: jhi                                   on 2000/10/02  23:31:30
8507         Log: s/Robin Parker/Robin Barker/
8508      Branch: perl
8509            ! Changes5.6
8510 ____________________________________________________________________________
8511 [  7108] By: jhi                                   on 2000/10/02  23:15:46
8512         Log: Retract #7091 as suggested in
8513              
8514              From: Robin Barker <rmb1@cise.npl.co.uk> 
8515              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
8516              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
8517              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
8518      Branch: perl
8519            ! embed.pl proto.h
8520 ____________________________________________________________________________
8521 [  7107] By: nick                                  on 2000/10/02  18:23:14
8522         Log: A few tweaks to get Tk803 to work with Encode scheme.
8523      Branch: perl
8524            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
8525 ____________________________________________________________________________
8526 [  7106] By: nick                                  on 2000/10/01  21:34:14
8527         Log: Add checking cases to Encode's toUnicode and fromUnicode.
8528      Branch: perl
8529            ! ext/Encode/Encode.pm
8530 ____________________________________________________________________________
8531 [  7105] By: nick                                  on 2000/10/01  17:18:01
8532         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
8533              To read and use them.
8534              Add a lib/encode.t which checks a few things.
8535      Branch: perl
8536            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
8537            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
8538            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
8539            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
8540            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
8541            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
8542            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
8543            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
8544            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
8545            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
8546            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
8547            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
8548            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
8549            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
8550            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
8551            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
8552            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
8553            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
8554            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
8555            + ext/Encode/Encode/iso2022-jp.enc
8556            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8557            + ext/Encode/Encode/iso8859-1.enc
8558            + ext/Encode/Encode/iso8859-2.enc
8559            + ext/Encode/Encode/iso8859-3.enc
8560            + ext/Encode/Encode/iso8859-4.enc
8561            + ext/Encode/Encode/iso8859-5.enc
8562            + ext/Encode/Encode/iso8859-6.enc
8563            + ext/Encode/Encode/iso8859-7.enc
8564            + ext/Encode/Encode/iso8859-8.enc
8565            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
8566            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
8567            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
8568            + ext/Encode/Encode/macCentEuro.enc
8569            + ext/Encode/Encode/macCroatian.enc
8570            + ext/Encode/Encode/macCyrillic.enc
8571            + ext/Encode/Encode/macDingbats.enc
8572            + ext/Encode/Encode/macGreek.enc
8573            + ext/Encode/Encode/macIceland.enc
8574            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
8575            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
8576            + ext/Encode/Encode/macTurkish.enc
8577            + ext/Encode/Encode/macUkraine.enc
8578            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
8579            + t/lib/encode.t
8580            ! MANIFEST ext/Encode/Encode.pm
8581 ____________________________________________________________________________
8582 [  7104] By: nick                                  on 2000/09/30  13:04:30
8583         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
8584              From: Daniel Chetlin <daniel@chetlin.com>
8585              Date: Mon, 18 Sep 2000 05:05:40 -0700
8586              Message-Id: <20000918050540.C652@ilmd>
8587      Branch: perl
8588            ! lib/overload.pm sv.c t/pragma/overload.t
8589 ____________________________________________________________________________
8590 [  7103] By: nick                                  on 2000/09/30  12:53:36
8591         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
8592              From: Johan Vromans <jvromans@squirrel.nl>
8593              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
8594              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
8595      Branch: perl
8596            ! pod/Makefile.SH
8597 ____________________________________________________________________________
8598 [  7102] By: nick                                  on 2000/09/30  12:52:31
8599         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
8600              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8601              Date: Sat, 16 Sep 2000 16:36:45 -0400
8602              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
8603      Branch: perl
8604            ! ext/B/B/Deparse.pm
8605 ____________________________________________________________________________
8606 [  7101] By: nick                                  on 2000/09/30  12:51:41
8607         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
8608              From: Craig A. Berry <craig.berry@psinetcs.com>
8609              Date: Sat, 16 Sep 2000 10:11:10 -0500
8610              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
8611      Branch: perl
8612            ! vms/vms.c
8613 ____________________________________________________________________________
8614 [  7100] By: nick                                  on 2000/09/30  12:50:33
8615         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8616              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8617              Date: Fri, 15 Sep 2000 16:37:58 -0400
8618              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
8619      Branch: perl
8620            ! t/op/append.t
8621 ____________________________________________________________________________
8622 [  7099] By: nick                                  on 2000/09/30  12:49:35
8623         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8624              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8625              Date: Fri, 15 Sep 2000 16:25:30 -0400
8626              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
8627      Branch: perl
8628            ! pp_hot.c
8629 ____________________________________________________________________________
8630 [  7098] By: nick                                  on 2000/09/30  12:48:00
8631         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
8632              From: Gisle Aas <gisle@ActiveState.com>
8633              Date: 15 Sep 2000 16:23:41 +0200
8634              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
8635      Branch: perl
8636            ! toke.c
8637 ____________________________________________________________________________
8638 [  7097] By: nick                                  on 2000/09/30  12:45:16
8639         Log: Subject: [PATCH] Nits in perlmod.pod
8640              From: Daniel Chetlin <daniel@chetlin.com>
8641              Date: Fri, 15 Sep 2000 02:04:09 -0700
8642              Message-Id: <20000915020409.A2104@ilmd>
8643      Branch: perl
8644            ! pod/perlmod.pod
8645 ____________________________________________________________________________
8646 [  7096] By: nick                                  on 2000/09/30  12:18:00
8647         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
8648              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
8649              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
8650              0 to checking to get the warning.
8651      Branch: perl
8652            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
8653            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
8654            ! regexec.c sv.c toke.c utf8.c
8655 ____________________________________________________________________________
8656 [  7095] By: nick                                  on 2000/09/15  16:55:59
8657         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
8658              
8659              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
8660              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8661              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
8662              Date: Fri, 15 Sep 2000 06:37:30 -0400
8663      Branch: perl
8664            ! ext/Encode/Encode.xs sv.c
8665 ____________________________________________________________________________
8666 [  7094] By: jhi                                   on 2000/09/15  03:23:32
8667         Log: Update Changes.
8668      Branch: perl
8669            ! Changes patchlevel.h
8670 ____________________________________________________________________________
8671 [  7093] By: jhi                                   on 2000/09/15  03:11:44
8672         Log: Fix for the charnames.t failures from Spider Boardman.
8673      Branch: perl
8674            ! toke.c
8675 ____________________________________________________________________________
8676 [  7092] By: jhi                                   on 2000/09/15  00:15:48
8677         Log: Botched the #7090 check-in.
8678      Branch: perl
8679            ! sv.c
8680 ____________________________________________________________________________
8681 [  7091] By: jhi                                   on 2000/09/14  23:33:24
8682         Log: Part of #7081 didn't come through.
8683      Branch: perl
8684            ! embed.pl proto.h
8685 ____________________________________________________________________________
8686 [  7090] By: jhi                                   on 2000/09/14  23:17:39
8687         Log: Subject: Re: perl@7078 
8688              From: Spider Boardman <spider@web.zk3.dec.com>
8689              Date: Thu, 14 Sep 2000 19:06:36 -0400
8690              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
8691      Branch: perl
8692            ! sv.c toke.c
8693 ____________________________________________________________________________
8694 [  7089] By: jhi                                   on 2000/09/14  23:11:21
8695         Log: Small portability tweaks.
8696      Branch: perl
8697            ! ext/Encode/Encode.xs
8698 ____________________________________________________________________________
8699 [  7088] By: jhi                                   on 2000/09/14  22:57:23
8700         Log: Fake return to pacify picky compilers.
8701      Branch: perl
8702            ! ext/Encode/Encode.xs
8703 ____________________________________________________________________________
8704 [  7087] By: jhi                                   on 2000/09/14  22:53:37
8705         Log: Subject: [PATCH] utf8.c apidoc
8706              From: Simon Cozens <simon@cozens.net>
8707              Date: Thu, 14 Sep 2000 23:46:57 +0100
8708              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
8709      Branch: perl
8710            ! perlapi.c pod/perlapi.pod utf8.c
8711 ____________________________________________________________________________
8712 [  7086] By: jhi                                   on 2000/09/14  22:40:38
8713         Log: We don't need to count the high bit bytes, a boolean is enough. 
8714      Branch: perl
8715            ! sv.c
8716 ____________________________________________________________________________
8717 [  7085] By: jhi                                   on 2000/09/14  21:20:09
8718         Log: Replace #7084 with
8719              
8720              Subject: Re: perl@7078 
8721              From: Spider Boardman <spider@web.zk3.dec.com>
8722              Date: Thu, 14 Sep 2000 17:09:36 -0400
8723              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
8724      Branch: perl
8725            ! sv.c utf8.c
8726 ____________________________________________________________________________
8727 [  7084] By: jhi                                   on 2000/09/14  20:03:34
8728         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
8729              convertable to bytes by checking it doesn't go above 0xc3
8730              
8731              Subject: Re: perl@7078
8732              From: Simon Cozens <simon@cozens.net>
8733              Date: Thu, 14 Sep 2000 20:59:19 +0100
8734              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
8735      Branch: perl
8736            ! utf8.c
8737 ____________________________________________________________________________
8738 [  7083] By: jhi                                   on 2000/09/14  19:38:47
8739         Log: Subject: Re: perl@7078
8740              From: Simon Cozens <simon@cozens.net>
8741              Date: Thu, 14 Sep 2000 20:13:09 +0100
8742              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
8743      Branch: perl
8744            ! t/op/bop.t
8745 ____________________________________________________________________________
8746 [  7082] By: jhi                                   on 2000/09/14  17:50:44
8747         Log: The one that got away.
8748      Branch: perl
8749            ! lib/File/Find.pm
8750 ____________________________________________________________________________
8751 [  7081] By: jhi                                   on 2000/09/14  17:45:35
8752         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
8753              From: Robin Barker <rmb1@cise.npl.co.uk>
8754              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
8755              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
8756      Branch: perl
8757            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
8758            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
8759            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
8760            ! regcomp.c toke.c universal.c
8761 ____________________________________________________________________________
8762 [  7080] By: jhi                                   on 2000/09/14  17:40:35
8763         Log: Problems picked up by AIX cc.
8764              
8765              Subject: Re: perl@7078 (patch included)
8766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8767              Date: Thu, 14 Sep 2000 18:53:30 +0200
8768              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
8769      Branch: perl
8770            ! ext/Encode/Encode.xs
8771 ____________________________________________________________________________
8772 [  7079] By: jhi                                   on 2000/09/14  17:38:27
8773         Log: Subject: File::Find 5.7.0 POD nits
8774              From: Rich Morin <rdm@cfcl.com>
8775              Date: Wed, 13 Sep 2000 22:03:58 -0700
8776              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
8777      Branch: perl
8778            ! lib/File/Find.pm
8779 ____________________________________________________________________________
8780 [  7078] By: jhi                                   on 2000/09/14  14:58:20
8781         Log: Update Changes.
8782      Branch: perl
8783            ! Changes patchlevel.h
8784 ____________________________________________________________________________
8785 [  7077] By: jhi                                   on 2000/09/14  14:55:54
8786         Log: Compilation warnings and an error.
8787      Branch: perl
8788            ! sv.c
8789 ____________________________________________________________________________
8790 [  7076] By: jhi                                   on 2000/09/14  14:42:56
8791         Log: Fix for a parsing bug, not for the original bug.
8792              
8793              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
8794              From: Spider Boardman <spider@web.zk3.dec.com>
8795              Date: Wed, 13 Sep 2000 17:52:20 -0400
8796              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
8797      Branch: perl
8798            ! regcomp.c
8799 ____________________________________________________________________________
8800 [  7075] By: jhi                                   on 2000/09/14  14:40:40
8801         Log: Batch of UTF-8 patches from Simon Cozens.
8802      Branch: perl
8803            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
8804            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
8805            ! toke.c utf8.c
8806 ____________________________________________________________________________
8807 [  7074] By: jhi                                   on 2000/09/14  14:29:58
8808         Log: Subject: Re: Two advertising clauses need to be removed
8809              From: Russ Allbery <rra@stanford.edu>
8810              Date: 13 Sep 2000 18:50:26 -0700
8811              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
8812      Branch: perl
8813            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
8814 ____________________________________________________________________________
8815 [  7073] By: jhi                                   on 2000/09/14  14:28:20
8816         Log: Subject: [PATCH] de-wall t/README
8817              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8818              Date: Wed, 13 Sep 2000 17:46:55 -0700
8819              Message-ID: <//Bw5gzkge/e092yn@efn.org>
8820      Branch: perl
8821            ! t/README
8822 ____________________________________________________________________________
8823 [  7072] By: jhi                                   on 2000/09/14  14:25:10
8824         Log: Hints optimization.
8825              
8826              Subject: Minor nit
8827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8828              Date: Wed, 13 Sep 2000 21:42:07 +0200
8829              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
8830      Branch: perl
8831            ! hints/hpux.sh
8832 ____________________________________________________________________________
8833 [  7071] By: jhi                                   on 2000/09/14  14:23:30
8834         Log: Allow chop() and chomp() to be overridden.
8835              
8836              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
8837              From: "Casey R. Tweten" <crt@kiski.net>
8838              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
8839              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
8840      Branch: perl
8841            ! toke.c
8842 ____________________________________________________________________________
8843 [  7070] By: jhi                                   on 2000/09/14  14:20:36
8844         Log: The return value of setlocale must be copied away.
8845              
8846              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
8847              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8848              Date: Wed, 13 Sep 2000 16:27:37 +0100 
8849              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
8850      Branch: perl
8851            ! util.c
8852 ____________________________________________________________________________
8853 [  7069] By: jhi                                   on 2000/09/14  14:16:27
8854         Log: Remove vestiges of tr//CU.
8855              
8856              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8857              From: Nick Clark <nick@plum.flirble.org>
8858              Date: Tue, 12 Sep 2000 22:50:14 +0100
8859              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
8860              
8861              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8862              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8863              Date: Tue, 12 Sep 2000 21:38:48 -0700
8864              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
8865      Branch: perl
8866            ! op.h pod/perlunicode.pod
8867 ____________________________________________________________________________
8868 [  7068] By: jhi                                   on 2000/09/13  14:18:39
8869         Log: Add the Encode extension.  The code is still largely just skeleton.
8870      Branch: perl
8871            + ext/Encode/Encode.pm ext/Encode/Encode.xs
8872            + ext/Encode/Makefile.PL ext/Encode/Todo
8873            ! MANIFEST Todo-5.6
8874 ____________________________________________________________________________
8875 [  7067] By: jhi                                   on 2000/09/12  17:43:33
8876         Log: Allow for whitespace between "#" and "line" in cpp output.
8877              
8878              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
8879              From: Calle Dybedahl <calle@lysator.liu.se>
8880              Date: 12 Sep 2000 19:38:02 +0200 
8881              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
8882      Branch: perl
8883            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
8884 ____________________________________________________________________________
8885 [  7066] By: gsar                                  on 2000/09/12  17:24:29
8886         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
8887              initialization in all the threads on Windows
8888      Branch: perl
8889            ! win32/win32.c
8890 ____________________________________________________________________________
8891 [  7065] By: jhi                                   on 2000/09/12  15:11:31
8892         Log: Update Changes.
8893      Branch: perl
8894            ! Changes patchlevel.h
8895 ____________________________________________________________________________
8896 [  7064] By: jhi                                   on 2000/09/12  14:54:54
8897         Log: Retract #7062, the pod tests are not ready.
8898      Branch: perl
8899            ! t/TEST t/harness
8900 ____________________________________________________________________________
8901 [  7063] By: jhi                                   on 2000/09/12  14:25:41
8902         Log: The #7054 truncated Configure badly.
8903      Branch: metaconfig/U/perl
8904            ! End.U
8905      Branch: perl
8906            ! Configure config_h.SH
8907 ____________________________________________________________________________
8908 [  7062] By: jhi                                   on 2000/09/12  14:08:32
8909         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
8910              From: sthoenna@efn.org
8911              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
8912              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
8913      Branch: perl
8914            ! t/TEST t/harness
8915 ____________________________________________________________________________
8916 [  7061] By: jhi                                   on 2000/09/12  14:07:18
8917         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
8918              From: sthoenna@efn.org
8919              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
8920              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
8921      Branch: perl
8922            ! pod/perlxs.pod
8923 ____________________________________________________________________________
8924 [  7060] By: jhi                                   on 2000/09/12  14:06:08
8925         Log: Break up the myconfig lines a bit.
8926              
8927              Subject: perlbug/perl -V output format
8928              From: sthoenna@efn.org
8929              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
8930              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
8931      Branch: perl
8932            ! myconfig.SH
8933 ____________________________________________________________________________
8934 [  7059] By: jhi                                   on 2000/09/12  14:05:04
8935         Log: Test for the #7049.
8936              
8937              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
8938              From: andreas.koenig@anima.de (Andreas J. Koenig)
8939              Date: 12 Sep 2000 06:42:01 +0200
8940              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
8941      Branch: perl
8942            ! t/op/my.t
8943 ____________________________________________________________________________
8944 [  7058] By: jhi                                   on 2000/09/12  14:03:05
8945         Log: Subject: [patch: perl@7045] vms updates
8946              From: Peter Prymmer <pvhp@forte.com>
8947              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
8948              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
8949      Branch: perl
8950            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
8951 ____________________________________________________________________________
8952 [  7057] By: jhi                                   on 2000/09/12  14:00:51
8953         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
8954              From: sthoenna@efn.org
8955              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
8956              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
8957      Branch: perl
8958            ! t/op/64bitint.t
8959 ____________________________________________________________________________
8960 [  7056] By: jhi                                   on 2000/09/12  13:58:14
8961         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
8962              From: Jeff Pinyan <jeffp@crusoe.net>
8963              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
8964              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
8965      Branch: perl
8966            ! pod/perlfunc.pod
8967 ____________________________________________________________________________
8968 [  7055] By: jhi                                   on 2000/09/12  13:56:32
8969         Log: Do in VMS as the #7054 does.
8970      Branch: perl
8971            ! configure.com
8972 ____________________________________________________________________________
8973 [  7054] By: jhi                                   on 2000/09/12  13:50:31
8974         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
8975              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8976              Date: Mon, 11 Sep 2000 08:33:09 +0100
8977              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
8978      Branch: metaconfig/U/perl
8979            ! End.U
8980      Branch: perl
8981            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
8982            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8983 ____________________________________________________________________________
8984 [  7053] By: jhi                                   on 2000/09/12  13:29:19
8985         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
8986              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8987              Date:     Tue, 12 Sep 2000 08:35:59 EDT
8988              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
8989      Branch: perl
8990            ! vms/test.com
8991 ____________________________________________________________________________
8992 [  7052] By: jhi                                   on 2000/09/11  23:01:50
8993         Log: Document the SvUTF8*().
8994      Branch: perl
8995            ! pod/perlapi.pod sv.h
8996 ____________________________________________________________________________
8997 [  7051] By: gsar                                  on 2000/09/11  14:46:30
8998         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
8999              (missed a spot when fixing up op_pmreplroot hack for ithreads)
9000      Branch: perl
9001            ! op.c t/op/split.t
9002 ____________________________________________________________________________
9003 [  7050] By: nick                                  on 2000/09/11  10:03:51
9004         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
9005              
9006              Subject: borland C++ win32.c tweak
9007              From: Vadim Konovalov <vkonovalov@lucent.com>
9008              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
9009              Date: Mon, 11 Sep 2000 11:22:33 +0400
9010      Branch: perl
9011            ! win32/win32.c
9012 ____________________________________________________________________________
9013 [  7049] By: nick                                  on 2000/09/11  09:57:33
9014         Log: Point fix for s/// on foreach (keys %xxx).
9015      Branch: perl
9016            ! pp_hot.c
9017 ____________________________________________________________________________
9018 [  7048] By: jhi                                   on 2000/09/10  23:37:09
9019         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
9020              by Pod::Text, from Brad Appleton.
9021      Branch: perl
9022            ! t/pod/testp2pt.pl
9023 ____________________________________________________________________________
9024 [  7047] By: jhi                                   on 2000/09/10  14:32:53
9025         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
9026              by Russ Allbery.
9027      Branch: perl
9028            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
9029 ____________________________________________________________________________
9030 [  7046] By: jhi                                   on 2000/09/10  14:15:08
9031         Log: Upgrade to CPAN 1.57_65, from Andreas König.
9032      Branch: perl
9033            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9034 ____________________________________________________________________________
9035 [  7045] By: jhi                                   on 2000/09/08  21:36:32
9036         Log: Update Changes.
9037      Branch: perl
9038            ! Changes patchlevel.h
9039 ____________________________________________________________________________
9040 [  7044] By: jhi                                   on 2000/09/08  21:29:56
9041         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
9042              From: Peter Prymmer <pvhp@forte.com>
9043              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
9044              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
9045      Branch: perl
9046            ! configure.com
9047 ____________________________________________________________________________
9048 [  7043] By: jhi                                   on 2000/09/08  21:27:50
9049         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
9050              From: Peter Prymmer <pvhp@forte.com>
9051              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
9052              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
9053      Branch: perl
9054            ! Makefile.SH installperl
9055 ____________________________________________________________________________
9056 [  7042] By: jhi                                   on 2000/09/08  21:23:21
9057         Log: Continue #7041.
9058      Branch: perl
9059            ! cygwin/Makefile.SHs os2/Makefile.SHs
9060 ____________________________________________________________________________
9061 [  7041] By: jhi                                   on 2000/09/08  21:18:10
9062         Log: Do away with memory models cruft.  Sorry, PDP users.
9063      Branch: metaconfig
9064            ! U/modified/cc.U U/modified/libpth.U
9065      Branch: perl
9066            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9067            ! Porting/config_H cflags.SH config_h.SH configure.com
9068            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
9069            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
9070            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
9071 ____________________________________________________________________________
9072 [  7040] By: jhi                                   on 2000/09/08  14:34:18
9073         Log: Major rewrite of s2p.  And I mean really major, it is
9074              an implementation of sed in perl.  If called as s2p it
9075              will function as s2p.  Note: needs non-UNIXifying.
9076              
9077              Subject: s2p
9078              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9079              Date: Mon, 28 Aug 2000 14:05:12 +0200
9080              Message-ID: <39AA5578.2102E2AA@alcatel.at>
9081      Branch: perl
9082            ! x2p/s2p.PL
9083 ____________________________________________________________________________
9084 [  7039] By: jhi                                   on 2000/09/08  14:19:49
9085         Log: Re-allow vec() for characters > 255.
9086              
9087              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
9088              From: Spider Boardman <spider@web.zk3.dec.com>
9089              Date: Fri, 08 Sep 2000 02:21:02 -0400
9090              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
9091      Branch: perl
9092            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9093            ! t/op/vec.t
9094 ____________________________________________________________________________
9095 [  7038] By: jhi                                   on 2000/09/08  14:14:18
9096         Log: Subject: [PATCH lib/Benchmark.pm]
9097              From: <abigail@foad.org>
9098              Date: Thu, 7 Sep 2000 15:03:20 -0400
9099              Message-ID: <20000907190320.888.qmail@foad.org>
9100      Branch: perl
9101            ! lib/Benchmark.pm
9102 ____________________________________________________________________________
9103 [  7037] By: jhi                                   on 2000/09/08  14:11:06
9104         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
9105              
9106              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
9107              From: Spider Boardman <spider@web.zk3.dec.com>
9108              Date: Fri, 08 Sep 2000 01:30:27 -0400
9109              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
9110      Branch: perl
9111            ! op.c
9112 ____________________________________________________________________________
9113 [  7036] By: jhi                                   on 2000/09/08  14:08:58
9114         Log: Subject: [ID 20000908.002] perlipc documentation bug.
9115              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
9116              Date: Fri, 08 Sep 2000 12:38:32 +0200
9117              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
9118      Branch: perl
9119            ! pod/perlipc.pod
9120 ____________________________________________________________________________
9121 [  7035] By: jhi                                   on 2000/09/08  14:03:12
9122         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9123              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9124              Date: Fri, 08 Sep 2000 11:47:34 +0200
9125              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
9126      Branch: perl
9127            ! hints/dec_osf.sh
9128 ____________________________________________________________________________
9129 [  7034] By: jhi                                   on 2000/09/08  13:59:35
9130         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
9131              From: Simon Cozens <simon@cozens.net>
9132              Date: Thu, 7 Sep 2000 20:40:38 +0100
9133              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
9134      Branch: perl
9135            ! pp_hot.c
9136 ____________________________________________________________________________
9137 [  7033] By: jhi                                   on 2000/09/08  04:03:03
9138         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
9139              From: "Larry W. Virden" <lvirden@cas.org>
9140              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
9141              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
9142      Branch: perl
9143            ! pod/perldiag.pod
9144 ____________________________________________________________________________
9145 [  7032] By: jhi                                   on 2000/09/07  22:18:30
9146         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
9147              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
9148              Date: Mon, 04 Sep 2000 13:16:38 -0700
9149              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
9150      Branch: perl
9151            ! lib/perl5db.pl
9152 ____________________________________________________________________________
9153 [  7031] By: jhi                                   on 2000/09/07  22:02:29
9154         Log: Fix the ccversion detection for 5.1 and beyond.
9155              
9156              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9157              From: Spider Boardman <spider@leggy.zk3.dec.com>
9158              Date: Thu, 7 Sep 2000 17:54:27 -0400
9159              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
9160      Branch: perl
9161            ! hints/dec_osf.sh
9162 ____________________________________________________________________________
9163 [  7030] By: jhi                                   on 2000/09/07  19:12:28
9164         Log: Fix for
9165              
9166              Subject: [ID 20000903.001] \w in utf8-strings
9167              From: Marc Lehmann <pcg@goof.com>
9168              Date: Sun, 03 Sep 2000 09:44:29 +0200
9169              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
9170              
9171              and various related nits.
9172      Branch: perl
9173            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
9174 ____________________________________________________________________________
9175 [  7029] By: jhi                                   on 2000/09/07  18:49:09
9176         Log: Fix the URL, but the server is still missing in action.
9177              
9178              Subject: [ID 20000905.002] perlfaq1.pod URL error
9179              From: "Larry W. Virden" <lvirden@cas.org>
9180              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
9181              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
9182      Branch: perl
9183            ! pod/perlfaq1.pod
9184 ____________________________________________________________________________
9185 [  7028] By: jhi                                   on 2000/09/07  18:47:13
9186         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
9187              From: Hugo <hv@crypt.compulink.co.uk>
9188              Date: Tue, 05 Sep 2000 14:13:37 +0100
9189              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
9190      Branch: perl
9191            ! toke.c
9192 ____________________________________________________________________________
9193 [  7027] By: jhi                                   on 2000/09/07  18:45:35
9194         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
9195              From: Daniel Chetlin <daniel@chetlin.com>
9196              Date: Tue, 5 Sep 2000 04:57:07 -0700
9197              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
9198      Branch: perl
9199            ! pod/perlfaq6.pod pod/perlop.pod
9200 ____________________________________________________________________________
9201 [  7026] By: jhi                                   on 2000/09/07  18:44:01
9202         Log: Document the new ref() semantics.
9203              
9204              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9205              From: Gisle Aas <gisle@ActiveState.com>
9206              Date: 05 Sep 2000 08:10:30 +0200
9207              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
9208      Branch: perl
9209            ! pod/perldelta.pod
9210 ____________________________________________________________________________
9211 [  7025] By: jhi                                   on 2000/09/07  18:42:27
9212         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
9213              
9214              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9215              From: Gisle Aas <gisle@ActiveState.com>
9216              Date: 05 Sep 2000 08:11:40 +0200
9217              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
9218      Branch: perl
9219            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
9220 ____________________________________________________________________________
9221 [  7024] By: jhi                                   on 2000/09/07  18:39:32
9222         Log: Subject: [PATCH] Modernize Opcode.pm documentation
9223              From: Gisle Aas <gisle@ActiveState.com>
9224              Date: 4 Sep 2000 00:18:55 -0000
9225              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
9226      Branch: perl
9227            ! ext/Opcode/Opcode.pm
9228 ____________________________________________________________________________
9229 [  7023] By: jhi                                   on 2000/09/07  18:37:42
9230         Log: Subject: [PATCH] Tied filehandle documentation
9231              From: Gisle Aas <gisle@ActiveState.com>
9232              Date: 4 Sep 2000 00:14:40 -0000
9233              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
9234      Branch: perl
9235            ! pod/perlfunc.pod pod/perltie.pod
9236 ____________________________________________________________________________
9237 [  7022] By: jhi                                   on 2000/09/07  18:35:37
9238         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
9239              From: Gisle Aas <gisle@ActiveState.com>
9240              Date: 4 Sep 2000 00:04:22 -0000
9241              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
9242      Branch: perl
9243            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
9244 ____________________________________________________________________________
9245 [  7021] By: jhi                                   on 2000/09/07  18:33:22
9246         Log: Subject: small apidoc fix
9247              From: Marc Lehmann <pcg@goof.com>
9248              Date: Sun, 3 Sep 2000 05:12:06 +0200
9249              Message-ID: <20000903051206.A5909@cerebro.laendle>
9250      Branch: perl
9251            ! pod/perlapi.pod utf8.c
9252 ____________________________________________________________________________
9253 [  7020] By: jhi                                   on 2000/09/07  16:14:57
9254         Log: Tiny perldelta nits.
9255      Branch: perl
9256            ! pod/perldelta.pod
9257 ____________________________________________________________________________
9258 [  7019] By: jhi                                   on 2000/09/07  16:04:20
9259         Log: Guard against bad string->int conversion for quads.
9260      Branch: perl
9261            ! t/op/64bitint.t
9262 ____________________________________________________________________________
9263 [  7018] By: jhi                                   on 2000/09/06  17:07:03
9264         Log: Update Unicode todo list.
9265      Branch: perl
9266            ! Todo-5.6
9267 ____________________________________________________________________________
9268 [  7017] By: jhi                                   on 2000/09/05  21:16:01
9269         Log: Document the SvIOK_.*UV().
9270      Branch: perl
9271            ! pod/perlapi.pod sv.h
9272 ____________________________________________________________________________
9273 [  7016] By: nick                                  on 2000/09/03  21:54:46
9274         Log: Hash lookup of constant strings optimization:
9275              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
9276              to string table (as per sharepvn). Add newSV_pvn_share to create such
9277              a thing. Make hv.c compare addresses of strings and skip string compare
9278              if equal. Make method_named and helem ops use these shared-string SVs
9279              when arg is constant. Make keys op return shared-string SVs (less clearly
9280              a win).
9281      Branch: perl
9282            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
9283            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
9284            ! pod/perlintern.pod pp_hot.c proto.h sv.c
9285 ____________________________________________________________________________
9286 [  7015] By: jhi                                   on 2000/09/02  17:48:59
9287         Log: This is 5.7.0.
9288      Branch: perl
9289            ! Changes
9290 ____________________________________________________________________________
9291 [  7014] By: jhi                                   on 2000/09/02  17:35:45
9292         Log: Changes and patchlevel tweaks.
9293      Branch: perl
9294            ! Changes patchlevel.h
9295 ____________________________________________________________________________
9296 [  7013] By: jhi                                   on 2000/09/02  17:30:50
9297         Log: Update Changes.
9298      Branch: perl
9299            ! Changes patchlevel.h
9300 ____________________________________________________________________________
9301 [  7012] By: nick                                  on 2000/09/02  17:25:20
9302         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
9303      Branch: perl
9304            ! gv.c lib/overload.pm
9305 ____________________________________________________________________________
9306 [  7011] By: jhi                                   on 2000/09/02  17:16:25
9307         Log: Update perlhist.
9308      Branch: perl
9309            ! pod/perlhist.pod
9310 ____________________________________________________________________________
9311 [  7010] By: jhi                                   on 2000/09/02  17:01:35
9312         Log: perldelta nits.
9313      Branch: perl
9314            ! pod/perldelta.pod
9315 ____________________________________________________________________________
9316 [  7009] By: nick                                  on 2000/09/02  16:48:35
9317         Log: If overloaded %{} etc. return the object do not loop.
9318              Thus  sub deref { $_[0] } functions if object is wanted type.
9319      Branch: perl
9320            ! pp.h
9321 ____________________________________________________________________________
9322 [  7008] By: jhi                                   on 2000/09/02  16:26:11
9323         Log: Retab MANIFEST.
9324      Branch: perl
9325            ! ext/Storable/MANIFEST
9326 ____________________________________________________________________________
9327 [  7007] By: jhi                                   on 2000/09/02  16:23:02
9328         Log: Make certain cc is set before trying to run it.
9329      Branch: perl
9330            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
9331 ____________________________________________________________________________
9332 [  7006] By: jhi                                   on 2000/09/02  15:45:41
9333         Log: Unicode notes.
9334      Branch: perl
9335            ! pod/perldelta.pod
9336 ____________________________________________________________________________
9337 [  7005] By: jhi                                   on 2000/09/02  15:42:11
9338         Log: Various Configure nits by Philip Newton,
9339              plus the ebcdic one by me.
9340      Branch: metaconfig
9341            + U/modified/pager.U
9342            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
9343      Branch: metaconfig/U/perl
9344            ! Devel.U quadfio.U
9345      Branch: perl
9346            ! Configure config_h.SH
9347 ____________________________________________________________________________
9348 [  7004] By: jhi                                   on 2000/09/02  15:06:14
9349         Log: Apparently avoiding the swapping is too costly.
9350              
9351              From: "Ben Tilly" <ben_tilly@hotmail.com>
9352              Subject: Re: the door is closed.
9353              Date: Fri, 01 Sep 2000 20:23:16 EDT
9354              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
9355      Branch: perl
9356            ! pod/perlfaq4.pod
9357 ____________________________________________________________________________
9358 [  7003] By: nick                                  on 2000/09/02  12:26:04
9359         Log: Undo part of change 6489 which looks like a bulk edit which
9360              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
9361              The supressing of main:: on return from select() is undesirable.
9362      Branch: perl
9363            ! pp_sys.c
9364 ____________________________________________________________________________
9365 [  7002] By: jhi                                   on 2000/09/01  23:08:54
9366         Log: Update Changes.
9367      Branch: perl
9368            ! Changes patchlevel.h
9369 ____________________________________________________________________________
9370 [  7001] By: jhi                                   on 2000/09/01  23:00:13
9371         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
9372              From: Peter Prymmer <pvhp@forte.com>
9373              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
9374              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
9375              
9376              plus rework the http: spots as suggested by Tom Christiansen,
9377              plus regen perltoc.
9378      Branch: perl
9379            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
9380            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
9381 ____________________________________________________________________________
9382 [  7000] By: jhi                                   on 2000/09/01  22:36:01
9383         Log: Only the first line, thank you very much.
9384      Branch: perl
9385            ! hints/solaris_2.sh
9386 ____________________________________________________________________________
9387 [  6999] By: gsar                                  on 2000/09/01  22:16:40
9388         Log: change#6791 accidentally clobbered change#6710, put it back
9389      Branch: perl
9390            ! win32/win32.c
9391 ____________________________________________________________________________
9392 [  6998] By: jhi                                   on 2000/09/01  22:14:16
9393         Log: Mention the HP-UX LP64 freak failure.
9394      Branch: perl
9395            ! pod/perldelta.pod
9396 ____________________________________________________________________________
9397 [  6997] By: jhi                                   on 2000/09/01  21:48:32
9398         Log: Detypo.
9399      Branch: perl
9400            ! hints/hpux.sh
9401 ____________________________________________________________________________
9402 [  6996] By: jhi                                   on 2000/09/01  21:27:10
9403         Log: Update Changes.
9404      Branch: perl
9405            ! Changes patchlevel.h
9406 ____________________________________________________________________________
9407 [  6995] By: jhi                                   on 2000/09/01  21:14:24
9408         Log: Mi splgn s gnin.g
9409      Branch: perl
9410            ! pp_ctl.c
9411 ____________________________________________________________________________
9412 [  6994] By: jhi                                   on 2000/09/01  21:09:54
9413         Log: Subject: http:// in L<>
9414              From: Nicholas Clark <nick@ccl4.org>
9415              Date: Fri, 1 Sep 2000 22:03:21 +0100
9416              Message-ID: <20000901220321.B72074@plum.flirble.org>
9417      Branch: perl
9418            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
9419 ____________________________________________________________________________
9420 [  6993] By: jhi                                   on 2000/09/01  21:06:54
9421         Log: Update to Storable 1.0, from Raphael Manfredi.
9422      Branch: perl
9423            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
9424            ! ext/Storable/Makefile.PL ext/Storable/README
9425            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9426            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
9427            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
9428            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
9429            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
9430            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
9431 ____________________________________________________________________________
9432 [  6992] By: jhi                                   on 2000/09/01  20:43:05
9433         Log: Mention known sfio+linux buglet.
9434      Branch: perl
9435            ! pod/perldelta.pod
9436 ____________________________________________________________________________
9437 [  6991] By: jhi                                   on 2000/09/01  20:40:11
9438         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
9439              From: Peter Prymmer <pvhp@forte.com>
9440              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
9441              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
9442      Branch: perl
9443            ! vms/vms.c
9444 ____________________________________________________________________________
9445 [  6990] By: jhi                                   on 2000/09/01  20:25:26
9446         Log: Retract #6986.
9447      Branch: perl
9448            ! hints/solaris_2.sh
9449 ____________________________________________________________________________
9450 [  6989] By: jhi                                   on 2000/09/01  20:23:00
9451         Log: Mergesort is back.
9452      Branch: perl
9453            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
9454 ____________________________________________________________________________
9455 [  6988] By: jhi                                   on 2000/09/01  19:37:40
9456         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
9457              From: Mike Guy <mjtg@cam.ac.uk>
9458              Date: Fri, 01 Sep 2000 17:43:33 +0100
9459              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
9460      Branch: perl
9461            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
9462            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
9463 ____________________________________________________________________________
9464 [  6987] By: jhi                                   on 2000/09/01  19:17:10
9465         Log: Regen perltoc.
9466      Branch: perl
9467            ! pod/perltoc.pod
9468 ____________________________________________________________________________
9469 [  6986] By: jhi                                   on 2000/09/01  18:51:10
9470         Log: Subject: Re: Solaris x86 has no SPARC libraries!
9471              From: Lupe Christoph <lupe@lupe-christoph.de>
9472              Date: Fri, 1 Sep 2000 20:41:20 +0200
9473              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
9474      Branch: perl
9475            ! hints/solaris_2.sh
9476 ____________________________________________________________________________
9477 [  6985] By: jhi                                   on 2000/09/01  18:28:10
9478         Log: Update Changes.
9479      Branch: perl
9480            ! Changes patchlevel.h
9481 ____________________________________________________________________________
9482 [  6984] By: jhi                                   on 2000/09/01  18:26:53
9483         Log: Feature ordering tweak.
9484      Branch: perl
9485            ! myconfig.SH
9486 ____________________________________________________________________________
9487 [  6983] By: jhi                                   on 2000/09/01  18:19:50
9488         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9489              From: <abigail@foad.org>
9490              Date: Fri, 1 Sep 2000 13:07:32 -0400
9491              Message-ID: <20000901170732.18249.qmail@foad.org>
9492      Branch: perl
9493            ! t/pragma/overload.t
9494 ____________________________________________________________________________
9495 [  6982] By: jhi                                   on 2000/09/01  18:17:54
9496         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
9497              so that case-ignoring systems like DCL can tell them from
9498              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
9499      Branch: metaconfig/U/perl
9500            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
9501      Branch: perl
9502            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9503            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
9504            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
9505            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
9506            ! vos/config.def vos/config.h vos/config_h.SH_orig
9507            ! win32/config.bc win32/config.gc win32/config.vc
9508 ____________________________________________________________________________
9509 [  6981] By: nick                                  on 2000/09/01  17:21:57
9510         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
9511              warning when UNTIE exists and instead pass the cound of extra references to
9512              the UNTIE method.
9513      Branch: perl
9514            ! pod/perltie.pod pp_sys.c
9515 ____________________________________________________________________________
9516 [  6980] By: jhi                                   on 2000/09/01  16:54:44
9517         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
9518              From: Peter Prymmer <pvhp@forte.com>
9519              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
9520              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
9521      Branch: perl
9522            ! configure.com
9523 ____________________________________________________________________________
9524 [  6979] By: jhi                                   on 2000/09/01  16:06:20
9525         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
9526              From: Mike Guy <mjtg@cam.ac.uk> 
9527              Date: Fri, 01 Sep 2000 16:49:27 +0100
9528              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
9529      Branch: perl
9530            ! t/base/rs.t
9531 ____________________________________________________________________________
9532 [  6978] By: jhi                                   on 2000/09/01  16:00:42
9533         Log: Update to PodParser 1.18, from Brad Appleton.
9534      Branch: perl
9535            ! lib/Pod/Checker.pm t/pod/find.t
9536 ____________________________________________________________________________
9537 [  6977] By: jhi                                   on 2000/09/01  14:48:58
9538         Log: Subject: Nit in Configure (bleadperl@6961)
9539              From: Lupe Christoph <lupe@lupe-christoph.de>
9540              Date: Fri, 1 Sep 2000 16:34:29 +0200
9541              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
9542      Branch: metaconfig
9543            ! U/compline/ccflags.U
9544      Branch: perl
9545            ! Configure config_h.SH
9546 ____________________________________________________________________________
9547 [  6976] By: jhi                                   on 2000/09/01  14:39:52
9548         Log: Update Changes.
9549      Branch: perl
9550            ! Changes patchlevel.h
9551 ____________________________________________________________________________
9552 [  6975] By: jhi                                   on 2000/09/01  14:37:36
9553         Log: microperl config update.
9554      Branch: perl
9555            ! uconfig.h uconfig.sh
9556 ____________________________________________________________________________
9557 [  6974] By: jhi                                   on 2000/09/01  14:36:53
9558         Log: Document known deficiencies.
9559      Branch: perl
9560            ! pod/perldelta.pod
9561 ____________________________________________________________________________
9562 [  6973] By: jhi                                   on 2000/09/01  14:10:20
9563         Log: Mention warnings fixes and updates.
9564      Branch: perl
9565            ! pod/perldelta.pod
9566 ____________________________________________________________________________
9567 [  6972] By: jhi                                   on 2000/09/01  14:01:52
9568         Log: Drop unused argument.
9569              
9570              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
9571              From: Spider Boardman <spider@web.zk3.dec.com>
9572              Date: Thu, 31 Aug 2000 16:10:15 -0400
9573              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
9574      Branch: perl
9575            ! toke.c
9576 ____________________________________________________________________________
9577 [  6971] By: jhi                                   on 2000/09/01  13:59:24
9578         Log: Add the overload warnings to perldiag.
9579      Branch: perl
9580            ! lib/overload.pm pod/perldiag.pod
9581 ____________________________________________________________________________
9582 [  6970] By: jhi                                   on 2000/09/01  13:55:10
9583         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9584              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9585              Date: Fri, 1 Sep 2000 13:43:15 +0100 
9586              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
9587      Branch: perl
9588            ! lib/overload.pm t/pragma/overload.t
9589 ____________________________________________________________________________
9590 [  6969] By: jhi                                   on 2000/09/01  13:52:27
9591         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9592              From: <abigail@foad.org>
9593              Date: Fri, 1 Sep 2000 05:46:54 -0400
9594              Message-ID: <20000901094654.6476.qmail@foad.org>
9595      Branch: perl
9596            ! lib/overload.pm
9597 ____________________________________________________________________________
9598 [  6968] By: jhi                                   on 2000/09/01  13:50:05
9599         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
9600              From: Daniel Chetlin <daniel@chetlin.com>
9601              Date: Fri, 1 Sep 2000 02:10:55 -0700
9602              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
9603      Branch: perl
9604            ! pod/perlretut.pod
9605 ____________________________________________________________________________
9606 [  6967] By: jhi                                   on 2000/09/01  13:47:54
9607         Log: Part of the solution.
9608              
9609              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
9610              From: Mike Guy <mjtg@cam.ac.uk>
9611              Date: Fri, 01 Sep 2000 14:16:01 +0100
9612              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
9613      Branch: perl
9614            ! gv.c mg.c
9615 ____________________________________________________________________________
9616 [  6966] By: jhi                                   on 2000/09/01  13:46:17
9617         Log: Subject: CPAN.pm beta 1.57_57 for the core
9618              From: andreas.koenig@anima.de (Andreas J. Koenig)
9619              Date: 01 Sep 2000 15:16:31 +0200
9620              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
9621      Branch: perl
9622            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9623 ____________________________________________________________________________
9624 [  6965] By: jhi                                   on 2000/09/01  13:43:18
9625         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
9626              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9627              Date: Fri, 01 Sep 2000 01:47:22 -0500
9628              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
9629      Branch: perl
9630            ! pod/perldelta.pod vms/vms.c
9631 ____________________________________________________________________________
9632 [  6964] By: jhi                                   on 2000/09/01  13:35:35
9633         Log: File::Temp patches from Andreas König,
9634              
9635              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
9636              From: andreas.koenig@anima.de (Andreas J. Koenig)
9637              Date: 01 Sep 2000 10:07:20 +0200
9638              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
9639              
9640              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
9641              From: andreas.koenig@anima.de (Andreas J. Koenig)
9642              Date: 31 Aug 2000 23:26:08 +0200
9643              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
9644      Branch: perl
9645            ! lib/File/Temp.pm t/lib/ftmp-security.t
9646 ____________________________________________________________________________
9647 [  6963] By: jhi                                   on 2000/09/01  02:22:24
9648         Log: Retract the mergesort code, way too incompatible licensing
9649              and copyrights.
9650      Branch: perl
9651            ! pod/perldelta.pod pp_ctl.c
9652 ____________________________________________________________________________
9653 [  6962] By: jhi                                   on 2000/08/31  23:27:32
9654         Log: Update Changes.
9655      Branch: perl
9656            ! Changes patchlevel.h
9657 ____________________________________________________________________________
9658 [  6961] By: jhi                                   on 2000/08/31  23:20:04
9659         Log: Small tweaks all over.
9660      Branch: metaconfig
9661            ! U/compline/d_gconvert.U
9662      Branch: perl
9663            ! AUTHORS Configure config_h.SH pp_ctl.c
9664 ____________________________________________________________________________
9665 [  6960] By: jhi                                   on 2000/08/31  22:39:36
9666         Log: Further rewording.
9667      Branch: perl
9668            ! pp_ctl.c
9669 ____________________________________________________________________________
9670 [  6959] By: jhi                                   on 2000/08/31  21:26:44
9671         Log: More address tweaking.
9672      Branch: perl
9673            ! AUTHORS Changes
9674 ____________________________________________________________________________
9675 [  6958] By: jhi                                   on 2000/08/31  20:47:25
9676         Log: AUTHORS tweaks, from Peter Prymmer.
9677              
9678              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
9679              From: Peter Prymmer <pvhp@forte.com>
9680              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
9681              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
9682      Branch: perl
9683            ! AUTHORS MAINTAIN
9684 ____________________________________________________________________________
9685 [  6957] By: jhi                                   on 2000/08/31  20:34:43
9686         Log: perldelta tweaks.
9687      Branch: perl
9688            ! pod/perldelta.pod
9689 ____________________________________________________________________________
9690 [  6956] By: jhi                                   on 2000/08/31  19:11:06
9691         Log: Regen perltoc.
9692      Branch: perl
9693            ! pod/perltoc.pod
9694 ____________________________________________________________________________
9695 [  6955] By: jhi                                   on 2000/08/31  19:06:30
9696         Log: Clarify the mergesort situation.
9697      Branch: perl
9698            ! pp_ctl.c
9699 ____________________________________________________________________________
9700 [  6954] By: jhi                                   on 2000/08/31  18:24:17
9701         Log: Move the Solaris 7 scan to use64bitall, make the
9702              failure to find 64-bot sparc libc to mention the
9703              possibility of being in an intel, from Lupe and Alan.
9704      Branch: perl
9705            ! hints/solaris_2.sh
9706 ____________________________________________________________________________
9707 [  6953] By: jhi                                   on 2000/08/31  18:09:20
9708         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
9709              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
9710      Branch: metaconfig
9711            ! U/compline/d_gconvert.U U/threads/archname.U
9712      Branch: metaconfig/U/perl
9713            ! perlxv.U
9714      Branch: perl
9715            ! Configure config_h.SH sv.c
9716 ____________________________________________________________________________
9717 [  6952] By: jhi                                   on 2000/08/31  17:42:24
9718         Log: :: not allowed in pathnames, change to .
9719              
9720              Subject: [PATCH perl@6938] cygwin port
9721              From: "Fifer, Eric" <EFifer@sanwaint.com>
9722              Date: Thu, 31 Aug 2000 16:32:59 +0100
9723              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
9724      Branch: metaconfig/U/perl
9725            ! perlxv.U
9726 ____________________________________________________________________________
9727 [  6951] By: jhi                                   on 2000/08/31  17:02:05
9728         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
9729      Branch: perl
9730            ! perl.h
9731 ____________________________________________________________________________
9732 [  6950] By: jhi                                   on 2000/08/31  16:26:08
9733         Log: More author updates.
9734              
9735              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
9736              From: Simon Cozens <simon@cozens.net>
9737              Date: Thu, 31 Aug 2000 17:13:32 +0100
9738              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
9739      Branch: perl
9740            ! AUTHORS
9741 ____________________________________________________________________________
9742 [  6949] By: jhi                                   on 2000/08/31  16:04:49
9743         Log: POSIX doesn't report long double values under -Duselongdouble
9744              when the long doubles are "real" (bigger than doubles).
9745              
9746              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
9747              From: Spider Boardman <spider@peano.zk3.dec.com>
9748              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
9749              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
9750      Branch: perl
9751            ! ext/POSIX/POSIX.xs
9752 ____________________________________________________________________________
9753 [  6948] By: jhi                                   on 2000/08/31  15:25:10
9754         Log: Update Changes.
9755      Branch: perl
9756            ! Changes patchlevel.h
9757 ____________________________________________________________________________
9758 [  6947] By: jhi                                   on 2000/08/31  15:22:29
9759         Log: Document UNTIE in a very minimalistic way.
9760      Branch: perl
9761            ! pod/perlfunc.pod pod/perltie.pod
9762 ____________________________________________________________________________
9763 [  6946] By: jhi                                   on 2000/08/31  15:15:23
9764         Log: Document known failures.
9765      Branch: perl
9766            ! pod/perldelta.pod
9767 ____________________________________________________________________________
9768 [  6945] By: jhi                                   on 2000/08/31  15:07:00
9769         Log: Don't attach -ld to the archname if pointless.
9770      Branch: metaconfig
9771            ! U/threads/archname.U
9772      Branch: perl
9773            ! Configure config_h.SH
9774 ____________________________________________________________________________
9775 [  6944] By: jhi                                   on 2000/08/31  14:37:42
9776         Log: Wrap the test in eval.
9777              
9778              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
9779              From: Tim Jenness <timj@jach.hawaii.edu>
9780              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
9781              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
9782      Branch: perl
9783            ! t/lib/ftmp-security.t
9784 ____________________________________________________________________________
9785 [  6943] By: jhi                                   on 2000/08/31  14:30:57
9786         Log: Make -Dusemorebits find long doubles in Solaris.
9787      Branch: perl
9788            ! hints/solaris_2.sh
9789 ____________________________________________________________________________
9790 [  6942] By: jhi                                   on 2000/08/31  13:48:45
9791         Log: Clarify the third case of ftmp-security warnings.
9792      Branch: perl
9793            ! INSTALL
9794 ____________________________________________________________________________
9795 [  6941] By: jhi                                   on 2000/08/31  13:40:31
9796         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
9797              From: <abigail@foad.org>
9798              Date: Thu, 31 Aug 2000 01:35:05 -0400
9799              Message-ID: <20000831053505.32120.qmail@foad.org>
9800      Branch: perl
9801            ! pod/perldelta.pod
9802 ____________________________________________________________________________
9803 [  6940] By: jhi                                   on 2000/08/31  13:38:48
9804         Log: Issue useful diagnostic on unknown pod commands.
9805              
9806              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
9807              From: <abigail@foad.org>
9808              Date: Thu, 31 Aug 2000 03:41:18 -0400
9809              Message-ID: <20000831074118.24880.qmail@foad.org>
9810      Branch: perl
9811            ! lib/Pod/Man.pm
9812 ____________________________________________________________________________
9813 [  6939] By: jhi                                   on 2000/08/31  13:34:33
9814         Log: Reveal Borland's isnan.
9815              
9816              Subject: build with BC++ tweak
9817              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9818              Date: Thu, 31 Aug 2000 13:09:37 +0400
9819              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
9820      Branch: perl
9821            ! win32/win32.h
9822 ____________________________________________________________________________
9823 [  6938] By: jhi                                   on 2000/08/31  05:01:20
9824         Log: Update Changes.
9825      Branch: perl
9826            ! Changes patchlevel.h
9827 ____________________________________________________________________________
9828 [  6937] By: jhi                                   on 2000/08/31  04:26:23
9829         Log: sscanf() may be the only way to read long doubles from strings.
9830      Branch: metaconfig/U/perl
9831            ! longdblfio.U
9832      Branch: perl
9833            ! Configure config_h.SH perl.h util.c
9834 ____________________________________________________________________________
9835 [  6936] By: jhi                                   on 2000/08/31  04:18:19
9836         Log: The #6929 was too skimpy.
9837      Branch: perl
9838            ! sv.c
9839 ____________________________________________________________________________
9840 [  6935] By: jhi                                   on 2000/08/31  02:47:07
9841         Log: Subject: Re: typos in pods
9842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9843              Date: Wed, 30 Aug 2000 19:25:34 -0700
9844              Message-ID: <eIcr5gzkg25X092yn@efn.org>
9845      Branch: perl
9846            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
9847 ____________________________________________________________________________
9848 [  6934] By: jhi                                   on 2000/08/31  02:42:55
9849         Log: Missed one Unicode file.
9850      Branch: perl
9851            + lib/unicode/UCDFF301.html
9852 ____________________________________________________________________________
9853 [  6933] By: jhi                                   on 2000/08/30  23:42:27
9854         Log: Update Changes.
9855      Branch: perl
9856            ! Changes patchlevel.h
9857 ____________________________________________________________________________
9858 [  6932] By: jhi                                   on 2000/08/30  23:40:07
9859         Log: Mention UNTIE in perldelta.  Still needs documenting
9860              in perltie et alia.
9861      Branch: perl
9862            ! pod/perldelta.pod
9863 ____________________________________________________________________________
9864 [  6931] By: jhi                                   on 2000/08/30  23:36:02
9865         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
9866              From: <abigail@foad.org>
9867              Date: Wed, 30 Aug 2000 19:28:07 -0400
9868              Message-ID: <20000830232807.305.qmail@foad.org>
9869      Branch: perl
9870            ! pod/perldelta.pod
9871 ____________________________________________________________________________
9872 [  6930] By: jhi                                   on 2000/08/30  23:32:40
9873         Log: Update to Unicode 3.0.1.
9874      Branch: perl
9875            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
9876            + lib/unicode/PropList.txt lib/unicode/README.perl
9877            + lib/unicode/UCD301.html lib/unicode/Unicode.301
9878            - lib/unicode/Props.txt lib/unicode/UCD300.html
9879            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9880            ! (edit 257 files)
9881 ____________________________________________________________________________
9882 [  6929] By: jhi                                   on 2000/08/30  22:38:18
9883         Log: Heap decorruption.
9884              
9885              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
9886              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9887              Date: Wed, 30 Aug 2000 22:39:52 +0100
9888              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
9889      Branch: perl
9890            ! sv.c
9891 ____________________________________________________________________________
9892 [  6928] By: jhi                                   on 2000/08/30  22:29:34
9893         Log: Retract the dummy test, skip the security tests (instead of failing),
9894              explain what the warnings mean.
9895      Branch: perl
9896            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
9897 ____________________________________________________________________________
9898 [  6927] By: jhi                                   on 2000/08/30  22:14:13
9899         Log: Change the internal implementation of sort() to be mergesort
9900              instead of quicksort, from John Linderman <jpl@research.att.com>.
9901              Gives us better worst case, better average case, and stability.
9902              What's there not to like?  (Small fixes for threaded builds
9903              were required).
9904      Branch: perl
9905            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
9906 ____________________________________________________________________________
9907 [  6926] By: jhi                                   on 2000/08/30  20:55:20
9908         Log: A better fix for the Socket building problem from Craig Berry.
9909      Branch: perl
9910            ! vms/vms.c
9911 ____________________________________________________________________________
9912 [  6925] By: jhi                                   on 2000/08/30  20:20:25
9913         Log: Subject: [PATCH] Re: UNTIE method 
9914              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9915              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
9916              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
9917      Branch: perl
9918            ! pp_sys.c t/op/tie.t
9919 ____________________________________________________________________________
9920 [  6924] By: jhi                                   on 2000/08/30  20:17:11
9921         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
9922              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9923              Date: Wed, 30 Aug 2000 15:03:14 -0500
9924              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
9925      Branch: perl
9926            ! vms/vms.c
9927 ____________________________________________________________________________
9928 [  6923] By: jhi                                   on 2000/08/30  20:15:18
9929         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
9930              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9931              Date: Wed, 30 Aug 2000 13:30:36 -0500
9932              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
9933      Branch: perl
9934            ! vms/vms.c
9935 ____________________________________________________________________________
9936 [  6922] By: jhi                                   on 2000/08/30  19:54:43
9937         Log: Better options for rsync.
9938      Branch: perl
9939            ! pod/perlhack.pod
9940 ____________________________________________________________________________
9941 [  6921] By: jhi                                   on 2000/08/30  19:40:16
9942         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
9943              From: Rick Delaney <rick@consumercontact.com>
9944              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
9945              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
9946      Branch: perl
9947            ! pod/perlfunc.pod
9948 ____________________________________________________________________________
9949 [  6920] By: jhi                                   on 2000/08/30  19:36:40
9950         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
9951              From: Peter Prymmer <pvhp@forte.com>
9952              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
9953              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
9954      Branch: perl
9955            ! configure.com
9956 ____________________________________________________________________________
9957 [  6919] By: jhi                                   on 2000/08/30  14:52:02
9958         Log: Update Changes.
9959      Branch: perl
9960            ! Changes patchlevel.h
9961 ____________________________________________________________________________
9962 [  6918] By: jhi                                   on 2000/08/30  14:48:34
9963         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
9964      Branch: perl
9965            ! lib/ExtUtils/typemap
9966 ____________________________________________________________________________
9967 [  6917] By: jhi                                   on 2000/08/30  14:46:34
9968         Log: Subject: typos in pods
9969              From: Nicholas Clark <nick@ccl4.org>
9970              Date: Wed, 30 Aug 2000 01:12:50 +0100
9971              Message-ID: <20000830011249.A61388@plum.flirble.org>
9972      Branch: perl
9973            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
9974            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
9975            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
9976            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
9977 ____________________________________________________________________________
9978 [  6916] By: jhi                                   on 2000/08/30  14:19:09
9979         Log: Document Storable problems on Crays.  (Will have
9980              to document all the other Storable problems, too.)
9981      Branch: perl
9982            ! pod/perldelta.pod
9983 ____________________________________________________________________________
9984 [  6915] By: jhi                                   on 2000/08/30  14:06:02
9985         Log: Subject: [PATCH] fix misc cast warnings
9986              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9987              Date: Tue, 29 Aug 2000 23:16:14 -0700
9988              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
9989      Branch: perl
9990            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
9991            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
9992            ! os2/os2ish.h
9993 ____________________________________________________________________________
9994 [  6914] By: jhi                                   on 2000/08/30  14:03:45
9995         Log: Timestamp mismatch again.  Need to fix this dependence on
9996              config_h.SH timestamp, since it's the contents of config_h.SH
9997              that matter.
9998      Branch: perl
9999            ! uconfig.h uconfig.sh
10000 ____________________________________________________________________________
10001 [  6913] By: jhi                                   on 2000/08/30  13:54:06
10002         Log: Don't say "Perl 5.0 source kit".
10003      Branch: perl
10004            ! perl.c
10005 ____________________________________________________________________________
10006 [  6912] By: jhi                                   on 2000/08/30  13:51:24
10007         Log: Reset archname and archname64 always, forcing them be
10008              recomputed at each Configure run, make Configure and
10009              the hints files agree on the naming of largefiles variables.
10010      Branch: metaconfig
10011            ! U/threads/archname.U
10012      Branch: metaconfig/U/perl
10013            ! use64bits.U
10014      Branch: perl
10015            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
10016            ! hints/linux.sh hints/solaris_2.sh
10017 ____________________________________________________________________________
10018 [  6911] By: jhi                                   on 2000/08/30  13:30:13
10019         Log: Put back the slice accidentally removed by #6907.
10020      Branch: perl
10021            ! hints/solaris_2.sh
10022 ____________________________________________________________________________
10023 [  6910] By: jhi                                   on 2000/08/30  01:24:26
10024         Log: Be consistent: other Net::get* do export theirs.
10025              
10026              Subject: Re: Net::protoent does not export 'getproto'
10027              From: Yasushi Nakajima <sey@jkc.co.jp>
10028              Date: Wed, 30 Aug 2000 09:53:14 +0900
10029              Message-Id: <200008300051.DAA24700@taku.hut.fi>
10030      Branch: perl
10031            ! lib/Net/protoent.pm
10032 ____________________________________________________________________________
10033 [  6909] By: jhi                                   on 2000/08/30  01:17:25
10034         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
10035              From: Gurusamy Sarathy <gsar@ActiveState.com>
10036              Date: Tue, 29 Aug 2000 17:17:07 -0700
10037              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
10038      Branch: perl
10039            ! cop.h
10040 ____________________________________________________________________________
10041 [  6908] By: jhi                                   on 2000/08/30  00:58:05
10042         Log: Update Changes.
10043      Branch: perl
10044            ! Changes patchlevel.h
10045 ____________________________________________________________________________
10046 [  6907] By: jhi                                   on 2000/08/30  00:57:22
10047         Log: Introduce ccname to keep track of what compiler kind of we have.
10048      Branch: metaconfig/U/perl
10049            ! Checkcc.U gccvers.U
10050      Branch: perl
10051            ! Configure config_h.SH hints/solaris_2.sh
10052 ____________________________________________________________________________
10053 [  6906] By: jhi                                   on 2000/08/30  00:25:47
10054         Log: Put back the flags dump as reasoned in
10055              
10056              Subject: Re: [PATCH] Glob dumping
10057              From: Mike Guy <mjtg@cam.ac.uk> 
10058              Date: Tue, 29 Aug 2000 21:41:32 +0100
10059              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
10060      Branch: perl
10061            ! dump.c t/lib/peek.t
10062 ____________________________________________________________________________
10063 [  6905] By: jhi                                   on 2000/08/30  00:16:17
10064         Log: Make the epsilon to be relative, not absolute.
10065              
10066              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
10067              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
10068              Date: Tue, 29 Aug 2000 19:58:56 -0400
10069              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
10070      Branch: perl
10071            ! t/lib/trig.t
10072 ____________________________________________________________________________
10073 [  6904] By: jhi                                   on 2000/08/30  00:13:09
10074         Log: From now on, Gisle is on my list of usual suspects :-)
10075              Retract #6902.
10076      Branch: perl
10077            ! ext/Opcode/Safe.pm
10078 ____________________________________________________________________________
10079 [  6903] By: jhi                                   on 2000/08/29  23:51:20
10080         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
10081              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10082              Date: Tue, 29 Aug 2000 18:43:26 -0500
10083              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
10084      Branch: perl
10085            + vms/vmspipe.com
10086            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
10087            ! vms/vms.c
10088 ____________________________________________________________________________
10089 [  6902] By: jhi                                   on 2000/08/29  23:44:14
10090         Log: Retry what #6882 attempted.
10091              
10092              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
10093              From: Gisle Aas <gisle@ActiveState.com>
10094              Date: 30 Aug 2000 00:33:09 +0200
10095              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
10096      Branch: perl
10097            ! ext/Opcode/Safe.pm
10098 ____________________________________________________________________________
10099 [  6901] By: jhi                                   on 2000/08/29  22:59:32
10100         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
10101              From: Hugo <hv@crypt.compulink.co.uk>
10102              Date: Mon, 12 Jun 2000 19:36:08 +0100
10103              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
10104      Branch: perl
10105            ! sv.c
10106 ____________________________________________________________________________
10107 [  6900] By: jhi                                   on 2000/08/29  22:58:35
10108         Log: Admit that we are leaking scalars.
10109              
10110              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
10111              From: Spider Boardman <spider@leggy.zk3.dec.com>
10112              Date: Tue, 29 Aug 2000 18:48:29 -0400
10113              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
10114      Branch: perl
10115            ! t/pragma/warnings.t
10116 ____________________________________________________________________________
10117 [  6899] By: jhi                                   on 2000/08/29  20:53:13
10118         Log: Update Changes.
10119      Branch: perl
10120            ! Changes patchlevel.h
10121 ____________________________________________________________________________
10122 [  6898] By: jhi                                   on 2000/08/29  20:46:21
10123         Log: Undo namespace pollution of #6878.
10124              
10125              Subject: Re: Net::protoent does not export 'getproto'
10126              From: Mike Guy <mjtg@cam.ac.uk>
10127              Date: Tue, 29 Aug 2000 21:32:37 +0100
10128              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
10129      Branch: perl
10130            ! lib/Net/protoent.pm
10131 ____________________________________________________________________________
10132 [  6897] By: jhi                                   on 2000/08/29  20:44:29
10133         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
10134              From: Peter Prymmer <pvhp@forte.com>
10135              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
10136              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
10137      Branch: perl
10138            ! pod/perlebcdic.pod
10139 ____________________________________________________________________________
10140 [  6896] By: jhi                                   on 2000/08/29  20:40:57
10141         Log: There's no point repeating the 'revision' (5) of perl5.
10142      Branch: metaconfig/U/perl
10143            ! Devel.U patchlevel.U
10144      Branch: perl
10145            ! Configure config_h.SH
10146 ____________________________________________________________________________
10147 [  6895] By: jhi                                   on 2000/08/29  20:16:58
10148         Log: Regen Configure for #6894.
10149      Branch: metaconfig/U/perl
10150            ! perladmin.U
10151      Branch: perl
10152            ! Configure config_h.SH
10153 ____________________________________________________________________________
10154 [  6894] By: jhi                                   on 2000/08/29  19:59:52
10155         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
10156              From: "Philip Newton" <Philip.Newton@gmx.net>
10157              Date: Tue, 29 Aug 2000 21:39:14 +0200
10158              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
10159      Branch: perl
10160            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
10161            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
10162            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
10163            ! utils/perlbug.PL
10164 ____________________________________________________________________________
10165 [  6893] By: jhi                                   on 2000/08/29  19:55:30
10166         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
10167              From: "Philip Newton" <Philip.Newton@gmx.net>
10168              Date: Tue, 29 Aug 2000 21:39:14 +0200
10169              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
10170      Branch: perl
10171            ! installhtml
10172 ____________________________________________________________________________
10173 [  6892] By: jhi                                   on 2000/08/29  19:53:59
10174         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
10175              From: "Philip Newton" <Philip.Newton@gmx.net>
10176              Date: Tue, 29 Aug 2000 21:48:18 +0200
10177              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
10178      Branch: perl
10179            ! lib/File/Temp.pm
10180 ____________________________________________________________________________
10181 [  6891] By: jhi                                   on 2000/08/29  18:30:03
10182         Log: Nail the ID 20000828.023.
10183      Branch: perl
10184            ! ext/Storable/Storable.xs
10185 ____________________________________________________________________________
10186 [  6890] By: jhi                                   on 2000/08/29  16:50:17
10187         Log: Under usethreads the dumped variable is IN_PAD.
10188              
10189              Subject: Re: [PATCH] Glob dumping
10190              From: Gisle Aas <gisle@ActiveState.com>
10191              Date: 29 Aug 2000 18:45:05 +0200
10192              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
10193      Branch: perl
10194            ! t/lib/peek.t
10195 ____________________________________________________________________________
10196 [  6889] By: jhi                                   on 2000/08/29  15:17:37
10197         Log: Update Changes.
10198      Branch: perl
10199            ! Changes patchlevel.h
10200 ____________________________________________________________________________
10201 [  6888] By: jhi                                   on 2000/08/29  14:49:59
10202         Log: Retract #6882, broke the safe tests.
10203      Branch: perl
10204            ! ext/Opcode/Safe.pm
10205 ____________________________________________________________________________
10206 [  6887] By: jhi                                   on 2000/08/29  14:47:06
10207         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
10208              From: Gisle Aas <gisle@ActiveState.com> 
10209              Date: 09 Jun 2000 20:00:11 +0200
10210              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
10211      Branch: perl
10212            ! utils/perldoc.PL
10213 ____________________________________________________________________________
10214 [  6886] By: jhi                                   on 2000/08/29  14:42:45
10215         Log: The #6881 removed one dump line.
10216      Branch: perl
10217            ! t/lib/peek.t
10218 ____________________________________________________________________________
10219 [  6885] By: jhi                                   on 2000/08/29  14:30:47
10220         Log: Don't forget to tidy up.
10221      Branch: perl
10222            ! t/lib/ftmp-security.t
10223 ____________________________________________________________________________
10224 [  6884] By: jhi                                   on 2000/08/29  14:25:17
10225         Log: Disabling the one test is a bit tricky.
10226      Branch: perl
10227            ! t/lib/ftmp-security.t
10228 ____________________________________________________________________________
10229 [  6883] By: jhi                                   on 2000/08/29  14:16:25
10230         Log: Disable one of the tests for now.
10231      Branch: perl
10232            ! t/lib/ftmp-security.t
10233 ____________________________________________________________________________
10234 [  6882] By: jhi                                   on 2000/08/29  14:05:50
10235         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
10236              From: gisle@aas.no
10237              Date: 29 Aug 2000 10:35:06 -0000
10238              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
10239      Branch: perl
10240            ! ext/Opcode/Safe.pm
10241 ____________________________________________________________________________
10242 [  6881] By: jhi                                   on 2000/08/29  14:03:51
10243         Log: Subject: [PATCH] Glob dumping
10244              From: Gisle Aas <gisle@ActiveState.com>
10245              Date: 29 Aug 2000 07:59:42 -0000
10246              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
10247      Branch: perl
10248            ! dump.c
10249 ____________________________________________________________________________
10250 [  6880] By: jhi                                   on 2000/08/29  14:02:01
10251         Log: Subject: [PATCH] Warnings in B::Deparse
10252              From: <abigail@foad.org>
10253              Date: Tue, 29 Aug 2000 00:00:01 -0400
10254              Message-ID: <20000829040001.2999.qmail@foad.org>
10255      Branch: perl
10256            ! ext/B/B/Deparse.pm
10257 ____________________________________________________________________________
10258 [  6879] By: jhi                                   on 2000/08/29  13:57:26
10259         Log: Missed a change in #6869.
10260      Branch: perl
10261            ! mg.c
10262 ____________________________________________________________________________
10263 [  6878] By: jhi                                   on 2000/08/29  13:45:04
10264         Log: Subject: Net::protoent does not export 'getproto'
10265              From: Yasushi Nakajima <sey@jkc.co.jp>
10266              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
10267      Branch: perl
10268            ! lib/Net/protoent.pm
10269 ____________________________________________________________________________
10270 [  6877] By: jhi                                   on 2000/08/29  13:39:19
10271         Log: Patches all over for people and the files they (hopefully) care about.
10272      Branch: perl
10273            ! AUTHORS Changes MAINTAIN
10274 ____________________________________________________________________________
10275 [  6876] By: jhi                                   on 2000/08/29  12:53:54
10276         Log: Fix for thinko in #6848.
10277              
10278              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
10279              From: Lupe Christoph <lupe@lupe-christoph.de>
10280              Date: Tue, 29 Aug 2000 09:04:08 +0200
10281              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
10282      Branch: perl
10283            ! ext/Thread/Thread.xs
10284 ____________________________________________________________________________
10285 [  6875] By: jhi                                   on 2000/08/29  12:50:14
10286         Log: Update to Getopt::Long 2.24, from Johan Vromans.
10287      Branch: perl
10288            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
10289 ____________________________________________________________________________
10290 [  6874] By: jhi                                   on 2000/08/29  02:09:53
10291         Log: Use minimal @INC in tests, most of the time just '../lib',
10292              so that we simply can't pick up stuff from other Perls than
10293              the one we are testing.  Pointed out by
10294              
10295              From: Mike Guy <mjtg@cam.ac.uk>
10296              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
10297              Date: Fri, 25 Aug 2000 15:15:59 +0100
10298              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
10299      Branch: perl
10300            ! (edit 185 files)
10301 ____________________________________________________________________________
10302 [  6873] By: jhi                                   on 2000/08/29  01:07:11
10303         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
10304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10305              Date: Mon, 28 Aug 2000 17:45:52 -0700
10306              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
10307      Branch: perl
10308            ! Makefile.SH hints/os2.sh
10309 ____________________________________________________________________________
10310 [  6872] By: jhi                                   on 2000/08/28  23:33:39
10311         Log: Subject: [PATCH bleedperl@6866] spellings
10312              From: marcel@codewerk.com (Marcel Grunauer)
10313              Date: Tue, 29 Aug 2000 01:19:59 +0200
10314              Message-Id: <200008282319.BAA29862@gandalf.local>
10315      Branch: perl
10316            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
10317            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
10318            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
10319 ____________________________________________________________________________
10320 [  6871] By: jhi                                   on 2000/08/28  23:22:09
10321         Log: Take out the SUIDMAIL thing, that will not be
10322              a problem in 5.7.*.
10323      Branch: perl
10324            ! patchlevel.h
10325 ____________________________________________________________________________
10326 [  6870] By: jhi                                   on 2000/08/28  23:19:30
10327         Log: -S is the silent flag, -s is the strip flag.
10328              
10329              Subject: [PATCH] Re: [PATCH] make no-install          
10330              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10331              Date: Mon, 28 Aug 2000 15:12:55 -0700
10332              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
10333      Branch: perl
10334            ! Makefile.SH
10335 ____________________________________________________________________________
10336 [  6869] By: jhi                                   on 2000/08/28  23:12:05
10337         Log: Subject: [PATCH bleedperl@6856] warnings fixes
10338              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10339              Date: Mon, 28 Aug 2000 23:55:06 +0100
10340              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
10341      Branch: perl
10342            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
10343            ! warnings.h warnings.pl
10344 ____________________________________________________________________________
10345 [  6868] By: jhi                                   on 2000/08/28  21:38:22
10346         Log: Potential cruft.
10347      Branch: perl
10348            ! Makefile.SH
10349 ____________________________________________________________________________
10350 [  6867] By: jhi                                   on 2000/08/28  21:35:36
10351         Log: Update Changes.
10352      Branch: perl
10353            ! Changes patchlevel.h
10354 ____________________________________________________________________________
10355 [  6866] By: jhi                                   on 2000/08/28  21:33:49
10356         Log: Subject: hv.h Doc Patch
10357              From: Fisher Mark <fisherm@tce.com>
10358              Date: Mon, 28 Aug 2000 16:24:59 -0500
10359              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
10360      Branch: perl
10361            ! hv.h
10362 ____________________________________________________________________________
10363 [  6865] By: jhi                                   on 2000/08/28  21:02:15
10364         Log: Add -ld to archname on long tr...double platforms.
10365      Branch: metaconfig
10366            ! U/threads/archname.U
10367      Branch: perl
10368            ! Configure config_h.SH
10369 ____________________________________________________________________________
10370 [  6864] By: jhi                                   on 2000/08/28  20:38:59
10371         Log: An attempt to fix the problem reported in
10372              
10373              Subject: Building perl@6856 using gcc/AIX 4.3.3 
10374              From: Daniel Muino <dmuino@afip.gov.ar> 
10375              Date: Mon, 28 Aug 2000 15:50:01 -0300   
10376              Message-ID: <20000828155001.A14403@con2-dgi>
10377              
10378              I can't test this properly since the gcc installation I have
10379              access to seems to be botched (gcc is calling the AIX cpp,
10380              a losing proposition...)
10381      Branch: perl
10382            ! hints/aix.sh
10383 ____________________________________________________________________________
10384 [  6863] By: jhi                                   on 2000/08/28  18:57:52
10385         Log: Fix for ID 20000828.001, long doubles were not formatted
10386              correctly (showed up in $], which stopped installing perl).
10387      Branch: perl
10388            ! sv.c
10389 ____________________________________________________________________________
10390 [  6862] By: jhi                                   on 2000/08/28  18:07:15
10391         Log: Typo in #6858.
10392      Branch: perl
10393            ! lib/Cwd.pm
10394 ____________________________________________________________________________
10395 [  6861] By: jhi                                   on 2000/08/28  17:57:27
10396         Log: opmini.o may be left around if a build is interrupted.
10397      Branch: perl
10398            ! Makefile.SH
10399 ____________________________________________________________________________
10400 [  6860] By: jhi                                   on 2000/08/28  16:52:50
10401         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
10402              From: Daniel Chetlin <daniel@chetlin.com>
10403              Date: Mon, 28 Aug 2000 01:14:18 -0700
10404              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
10405      Branch: perl
10406            ! lib/overload.pm
10407 ____________________________________________________________________________
10408 [  6859] By: jhi                                   on 2000/08/28  16:08:46
10409         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
10410              From: Nicholas Clark <nick@ccl4.org>
10411              Date: Mon, 28 Aug 2000 16:03:27 +0100
10412              Message-Id: <20000828160327.C49785@plum.flirble.org>
10413      Branch: perl
10414            ! ext/ByteLoader/bytecode.h
10415 ____________________________________________________________________________
10416 [  6858] By: jhi                                   on 2000/08/28  16:02:10
10417         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
10418              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
10419              Date: Mon, 28 Aug 2000 13:08:30 +0200
10420              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
10421      Branch: perl
10422            ! lib/Cwd.pm
10423 ____________________________________________________________________________
10424 [  6857] By: jhi                                   on 2000/08/28  15:42:47
10425         Log: display_format used as a class method without arguments was broken,
10426              reported in
10427              
10428              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
10429              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
10430              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
10431              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
10432      Branch: perl
10433            ! lib/Math/Complex.pm t/lib/complex.t
10434 ____________________________________________________________________________
10435 [  6856] By: jhi                                   on 2000/08/27  22:09:48
10436         Log: Update Changes.
10437      Branch: perl
10438            ! Changes patchlevel.h
10439 ____________________________________________________________________________
10440 [  6855] By: jhi                                   on 2000/08/27  21:59:21
10441         Log: Retract #6853 (false alarm).
10442      Branch: perl
10443            ! lib/ExtUtils/xsubpp
10444 ____________________________________________________________________________
10445 [  6854] By: jhi                                   on 2000/08/27  21:37:44
10446         Log: Update Changes.
10447      Branch: perl
10448            ! Changes patchlevel.h
10449 ____________________________________________________________________________
10450 [  6853] By: jhi                                   on 2000/08/27  21:37:16
10451         Log: Subject: [PATCH perl@6850] workaround for xsubpp
10452              From: Hugo <hv@crypt.compulink.co.uk>
10453              Date: Sun, 27 Aug 2000 22:30:25 +0100
10454              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
10455      Branch: perl
10456            ! lib/ExtUtils/xsubpp
10457 ____________________________________________________________________________
10458 [  6852] By: jhi                                   on 2000/08/27  21:33:58
10459         Log: Big-endian 64-bit patch from Raphael Manfredi.
10460      Branch: perl
10461            ! ext/Storable/Storable.xs
10462 ____________________________________________________________________________
10463 [  6851] By: jhi                                   on 2000/08/27  21:22:21
10464         Log: More ruthless editing from Hugo van der Sanden.
10465      Branch: perl
10466            ! pod/perldelta.pod
10467 ____________________________________________________________________________
10468 [  6850] By: jhi                                   on 2000/08/27  16:11:46
10469         Log: Update Changes.
10470      Branch: perl
10471            ! Changes patchlevel.h
10472 ____________________________________________________________________________
10473 [  6849] By: jhi                                   on 2000/08/27  16:11:05
10474         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
10475      Branch: perl
10476            ! configpm pod/perldelta.pod
10477 ____________________________________________________________________________
10478 [  6848] By: jhi                                   on 2000/08/27  15:35:08
10479         Log: Use the actual thread type, not the pointer-to-struct.
10480      Branch: perl
10481            ! ext/Thread/Thread.xs
10482 ____________________________________________________________________________
10483 [  6847] By: jhi                                   on 2000/08/27  15:30:49
10484         Log: Test nit.
10485      Branch: perl
10486            ! t/pragma/warn/pp_sys
10487 ____________________________________________________________________________
10488 [  6846] By: jhi                                   on 2000/08/27  15:19:02
10489         Log: Passing -R in ldflags makes now it to appear in the default
10490              for lddlflags, just like with -L.
10491              
10492              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10493              From: Lupe Christoph <lupe@lupe-christoph.de>
10494              Date: Sun, 27 Aug 2000 10:28:21 +0200
10495              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
10496      Branch: metaconfig/U/perl
10497            ! dlsrc.U
10498      Branch: perl
10499            ! Configure
10500 ____________________________________________________________________________
10501 [  6845] By: jhi                                   on 2000/08/27  15:08:54
10502         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10503              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10504              Date: Sat, 26 Aug 2000 22:23:27 +0100
10505              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
10506      Branch: perl
10507            ! lib/ExtUtils/MM_Unix.pm
10508 ____________________________________________________________________________
10509 [  6844] By: jhi                                   on 2000/08/27  15:02:37
10510         Log: DJGPP update from Laszlo Molnar.
10511              
10512              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
10513              From: ml1050 <ml1050@freemail.hu>
10514              Date: Sat, 26 Aug 2000 23:24:40 +0200
10515              Message-Id: <20000826232440.A439@freemail.hu>
10516      Branch: perl
10517            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
10518            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
10519 ____________________________________________________________________________
10520 [  6843] By: jhi                                   on 2000/08/27  14:53:58
10521         Log: Subject: installman buglet
10522              From: Lupe Christoph <lupe@lupe-christoph.de>
10523              Date: Sun, 27 Aug 2000 14:38:59 +0200
10524              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
10525      Branch: perl
10526            ! installman
10527 ____________________________________________________________________________
10528 [  6842] By: jhi                                   on 2000/08/27  14:52:08
10529         Log: Can't get the test to reliably work thanks to the
10530              inaccurateness of floating point.  "Resolves" bug ids
10531              20000826.003, 20000826.009, 20000826.010,
10532      Branch: perl
10533            ! t/lib/trig.t
10534 ____________________________________________________________________________
10535 [  6841] By: jhi                                   on 2000/08/26  15:53:58
10536         Log: Update Changes.
10537      Branch: perl
10538            ! Changes patchlevel.h
10539 ____________________________________________________________________________
10540 [  6840] By: jhi                                   on 2000/08/26  14:23:03
10541         Log: grep -e isn't portable.
10542              
10543              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
10544              From: chris@broadband.att.com
10545              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
10546              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
10547      Branch: perl
10548            ! hints/solaris_2.sh
10549 ____________________________________________________________________________
10550 [  6839] By: jhi                                   on 2000/08/26  14:12:23
10551         Log: no-install target a la make -n.
10552              
10553              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
10554              From: <abigail@foad.org>
10555              Date: Sat, 26 Aug 2000 03:57:34 -0400
10556              Message-ID: <20000826075735.18912.qmail@foad.org>
10557      Branch: perl
10558            ! Makefile.SH installman installperl
10559 ____________________________________________________________________________
10560 [  6838] By: jhi                                   on 2000/08/26  14:06:33
10561         Log: Retract #6826 as the #6828 should be do the same
10562              in a More Correct Way.
10563      Branch: perl
10564            ! installperl
10565 ____________________________________________________________________________
10566 [  6837] By: jhi                                   on 2000/08/26  05:24:00
10567         Log: More casting.
10568      Branch: perl
10569            ! ext/Storable/Storable.xs
10570 ____________________________________________________________________________
10571 [  6836] By: jhi                                   on 2000/08/26  05:05:46
10572         Log: Nicer in decimal.
10573      Branch: perl
10574            ! ext/Storable/Storable.xs
10575 ____________________________________________________________________________
10576 [  6835] By: jhi                                   on 2000/08/26  05:03:50
10577         Log: There be no UVdf.
10578      Branch: perl
10579            ! ext/Storable/Storable.xs
10580 ____________________________________________________________________________
10581 [  6834] By: jhi                                   on 2000/08/26  05:00:18
10582         Log: Continue IVdfing and UVxfing.
10583      Branch: perl
10584            ! ext/Storable/Storable.xs
10585 ____________________________________________________________________________
10586 [  6833] By: jhi                                   on 2000/08/26  04:53:14
10587         Log: Use IVdf.
10588      Branch: perl
10589            ! ext/Storable/Storable.xs
10590 ____________________________________________________________________________
10591 [  6832] By: jhi                                   on 2000/08/26  04:40:41
10592         Log: Document PTR2XX and INT2PTR.
10593      Branch: perl
10594            ! pod/perlguts.pod
10595 ____________________________________________________________________________
10596 [  6831] By: jhi                                   on 2000/08/26  04:33:18
10597         Log: Use UVxf, PTR2UV, NVff.
10598      Branch: perl
10599            ! ext/Storable/Storable.xs
10600 ____________________________________________________________________________
10601 [  6830] By: jhi                                   on 2000/08/26  04:31:32
10602         Log: Update the test count.
10603      Branch: perl
10604            ! t/lib/trig.t
10605 ____________________________________________________________________________
10606 [  6829] By: jhi                                   on 2000/08/26  03:05:50
10607         Log: Subject: [PATCH] installation not quite silent yet.
10608              From: <abigail@foad.org>
10609              Date: Fri, 25 Aug 2000 20:07:53 -0400
10610              Message-ID: <20000826000753.7822.qmail@foad.org>
10611      Branch: perl
10612            ! installman installperl
10613 ____________________________________________________________________________
10614 [  6828] By: jhi                                   on 2000/08/26  03:05:14
10615         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10616              From: Spider Boardman <spider@web.zk3.dec.com>
10617              Date: Fri, 25 Aug 2000 19:12:40 -0400
10618              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
10619      Branch: perl
10620            ! gv.c
10621 ____________________________________________________________________________
10622 [  6827] By: jhi                                   on 2000/08/25  23:54:34
10623         Log: Support preserving extremely big/small angles.
10624      Branch: perl
10625            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
10626 ____________________________________________________________________________
10627 [  6826] By: jhi                                   on 2000/08/25  23:01:20
10628         Log: Patch installperl to be long double-aware.
10629              
10630              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10631              From: Spider Boardman <spider@web.zk3.dec.com>
10632              Date: Fri, 25 Aug 2000 18:15:23 -0400
10633              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
10634      Branch: perl
10635            ! installperl
10636 ____________________________________________________________________________
10637 [  6825] By: jhi                                   on 2000/08/25  22:58:25
10638         Log: Remove duplicately applied patch shards.
10639              
10640              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
10641              From: Spider Boardman <spider@leggy.zk3.dec.com>
10642              Date: Fri, 25 Aug 2000 16:45:03 -0400
10643              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
10644      Branch: perl
10645            ! t/lib/cgi-html.t
10646 ____________________________________________________________________________
10647 [  6824] By: jhi                                   on 2000/08/25  22:57:00
10648         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10649              From: Daniel Chetlin <daniel@chetlin.com>
10650              Date: Fri, 25 Aug 2000 12:23:16 -0700
10651              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
10652              
10653              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10654              From: Daniel Chetlin <daniel@chetlin.com>
10655              Date: Fri, 25 Aug 2000 14:47:19 -0700
10656              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
10657      Branch: perl
10658            ! installman
10659 ____________________________________________________________________________
10660 [  6823] By: jhi                                   on 2000/08/25  22:44:17
10661         Log: Timestamp problem?
10662      Branch: perl
10663            ! uconfig.h uconfig.sh
10664 ____________________________________________________________________________
10665 [  6822] By: jhi                                   on 2000/08/25  19:01:06
10666         Log: One forgotten file from #6816.
10667      Branch: perl
10668            ! vos/config.h
10669 ____________________________________________________________________________
10670 [  6821] By: jhi                                   on 2000/08/25  18:56:39
10671         Log: Regen Changes.
10672      Branch: perl
10673            ! Changes patchlevel.h
10674 ____________________________________________________________________________
10675 [  6820] By: jhi                                   on 2000/08/25  18:52:35
10676         Log: Fix Changes ordering.
10677      Branch: perl
10678            ! Changes
10679 ____________________________________________________________________________
10680 [  6819] By: jhi                                   on 2000/08/25  18:50:25
10681         Log: Update Changes.
10682      Branch: perl
10683            ! Changes patchlevel.h
10684 ____________________________________________________________________________
10685 [  6818] By: jhi                                   on 2000/08/25  18:47:45
10686         Log: Tweak the sfio/useperlio logic, hopefully as wished in
10687              
10688              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
10689              From: Nicholas Clark <nick@babyhippo.co.uk>
10690              Date: Fri, 25 Aug 2000 12:01:45 +0100
10691              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
10692      Branch: metaconfig/U/perl
10693            ! d_sfio.U
10694      Branch: perl
10695            ! Configure
10696 ____________________________________________________________________________
10697 [  6817] By: jhi                                   on 2000/08/25  18:32:51
10698         Log: Allow microperl to assume <math.h>, without it the math
10699              functions like floor() are assumed to return int, which makes
10700              for core dumps in machines where integer and floating register
10701              don't mix.
10702      Branch: perl
10703            ! uconfig.h uconfig.sh
10704 ____________________________________________________________________________
10705 [  6816] By: jhi                                   on 2000/08/25  18:27:17
10706         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
10707              the problem reported in
10708              
10709              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
10710              From: danhale@us.ibm.com
10711              Date: Fri, 25 Aug 2000 10:58:06 -0400
10712              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
10713      Branch: metaconfig/U/perl
10714            + d_socks5_init.U
10715      Branch: perl
10716            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
10717            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
10718            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
10719            ! win32/config.gc win32/config.vc
10720 ____________________________________________________________________________
10721 [  6815] By: jhi                                   on 2000/08/25  17:43:31
10722         Log: A solution for the retrieve_fd autosplit warning,
10723              idea suggested by Mike Guy.
10724      Branch: perl
10725            ! ext/Storable/Storable.pm
10726 ____________________________________________________________________________
10727 [  6814] By: jhi                                   on 2000/08/25  17:16:03
10728         Log: Add install-silent target.
10729      Branch: perl
10730            ! Makefile.SH
10731 ____________________________________________________________________________
10732 [  6813] By: jhi                                   on 2000/08/25  17:14:23
10733         Log: Subject: Re: [PATCH] More silencing of installman.
10734              From: <abigail@foad.org>
10735              Date: Thu, 24 Aug 2000 19:27:03 -0400
10736              Message-ID: <20000824232703.7001.qmail@foad.org>
10737              
10738              Subject: Re: [PATCH] More silencing of installman.
10739              From: <abigail@foad.org>
10740              Date: Fri, 25 Aug 2000 03:00:58 -0400
10741              Message-ID: <20000825070058.10697.qmail@foad.org>
10742      Branch: perl
10743            ! installman
10744 ____________________________________________________________________________
10745 [  6812] By: jhi                                   on 2000/08/25  17:11:28
10746         Log: installperl --verbose and --silent.
10747              
10748              Subject: Re: [PATCH] More silencing of installman.
10749              From: <abigail@foad.org>
10750              Message-ID: <20000825064430.9719.qmail@foad.org>
10751              Date: Fri, 25 Aug 2000 02:44:30 -0400
10752      Branch: perl
10753            ! installperl
10754 ____________________________________________________________________________
10755 [  6811] By: jhi                                   on 2000/08/25  17:05:43
10756         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
10757              From: "Peter J. Farley III" <pjfarley@banet.net>
10758              Date: Thu, 24 Aug 2000 21:58:03 -0400
10759              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
10760              
10761              (applied slightly modified)
10762      Branch: perl
10763            ! lib/ExtUtils/MM_Unix.pm
10764 ____________________________________________________________________________
10765 [  6810] By: jhi                                   on 2000/08/25  17:01:18
10766         Log: Missing parts of 
10767              
10768              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
10769              From: Peter Prymmer <pvhp@forte.com>
10770              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
10771              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
10772      Branch: perl
10773            ! t/lib/cgi-html.t
10774 ____________________________________________________________________________
10775 [  6809] By: jhi                                   on 2000/08/25  16:46:32
10776         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
10777              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10778              Date: Thu, 24 Aug 2000 19:13:11 -0500
10779              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
10780      Branch: perl
10781            ! vms/vms.c
10782 ____________________________________________________________________________
10783 [  6808] By: jhi                                   on 2000/08/25  16:39:22
10784         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
10785              From: Peter Prymmer <pvhp@forte.com>
10786              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
10787              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
10788      Branch: perl
10789            ! configure.com
10790 ____________________________________________________________________________
10791 [  6807] By: jhi                                   on 2000/08/25  16:36:37
10792         Log: Better wording for the vec lvalue diagnostic.
10793              
10794              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10795              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10796              Date: Wed, 23 Aug 2000 14:12:16 -0400
10797              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
10798      Branch: perl
10799            ! pod/perldiag.pod
10800 ____________________________________________________________________________
10801 [  6806] By: jhi                                   on 2000/08/24  18:17:22
10802         Log: Subject: [PATCH] More silencing of installman.
10803              From: <abigail@foad.org>
10804              Date: Thu, 24 Aug 2000 14:01:44 -0400
10805              Message-ID: <20000824180144.20062.qmail@foad.org>
10806      Branch: perl
10807            ! installman
10808 ____________________________________________________________________________
10809 [  6805] By: jhi                                   on 2000/08/24  15:00:31
10810         Log: Update Changes.
10811      Branch: perl
10812            ! Changes patchlevel.h
10813 ____________________________________________________________________________
10814 [  6804] By: jhi                                   on 2000/08/24  14:59:07
10815         Log: Regen perltoc.
10816      Branch: perl
10817            ! pod/perltoc.pod
10818 ____________________________________________________________________________
10819 [  6803] By: jhi                                   on 2000/08/24  14:44:39
10820         Log: Show the doc file, not the temp file.
10821      Branch: perl
10822            ! installman
10823 ____________________________________________________________________________
10824 [  6802] By: jhi                                   on 2000/08/24  14:41:53
10825         Log: Continue silencing.
10826      Branch: perl
10827            ! installman
10828 ____________________________________________________________________________
10829 [  6801] By: jhi                                   on 2000/08/24  14:34:40
10830         Log: Actually do something with the silencer option.
10831      Branch: perl
10832            ! installman
10833 ____________________________________________________________________________
10834 [  6800] By: jhi                                   on 2000/08/24  14:26:22
10835         Log: Make installman to recognize the silence flag -S.
10836      Branch: perl
10837            ! installman
10838 ____________________________________________________________________________
10839 [  6799] By: jhi                                   on 2000/08/24  13:49:38
10840         Log: DOS patches and portability/porting notes, from Tim Jenness.
10841      Branch: perl
10842            ! lib/File/Temp.pm
10843 ____________________________________________________________________________
10844 [  6798] By: jhi                                   on 2000/08/24  13:48:27
10845         Log: Create directories in silence.
10846              
10847              Subject: [PATCH] Another silencer for MakeMaker
10848              From: andreas.koenig@anima.de (Andreas J. Koenig)
10849              Date: 24 Aug 2000 14:18:52 +0200
10850              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
10851      Branch: perl
10852            ! lib/ExtUtils/Command.pm
10853 ____________________________________________________________________________
10854 [  6797] By: jhi                                   on 2000/08/24  13:46:42
10855         Log: More liberal parsing of version numbers.
10856              
10857              Subject: Re: CPAN.pm beta for testing available
10858              From: andreas.koenig@anima.de (Andreas J. Koenig)
10859              Date: 24 Aug 2000 13:51:57 +0200
10860              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
10861      Branch: perl
10862            ! lib/CPAN.pm
10863 ____________________________________________________________________________
10864 [  6796] By: jhi                                   on 2000/08/24  13:44:36
10865         Log: Make "make install" by default silent.  A new "install-verbose"
10866              target is verbose.
10867      Branch: perl
10868            ! Makefile.SH
10869 ____________________________________________________________________________
10870 [  6795] By: jhi                                   on 2000/08/24  13:39:14
10871         Log: Add silencer flags to installperl.
10872              
10873              Subject: [PATCH] Making installperl silent.
10874              From: <abigail@foad.org>
10875              Date: Thu, 24 Aug 2000 05:01:45 -0400
10876              Message-ID: <20000824090145.13141.qmail@foad.org>
10877      Branch: perl
10878            ! installperl
10879 ____________________________________________________________________________
10880 [  6794] By: jhi                                   on 2000/08/24  13:35:50
10881         Log: installperl couldn't tell whether it had run tests or not.
10882              
10883              Subject: [PATCH] Re: installperl and t/TEST
10884              From: <abigail@foad.org>
10885              Date: Thu, 24 Aug 2000 04:00:53 -0400
10886              Message-ID: <20000824080053.2494.qmail@foad.org>
10887      Branch: perl
10888            ! Makefile.SH installperl
10889 ____________________________________________________________________________
10890 [  6793] By: jhi                                   on 2000/08/24  13:27:50
10891         Log: Drop the separate perlbc, perlcc -b should be enough.
10892      Branch: perl
10893            - utils/perlbc.PL
10894            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
10895 ____________________________________________________________________________
10896 [  6792] By: jhi                                   on 2000/08/24  04:41:30
10897         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
10898              plus the typo fix from Peter Prymmer.
10899      Branch: perl
10900            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
10901            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10902 ____________________________________________________________________________
10903 [  6791] By: jhi                                   on 2000/08/24  02:10:43
10904         Log: Replace #6705 with a minimal doc patch.
10905              
10906              Subject: [PATCH 5.6.0] replace change #6705
10907              From: Jan Dubois <jand@ActiveState.com>
10908              Date: Wed, 23 Aug 2000 18:31:51 -0700
10909              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
10910      Branch: perl
10911            ! lib/Win32.pod win32/win32.c
10912 ____________________________________________________________________________
10913 [  6790] By: jhi                                   on 2000/08/23  17:52:00
10914         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10915              From: Mike Guy <mjtg@cam.ac.uk>
10916              Date: Wed, 23 Aug 2000 18:38:46 +0100
10917              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
10918      Branch: perl
10919            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
10920 ____________________________________________________________________________
10921 [  6789] By: jhi                                   on 2000/08/23  15:34:21
10922         Log: Update Changes.
10923      Branch: perl
10924            ! Changes patchlevel.h
10925 ____________________________________________________________________________
10926 [  6788] By: jhi                                   on 2000/08/23  15:33:40
10927         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
10928              From: Wilfredo Sánchez <wsanchez@apple.com>
10929              Date: Tue, 22 Aug 2000 19:31:27 -0700
10930              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
10931      Branch: perl
10932            ! perl.h
10933 ____________________________________________________________________________
10934 [  6787] By: jhi                                   on 2000/08/23  15:29:31
10935         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
10936              From: Spider Boardman <spider@leggy.zk3.dec.com>
10937              Date: Wed, 23 Aug 2000 10:33:23 -0400
10938              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
10939      Branch: perl
10940            ! lib/Pod/Html.pm
10941 ____________________________________________________________________________
10942 [  6786] By: jhi                                   on 2000/08/23  15:28:11
10943         Log: Bad makefile.
10944      Branch: perl
10945            ! ext/B/Makefile.PL
10946 ____________________________________________________________________________
10947 [  6785] By: jhi                                   on 2000/08/23  14:37:04
10948         Log: Update Changes.
10949      Branch: perl
10950            ! Changes patchlevel.h
10951 ____________________________________________________________________________
10952 [  6784] By: jhi                                   on 2000/08/23  13:58:41
10953         Log: Portability fix from Hugo van der Sanden.
10954      Branch: perl
10955            ! ext/re/Makefile.PL
10956 ____________________________________________________________________________
10957 [  6783] By: jhi                                   on 2000/08/23  13:53:53
10958         Log: Storable support, v-version fixes.
10959              
10960              Subject: CPAN.pm beta for testing available
10961              From: andreas.koenig@anima.de (Andreas J. Koenig)
10962              Date: 22 Aug 2000 23:31:33 +0200
10963              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
10964      Branch: perl
10965            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10966 ____________________________________________________________________________
10967 [  6782] By: jhi                                   on 2000/08/23  13:51:26
10968         Log: Mac and other portability updates from Chris Nandor.
10969      Branch: perl
10970            ! pod/perlmodinstall.pod
10971 ____________________________________________________________________________
10972 [  6781] By: jhi                                   on 2000/08/23  13:47:33
10973         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
10974              From: Peter Prymmer <pvhp@forte.com>
10975              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
10976              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
10977      Branch: perl
10978            ! ext/Storable/Storable.xs
10979 ____________________________________________________________________________
10980 [  6780] By: jhi                                   on 2000/08/23  13:33:34
10981         Log: VMS MMS (make) wants null action.
10982      Branch: perl
10983            ! ext/B/Makefile.PL
10984 ____________________________________________________________________________
10985 [  6779] By: jhi                                   on 2000/08/22  19:44:47
10986         Log: Forgot portability nit.
10987      Branch: perl
10988            ! t/lib/st-forgive.t
10989 ____________________________________________________________________________
10990 [  6778] By: jhi                                   on 2000/08/22  19:35:25
10991         Log: Be portable.
10992      Branch: perl
10993            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
10994            ! t/lib/st-store.t
10995 ____________________________________________________________________________
10996 [  6777] By: jhi                                   on 2000/08/22  18:50:53
10997         Log: Update Changes.
10998      Branch: perl
10999            ! Changes patchlevel.h
11000 ____________________________________________________________________________
11001 [  6776] By: jhi                                   on 2000/08/22  18:44:46
11002         Log: cSVOPo_*v things index into the current PL_curpad
11003              under ithreads, which is different from the curpad
11004              used by the XSUB.  (In other words, the code as-is
11005              before this patch wouldn't work under ithreads.)
11006              From Sarathy.
11007      Branch: perl
11008            ! ext/B/B.xs
11009 ____________________________________________________________________________
11010 [  6775] By: jhi                                   on 2000/08/22  18:18:37
11011         Log: Make the selection of NVff et al stricter.
11012      Branch: metaconfig/U/perl
11013            ! perlxvf.U
11014      Branch: perl
11015            ! Configure config_h.SH
11016 ____________________________________________________________________________
11017 [  6774] By: jhi                                   on 2000/08/22  17:19:42
11018         Log: perldelta nits.
11019      Branch: perl
11020            ! pod/perldelta.pod
11021 ____________________________________________________________________________
11022 [  6773] By: jhi                                   on 2000/08/22  17:06:26
11023         Log: Long double fixes from Spider Boardman.
11024              
11025              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
11026              From: system PRIVILEGED account <root@peano.zk3.dec.com>
11027              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
11028              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
11029      Branch: perl
11030            ! t/lib/bigfltpm.t t/lib/st-06compat.t
11031 ____________________________________________________________________________
11032 [  6772] By: jhi                                   on 2000/08/22  15:04:53
11033         Log: Update Changes.
11034      Branch: perl
11035            ! Changes patchlevel.h
11036 ____________________________________________________________________________
11037 [  6771] By: jhi                                   on 2000/08/22  15:01:44
11038         Log: perldelta fixes from Hugo van der Sanden.
11039      Branch: perl
11040            ! pod/perldelta.pod
11041 ____________________________________________________________________________
11042 [  6770] By: jhi                                   on 2000/08/22  14:34:49
11043         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
11044              From: Hugo <hv@crypt.compulink.co.uk>
11045              Date: Tue, 22 Aug 2000 11:21:53 +0100
11046              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
11047      Branch: perl
11048            ! regcomp.c
11049 ____________________________________________________________________________
11050 [  6769] By: jhi                                   on 2000/08/22  14:30:02
11051         Log: Add Yitzchak, reformat.
11052      Branch: perl
11053            ! Changes config_h.SH
11054 ____________________________________________________________________________
11055 [  6768] By: jhi                                   on 2000/08/22  14:21:35
11056         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
11057              and Spider Boardman.
11058      Branch: metaconfig
11059            ! U/compline/d_gconvert.U
11060      Branch: perl
11061            ! Configure
11062 ____________________________________________________________________________
11063 [  6767] By: jhi                                   on 2000/08/22  14:11:24
11064         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
11065              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11066              Date: Mon, 21 Aug 2000 19:08:31 -0700
11067              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
11068      Branch: perl
11069            - ext/Storable/patchlevel.h
11070            ! MANIFEST ext/Storable/MANIFEST
11071 ____________________________________________________________________________
11072 [  6766] By: jhi                                   on 2000/08/22  13:49:29
11073         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
11074              From: Peter Prymmer <pvhp@forte.com>
11075              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
11076              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
11077      Branch: perl
11078            ! configure.com ext/Storable/Makefile.PL
11079 ____________________________________________________________________________
11080 [  6765] By: jhi                                   on 2000/08/22  13:44:59
11081         Log: Subject: [PATCH blead] B:: missing dependency
11082              From: Hugo <hv@crypt.compulink.co.uk>
11083              Date: Tue, 22 Aug 2000 06:44:33 +0100
11084              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
11085      Branch: perl
11086            ! ext/B/Makefile.PL
11087 ____________________________________________________________________________
11088 [  6764] By: jhi                                   on 2000/08/22  13:38:12
11089         Log: More bytecompiler.
11090      Branch: perl
11091            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
11092 ____________________________________________________________________________
11093 [  6763] By: jhi                                   on 2000/08/22  13:36:44
11094         Log: Bytecompiler patches from Benjamin Stuhl.
11095      Branch: perl
11096            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
11097            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
11098            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
11099            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11100            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
11101            ! perl.c perlapi.h pod/perldelta.pod
11102 ____________________________________________________________________________
11103 [  6762] By: jhi                                   on 2000/08/21  23:43:40
11104         Log: An obsoleted diagnostic.
11105      Branch: perl
11106            ! pod/perldelta.pod
11107 ____________________________________________________________________________
11108 [  6761] By: jhi                                   on 2000/08/21  23:01:45
11109         Log: The #6759 wasn't quite right.
11110      Branch: perl
11111            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
11112            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
11113            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11114            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11115            ! t/lib/st-tieditems.t
11116 ____________________________________________________________________________
11117 [  6760] By: jhi                                   on 2000/08/21  22:35:49
11118         Log: Be verydeepclean.
11119      Branch: perl
11120            ! Makefile.SH
11121 ____________________________________________________________________________
11122 [  6759] By: jhi                                   on 2000/08/21  22:25:40
11123         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
11124              From: Peter Prymmer <pvhp@forte.com>
11125              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
11126              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
11127      Branch: perl
11128            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
11129            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
11130            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11131            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11132            ! t/lib/st-tieditems.t
11133 ____________________________________________________________________________
11134 [  6758] By: jhi                                   on 2000/08/21  22:22:32
11135         Log: Few more casts, need reported in
11136              
11137              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
11138              From: Mike Stok <mike@stok.co.uk>
11139              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
11140              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
11141              
11142              and
11143              
11144              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
11145              From: abigail@foad.org
11146              Date: 21 Aug 2000 21:31:34 -0000
11147              Message-Id: <20000821213134.30170.qmail@foad.org>
11148      Branch: perl
11149            ! ext/Storable/Storable.xs
11150 ____________________________________________________________________________
11151 [  6757] By: jhi                                   on 2000/08/21  18:37:07
11152         Log: Update Changes.
11153      Branch: perl
11154            ! Changes patchlevel.h
11155 ____________________________________________________________________________
11156 [  6756] By: jhi                                   on 2000/08/21  18:34:02
11157         Log: A pod nit.
11158              
11159              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
11160              From: <abigail@foad.org>
11161              Date: Mon, 21 Aug 2000 14:00:16 -0400
11162              Message-ID: <20000821180016.28627.qmail@foad.org>
11163      Branch: perl
11164            ! pod/perlre.pod
11165 ____________________________________________________________________________
11166 [  6755] By: jhi                                   on 2000/08/21  18:30:56
11167         Log: Use PodParser 1.18 new test.
11168      Branch: perl
11169            ! t/pod/special_seqs.t t/pod/special_seqs.xr
11170 ____________________________________________________________________________
11171 [  6754] By: jhi                                   on 2000/08/21  18:28:35
11172         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
11173              patches cannot be applied since #6712 conflicts.
11174      Branch: perl
11175            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
11176 ____________________________________________________________________________
11177 [  6753] By: jhi                                   on 2000/08/21  18:15:11
11178         Log: Weed out some smaller changes.
11179      Branch: perl
11180            ! pod/perldelta.pod
11181 ____________________________________________________________________________
11182 [  6752] By: jhi                                   on 2000/08/21  18:02:30
11183         Log: Also under djgpp the timestamps are funky.
11184      Branch: perl
11185            ! t/op/stat.t
11186 ____________________________________________________________________________
11187 [  6751] By: jhi                                   on 2000/08/21  17:55:56
11188         Log: Tweak the floating point output routine preferences.
11189      Branch: metaconfig
11190            ! U/compline/d_gconvert.U
11191      Branch: perl
11192            ! Configure
11193 ____________________________________________________________________________
11194 [  6750] By: jhi                                   on 2000/08/21  17:51:29
11195         Log: Unicos/mk requires elaborate paranoia.
11196      Branch: perl
11197            ! lib/Math/Complex.pm
11198 ____________________________________________________________________________
11199 [  6749] By: gsar                                  on 2000/08/21  16:53:31
11200         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
11201      Branch: perl
11202            ! lib/Cwd.pm
11203 ____________________________________________________________________________
11204 [  6748] By: gsar                                  on 2000/08/21  16:22:19
11205         Log: free TLS slot properly on Windows
11206      Branch: perl
11207            ! thread.h win32/perllib.c win32/win32thread.h
11208 ____________________________________________________________________________
11209 [  6747] By: jhi                                   on 2000/08/21  16:20:58
11210         Log: Rename the macro argument because some preprocessors
11211              can't tell the difference and expand arguments also inside
11212              double quoted strings.
11213      Branch: perl
11214            ! regcomp.c
11215 ____________________________________________________________________________
11216 [  6746] By: jhi                                   on 2000/08/21  16:09:41
11217         Log: Support long doubles in Storable.
11218              
11219              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
11220              From: Radu Greab <radu@netsoft.ro>
11221              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
11222              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
11223      Branch: perl
11224            ! ext/Storable/Storable.xs
11225 ____________________________________________________________________________
11226 [  6745] By: jhi                                   on 2000/08/21  15:51:40
11227         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
11228              From: "Fifer, Eric" <EFifer@sanwaint.com>
11229              Date: Mon, 21 Aug 2000 15:34:49 +0100
11230              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
11231      Branch: perl
11232            ! t/pragma/warn/9enabled
11233 ____________________________________________________________________________
11234 [  6744] By: jhi                                   on 2000/08/21  15:39:35
11235         Log: Document the endianness of Alpha more precisely.
11236      Branch: perl
11237            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
11238            ! pod/perlport.pod
11239 ____________________________________________________________________________
11240 [  6743] By: jhi                                   on 2000/08/21  14:47:05
11241         Log: perldelta fixes from the p5p crowd.
11242      Branch: perl
11243            ! pod/perldelta.pod pod/perlop.pod
11244 ____________________________________________________________________________
11245 [  6742] By: jhi                                   on 2000/08/21  13:34:51
11246         Log: Update to Pod::LaTeX 0.53.
11247              
11248              Subject: [PATCH] lib/Pod/LaTeX.pm updates
11249              From: Tim Jenness <timj@jach.hawaii.edu>
11250              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
11251              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
11252      Branch: perl
11253            ! lib/Pod/LaTeX.pm
11254 ____________________________________________________________________________
11255 [  6741] By: jhi                                   on 2000/08/21  13:33:01
11256         Log: Subject: [PATCH] os2.c fix for use64bitint
11257              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11258              Date: Mon, 21 Aug 2000 01:32:25 -0700
11259              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
11260      Branch: perl
11261            ! os2/os2.c
11262 ____________________________________________________________________________
11263 [  6740] By: jhi                                   on 2000/08/21  13:28:52
11264         Log: Array context keeps slithering in.
11265              
11266              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
11267              From: Daniel Chetlin <daniel@chetlin.com>
11268              Date: Sun, 20 Aug 2000 21:40:25 -0700
11269              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
11270      Branch: perl
11271            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
11272            ! pod/perldebtut.pod
11273 ____________________________________________________________________________
11274 [  6739] By: jhi                                   on 2000/08/21  13:23:55
11275         Log: Big-endian quad fixes for Storable from Radu Greab,
11276              plus few explicit null casts for picky compilers.
11277      Branch: perl
11278            ! ext/Storable/Storable.xs
11279 ____________________________________________________________________________
11280 [  6738] By: gsar                                  on 2000/08/21  05:56:13
11281         Log: small tweaks for change#6705: avoid C++ style comments in C code;
11282              use Perl's malloc API rather than the low level system one
11283      Branch: perl
11284            ! win32/win32.c
11285 ____________________________________________________________________________
11286 [  6737] By: gsar                                  on 2000/08/21  05:35:41
11287         Log: add Storable to list of extensions on Windows
11288      Branch: perl
11289            ! win32/Makefile win32/makefile.mk
11290 ____________________________________________________________________________
11291 [  6736] By: jhi                                   on 2000/08/21  02:57:53
11292         Log: Update Changes.
11293      Branch: perl
11294            ! Changes patchlevel.h
11295 ____________________________________________________________________________
11296 [  6735] By: jhi                                   on 2000/08/21  02:57:20
11297         Log: Draft 0.
11298      Branch: perl
11299            ! pod/perldelta.pod
11300 ____________________________________________________________________________
11301 [  6734] By: jhi                                   on 2000/08/21  02:57:03
11302         Log: Add Storable 0.7.2 from Raphael Manfredi,
11303              plus the patch from
11304              
11305              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
11306              From: Radu Greab <radu@netsoft.ro>
11307              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
11308              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
11309              
11310              plus changes to get Storable to compile with
11311              picky ANSI compilers.
11312      Branch: perl
11313            + ext/Storable/ChangeLog ext/Storable/MANIFEST
11314            + ext/Storable/Makefile.PL ext/Storable/README
11315            + ext/Storable/Storable.pm ext/Storable/Storable.xs
11316            + ext/Storable/patchlevel.h t/lib/st-06compat.t
11317            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
11318            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
11319            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11320            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11321            + t/lib/st-tieditems.t
11322            ! MANIFEST
11323 ____________________________________________________________________________
11324 [  6733] By: jhi                                   on 2000/08/21  02:29:09
11325         Log: The correct cleaning order is an art.
11326      Branch: perl
11327            ! Makefile.SH
11328 ____________________________________________________________________________
11329 [  6732] By: jhi                                   on 2000/08/21  01:23:39
11330         Log: The #6724 is here.
11331      Branch: perl
11332            ! t/lib/ftmp-security.t
11333 ____________________________________________________________________________
11334 [  6731] By: jhi                                   on 2000/08/20  23:17:03
11335         Log: s/this one/the 5.6.0 release/
11336      Branch: perl
11337            ! pod/perl56delta.pod
11338 ____________________________________________________________________________
11339 [  6730] By: jhi                                   on 2000/08/20  23:07:34
11340         Log: Mention perlebcdic and perlposix-bc.
11341      Branch: perl
11342            ! pod/perlport.pod
11343 ____________________________________________________________________________
11344 [  6729] By: jhi                                   on 2000/08/20  21:32:59
11345         Log: Document the number of exponent digits.
11346      Branch: perl
11347            ! pod/perlfunc.pod
11348 ____________________________________________________________________________
11349 [  6728] By: jhi                                   on 2000/08/20  21:16:47
11350         Log: Use File::Spec->tmpdir().
11351              
11352              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
11353              From: Tim Jenness <timj@jach.hawaii.edu>
11354              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
11355              MIME-Version: 1.0
11356              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
11357      Branch: perl
11358            ! utils/perlbug.PL
11359 ____________________________________________________________________________
11360 [  6727] By: jhi                                   on 2000/08/20  20:43:32
11361         Log: Update Changes.
11362      Branch: perl
11363            ! Changes patchlevel.h
11364 ____________________________________________________________________________
11365 [  6726] By: jhi                                   on 2000/08/20  20:41:44
11366         Log: The veryclean target needs to clobber.
11367      Branch: perl
11368            ! Makefile.SH
11369 ____________________________________________________________________________
11370 [  6725] By: jhi                                   on 2000/08/20  20:37:38
11371         Log: Document odd vs even subreleases and -Dusedevel.
11372      Branch: perl
11373            ! INSTALL
11374 ____________________________________________________________________________
11375 [  6724] By: jhi                                   on 2000/08/20  19:58:05
11376         Log: Use temporary directory instead of current directory.
11377              
11378              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
11379              From: Tim Jenness <timj@jach.hawaii.edu>
11380              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
11381              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
11382      Branch: perl
11383            ! t/lib/ftmp-security.t
11384 ____________________________________________________________________________
11385 [  6723] By: jhi                                   on 2000/08/20  19:55:55
11386         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
11387              From: andreas.koenig@anima.de (Andreas J. Koenig)
11388              Date: 20 Aug 2000 15:52:03 +0200
11389              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
11390      Branch: perl
11391            ! lib/ExtUtils/MM_Unix.pm
11392 ____________________________________________________________________________
11393 [  6722] By: jhi                                   on 2000/08/20  19:46:01
11394         Log: Update to CGI 2.72, from Lincoln Stein.
11395      Branch: perl
11396            ! lib/CGI.pm
11397 ____________________________________________________________________________
11398 [  6721] By: jhi                                   on 2000/08/20  19:43:54
11399         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
11400              From: Radu Greab <radu@netsoft.ro>
11401              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
11402              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
11403      Branch: perl
11404            ! ext/GDBM_File/GDBM_File.xs
11405 ____________________________________________________________________________
11406 [  6720] By: jhi                                   on 2000/08/20  19:42:01
11407         Log: pp_open() could pass an uninitialized filename down to do_open9().
11408      Branch: perl
11409            ! pp_sys.c
11410 ____________________________________________________________________________
11411 [  6719] By: jhi                                   on 2000/08/20  14:06:41
11412         Log: UTF8 concat fixes.
11413              
11414              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
11415              From: Hugo <hv@crypt.compulink.co.uk>
11416              Date: Sun, 20 Aug 2000 07:30:46 +0100
11417              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
11418      Branch: perl
11419            ! pp_hot.c t/op/append.t
11420 ____________________________________________________________________________
11421 [  6718] By: jhi                                   on 2000/08/20  02:09:37
11422         Log: Let's try #6717 again.
11423      Branch: perl
11424            ! lib/File/Temp.pm
11425 ____________________________________________________________________________
11426 [  6717] By: jhi                                   on 2000/08/20  01:56:55
11427         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
11428              From: "Craig A. Berry" <craig.berry@metamorgs.com>
11429              Date: Sat, 19 Aug 2000 18:15:39 -0500
11430              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
11431      Branch: perl
11432            ! lib/File/Temp.pm
11433 ____________________________________________________________________________
11434 [  6716] By: jhi                                   on 2000/08/19  15:50:11
11435         Log: Update Changes.
11436      Branch: perl
11437            ! Changes patchlevel.h
11438 ____________________________________________________________________________
11439 [  6715] By: jhi                                   on 2000/08/19  15:39:09
11440         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
11441              From: Jonathan D Johnston <jdjohnston2@juno.com>
11442              Date: Thu, 17 Aug 2000 23:13:01 -0400       
11443              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
11444      Branch: perl
11445            ! pod/perlfunc.pod
11446 ____________________________________________________________________________
11447 [  6714] By: jhi                                   on 2000/08/19  15:34:04
11448         Log: Introduce a 'veryclean' target that is like 'distclean'
11449              but also removes *~ and *.orig.
11450      Branch: perl
11451            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
11452            ! utils/Makefile x2p/Makefile.SH
11453 ____________________________________________________________________________
11454 [  6713] By: jhi                                   on 2000/08/19  14:15:45
11455         Log: Put back the long double avoidance code to POSIX.xs
11456              because VMS seems to need it still.
11457      Branch: perl
11458            ! ext/POSIX/POSIX.xs
11459 ____________________________________________________________________________
11460 [  6712] By: jhi                                   on 2000/08/19  14:10:41
11461         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
11462              From: Peter Prymmer <pvhp@forte.com>
11463              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
11464              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
11465      Branch: perl
11466            ! lib/Pod/Find.pm t/pod/find.t
11467 ____________________________________________________________________________
11468 [  6711] By: jhi                                   on 2000/08/19  14:09:19
11469         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
11470              From: Peter Prymmer <pvhp@forte.com>
11471              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
11472              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
11473              cc: vmsperl@perl.org
11474      Branch: perl
11475            ! t/lib/peek.t
11476 ____________________________________________________________________________
11477 [  6710] By: jhi                                   on 2000/08/19  14:08:01
11478         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
11479              From: Jan Dubois <jand@ActiveState.com>
11480              Date: Fri, 18 Aug 2000 16:31:48 -0700
11481              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
11482      Branch: perl
11483            ! win32/win32.c
11484 ____________________________________________________________________________
11485 [  6709] By: jhi                                   on 2000/08/19  14:06:57
11486         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
11487              
11488              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
11489              From: Spider.Boardman@Orb.Nashua.NH.US
11490              Date: Fri, 18 Aug 2000 18:41:14 -0400
11491              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
11492      Branch: perl
11493            ! regcomp.c
11494 ____________________________________________________________________________
11495 [  6708] By: jhi                                   on 2000/08/18  22:04:49
11496         Log: Update Changes.
11497      Branch: perl
11498            ! Changes patchlevel.h
11499 ____________________________________________________________________________
11500 [  6707] By: jhi                                   on 2000/08/18  21:55:14
11501         Log: Add warnif(), check warnings further up the stack,
11502              all the warnings functions now can take an optional object reference.
11503              
11504              Subject: [PATCH bleedperl@6691] warnings pragma update
11505              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11506              Date: Fri, 18 Aug 2000 22:42:06 +0100
11507              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
11508      Branch: perl
11509            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
11510            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
11511            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
11512 ____________________________________________________________________________
11513 [  6706] By: jhi                                   on 2000/08/18  21:41:45
11514         Log: Typo in pp_complement().
11515              
11516              Subject: [PATCH perl-current] Deparse
11517              From: Peter Scott <Peter@PSDT.com>
11518              Date: Fri, 18 Aug 2000 12:44:37 -0700
11519              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
11520      Branch: perl
11521            ! ext/B/B/Deparse.pm
11522 ____________________________________________________________________________
11523 [  6705] By: jhi                                   on 2000/08/18  21:25:59
11524         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
11525              From: Jan Dubois <jand@ActiveState.com>
11526              Date: Fri, 18 Aug 2000 14:22:51 -0700
11527              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
11528      Branch: perl
11529            ! lib/Win32.pod win32/win32.c
11530 ____________________________________________________________________________
11531 [  6704] By: jhi                                   on 2000/08/18  21:16:14
11532         Log: Don't eat leading os from index entries.
11533              
11534              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
11535              From: Russ Allbery <rra@stanford.edu>
11536              Date: 10 Aug 2000 20:49:25 -0700
11537              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
11538      Branch: perl
11539            ! lib/Pod/Man.pm
11540 ____________________________________________________________________________
11541 [  6703] By: jhi                                   on 2000/08/18  21:07:06
11542         Log: Add [[:blank:]] as suggested in
11543              
11544              Subject: [ID 20000716.024] [=cc=] / [:blank:]
11545              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
11546              Date: Sun, 16 Jul 2000 17:55:29 -0700
11547              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
11548              
11549              (the [=cc=] has already been taken care of by #6439
11550              so the whole bug report can be closed)
11551              
11552              and make [[:space:]] to be equivalent to isspace(3)
11553              (as opposed to \s, which is isSPACE()).  The difference
11554              is that now [[:space:]] matches the mythical vertical tab,
11555              while \s doesn't.
11556      Branch: perl
11557            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
11558            ! regexec.c t/op/pat.t
11559 ____________________________________________________________________________
11560 [  6702] By: jhi                                   on 2000/08/18  18:47:47
11561         Log: The new tests were missing from #6415.
11562      Branch: perl
11563            ! t/op/bop.t
11564 ____________________________________________________________________________
11565 [  6701] By: jhi                                   on 2000/08/18  18:20:40
11566         Log: Document the NDBM_File and ODBM_File as SDBM_File
11567              was documented in #6417.
11568      Branch: perl
11569            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11570            ! ext/SDBM_File/SDBM_File.pm
11571 ____________________________________________________________________________
11572 [  6700] By: jhi                                   on 2000/08/18  18:10:39
11573         Log: Subject: [PATCH perl@6698] cygwin port
11574              From: "Fifer, Eric" <EFifer@sanwaint.com>
11575              Date: Fri, 18 Aug 2000 17:30:05 +0100
11576              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
11577      Branch: perl
11578            ! lib/File/Temp.pm
11579 ____________________________________________________________________________
11580 [  6699] By: jhi                                   on 2000/08/18  16:21:49
11581         Log: Document code point which makes if (defined %stash::) to work
11582              (noted by Spider Boardman).
11583      Branch: perl
11584            ! op.c
11585 ____________________________________________________________________________
11586 [  6698] By: jhi                                   on 2000/08/18  13:43:27
11587         Log: Update Changes.
11588      Branch: perl
11589            ! Changes patchlevel.h
11590 ____________________________________________________________________________
11591 [  6697] By: jhi                                   on 2000/08/18  13:35:57
11592         Log: Tiny Getopt::Long patch from Johan Vromans.
11593      Branch: perl
11594            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
11595 ____________________________________________________________________________
11596 [  6696] By: jhi                                   on 2000/08/18  13:26:14
11597         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
11598              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
11599              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
11600              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
11601      Branch: perl
11602            ! pod/perldiag.pod pod/perlsyn.pod
11603 ____________________________________________________________________________
11604 [  6695] By: jhi                                   on 2000/08/18  13:13:26
11605         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
11606              From: Daniel Chetlin <daniel@chetlin.com>
11607              Date: Fri, 18 Aug 2000 03:13:36 -0700
11608              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
11609      Branch: perl
11610            ! pod/perlfunc.pod
11611 ____________________________________________________________________________
11612 [  6694] By: jhi                                   on 2000/08/18  13:08:05
11613         Log: Subject: [PATCH] perltrap.pod spring cleaning
11614              From: Daniel Chetlin <daniel@chetlin.com>
11615              Date: Fri, 18 Aug 2000 03:06:54 -0700
11616              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
11617              
11618              plus Mike Guy's nitfix.
11619      Branch: perl
11620            ! pod/perltrap.pod
11621 ____________________________________________________________________________
11622 [  6693] By: jhi                                   on 2000/08/18  13:00:26
11623         Log: Unbuffer the output.
11624              
11625              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
11626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11627              Date: Thu, 17 Aug 2000 18:39:29 -0700
11628              Message-ID: <RPJn5gzkgydf092yn@efn.org>
11629      Branch: perl
11630            ! t/op/fork.t
11631 ____________________________________________________________________________
11632 [  6692] By: jhi                                   on 2000/08/18  05:19:17
11633         Log: Delete the image, too, not just its MANIFEStation.
11634      Branch: perl
11635            - lib/CGI/eg/wilogo.gif
11636 ____________________________________________________________________________
11637 [  6691] By: jhi                                   on 2000/08/18  05:10:26
11638         Log: Propagate new Configure vars.
11639      Branch: perl
11640            ! configure.com epoc/config.sh uconfig.h uconfig.sh
11641            ! vos/config.def vos/config.h vos/config_h.SH_orig
11642            ! win32/config.bc win32/config.gc win32/config.vc
11643            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11644 ____________________________________________________________________________
11645 [  6690] By: jhi                                   on 2000/08/18  04:30:56
11646         Log: Update Changes.
11647      Branch: perl
11648            ! Changes patchlevel.h
11649 ____________________________________________________________________________
11650 [  6689] By: jhi                                   on 2000/08/18  04:12:30
11651         Log: Fix the lib/complex failure of
11652              
11653              From: abigail@foad.org
11654              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11655              Date: 15 Aug 2000 04:06:38 -0000
11656              Message-Id: <20000815040638.8524.qmail@foad.org> 
11657              
11658              Linux long double accuracy issue: something that
11659              when printed with %g looks like "2" but int() of it is 1.
11660      Branch: perl
11661            ! lib/Math/Complex.pm
11662 ____________________________________________________________________________
11663 [  6688] By: jhi                                   on 2000/08/18  03:15:35
11664         Log: The byteorder code in #6671 was wrong.
11665      Branch: perl
11666            ! configpm
11667 ____________________________________________________________________________
11668 [  6687] By: jhi                                   on 2000/08/18  02:08:42
11669         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
11670              From: Jan Dubois <jand@ActiveState.com>
11671              Date: Thu, 17 Aug 2000 18:31:55 -0700
11672              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
11673      Branch: perl
11674            ! sv.c
11675 ____________________________________________________________________________
11676 [  6686] By: jhi                                   on 2000/08/18  02:04:15
11677         Log: Use NVs in POSIX math, not doubles.
11678              
11679              From: abigail@foad.org
11680              Subject: [ID 20000817.014] POSIX & modfl
11681              Date: 17 Aug 2000 20:49:18 -0000
11682              Message-Id: <20000817204918.23123.qmail@foad.org>
11683      Branch: perl
11684            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
11685 ____________________________________________________________________________
11686 [  6685] By: jhi                                   on 2000/08/18  02:02:12
11687         Log: Introduce NVef, NVff, and NVgf, use the middle one.
11688              (helps for lib/peek + Linux + long doubles)  Reported in
11689              
11690              From: abigail@foad.org
11691              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11692              Date: 15 Aug 2000 04:06:38 -0000
11693              Message-Id: <20000815040638.8524.qmail@foad.org> 
11694              
11695              (note: the lib/complex failure has not yet been addressed)
11696      Branch: metaconfig/U/perl
11697            ! perlxvf.U
11698      Branch: perl
11699            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11700            ! config_h.SH dump.c perl.h pod/perlguts.pod
11701 ____________________________________________________________________________
11702 [  6684] By: jhi                                   on 2000/08/17  23:22:19
11703         Log: Add byteorder to the myconfig output.
11704      Branch: perl
11705            ! myconfig.SH
11706 ____________________________________________________________________________
11707 [  6683] By: jhi                                   on 2000/08/17  23:20:19
11708         Log: The image doth not exist, spotted by Johan Vromans.
11709      Branch: perl
11710            ! MANIFEST
11711 ____________________________________________________________________________
11712 [  6682] By: jhi                                   on 2000/08/17  22:38:16
11713         Log: Document what the backtick returns if the command fails.
11714      Branch: perl
11715            ! pod/perlop.pod
11716 ____________________________________________________________________________
11717 [  6681] By: jhi                                   on 2000/08/17  22:33:12
11718         Log: Do not use prototyping here.
11719              
11720              Subject: [ID 20000817.016] [PATCH] Peek.xs
11721              From: abigail@foad.org
11722              Date: 17 Aug 2000 20:55:56 -0000
11723              Message-Id: <20000817205556.24270.qmail@foad.org>
11724      Branch: perl
11725            ! ext/Devel/Peek/Makefile.PL
11726 ____________________________________________________________________________
11727 [  6680] By: jhi                                   on 2000/08/17  19:46:43
11728         Log: Don't propose using modules built for 5.005 if no binary
11729              compatibility with 5.005 is attempted.
11730              
11731              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11732              Subject: Minor nit with 5.7.0 (6655)
11733              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
11734              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
11735      Branch: metaconfig
11736            ! U/installdirs/inc_version_list.U
11737      Branch: perl
11738            ! Configure config_h.SH
11739 ____________________________________________________________________________
11740 [  6679] By: jhi                                   on 2000/08/17  19:16:39
11741         Log: Microperl config update.
11742      Branch: perl
11743            ! uconfig.h uconfig.sh
11744 ____________________________________________________________________________
11745 [  6678] By: jhi                                   on 2000/08/17  19:16:13
11746         Log: The #6648 wasn't protective enough for limited platforms
11747              (like microperl).
11748      Branch: perl
11749            ! dump.c sv.c
11750 ____________________________________________________________________________
11751 [  6677] By: jhi                                   on 2000/08/17  14:46:35
11752         Log: Update Changes.
11753      Branch: perl
11754            ! Changes patchlevel.h
11755 ____________________________________________________________________________
11756 [  6676] By: jhi                                   on 2000/08/17  14:44:02
11757         Log: Add perlebcdic from Peter Prymmer, regen toc.
11758      Branch: perl
11759            + pod/perlebcdic.pod
11760            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11761 ____________________________________________________________________________
11762 [  6675] By: jhi                                   on 2000/08/17  14:41:52
11763         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
11764      Branch: perl
11765            ! pod/perldebtut.pod
11766 ____________________________________________________________________________
11767 [  6674] By: jhi                                   on 2000/08/17  14:29:43
11768         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
11769              
11770              Subject: [ID 20000724.006] -DLEAKTEST problem
11771              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
11772              Date: Tue, 25 Jul 2000 00:36:32 -0500
11773              Message-Id: <20000725003632.A26186@www.llamacom.com>
11774              
11775              Reminder sent
11776              
11777              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
11778              From: Hugo <hv@crypt.compulink.co.uk>
11779              Date: Thu, 17 Aug 2000 15:23:42 +0100
11780              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
11781      Branch: perl
11782            ! util.c
11783 ____________________________________________________________________________
11784 [  6673] By: jhi                                   on 2000/08/17  04:07:10
11785         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
11786              From: John Peacock <JPeacock@UnivPress.com>
11787              Date: Tue, 01 Aug 2000 09:38:12 -0400
11788              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
11789      Branch: perl
11790            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
11791 ____________________________________________________________________________
11792 [  6672] By: jhi                                   on 2000/08/17  03:04:35
11793         Log: Subject: [PATCH] Cwd.pm now uses strict
11794              From: Tim Jenness <timj@jach.hawaii.edu>
11795              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
11796              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
11797      Branch: perl
11798            ! lib/Cwd.pm
11799 ____________________________________________________________________________
11800 [  6671] By: jhi                                   on 2000/08/17  02:16:35
11801         Log: Make $Config{byteorder} more magical so that it is
11802              dynamically computed: nice for 'fat binaries'.
11803              
11804              Subject: [PATCH]: default byteorder
11805              From: Wilfredo Sánchez <wsanchez@apple.com>
11806              Date: Mon, 31 Jul 2000 19:45:31 -0700
11807              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
11808      Branch: perl
11809            ! configpm
11810 ____________________________________________________________________________
11811 [  6670] By: gsar                                  on 2000/08/17  01:22:21
11812         Log: move WNOHANG definition to where other such things are
11813      Branch: perl
11814            ! win32/win32.h
11815 ____________________________________________________________________________
11816 [  6669] By: jhi                                   on 2000/08/17  01:19:17
11817         Log: Update Changes.
11818      Branch: perl
11819            ! Changes patchlevel.h
11820 ____________________________________________________________________________
11821 [  6668] By: jhi                                   on 2000/08/17  01:16:29
11822         Log: Doc nits spotted by Richard Soderberg.
11823      Branch: perl
11824            ! README.posix-bc README.vmesa
11825 ____________________________________________________________________________
11826 [  6667] By: jhi                                   on 2000/08/17  01:12:11
11827         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
11828              From: "Casey R. Tweten" <crt@kiski.net>
11829              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
11830              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
11831      Branch: perl
11832            ! pod/perldebtut.pod
11833 ____________________________________________________________________________
11834 [  6666] By: jhi                                   on 2000/08/17  01:09:31
11835         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
11836              From: "Casey R. Tweten" <crt@kiski.net>
11837              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
11838              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
11839      Branch: perl
11840            ! lib/Shell.pm
11841 ____________________________________________________________________________
11842 [  6665] By: gsar                                  on 2000/08/17  01:03:52
11843         Log: add "ok" targets from change#6632 in makefile.mk
11844      Branch: perl
11845            ! pod/perlport.pod win32/Makefile win32/makefile.mk
11846 ____________________________________________________________________________
11847 [  6664] By: gsar                                  on 2000/08/17  00:56:11
11848         Log: avoid warnings from dense compiler
11849      Branch: perl
11850            ! win32/win32.c
11851 ____________________________________________________________________________
11852 [  6663] By: jhi                                   on 2000/08/17  00:51:49
11853         Log: Tweak the regex compilation errors once more.
11854      Branch: perl
11855            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11856            ! t/op/regmesg.t t/pragma/warn/regcomp
11857 ____________________________________________________________________________
11858 [  6662] By: gsar                                  on 2000/08/17  00:28:19
11859         Log: trailing new %ENV entries weren't being pushed into the real
11860              environment of subprocesses on Windows
11861      Branch: perl
11862            ! t/op/magic.t win32/perlhost.h
11863 ____________________________________________________________________________
11864 [  6661] By: gsar                                  on 2000/08/17  00:19:20
11865         Log: waitpid() now handles externally spawned pids correctly;
11866              fixes for backtick/wait/waitpid failures on Windows 9x
11867              
11868              these changes make the pid returned by process functions on
11869              Windows 9x always positive by clearing the high bit (which
11870              is always set on Win9x); pseudo-process PIDs are likewise
11871              always negative now on Win9x (just as on NT/2000)
11872      Branch: perl
11873            ! pp_sys.c win32/perlhost.h win32/win32.c
11874 ____________________________________________________________________________
11875 [  6660] By: jhi                                   on 2000/08/17  00:04:32
11876         Log: Retract #6645.
11877      Branch: perl
11878            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11879            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
11880            ! t/op/sprintf.t
11881 ____________________________________________________________________________
11882 [  6659] By: gsar                                  on 2000/08/16  23:59:28
11883         Log: on windows, the return values from wait() and waitpid() don't
11884              match those of pseudo-pids
11885      Branch: perl
11886            ! pp_sys.c t/op/fork.t util.c win32/win32.c
11887 ____________________________________________________________________________
11888 [  6658] By: gsar                                  on 2000/08/16  23:56:14
11889         Log: pod nit seen in passing
11890      Branch: perl
11891            ! pod/perlfunc.pod
11892 ____________________________________________________________________________
11893 [  6657] By: gsar                                  on 2000/08/16  23:53:42
11894         Log: change#6328 could make close(SOCKET) return false on windows
11895              when it shouldn't
11896      Branch: perl
11897            ! win32/win32sck.c
11898 ____________________________________________________________________________
11899 [  6656] By: gsar                                  on 2000/08/16  23:46:57
11900         Log: check that the number pseudo children doesn't exceed
11901              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
11902              the WaitForMultipleObjects() limit that would cause wait()
11903              to crash)
11904              
11905              wait() and waitpid() could potentially be rewritten to use
11906              more than one thread to do the waiting to eliminate this
11907              limitation
11908      Branch: perl
11909            ! win32/perlhost.h
11910 ____________________________________________________________________________
11911 [  6655] By: jhi                                   on 2000/08/16  14:11:05
11912         Log: Update Changes.
11913      Branch: perl
11914            ! Changes patchlevel.h
11915 ____________________________________________________________________________
11916 [  6654] By: jhi                                   on 2000/08/16  14:10:12
11917         Log: Update to perldebtut 1.9, from Richard Foley.
11918      Branch: perl
11919            ! pod/perldebtut.pod
11920 ____________________________________________________________________________
11921 [  6653] By: jhi                                   on 2000/08/16  14:08:17
11922         Log: Change the regx compilation error markers to use = instead of <
11923              since pod makes using the latter quite messy.  Reported in
11924              ID 20000814.006 by Abigail and in
11925              Subject: Unknown escape E<> ?
11926              From: Lupe Christoph <lupe@lupe-christoph.de>
11927              Date: Fri, 11 Aug 2000 00:30:27 +0200
11928              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
11929      Branch: perl
11930            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11931            ! t/op/regmesg.t t/pragma/warn/regcomp
11932 ____________________________________________________________________________
11933 [  6652] By: jhi                                   on 2000/08/16  13:25:31
11934         Log: Change the perlbug address to perl.org since it's more forgiving.
11935              
11936              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
11937              From: abigail@foad.org
11938              Date: 15 Aug 2000 04:15:40 -0000
11939              Message-Id: <20000815041540.8633.qmail@foad.org>
11940      Branch: perl
11941            ! utils/perlbug.PL
11942 ____________________________________________________________________________
11943 [  6651] By: jhi                                   on 2000/08/16  13:22:35
11944         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
11945              From: Tim Jenness <timj@jach.hawaii.edu>
11946              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
11947              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
11948      Branch: perl
11949            ! lib/Cwd.pm
11950 ____________________________________________________________________________
11951 [  6650] By: jhi                                   on 2000/08/16  13:18:13
11952         Log: Update to CPAN 1.57.
11953              
11954              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
11955              From: andreas.koenig@anima.de (Andreas J. Koenig)
11956              Date: 16 Aug 2000 15:09:46 +0200
11957              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
11958      Branch: perl
11959            ! lib/CPAN.pm
11960 ____________________________________________________________________________
11961 [  6649] By: jhi                                   on 2000/08/16  13:12:31
11962         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
11963              From: "Larry W. Virden" <lvirden@cas.org>
11964              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
11965              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
11966      Branch: perl
11967            ! README.hpux
11968 ____________________________________________________________________________
11969 [  6648] By: jhi                                   on 2000/08/16  13:03:53
11970         Log: The numeric locale was reset to "C" by s?printf and never restored.
11971              
11972              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
11973              From: Christian Kirsch <ck@held.mind.de>
11974              Date: Wed, 9 Aug 2000 17:05:17 +0200
11975              Message-Id: <20000809170517.A25389@held>
11976              
11977              No test since adding the failing example to locale.t
11978              does not fail -- probably because the locale settings are so
11979              thoroughly tweaked by that time.  Running the example standalone
11980              does fail, though.  UPDATE: test case added at change #7540.
11981      Branch: perl
11982            ! dump.c perl.h pp.c pp_ctl.c sv.c
11983 ____________________________________________________________________________
11984 [  6647] By: jhi                                   on 2000/08/16  00:07:54
11985         Log: Update Changes and test semi-automatic patchlevel updating.
11986      Branch: perl
11987            ! Changes patchlevel.h
11988 ____________________________________________________________________________
11989 [  6646] By: jhi                                   on 2000/08/15  23:35:07
11990         Log: Fix a dependency problem.
11991              
11992              Subject: [PATCH: 6640] VMS Makefile.SH update
11993              From: Peter Prymmer <pvhp@forte.com>
11994              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
11995              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
11996      Branch: perl
11997            ! vms/descrip_mms.template
11998 ____________________________________________________________________________
11999 [  6645] By: jhi                                   on 2000/08/15  23:33:23
12000         Log: (Retracted by #6660)
12001              
12002              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
12003              From: Dominic Dunlop <domo@computer.org>
12004              Date: Tue, 15 Aug 2000 22:20:52 +0200
12005              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
12006      Branch: metaconfig/U/perl
12007            + d_printfed.U
12008      Branch: perl
12009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12010            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12011            ! t/op/sprintf.t
12012 ____________________________________________________________________________
12013 [  6644] By: jhi                                   on 2000/08/15  21:17:20
12014         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
12015              From: abigail@foad.org
12016              Date: 15 Aug 2000 20:12:41 -0000
12017              Message-Id: <20000815201241.25556.qmail@foad.org>
12018      Branch: perl
12019            ! INSTALL
12020 ____________________________________________________________________________
12021 [  6643] By: jhi                                   on 2000/08/15  21:15:28
12022         Log: (an already applied patch)
12023      Branch: perl
12024            ! lib/CGI.pm
12025 ____________________________________________________________________________
12026 [  6642] By: gsar                                  on 2000/08/15  19:54:05
12027         Log: magic callbacks all need to have same type signature
12028      Branch: perl
12029            ! embed.pl mg.c proto.h
12030 ____________________________________________________________________________
12031 [  6641] By: jhi                                   on 2000/08/15  17:56:27
12032         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)
12033              From: Mike Guy <mjtg@cam.ac.uk>
12034              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
12035              Date: Tue, 15 Aug 2000 18:26:45 +0100
12036              
12037              Only the peek.t part applied, not the hash quality part.
12038      Branch: perl
12039            ! t/lib/peek.t
12040 ____________________________________________________________________________
12041 [  6640] By: jhi                                   on 2000/08/15  16:37:37
12042         Log: Update Changes.
12043      Branch: perl
12044            ! Changes
12045 ____________________________________________________________________________
12046 [  6639] By: jhi                                   on 2000/08/15  16:34:55
12047         Log: Missed a file from #6638.
12048      Branch: perl
12049            ! lib/File/Temp.pm
12050 ____________________________________________________________________________
12051 [  6638] By: jhi                                   on 2000/08/15  16:33:19
12052         Log: Subject: [PATCH perl@6620] cygwin port
12053              From: "Fifer, Eric" <EFifer@sanwaint.com>
12054              Date: Tue, 15 Aug 2000 17:00:49 +0100
12055              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
12056      Branch: perl
12057            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
12058 ____________________________________________________________________________
12059 [  6637] By: jhi                                   on 2000/08/15  16:29:22
12060         Log: Subject: [PATCH] debugger exit code should reflect user exit code
12061              From: Mike Guy <mjtg@cam.ac.uk>
12062              Date: Tue, 15 Aug 2000 16:55:59 +0100
12063              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
12064      Branch: perl
12065            ! lib/perl5db.pl
12066 ____________________________________________________________________________
12067 [  6636] By: jhi                                   on 2000/08/15  15:30:58
12068         Log: Update Changes.
12069      Branch: perl
12070            ! Changes
12071 ____________________________________________________________________________
12072 [  6635] By: jhi                                   on 2000/08/15  15:27:21
12073         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
12074      Branch: metaconfig
12075            ! U/mkglossary U/mksample
12076      Branch: metaconfig/U/perl
12077            ! Devel.U
12078      Branch: perl
12079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12080 ____________________________________________________________________________
12081 [  6634] By: jhi                                   on 2000/08/15  14:11:55
12082         Log: Don't blow limited stacks, a lower number is enough to
12083              tickle the lookbehind limit.
12084              
12085              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
12086              From: Dominic Dunlop <domo@computer.org>
12087              Date: Tue, 15 Aug 2000 13:51:24 +0200
12088              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
12089      Branch: perl
12090            ! t/op/regmesg.t
12091 ____________________________________________________________________________
12092 [  6633] By: jhi                                   on 2000/08/15  14:01:46
12093         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
12094              From: Mike Guy <mjtg@cam.ac.uk>
12095              Date: Tue, 15 Aug 2000 12:10:50 +0100
12096              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
12097      Branch: perl
12098            ! utils/perldoc.PL
12099 ____________________________________________________________________________
12100 [  6632] By: jhi                                   on 2000/08/15  13:58:48
12101         Log: make ok etc also for win32.
12102              
12103              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
12104              From: Prymmer/Kahn <pvhp@best.com>
12105              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
12106              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
12107      Branch: perl
12108            ! win32/Makefile
12109 ____________________________________________________________________________
12110 [  6631] By: jhi                                   on 2000/08/15  13:45:03
12111         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
12112      Branch: perl
12113            ! lib/Test.pm
12114 ____________________________________________________________________________
12115 [  6630] By: jhi                                   on 2000/08/15  03:25:09
12116         Log: Update Changes.
12117      Branch: perl
12118            ! Changes
12119 ____________________________________________________________________________
12120 [  6629] By: jhi                                   on 2000/08/15  03:23:53
12121         Log: magic_regdatum_set() is void, not int.
12122      Branch: perl
12123            ! embed.pl mg.c proto.h
12124 ____________________________________________________________________________
12125 [  6628] By: jhi                                   on 2000/08/15  03:08:02
12126         Log: Make the user to give up his firstborn, err, to knowingly
12127              verify installing an unstable developer release.  Also bump
12128              the release to 5.7.0, but leave a patch tag in the local
12129              patches saying that this is not yet the real thing.
12130      Branch: metaconfig
12131            ! U/modified/Instruct.U
12132      Branch: metaconfig/U/perl
12133            + Devel.U
12134      Branch: perl
12135            ! Configure patchlevel.h
12136 ____________________________________________________________________________
12137 [  6627] By: jhi                                   on 2000/08/14  22:32:52
12138         Log: README.os2 update.
12139              
12140              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
12141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12142              Date: Wed, 02 Aug 2000 21:55:09 -0700
12143              Message-ID: <tsPi5gzkgegX092yn@efn.org>
12144      Branch: perl
12145            ! README.os2
12146 ____________________________________________________________________________
12147 [  6626] By: jhi                                   on 2000/08/14  21:00:02
12148         Log: Subject: Re: File::Temp problems on VMS in bleedperl
12149              From: Tim Jenness <timj@jach.hawaii.edu>
12150              cc: vmsperl@perl.org
12151              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
12152              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
12153      Branch: perl
12154            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
12155 ____________________________________________________________________________
12156 [  6625] By: jhi                                   on 2000/08/14  20:52:16
12157         Log: Add SUIDMAIL as was done for the CERT alert.
12158      Branch: perl
12159            ! patchlevel.h
12160 ____________________________________________________________________________
12161 [  6624] By: jhi                                   on 2000/08/14  20:48:50
12162         Log: Subject: sfio2000
12163              From: Daniel Muino <dmuino@afip.gov.ar>
12164              Date: Mon, 14 Aug 2000 16:58:11 -0300
12165              Message-ID: <20000814165811.B16368@con2-dgi>
12166      Branch: perl
12167            ! perlsdio.h perlsfio.h
12168 ____________________________________________________________________________
12169 [  6623] By: jhi                                   on 2000/08/14  20:47:36
12170         Log: Subject: warning: storage class after type is obsolescent
12171              From: Daniel Muino <dmuino@afip.gov.ar>
12172              Date: Mon, 14 Aug 2000 16:42:47 -0300
12173              Message-ID: <20000814164247.A16368@con2-dgi>
12174      Branch: perl
12175            ! regcomp.pl regnodes.h
12176 ____________________________________________________________________________
12177 [  6622] By: jhi                                   on 2000/08/14  20:43:05
12178         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
12179              From: abigail@foad.org
12180              Date: 14 Aug 2000 20:00:10 -0000
12181              Message-Id: <20000814200010.27271.qmail@foad.org>
12182      Branch: perl
12183            ! Changes
12184 ____________________________________________________________________________
12185 [  6621] By: jhi                                   on 2000/08/14  15:23:05
12186         Log: Update Changes.
12187      Branch: perl
12188            ! Changes
12189 ____________________________________________________________________________
12190 [  6620] By: jhi                                   on 2000/08/14  15:22:14
12191         Log: Subject: Re: [PATCH] @+, @- readonly
12192              From: Mike Guy <mjtg@cam.ac.uk>
12193              Date: Mon, 14 Aug 2000 15:26:55 +0100
12194              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
12195      Branch: perl
12196            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
12197            ! sv.c t/op/pat.t
12198 ____________________________________________________________________________
12199 [  6619] By: jhi                                   on 2000/08/14  14:12:08
12200         Log: Update Changes.
12201      Branch: perl
12202            ! Changes
12203 ____________________________________________________________________________
12204 [  6618] By: jhi                                   on 2000/08/14  14:09:34
12205         Log: For now remove the mail code.
12206      Branch: perl
12207            ! perl.c
12208 ____________________________________________________________________________
12209 [  6617] By: jhi                                   on 2000/08/14  14:08:28
12210         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
12211      Branch: perl
12212            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
12213            ! pod/perlfaq8.pod pod/perlsec.pod
12214 ____________________________________________________________________________
12215 [  6616] By: jhi                                   on 2000/08/14  14:00:11
12216         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12217              From: Mike Guy <mjtg@cam.ac.uk>
12218              Date: Mon, 14 Aug 2000 08:26:02 +0100
12219              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
12220      Branch: perl
12221            ! lib/perl5db.pl
12222 ____________________________________________________________________________
12223 [  6615] By: jhi                                   on 2000/08/14  13:58:45
12224         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
12225              From: Mike Guy <mjtg@cam.ac.uk>
12226              Date: Mon, 14 Aug 2000 08:04:22 +0100
12227              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
12228      Branch: perl
12229            ! gv.c mg.c t/op/pat.t
12230 ____________________________________________________________________________
12231 [  6614] By: jhi                                   on 2000/08/14  13:56:45
12232         Log: Subject: Test fails / warnings with perl-current #6612
12233              From: Mike Guy <mjtg@cam.ac.uk>
12234              Date: Mon, 14 Aug 2000 07:57:23 +0100
12235              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
12236      Branch: perl
12237            ! t/lib/b.t t/lib/peek.t
12238 ____________________________________________________________________________
12239 [  6613] By: jhi                                   on 2000/08/14  13:45:33
12240         Log: VMS configure.com update continues.
12241      Branch: perl
12242            - vms/configure.com
12243            ! MANIFEST configure.com
12244 ____________________________________________________________________________
12245 [  6612] By: jhi                                   on 2000/08/13  22:13:35
12246         Log: Update Changes.
12247      Branch: perl
12248            ! Changes
12249 ____________________________________________________________________________
12250 [  6611] By: jhi                                   on 2000/08/13  16:21:45
12251         Log: Upgrade to CGI 2.71, from Lincoln Stein.
12252      Branch: perl
12253            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
12254 ____________________________________________________________________________
12255 [  6610] By: jhi                                   on 2000/08/13  15:09:16
12256         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
12257              From: Mike Guy <mjtg@cam.ac.uk>
12258              Date: Sun, 13 Aug 2000 13:45:51 +0100
12259              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
12260      Branch: perl
12261            ! t/op/regmesg.t
12262 ____________________________________________________________________________
12263 [  6609] By: jhi                                   on 2000/08/13  14:31:26
12264         Log: Andreas says that 1.56 is fine, so reverting back to it.
12265      Branch: perl
12266            ! lib/CPAN.pm
12267 ____________________________________________________________________________
12268 [  6608] By: jhi                                   on 2000/08/13  05:34:20
12269         Log: Update Changes.
12270      Branch: perl
12271            ! Changes
12272 ____________________________________________________________________________
12273 [  6607] By: jhi                                   on 2000/08/13  05:32:01
12274         Log: Put back the \z changes of #5406 to CPAN.pm.
12275      Branch: perl
12276            ! lib/CPAN.pm
12277 ____________________________________________________________________________
12278 [  6606] By: jhi                                   on 2000/08/13  05:20:16
12279         Log: Fix-n-skip the tests under 5005threads.
12280      Branch: perl
12281            ! t/lib/b.t
12282 ____________________________________________________________________________
12283 [  6605] By: jhi                                   on 2000/08/13  05:07:48
12284         Log: Fix the test for 5005threads.
12285      Branch: perl
12286            ! t/lib/peek.t
12287 ____________________________________________________________________________
12288 [  6604] By: jhi                                   on 2000/08/13  03:35:37
12289         Log: Should have deleted this in #6603.
12290      Branch: perl
12291            - vms/subconfigure.com
12292 ____________________________________________________________________________
12293 [  6603] By: jhi                                   on 2000/08/12  18:29:32
12294         Log: Rewrite of vms/subconfigure.com as configure.com,
12295              from Peter Prymmer and the vmsperl crew.
12296      Branch: perl
12297            + vms/configure.com
12298            ! MANIFEST
12299 ____________________________________________________________________________
12300 [  6602] By: jhi                                   on 2000/08/11  13:00:01
12301         Log: PlainText.pm is dead.
12302      Branch: perl
12303            - lib/Pod/PlainText.pm
12304            ! MANIFEST
12305 ____________________________________________________________________________
12306 [  6601] By: jhi                                   on 2000/08/11  04:06:45
12307         Log: Update Changes.
12308      Branch: perl
12309            ! Changes
12310 ____________________________________________________________________________
12311 [  6600] By: jhi                                   on 2000/08/11  04:06:10
12312         Log: Add a few missing files, update MANIFEST.
12313      Branch: perl
12314            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
12315            + lib/Pod/PlainText.pm t/pod/find.t
12316            ! MANIFEST t/op/regmesg.t
12317 ____________________________________________________________________________
12318 [  6599] By: jhi                                   on 2000/08/11  03:31:10
12319         Log: Add Perl debugging tutorial, regen toc. 
12320              
12321              Subject: perldebtut.pod
12322              From: Richard Foley <Richard.Foley@m.dasa.de>
12323              Date: Wed, 09 Aug 2000 10:17:15 +0200
12324              Message-id: <3991138B.262247B8@m.dasa.de>
12325      Branch: perl
12326            + pod/perldebtut.pod
12327            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12328 ____________________________________________________________________________
12329 [  6598] By: jhi                                   on 2000/08/11  02:48:56
12330         Log: tiny Changes edit
12331      Branch: perl
12332            ! Changes
12333 ____________________________________________________________________________
12334 [  6597] By: jhi                                   on 2000/08/11  02:39:04
12335         Log: Tests for #6589.
12336              
12337              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12338              From: simon@brecon.co.uk (Simon Cozens)
12339              Date: 11 Aug 2000 02:24:52 GMT
12340              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
12341      Branch: perl
12342            ! t/lib/b.t
12343 ____________________________________________________________________________
12344 [  6596] By: jhi                                   on 2000/08/11  01:50:07
12345         Log: Update Changes.
12346      Branch: perl
12347            ! Changes
12348 ____________________________________________________________________________
12349 [  6595] By: jhi                                   on 2000/08/11  01:47:16
12350         Log: nitfix
12351      Branch: perl
12352            ! Changes
12353 ____________________________________________________________________________
12354 [  6594] By: jhi                                   on 2000/08/11  01:36:16
12355         Log: Subject: Getting perlio and threads to compile
12356              From: Lupe Christoph <lupe@lupe-christoph.de>
12357              Date: Wed, 9 Aug 2000 11:35:54 +0200
12358              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
12359              
12360              (the Solaris version changes in Configure skipped)
12361      Branch: perl
12362            ! hints/solaris_2.sh thread.h
12363 ____________________________________________________________________________
12364 [  6593] By: jhi                                   on 2000/08/11  01:30:16
12365         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
12366              From: simon@brecon.co.uk (Simon Cozens)
12367              Date: 1 Aug 2000 06:55:19 GMT
12368              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
12369      Branch: perl
12370            ! lib/utf8.pm
12371 ____________________________________________________________________________
12372 [  6592] By: jhi                                   on 2000/08/11  01:26:39
12373         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
12374              From: Peter Scott <Peter@PeterScott.com>
12375              Date: Thu, 10 Aug 2000 08:23:27 -0700
12376              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
12377      Branch: perl
12378            ! lib/perl5db.pl
12379 ____________________________________________________________________________
12380 [  6591] By: jhi                                   on 2000/08/11  01:22:02
12381         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
12382              From: Hugo <hv@crypt.compulink.co.uk>
12383              Date: Thu, 10 Aug 2000 19:23:04 +0100
12384              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
12385      Branch: perl
12386            ! regexec.c t/op/pat.t
12387 ____________________________________________________________________________
12388 [  6590] By: jhi                                   on 2000/08/11  01:19:19
12389         Log: Preprocessing and postprocessing for File::Find.
12390              
12391              Subject: Patch to Find::File.pm to allow alphabetical results
12392              From: Joe Smith <jsmith@inwap.com>
12393              Date: Wed, 9 Aug 2000 02:44:54 -0700
12394              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
12395      Branch: perl
12396            ! lib/File/Find.pm
12397 ____________________________________________________________________________
12398 [  6589] By: jhi                                   on 2000/08/11  01:12:39
12399         Log: B::Deparse didn't do sub attributes.
12400              
12401              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12402              From: simon@brecon.co.uk (Simon Cozens)
12403              Date: 9 Aug 2000 04:49:20 GMT
12404              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
12405      Branch: perl
12406            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
12407 ____________________________________________________________________________
12408 [  6588] By: jhi                                   on 2000/08/11  01:06:40
12409         Log: Subject: debugger "d" command doesnt check line number
12410              From: Mike Guy <mjtg@cam.ac.uk>
12411              Date: Tue, 08 Aug 2000 21:54:29 +0100
12412              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
12413      Branch: perl
12414            ! lib/perl5db.pl mg.c pod/perldiag.pod
12415 ____________________________________________________________________________
12416 [  6587] By: jhi                                   on 2000/08/11  00:45:03
12417         Log: sleep(1) does not necessarily return 1.
12418              
12419              Subject: [PATCH bleadperl] op/lex_assign.t  
12420              From: Hugo <hv@crypt.compulink.co.uk>
12421              Date: Thu, 03 Aug 2000 14:34:22 +0100        
12422              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
12423      Branch: perl
12424            ! t/op/lex_assign.t
12425 ____________________________________________________________________________
12426 [  6586] By: jhi                                   on 2000/08/11  00:31:50
12427         Log: Document the IO::Select timeout.
12428      Branch: perl
12429            ! ext/IO/lib/IO/Select.pm
12430 ____________________________________________________________________________
12431 [  6585] By: jhi                                   on 2000/08/11  00:13:54
12432         Log: Forgot contributor.
12433      Branch: perl
12434            ! Changes
12435 ____________________________________________________________________________
12436 [  6584] By: jhi                                   on 2000/08/11  00:09:19
12437         Log: detypo
12438      Branch: perl
12439            ! Changes
12440 ____________________________________________________________________________
12441 [  6583] By: jhi                                   on 2000/08/11  00:07:53
12442         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
12443              
12444              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
12445              From: Mike Guy <mjtg@cam.ac.uk> 
12446              Date: Thu, 10 Aug 2000 15:50:54 +0100
12447              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
12448      Branch: perl
12449            ! sv.c t/op/int.t
12450 ____________________________________________________________________________
12451 [  6582] By: jhi                                   on 2000/08/10  23:29:32
12452         Log: Update Changes.
12453      Branch: perl
12454            ! Changes
12455 ____________________________________________________________________________
12456 [  6581] By: jhi                                   on 2000/08/10  23:26:16
12457         Log: Put back the std @INC thing.
12458      Branch: perl
12459            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
12460            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
12461            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
12462            ! t/lib/gol-oo.t
12463 ____________________________________________________________________________
12464 [  6580] By: jhi                                   on 2000/08/10  23:03:34
12465         Log: Update to CGI 2.70, from Lincoln Stein.
12466      Branch: perl
12467            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12468            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12469            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
12470            ! t/lib/cgi-request.t
12471 ____________________________________________________________________________
12472 [  6579] By: jhi                                   on 2000/08/10  22:41:50
12473         Log: Update to CPAN 1.56, from Andreas König.
12474      Branch: perl
12475            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12476 ____________________________________________________________________________
12477 [  6578] By: jhi                                   on 2000/08/10  22:38:13
12478         Log: Update to Pod::Parser 1.17, from Brad Appleton.
12479      Branch: perl
12480            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
12481            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
12482            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
12483            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
12484            ! t/pod/include.t t/pod/included.t t/pod/lref.t
12485            ! t/pod/multiline_items.t t/pod/nested_items.t
12486            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
12487            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
12488            ! t/pod/special_seqs.t
12489 ____________________________________________________________________________
12490 [  6577] By: jhi                                   on 2000/08/10  22:35:41
12491         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
12492      Branch: perl
12493            ! AUTHORS MAINTAIN
12494 ____________________________________________________________________________
12495 [  6576] By: jhi                                   on 2000/08/10  22:24:54
12496         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
12497      Branch: perl
12498            + t/lib/gol-oo.t
12499            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
12500            ! t/lib/gol-compat.t t/lib/gol-linkage.t
12501 ____________________________________________________________________________
12502 [  6575] By: jhi                                   on 2000/08/10  22:02:07
12503         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
12504      Branch: perl
12505            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
12506 ____________________________________________________________________________
12507 [  6574] By: jhi                                   on 2000/08/10  21:55:03
12508         Log: Iterating perl6 description.
12509      Branch: perl
12510            ! pod/perlfaq1.pod
12511 ____________________________________________________________________________
12512 [  6573] By: jhi                                   on 2000/08/10  21:48:26
12513         Log: Revert the sv.c part of #6559, a better fix is needed.
12514      Branch: perl
12515            ! sv.c
12516 ____________________________________________________________________________
12517 [  6572] By: jhi                                   on 2000/08/10  20:33:43
12518         Log: It's the 2ndO'ROSSC.
12519      Branch: perl
12520            ! pod/perlfaq1.pod
12521 ____________________________________________________________________________
12522 [  6571] By: jhi                                   on 2000/08/10  15:55:48
12523         Log: detypo
12524      Branch: perl
12525            ! pod/perlfaq1.pod
12526 ____________________________________________________________________________
12527 [  6570] By: jhi                                   on 2000/08/10  14:11:17
12528         Log: An exceptionally sticky typo.
12529      Branch: perl
12530            ! Changes
12531 ____________________________________________________________________________
12532 [  6569] By: jhi                                   on 2000/08/10  14:09:33
12533         Log: detypo (and test Changes updating script)
12534      Branch: perl
12535            ! Changes
12536 ____________________________________________________________________________
12537 [  6568] By: jhi                                   on 2000/08/10  14:07:07
12538         Log: Update Changes.
12539      Branch: perl
12540            ! Changes
12541 ____________________________________________________________________________
12542 [  6567] By: jhi                                   on 2000/08/10  14:06:19
12543         Log: Amend the description of Perl6.
12544              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
12545              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12546              Date: Wed, 9 Aug 2000 22:11:06 -0500
12547              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
12548      Branch: perl
12549            ! pod/perlfaq1.pod
12550 ____________________________________________________________________________
12551 [  6566] By: jhi                                   on 2000/08/10  13:58:57
12552         Log: Subject: Remove dead entry in perldiag
12553              From: Mike Guy <mjtg@cam.ac.uk>
12554              Date: Thu, 10 Aug 2000 14:19:19 +0100
12555              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
12556      Branch: perl
12557            ! pod/perldiag.pod
12558 ____________________________________________________________________________
12559 [  6565] By: jhi                                   on 2000/08/10  13:51:48
12560         Log: Zero entries were skipped, fix from Adrian Goalby
12561              <argoalby@yahoo.co.uk>
12562      Branch: perl
12563            ! lib/unicode/Number.pl lib/unicode/mktables.PL
12564 ____________________________________________________________________________
12565 [  6564] By: jhi                                   on 2000/08/10  13:00:12
12566         Log: Subject: [PATCH 5.6.0] cygwin port
12567              From: "Fifer, Eric" <EFifer@sanwaint.com>
12568              Date: Thu, 10 Aug 2000 13:15:36 +0100
12569              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
12570      Branch: perl
12571            ! README.cygwin hints/cygwin.sh
12572 ____________________________________________________________________________
12573 [  6563] By: jhi                                   on 2000/08/10  12:55:16
12574         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
12575      Branch: perl
12576            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
12577 ____________________________________________________________________________
12578 [  6562] By: gsar                                  on 2000/08/10  08:38:39
12579         Log: warn is a macro, avoid using at a variable to avoid warnings
12580              in some configurations; readdir.t is too conservative in
12581              estimating number of *.t's
12582      Branch: perl
12583            ! t/op/readdir.t util.c
12584 ____________________________________________________________________________
12585 [  6561] By: jhi                                   on 2000/08/09  23:35:42
12586         Log: Update Changes.
12587      Branch: perl
12588            ! Changes
12589 ____________________________________________________________________________
12590 [  6560] By: jhi                                   on 2000/08/09  23:05:47
12591         Log: Subject: Re: enhanced(?) regex error messages
12592              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12593              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
12594              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
12595              
12596              (plus two small patches sent privately)
12597              (this still seems to leave few test failures)
12598      Branch: perl
12599            + t/op/regmesg.t
12600            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
12601            ! t/pragma/warn/regcomp
12602 ____________________________________________________________________________
12603 [  6559] By: jhi                                   on 2000/08/09  20:41:18
12604         Log: (The fix did work but was not right, retracted in #6573)
12605              
12606              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12607              From: Christian Kirsch <ck@held.mind.de>
12608              Date: Wed, 9 Aug 2000 17:05:17 +0200
12609              Message-Id: <20000809170517.A25389@held>
12610      Branch: perl
12611            ! sv.c t/pragma/locale.t
12612 ____________________________________________________________________________
12613 [  6558] By: jhi                                   on 2000/08/08  22:34:08
12614         Log: Tiny updates on the contributors list.
12615      Branch: perl
12616            ! Changes
12617 ____________________________________________________________________________
12618 [  6557] By: jhi                                   on 2000/08/08  19:34:28
12619         Log: Double check that we have a dirhandle.
12620      Branch: perl
12621            ! util.c
12622 ____________________________________________________________________________
12623 [  6556] By: jhi                                   on 2000/08/08  19:01:51
12624         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
12625              May be repopulated with fresh maintained examples.
12626      Branch: perl
12627            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
12628            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
12629            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
12630            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
12631            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
12632            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
12633            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
12634            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
12635            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
12636            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
12637            + lib/CGI/eg/wilogo_gif.uu
12638            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
12639            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
12640            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12641            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
12642            - eg/cgi/frameset.cgi eg/cgi/index.html
12643            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12644            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12645            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
12646            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
12647            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
12648            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12649            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12650            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12651            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12652            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12653            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12654            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12655            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12656            - eg/van/vanish eg/who eg/wrapsuid
12657            ! MANIFEST
12658 ____________________________________________________________________________
12659 [  6555] By: jhi                                   on 2000/08/08  18:51:08
12660         Log: Delete chat2 as requested by Randal.
12661              
12662              Subject: Re: perlfaq8 coyness
12663              From: merlyn@stonehenge.com (Randal L. Schwartz) 
12664              Date: 15 May 2000 18:52:42 -0700 
12665              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
12666      Branch: perl
12667            - lib/chat2.pl
12668            ! MANIFEST
12669 ____________________________________________________________________________
12670 [  6554] By: jhi                                   on 2000/08/08  18:31:35
12671         Log: Regen global.sym.
12672      Branch: perl
12673            ! global.sym
12674 ____________________________________________________________________________
12675 [  6553] By: jhi                                   on 2000/08/08  18:28:13
12676         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
12677              (either perlbug or p5p ate the original), plus regen
12678              perlapi and perltoc. 
12679      Branch: perl
12680            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
12681            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
12682            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12683            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
12684            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
12685            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
12686            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
12687            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
12688            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
12689            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
12690 ____________________________________________________________________________
12691 [  6552] By: jhi                                   on 2000/08/08  18:06:29
12692         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
12693              From: Mike Guy <mjtg@cam.ac.uk>
12694              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
12695              Date: Tue, 08 Aug 2000 15:51:27 +0100
12696      Branch: perl
12697            ! doop.c sv.h t/op/join.t t/pragma/overload.t
12698 ____________________________________________________________________________
12699 [  6551] By: jhi                                   on 2000/08/08  18:01:11
12700         Log: Re-apply #6549.
12701      Branch: perl
12702            ! lib/perl5db.pl
12703 ____________________________________________________________________________
12704 [  6550] By: jhi                                   on 2000/08/08  17:43:08
12705         Log: Accidental retraction of #6549.
12706      Branch: perl
12707            ! lib/perl5db.pl
12708 ____________________________________________________________________________
12709 [  6549] By: jhi                                   on 2000/08/08  17:40:04
12710         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12711              From: Mike Guy <mjtg@cam.ac.uk>
12712              Date: Mon, 07 Aug 2000 21:49:58 +0100
12713              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
12714      Branch: perl
12715            ! lib/perl5db.pl
12716 ____________________________________________________________________________
12717 [  6548] By: jhi                                   on 2000/08/08  17:37:57
12718         Log: Document here-doc better.
12719              
12720              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
12721              From: Mike Guy <mjtg@cam.ac.uk>
12722              Date: Mon, 07 Aug 2000 14:02:09 +0100
12723              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
12724      Branch: perl
12725            ! pod/perldata.pod
12726 ____________________________________________________________________________
12727 [  6547] By: jhi                                   on 2000/08/08  17:33:34
12728         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
12729              From: "Randy J. Ray" <rjray@redhat.com>
12730              Date: Mon, 07 Aug 2000 19:12:25 -0700
12731              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
12732      Branch: perl
12733            ! perl.c pod/perlrun.pod
12734 ____________________________________________________________________________
12735 [  6546] By: jhi                                   on 2000/08/08  17:29:26
12736         Log: Subject: Re: enhanced(?) regex error messages 
12737              From: Hugo <hv@crypt.compulink.co.uk>
12738              Date: Tue, 08 Aug 2000 03:25:51 +0100
12739              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
12740              
12741              plus Capitalize the error messages, plus perldiag them.
12742      Branch: perl
12743            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
12744 ____________________________________________________________________________
12745 [  6545] By: jhi                                   on 2000/08/08  13:59:28
12746         Log: Augment #6539 a bit: don't croak if there's magic in the air.
12747              
12748              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
12749              From: Hugo <hv@crypt.compulink.co.uk>
12750              Date: Tue, 08 Aug 2000 03:02:03 +0100
12751              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
12752      Branch: perl
12753            ! pp.c t/op/bless.t
12754 ____________________________________________________________________________
12755 [  6544] By: jhi                                   on 2000/08/07  21:11:52
12756         Log: Make the test -w clean.
12757      Branch: perl
12758            ! t/op/bless.t
12759 ____________________________________________________________________________
12760 [  6543] By: jhi                                   on 2000/08/07  19:49:53
12761         Log: use warnings instead of $^W.
12762      Branch: perl
12763            ! t/op/bless.t
12764 ____________________________________________________________________________
12765 [  6542] By: jhi                                   on 2000/08/07  17:41:41
12766         Log: Disable a portability warning Because We Know What We Are Doing.
12767      Branch: perl
12768            ! t/op/bless.t
12769 ____________________________________________________________________________
12770 [  6541] By: jhi                                   on 2000/08/07  17:29:51
12771         Log: Tiny tidying on report_evil_fh().
12772      Branch: perl
12773            ! util.c
12774 ____________________________________________________________________________
12775 [  6540] By: jhi                                   on 2000/08/07  16:37:38
12776         Log: Make regular expression parse error messages easier to understand.
12777              
12778              Subject: Re: enhanced(?) regex error messages
12779              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12780              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
12781              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
12782      Branch: perl
12783            ! regcomp.c
12784 ____________________________________________________________________________
12785 [  6539] By: jhi                                   on 2000/08/07  16:12:27
12786         Log: Make bless(REF, REF) a fatal error, add bless tests.
12787              
12788              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
12789              From: Hugo <hv@crypt.compulink.co.uk>
12790              Date: Mon, 07 Aug 2000 16:59:38 +0100
12791              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
12792      Branch: perl
12793            + t/op/bless.t
12794            ! MANIFEST pod/perldiag.pod pp.c sv.c
12795 ____________________________________________________________________________
12796 [  6538] By: jhi                                   on 2000/08/07  15:59:43
12797         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
12798              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
12799              Date: Thu, 3 Aug 2000 14:29:21 -0700
12800              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
12801      Branch: perl
12802            ! lib/lib_pm.PL
12803 ____________________________________________________________________________
12804 [  6537] By: jhi                                   on 2000/08/07  15:47:18
12805         Log: Retract #6419 for now since it breaks in AFS and MachTen.
12806      Branch: perl
12807            ! lib/Cwd.pm
12808 ____________________________________________________________________________
12809 [  6536] By: jhi                                   on 2000/08/07  15:05:29
12810         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
12811              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
12812              The security hole exists only in suidperls, which isn't
12813              installed or even built by default.
12814      Branch: perl
12815            ! perl.c
12816 ____________________________________________________________________________
12817 [  6535] By: jhi                                   on 2000/08/07  14:45:14
12818         Log: tr memory corruption fix from Simon Cozens.
12819      Branch: perl
12820            ! doop.c
12821 ____________________________________________________________________________
12822 [  6534] By: jhi                                   on 2000/08/06  11:38:16
12823         Log: Document a bit that UDP is not what you might think.
12824              
12825              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
12826              From: Lupe Christoph <lupe@lupe-christoph.de>
12827              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
12828              Date: Mon, 24 Jul 2000 08:59:15 +0200
12829      Branch: perl
12830            ! pod/perlipc.pod
12831 ____________________________________________________________________________
12832 [  6533] By: jhi                                   on 2000/08/06  11:35:01
12833         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
12834              From: Jeff Pinyan <jeffp@hut.crusoe.net>
12835              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
12836              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
12837      Branch: perl
12838            ! pod/perlfunc.pod
12839 ____________________________________________________________________________
12840 [  6532] By: jhi                                   on 2000/08/06  03:45:41
12841         Log: Have symbols for the IoTYPEs.
12842      Branch: perl
12843            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
12844 ____________________________________________________________________________
12845 [  6531] By: jhi                                   on 2000/08/06  01:33:55
12846         Log: Continue fixing the io warnings.  This also
12847              sort of fixes bug ID 20000802.003: the core dump
12848              is no more.  Whether the current behaviour is correct
12849              (giving a warning: "Not a format reference"), is another matter.
12850      Branch: perl
12851            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
12852            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
12853 ____________________________________________________________________________
12854 [  6530] By: jhi                                   on 2000/08/05  21:33:12
12855         Log: Change the Policy policy: now -Dprefix= with an existing
12856              Policy.sh and prefix == siteprefix == vendorprefix, then all
12857              of them follow along the new prefix.
12858              
12859              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
12860              From: Andy Dougherty <doughera@lafayette.edu>
12861              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
12862              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
12863      Branch: perl
12864            ! Policy_sh.SH
12865 ____________________________________________________________________________
12866 [  6529] By: jhi                                   on 2000/08/05  18:57:28
12867         Log: Zap lib/Sys directory when cleaning up.
12868      Branch: perl
12869            ! Makefile.SH
12870 ____________________________________________________________________________
12871 [  6528] By: jhi                                   on 2000/08/05  18:40:44
12872         Log: Essential prototype changes were missing from #6527.
12873              Also make report_evil_fh() more bomb-proof.
12874      Branch: perl
12875            ! embed.h util.c
12876 ____________________________________________________________________________
12877 [  6527] By: jhi                                   on 2000/08/05  03:22:05
12878         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
12879              From: "Ronald F. Guilmette" <rfg@monkeys.com>
12880              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
12881              Message-Id: <200007242247.PAA52177@monkeys.com>
12882      Branch: perl
12883            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
12884 ____________________________________________________________________________
12885 [  6526] By: jhi                                   on 2000/08/04  21:23:27
12886         Log: gcc versions might have (parentheses) in them.
12887      Branch: metaconfig/U/perl
12888            ! gccvers.U
12889      Branch: perl
12890            ! Configure config_h.SH
12891 ____________________________________________________________________________
12892 [  6525] By: jhi                                   on 2000/08/04  20:23:12
12893         Log: Weed buglets pointed out by
12894              
12895              From: Lupe Christoph <lupe@lupe-christoph.de>
12896              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
12897              Date: Fri, 4 Aug 2000 17:34:39 +0200
12898              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
12899      Branch: metaconfig/U/perl
12900            ! gccvers.U uselfs.U
12901      Branch: perl
12902            ! Configure config_h.SH
12903 ____________________________________________________________________________
12904 [  6524] By: jhi                                   on 2000/08/04  19:02:08
12905         Log: Warn under -w if lstat(FH) is attempted.
12906              
12907              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
12908              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
12909              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
12910              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
12911      Branch: perl
12912            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
12913            ! t/pragma/warn/pp_sys
12914 ____________________________________________________________________________
12915 [  6523] By: jhi                                   on 2000/08/04  12:31:11
12916         Log: Subject: New perlcc, take 2
12917              From: simon@brecon.co.uk (Simon Cozens)
12918              Date: 4 Aug 2000 06:21:04 GMT
12919              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
12920      Branch: perl
12921            ! utils/perlcc.PL
12922 ____________________________________________________________________________
12923 [  6522] By: jhi                                   on 2000/08/04  12:26:33
12924         Log: Subject: Re: Array vs. List context
12925              From: Daniel Chetlin <daniel@chetlin.com>
12926              Date: Fri, 4 Aug 2000 00:22:44 -0700
12927              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
12928      Branch: perl
12929            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
12930            ! pod/perlfaq4.pod
12931 ____________________________________________________________________________
12932 [  6521] By: jhi                                   on 2000/08/04  12:22:38
12933         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
12934              From: Raymund Will <ray@caldera.de>
12935              Date: Fri, 4 Aug 2000 12:07:09 +0200
12936              Message-Id: <20000804120709.A14982@caldera.de>
12937      Branch: perl
12938            ! configure.gnu
12939 ____________________________________________________________________________
12940 [  6520] By: jhi                                   on 2000/08/04  04:09:06
12941         Log: After the #6519 a warning about stat() is just that,
12942              not about a filetest, which now have their own warning.
12943      Branch: perl
12944            ! pod/perldiag.pod
12945 ____________________________________________________________________________
12946 [  6519] By: jhi                                   on 2000/08/04  04:06:30
12947         Log: In the warnings call filehandles consistently so;
12948              add "unopened" warning for stat().
12949      Branch: perl
12950            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
12951            ! t/pragma/warn/pp_sys
12952 ____________________________________________________________________________
12953 [  6518] By: jhi                                   on 2000/08/04  02:55:35
12954         Log: Subject: Minor tweak to perlvar.pod
12955              From: "Stephen P. Potter" <spp@ds.net>
12956              Date: Tue, 18 Apr 2000 09:26:03 -0400
12957              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
12958      Branch: perl
12959            ! pod/perlvar.pod
12960 ____________________________________________________________________________
12961 [  6517] By: jhi                                   on 2000/08/04  02:50:08
12962         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
12963              From: "Clinton Pierce" <cpierce1@ford.com>
12964              Date: Wed, 21 Jul 1999 16:45:31 -0400
12965              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
12966              
12967              Fix by Stephen Potter (visible in the bug db but not in p5p?)
12968      Branch: perl
12969            ! pod/perlfunc.pod pod/perlop.pod
12970 ____________________________________________________________________________
12971 [  6516] By: jhi                                   on 2000/08/04  02:09:25
12972         Log: This is 6512.  Really.
12973      Branch: perl
12974            ! dump.c
12975 ____________________________________________________________________________
12976 [  6515] By: jhi                                   on 2000/08/04  01:25:50
12977         Log: mention the idea of @( and @)
12978      Branch: perl
12979            ! Todo-5.6
12980 ____________________________________________________________________________
12981 [  6514] By: bailey                                on 2000/08/04  01:18:46
12982         Log: YA resync with mainstem, including VMS patches from others
12983      Branch: vmsperl
12984           +> (branch 48 files)
12985            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
12986           !> (integrate 354 files)
12987 ____________________________________________________________________________
12988 [  6513] By: jhi                                   on 2000/08/04  01:18:18
12989         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
12990              From: Mark Dickinson <dickins3@fas.harvard.edu>
12991              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
12992              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
12993      Branch: perl
12994            ! t/op/grent.t t/op/pwent.t
12995 ____________________________________________________________________________
12996 [  6512] By: jhi                                   on 2000/08/04  01:14:06
12997         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
12998              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12999              Date: Wed, 02 Aug 2000 10:51:01 +0100
13000              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
13001      Branch: perl
13002            ! sv.c
13003 ____________________________________________________________________________
13004 [  6511] By: jhi                                   on 2000/08/04  00:57:00
13005         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
13006              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13007              Date: Thu, 03 Aug 2000 17:20:04 -0700
13008              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
13009      Branch: metaconfig
13010            ! U/modified/Cppsym.U
13011      Branch: perl
13012            ! Configure config_h.SH
13013 ____________________________________________________________________________
13014 [  6510] By: jhi                                   on 2000/08/04  00:25:28
13015         Log: detypo
13016      Branch: perl
13017            ! Makefile.SH
13018 ____________________________________________________________________________
13019 [  6509] By: jhi                                   on 2000/08/03  23:43:18
13020         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
13021              From: Dominic Dunlop <domo@computer.org>
13022              Date: Thu, 3 Aug 2000 22:16:46 +0200
13023              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
13024      Branch: perl
13025            ! t/op/sprintf.t
13026 ____________________________________________________________________________
13027 [  6508] By: jhi                                   on 2000/08/03  23:40:37
13028         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
13029              From: Hugo <hv@crypt.compulink.co.uk>
13030              Date: Thu, 03 Aug 2000 18:25:30 +0100
13031              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
13032      Branch: perl
13033            ! regcomp.c t/op/re_tests
13034 ____________________________________________________________________________
13035 [  6507] By: jhi                                   on 2000/08/03  23:38:28
13036         Log: Subject: [PATCH] sv.h documentation - SvLEN
13037              From: Mike Guy <mjtg@cam.ac.uk>
13038              Date: Thu, 03 Aug 2000 14:43:09 +0100
13039              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
13040      Branch: perl
13041            ! sv.h
13042 ____________________________________________________________________________
13043 [  6506] By: jhi                                   on 2000/08/03  15:49:14
13044         Log: Disable the fix_pl hack for now.
13045      Branch: perl
13046            ! Makefile.SH
13047 ____________________________________________________________________________
13048 [  6505] By: jhi                                   on 2000/08/03  13:49:04
13049         Log: Add a URL for FSF.
13050              
13051              Subject: Patch for README
13052              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13053              Date: Wed, 2 Aug 2000 13:25:09 -0500
13054              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
13055      Branch: perl
13056            ! README
13057 ____________________________________________________________________________
13058 [  6504] By: jhi                                   on 2000/08/03  13:29:19
13059         Log: Be more informative on what is skipped and why,
13060              also repeat the list at the end.
13061      Branch: perl
13062            ! Porting/p4desc
13063 ____________________________________________________________________________
13064 [  6503] By: jhi                                   on 2000/08/03  13:07:05
13065         Log: Circumvent the removal of .patch by fix_pl.
13066              
13067              Subject: Re: [ID 20000802.011] unable to 'make test'          
13068              From: simon@brecon.co.uk (Simon Cozens) 
13069              Date: 3 Aug 2000 04:17:00 GMT
13070              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
13071      Branch: perl
13072            ! Makefile.SH
13073 ____________________________________________________________________________
13074 [  6502] By: jhi                                   on 2000/08/03  00:14:34
13075         Log: Add the missing setproctitle unit.
13076      Branch: metaconfig/U/perl
13077            + d_setproctitle.U
13078 ____________________________________________________________________________
13079 [  6501] By: jhi                                   on 2000/08/03  00:00:26
13080         Log: The subtest 4 may fail also on VOBS, as pointed out
13081              by Nick Ing-Simmons in November 1999, bug id 19991124.003
13082              (but the failure in that bug report isn't the subtest 4).
13083      Branch: perl
13084            ! t/op/stat.t
13085 ____________________________________________________________________________
13086 [  6500] By: jhi                                   on 2000/08/02  23:49:30
13087         Log: Better skip message for the test; one of the two problems in
13088              
13089              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
13090              From: Lupe Christoph <lupe@lupe-christoph.de>
13091              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
13092              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
13093      Branch: perl
13094            ! t/op/numconvert.t
13095 ____________________________________________________________________________
13096 [  6499] By: jhi                                   on 2000/08/02  22:49:16
13097         Log: Allow "no Module;" even if there is no 'unimport'.
13098              
13099              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
13100              From: mjd@plover.com
13101              Date: 24 Mar 2000 15:24:34 -0000
13102              Message-Id: <20000324152434.15160.qmail@plover.com>
13103      Branch: perl
13104            ! gv.c
13105 ____________________________________________________________________________
13106 [  6498] By: jhi                                   on 2000/08/02  22:42:58
13107         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
13108              that are hopefully soon put into use.
13109      Branch: perl
13110            ! opcode.h opcode.pl opnames.h
13111 ____________________________________________________________________________
13112 [  6497] By: gsar                                  on 2000/08/02  22:28:59
13113         Log: require.t needs binmode() to work on windows
13114      Branch: perl
13115            ! t/comp/require.t
13116 ____________________________________________________________________________
13117 [  6496] By: jhi                                   on 2000/08/02  22:08:51
13118         Log: Document the IVdf UVuf UVof UVxf.
13119      Branch: perl
13120            ! pod/perlguts.pod
13121 ____________________________________________________________________________
13122 [  6495] By: jhi                                   on 2000/08/02  21:54:26
13123         Log: detypo #6494
13124      Branch: perl
13125            ! ext/Data/Dumper/Dumper.xs
13126 ____________________________________________________________________________
13127 [  6494] By: jhi                                   on 2000/08/02  21:49:17
13128         Log: Dump UVs as UVs in Data::Dumper.
13129              
13130              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
13131              From: Gurusamy Sarathy <gsar@ActiveState.com>
13132              Date: Thu, 27 Apr 2000 12:26:25 -0700
13133              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
13134      Branch: perl
13135            ! ext/Data/Dumper/Dumper.xs
13136 ____________________________________________________________________________
13137 [  6493] By: jhi                                   on 2000/08/02  17:01:58
13138         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
13139              From: Hugo <hv@crypt.compulink.co.uk>
13140              Date: Wed, 02 Aug 2000 14:53:56 +0100
13141              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
13142      Branch: perl
13143            ! regexec.c t/op/re_tests
13144 ____________________________________________________________________________
13145 [  6492] By: jhi                                   on 2000/08/02  15:02:46
13146         Log: The new setproctitle() feature is available only in 
13147              bleeding edge FreeBSD.  From Paul Saab.
13148      Branch: perl
13149            ! mg.c
13150 ____________________________________________________________________________
13151 [  6491] By: jhi                                   on 2000/08/02  13:34:36
13152         Log: The tr utf8 patching continues.
13153              
13154              Subject: Re: #6469, too many tests claimed in require.t
13155              From: simon@brecon.co.uk (Simon Cozens)
13156              Date: 2 Aug 2000 02:37:17 GMT
13157              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
13158              
13159              (the logic of the test was the wrong way round in the patch)
13160      Branch: perl
13161            ! doop.c
13162 ____________________________________________________________________________
13163 [  6490] By: jhi                                   on 2000/08/02  13:27:38
13164         Log: The name of a filehandle does not have <these>.
13165      Branch: perl
13166            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
13167            ! t/pragma/warn/pp_sys util.c
13168 ____________________________________________________________________________
13169 [  6489] By: jhi                                   on 2000/08/02  04:26:46
13170         Log: Remove the extraneous "main::" prefix from all the
13171              "opened only for", "on closed", and "never opened" warnings.
13172              
13173              Subject: Re: inappropriate warning
13174              From: Gurusamy Sarathy <gsar@ActiveState.com>
13175              Date: Mon, 20 Mar 2000 11:28:02 -0800
13176              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
13177      Branch: perl
13178            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
13179            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
13180            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13181 ____________________________________________________________________________
13182 [  6488] By: jhi                                   on 2000/08/02  03:02:57
13183         Log: memcpy has n o in it, as pinted ut by Sarathy.
13184      Branch: perl
13185            ! pod/perlguts.pod
13186 ____________________________________________________________________________
13187 [  6487] By: jhi                                   on 2000/08/02  02:44:51
13188         Log: Document in one place the memory abstractions used in Perl core.
13189              
13190              Subject: Re: Memory abstraction
13191              From: simon@brecon.co.uk (Simon Cozens)
13192              Date: 2 Aug 2000 02:20:23 GMT
13193              Organization: Earth.li Origins
13194      Branch: perl
13195            ! pod/perlguts.pod
13196 ____________________________________________________________________________
13197 [  6486] By: jhi                                   on 2000/08/02  02:41:57
13198         Log: regen_headers, regen perltoc.
13199      Branch: perl
13200            ! perlapi.c pod/perltoc.pod
13201 ____________________________________________________________________________
13202 [  6485] By: jhi                                   on 2000/08/02  01:43:33
13203         Log: "This little thing tests for a file .patch, and if it contains
13204              a number, pops into patchlevel.h" (making it easier to track
13205              which development version people are reporting bugs against)
13206              
13207              Subject: Patchlevel autogeneration for repository perls
13208              From: simon@brecon.co.uk (Simon Cozens)
13209              Date: 14 Jul 2000 07:12:15 GMT
13210              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
13211      Branch: perl
13212            + fix_pl
13213            ! MANIFEST Makefile.SH
13214 ____________________________________________________________________________
13215 [  6484] By: jhi                                   on 2000/08/02  01:32:54
13216         Log: FreeBSD 3.* updates from
13217              
13218              From: Paul Saab <ps@yahoo-inc.com>
13219              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13220              Date: Tue, 1 Aug 2000 15:41:39 -0700
13221              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13222      Branch: perl
13223            ! hints/freebsd.sh
13224 ____________________________________________________________________________
13225 [  6483] By: jhi                                   on 2000/08/02  01:27:44
13226         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
13227              instead one must use setproctitle().  This was already addressed
13228              by change #6457, but the below has a new variant for FreeBSD 4.0
13229              or later, and the matter is also documented more.
13230              
13231              From: Paul Saab <ps@yahoo-inc.com>
13232              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13233              Date: Tue, 1 Aug 2000 15:41:39 -0700
13234              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13235      Branch: metaconfig/U/perl
13236            + i_libutil.U
13237      Branch: perl
13238            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
13239 ____________________________________________________________________________
13240 [  6482] By: jhi                                   on 2000/08/01  22:17:32
13241         Log: The test from this
13242              
13243              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
13244              Date: Sat, 15 Apr 2000 17:03:44 +0100
13245              From: Tom Hughes <tom@compton.nu>
13246              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
13247              
13248              was missing, the code change went in as #5989
13249              (which had a different test?)
13250      Branch: perl
13251            ! t/op/misc.t
13252 ____________________________________________________________________________
13253 [  6481] By: jhi                                   on 2000/08/01  21:48:38
13254         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
13255              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13256              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
13257              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
13258      Branch: perl
13259            ! perl.h
13260 ____________________________________________________________________________
13261 [  6480] By: jhi                                   on 2000/08/01  18:05:28
13262         Log: Make p4desc to skip non-mainperl branches by default.
13263      Branch: perl
13264            ! Porting/p4desc
13265 ____________________________________________________________________________
13266 [  6479] By: jhi                                   on 2000/08/01  17:29:19
13267         Log: If gccosandvers is equal to osname, clear gccosandvers.
13268      Branch: metaconfig/U/perl
13269            ! gccvers.U
13270      Branch: perl
13271            ! Configure config_h.SH
13272 ____________________________________________________________________________
13273 [  6478] By: jhi                                   on 2000/08/01  15:54:08
13274         Log: BOM patching from Simon Cozens.
13275      Branch: perl
13276            ! toke.c
13277 ____________________________________________________________________________
13278 [  6477] By: jhi                                   on 2000/08/01  04:50:33
13279         Log: Stash away the largefiles flags and libswanted.
13280      Branch: perl
13281            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
13282 ____________________________________________________________________________
13283 [  6476] By: gsar                                  on 2000/08/01  04:24:24
13284         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
13285              on Windows)
13286      Branch: perl
13287            ! t/pragma/utf8.t utf8.c win32/win32.c
13288 ____________________________________________________________________________
13289 [  6475] By: jhi                                   on 2000/08/01  03:35:24
13290         Log: Make chr() for values >127 to create utf8 when under utf8.
13291              
13292              Subject: Re: uft8/chr()
13293              From: simon@brecon.co.uk (Simon Cozens)
13294              Date: 1 Aug 2000 02:37:02 GMT
13295              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
13296      Branch: perl
13297            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
13298 ____________________________________________________________________________
13299 [  6474] By: jhi                                   on 2000/08/01  02:36:18
13300         Log: In Digital UNIX warn if gcc explicitly chosen because even
13301              2.95.2 is known to cause problems.
13302      Branch: perl
13303            ! hints/dec_osf.sh
13304 ____________________________________________________________________________
13305 [  6473] By: jhi                                   on 2000/08/01  02:00:56
13306         Log: Make the safety catch for buggy gccs work with triple version
13307              numbers like 2.95.2.  Reported in
13308              
13309              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
13310              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
13311              Date: Mon, 31 Jul 2000 14:55:06 +0200
13312              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
13313      Branch: perl
13314            ! hints/dec_osf.sh
13315 ____________________________________________________________________________
13316 [  6472] By: jhi                                   on 2000/08/01  01:13:33
13317         Log: Subject: fix and question re: waitpid() under win32
13318              From: Brian Clarke <clarke@appliedmeta.com>
13319              Date: Fri, 28 Jul 2000 15:18:29 -0400
13320              Message-ID: <3981DC85.290314EB@appliedmeta.com>
13321              
13322              Slightly reformatted and WNOHANG # define moved to win32.h
13323              so that also POSIX.xs sees it, as suggsted by Sarathy.
13324      Branch: perl
13325            ! win32/win32.c win32/win32.h
13326 ____________________________________________________________________________
13327 [  6471] By: jhi                                   on 2000/08/01  00:55:05
13328         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
13329              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13330              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
13331              Date: Mon, 31 Jul 2000 13:28:51 +0100
13332              
13333              (aka ID 20000730.002)
13334      Branch: perl
13335            ! op.c t/op/tr.t
13336 ____________________________________________________________________________
13337 [  6470] By: jhi                                   on 2000/07/31  23:34:42
13338         Log: Document the problem with -P in HP-UX and its workaround.
13339              
13340              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
13341              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
13342              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
13343              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
13344      Branch: perl
13345            ! README.hpux
13346 ____________________________________________________________________________
13347 [  6469] By: jhi                                   on 2000/07/31  04:15:02
13348         Log: The swallow_bom() saga continues.  The #23 of require.t
13349              (UTF16-LE) still fails (silently, no output) but the #22
13350              (UTF16-BE) seems to be working now.  The root of the
13351              failure may be in sv_gets(): is it UTF-16LE-aware,
13352              especially when it comes to line endings? 
13353      Branch: perl
13354            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
13355            ! t/comp/require.t toke.c utf8.c
13356 ____________________________________________________________________________
13357 [  6468] By: jhi                                   on 2000/07/30  19:05:48
13358         Log: Find green threads before native threads.
13359              
13360              Subject: Re: Patch to jpl/JNI/Makefile.PL
13361              From: Jens Thomsen <jens@fiend.cis.com>
13362              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
13363              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
13364      Branch: perl
13365            ! jpl/JNI/Makefile.PL
13366 ____________________________________________________________________________
13367 [  6467] By: jhi                                   on 2000/07/30  18:36:22
13368         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
13369      Branch: perl
13370            ! doop.c
13371 ____________________________________________________________________________
13372 [  6466] By: jhi                                   on 2000/07/30  04:37:29
13373         Log: A new version of the "remove UPPERACSE string comparison"
13374              operators.  The problem with the previous one (change #6454)
13375              was that it was for Perl 5.6.0.  From Paul Marquess.
13376      Branch: perl
13377            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
13378            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
13379            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13380 ____________________________________________________________________________
13381 [  6465] By: jhi                                   on 2000/07/29  22:39:56
13382         Log: Do not upgrade SVs into utf8 just because they participate
13383              in eq or cmp.  Reported and fix suggested in
13384              
13385              Subject: [ID 20000720.009] sv_eq UTF8 bug
13386              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13387              Date: 21 Jul 2000 04:37:29 -0000
13388              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
13389              
13390              Exercise for the kind reader: should we or should we not
13391              cache the utf8 conversion alonside the SV? (as magic,
13392              as thestrxfrm()ed version is cached under use locale)
13393              Argue both for and against.
13394      Branch: perl
13395            ! sv.c
13396 ____________________________________________________________________________
13397 [  6464] By: jhi                                   on 2000/07/29  22:36:22
13398         Log: Subject: UTF8 concat
13399              From: simon@brecon.co.uk (Simon Cozens) 
13400              Date: 30 Jun 2000 06:13:25 GMT
13401              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
13402              
13403              (with a memory leak fixed, plus a few casts added)
13404              
13405              This also seems to help for
13406              
13407              Subject: [ID 20000716.015] join UTF8 weirdness
13408              From: root <root@ak-71.mind.de> 
13409              Date: Sat, 15 Jul 2000 15:29:54 +0200
13410              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
13411              
13412              (from Andreas König)
13413      Branch: perl
13414            ! pp_hot.c
13415 ____________________________________________________________________________
13416 [  6463] By: jhi                                   on 2000/07/29  00:55:39
13417         Log: Tune the comments and hopefully stop a memory leak.
13418      Branch: perl
13419            ! toke.c utf8.c
13420 ____________________________________________________________________________
13421 [  6462] By: jhi                                   on 2000/07/29  00:16:53
13422         Log: The problem described in this
13423              
13424              Subject: [ID 20000322.018] named chars aren't magical enough
13425              From: root <root@dixie.cscaper.com>     
13426              Date: Wed, 22 Mar 2000 18:37:42 -0700
13427              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
13428              
13429              has been fixed in perl 5.6.0 but just in case added a test
13430              to keep it away.  (The report from Joseph Hall.)
13431      Branch: perl
13432            ! t/lib/charnames.t
13433 ____________________________________________________________________________
13434 [  6461] By: jhi                                   on 2000/07/28  23:56:36
13435         Log: Tiny fixes for #6460.
13436      Branch: metaconfig/U/perl
13437            ! gccvers.U
13438      Branch: perl
13439            ! Configure config_h.SH
13440 ____________________________________________________________________________
13441 [  6460] By: jhi                                   on 2000/07/28  23:24:41
13442         Log: Warn if the version of the operating system used to compile gcc
13443              differs from the current version of the operating system.
13444              Also display the gcc compilation os and version in myconfig.
13445              Inspiration from
13446              
13447              Subject: Re: [ID 20000710.003] ERRORS!!         
13448              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13449              Date: Mon, 10 Jul 2000 15:54:16 -0400
13450              Message-ID: <20000710155416.A1384@O2.chapin.edu>
13451      Branch: metaconfig/U/perl
13452            ! gccvers.U
13453      Branch: perl
13454            ! Configure config_h.SH myconfig.SH
13455 ____________________________________________________________________________
13456 [  6459] By: jhi                                   on 2000/07/28  22:00:32
13457         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
13458              letter to $Config{osvers}.
13459      Branch: metaconfig
13460            ! U/modified/Oldconfig.U
13461      Branch: perl
13462            ! Configure config_h.SH
13463 ____________________________________________________________________________
13464 [  6458] By: jhi                                   on 2000/07/28  04:15:39
13465         Log: Back out #6454, doesn't seem to work.
13466              (Reason: that patch was for perl 5.6.0, not perl-current)
13467              (A version of the patch for perl-current came in later as #6466)
13468      Branch: perl
13469            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13470            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13471            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13472 ____________________________________________________________________________
13473 [  6457] By: jhi                                   on 2000/07/27  23:31:49
13474         Log: Use setproctitle() if available to modify $0.
13475              
13476              Subject: setting $* on BSD4 broken
13477              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13478              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
13479              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
13480      Branch: metaconfig
13481            ! U/modified/Myinit.U
13482      Branch: perl
13483            ! Configure config_h.SH mg.c
13484 ____________________________________________________________________________
13485 [  6456] By: jhi                                   on 2000/07/27  14:50:47
13486         Log: Allow "no AutoLoader;", based on change #6444,
13487              suggested by Graham Barr.
13488      Branch: perl
13489            ! lib/AutoLoader.pm
13490 ____________________________________________________________________________
13491 [  6455] By: jhi                                   on 2000/07/27  14:19:10
13492         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
13493              From: rspier@pobox.com (Robert Spier)
13494              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
13495              Message-ID: <14720.15855.787664.424783@rls.cx>
13496      Branch: perl
13497            ! pod/perldiag.pod
13498 ____________________________________________________________________________
13499 [  6454] By: jhi                                   on 2000/07/27  14:03:02
13500         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
13501              for a long time).
13502              
13503              Reported in
13504              
13505              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
13506              From: Ryan Herbert <rherbert@sycamorehq.com>
13507              Date: Mon, 17 Jul 2000 11:40:42 -0400
13508              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
13509              
13510              Patched in
13511              
13512              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
13513              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13514              Date: Wed, 26 Jul 2000 23:40:18 +0100
13515              Message-ID: <000001bff752$79511880$0a17073e@tiny>
13516              
13517              based on an earlier patch from Stephen P. Potter.
13518              
13519              (Removed later by change #6458 because this patch was for
13520              perl 5.6.0, not perl-current)
13521      Branch: perl
13522            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13523            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13524            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13525 ____________________________________________________________________________
13526 [  6453] By: jhi                                   on 2000/07/27  13:48:02
13527         Log: Subject: [PATCH] fixes bug 20000508.004
13528              From: Michael Stevens <mstevens@globnix.org>
13529              Date: Thu, 27 Jul 2000 13:49:04 +0100
13530              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
13531      Branch: perl
13532            ! pod/perldata.pod
13533 ____________________________________________________________________________
13534 [  6452] By: jhi                                   on 2000/07/26  23:51:26
13535         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
13536              and Craig A. Berry.
13537      Branch: perl
13538            ! lib/File/Temp.pm pod/perlport.pod
13539 ____________________________________________________________________________
13540 [  6451] By: jhi                                   on 2000/07/26  19:43:30
13541         Log: Be wary of close()s, too.
13542              
13543              Subject: Re: [PATCH] perlbug cleanup
13544              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13545              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
13546              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
13547      Branch: perl
13548            ! utils/perlbug.PL
13549 ____________________________________________________________________________
13550 [  6450] By: jhi                                   on 2000/07/26  18:41:40
13551         Log: Subject: Minor doc patch: handy.h
13552              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
13553              Date: Wed, 26 Jul 2000 15:34:25 -0300
13554              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
13555      Branch: perl
13556            ! handy.h pod/perlapi.pod
13557 ____________________________________________________________________________
13558 [  6449] By: jhi                                   on 2000/07/26  18:23:55
13559         Log: Subject: [PATCH] minor doc change - perlguts
13560              From: Michael Stevens <mstevens@globnix.org>
13561              Date: Thu, 13 Jul 2000 12:39:18 +0100
13562              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
13563      Branch: perl
13564            ! pod/perlguts.pod
13565 ____________________________________________________________________________
13566 [  6448] By: jhi                                   on 2000/07/26  18:20:30
13567         Log: open() wariness in perlbug.
13568              
13569              Subject: [PATCH] perlbug cleanup
13570              From: Michael Stevens <mstevens@globnix.org>
13571              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
13572              Date: Thu, 13 Jul 2000 15:52:23 +0100
13573      Branch: perl
13574            ! utils/perlbug.PL
13575 ____________________________________________________________________________
13576 [  6447] By: jhi                                   on 2000/07/26  18:13:04
13577         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
13578      Branch: perl
13579            ! lib/File/Temp.pm t/lib/ftmp-security.t
13580 ____________________________________________________________________________
13581 [  6446] By: jhi                                   on 2000/07/26  18:06:32
13582         Log: docfix from Peter Scott <Peter@PSDT.com>.
13583      Branch: perl
13584            ! pod/perlfunc.pod
13585 ____________________________________________________________________________
13586 [  6445] By: jhi                                   on 2000/07/26  17:53:31
13587         Log: Fix *foo{FORMAT}.
13588              
13589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13590              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13591              Date: Wed, 26 Jul 2000 19:51:02 +0200
13592              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
13593              
13594              From: Graham Barr <gbarr@pobox.com>
13595              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13596              Date: Wed, 26 Jul 2000 17:38:36 +0100
13597              Message-ID: <20000726173836.L472@pobox.com>
13598      Branch: perl
13599            ! pp.c sv.c t/op/gv.t
13600 ____________________________________________________________________________
13601 [  6444] By: jhi                                   on 2000/07/26  17:49:14
13602         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
13603              from Graham Barr in the module list.
13604      Branch: perl
13605            ! gv.c pod/perlobj.pod
13606 ____________________________________________________________________________
13607 [  6443] By: jhi                                   on 2000/07/26  16:06:56
13608         Log: More split() doc and test patches from Mike Guy.
13609      Branch: perl
13610            ! pod/perlfunc.pod t/op/split.t
13611 ____________________________________________________________________________
13612 [  6442] By: jhi                                   on 2000/07/26  16:05:30
13613         Log: MacOS nits from Matthias Neeracher.
13614      Branch: perl
13615            ! perl.c pp_ctl.c
13616 ____________________________________________________________________________
13617 [  6441] By: jhi                                   on 2000/07/26  04:39:57
13618         Log: Subject: [PATCH] split /^/
13619              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13620              Date: Tue, 25 Jul 2000 14:18:57 +0100
13621              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
13622              
13623              (with notes from tchrist and gbarr)
13624      Branch: perl
13625            ! pod/perlfunc.pod t/op/split.t
13626 ____________________________________________________________________________
13627 [  6440] By: jhi                                   on 2000/07/26  04:32:32
13628         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
13629              From: Peter Prymmer <pvhp@forte.com>
13630              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
13631              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
13632      Branch: perl
13633            ! vms/munchconfig.c
13634 ____________________________________________________________________________
13635 [  6439] By: jhi                                   on 2000/07/26  04:31:01
13636         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
13637              to be fatal errors (instead of by default ignoring them, and
13638              ignoring with a bug: even though -w gave an error, the opening [
13639              was left in)  Reported in:
13640              
13641              Subject: [ID 20000716.024] [=cc=] / [:blank:]
13642              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
13643              Date: Sun, 16 Jul 2000 17:55:29 -0700
13644              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
13645      Branch: perl
13646            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
13647 ____________________________________________________________________________
13648 [  6438] By: jhi                                   on 2000/07/25  15:41:15
13649         Log: Subject: [PATCH] av.c apidoc
13650              From: simon@brecon.co.uk (Simon Cozens)
13651              Date: 24 Jul 2000 06:40:52 GMT
13652              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
13653      Branch: perl
13654            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
13655            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
13656 ____________________________________________________________________________
13657 [  6437] By: jhi                                   on 2000/07/25  14:05:36
13658         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
13659              From: "Stephen P. Potter" <spp@ds.net>
13660              Date: Mon, 24 Jul 2000 14:22:23 -0400
13661              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
13662      Branch: perl
13663            ! pod/perllocale.pod
13664 ____________________________________________________________________________
13665 [  6436] By: jhi                                   on 2000/07/25  14:02:03
13666         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
13667              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13668              Date: Mon, 24 Jul 2000 18:04:28 +0100
13669              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
13670      Branch: perl
13671            ! t/lib/syslfs.t t/op/lfs.t
13672 ____________________________________________________________________________
13673 [  6435] By: jhi                                   on 2000/07/25  13:59:28
13674         Log: Get UTF16 BOMs working.  Patch from
13675              
13676              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13677              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13678              Date: Tue, 25 Jul 2000 12:52:45 +0100
13679              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
13680              
13681              and notes from
13682              
13683              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13684              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13685              Date: Tue, 25 Jul 2000 11:43:25 +0100
13686              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
13687      Branch: perl
13688            ! t/comp/require.t toke.c utf8.c
13689 ____________________________________________________________________________
13690 [  6434] By: jhi                                   on 2000/07/25  02:39:54
13691         Log: Make the "uninit variable" warning to say "concat or string"
13692              or "join or string" when in concat or join .
13693              
13694              Subject: Re: [ID 20000403.009] uninitialised concatenation???
13695              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13696              Date: Tue, 04 Apr 2000 18:22:58 +0100
13697              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
13698              
13699              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
13700              From: William R Ward <hermit@BayView.COM>
13701              Date: Thu, 30 Mar 2000 19:50:03 -0800
13702              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
13703      Branch: perl
13704            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
13705            ! t/pragma/warn/op t/pragma/warn/sv
13706 ____________________________________________________________________________
13707 [  6433] By: jhi                                   on 2000/07/24  17:52:56
13708         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
13709      Branch: perl
13710            ! lib/File/Spec/VMS.pm
13711 ____________________________________________________________________________
13712 [  6432] By: jhi                                   on 2000/07/24  17:44:44
13713         Log: Test cases for #6431.
13714              
13715              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13716              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13717              Date: Mon, 24 Jul 2000 15:32:29 +0100
13718              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
13719      Branch: perl
13720            ! t/op/pat.t t/op/split.t
13721 ____________________________________________________________________________
13722 [  6431] By: jhi                                   on 2000/07/24  17:43:17
13723         Log: Bind op fix.
13724              
13725              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13726              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13727              Date: Mon, 17 Jul 2000 20:04:56 +0100
13728              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
13729      Branch: perl
13730            ! op.c
13731 ____________________________________________________________________________
13732 [  6430] By: jhi                                   on 2000/07/24  03:42:42
13733         Log: Subject: [ID 20000716.023] syslog test fails without sockets
13734              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13735              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
13736              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
13737      Branch: metaconfig/U/perl
13738            ! Extensions.U
13739      Branch: perl
13740            ! Configure config_h.SH
13741 ____________________________________________________________________________
13742 [  6429] By: jhi                                   on 2000/07/24  03:11:52
13743         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
13744              case, but add also notes explaining the relationship of this
13745              patch and the earlier notes by Sarathy.
13746              
13747              Subject: Map is still slow
13748              From: "Ben Tilly" <ben_tilly@hotmail.com>
13749              Date: Sat, 15 Jul 2000 17:23:27 EDT
13750              Message-ID: <20000715212327.21656.qmail@hotmail.com>
13751      Branch: perl
13752            ! pp_ctl.c
13753 ____________________________________________________________________________
13754 [  6428] By: jhi                                   on 2000/07/24  02:58:52
13755         Log: Documentation to explain the behaviour of map().
13756              
13757              Subject: Re: Map is still slow 
13758              From: Gurusamy Sarathy <gsar@ActiveState.com>
13759              Date: Sat, 15 Jul 2000 16:05:09 -0700
13760              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
13761      Branch: perl
13762            ! pp_ctl.c
13763 ____________________________________________________________________________
13764 [  6427] By: jhi                                   on 2000/07/24  02:50:03
13765         Log: Add tests for
13766              [ID 19991110.003] another matching finding by pcre author
13767              which has already been fixed by some patch, as verified in
13768              
13769              Subject: Re: two regex bugs from the mists of time (well, last November)
13770              From: Hugo <hv@crypt.compulink.co.uk>
13771              Date: Sat, 22 Jul 2000 18:12:58 +0100
13772              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
13773      Branch: perl
13774            ! t/op/re_tests
13775 ____________________________________________________________________________
13776 [  6426] By: jhi                                   on 2000/07/24  02:11:20
13777         Log: A missing 'break' after the [[:space:]] switch case.
13778              
13779              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
13780              From: "Stephen P. Potter" <spp@ds.net>
13781              Date: Tue, 18 Jul 2000 16:25:17 -0400
13782              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
13783      Branch: perl
13784            ! regcomp.c
13785 ____________________________________________________________________________
13786 [  6425] By: jhi                                   on 2000/07/24  02:06:12
13787         Log: The output might have been produced in the wrong order.
13788              
13789              Subject: [ID 20000720.003] [PATCH] t/op/write.t
13790              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13791              Date: Thu, 20 Jul 2000 18:49:18 +0100
13792              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
13793      Branch: perl
13794            ! t/op/write.t
13795 ____________________________________________________________________________
13796 [  6424] By: jhi                                   on 2000/07/24  02:00:07
13797         Log: Use STDOUT consistently.
13798              
13799              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
13800              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13801              Date: Thu, 20 Jul 2000 18:04:01 +0100
13802              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
13803      Branch: perl
13804            ! lib/Test/Harness.pm
13805 ____________________________________________________________________________
13806 [  6423] By: jhi                                   on 2000/07/24  01:54:54
13807         Log: Protect against "wild next"s, that is, callbacks doing "next"
13808              instead of "return".
13809              
13810              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
13811              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13812              Date: Tue, 18 Jul 2000 11:30:16 +0100
13813              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
13814      Branch: perl
13815            ! lib/File/Find.pm
13816 ____________________________________________________________________________
13817 [  6422] By: jhi                                   on 2000/07/24  01:35:47
13818         Log: Out-of-date note removed.
13819              
13820              Subject: [PATCH] documentation perlipc
13821              From: rspier@pobox.com (Robert Spier)
13822              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
13823              Message-ID: <14711.35178.572612.502654@rls.cx>
13824      Branch: perl
13825            ! pod/perlipc.pod
13826 ____________________________________________________________________________
13827 [  6421] By: jhi                                   on 2000/07/24  00:09:18
13828         Log: Send all installperl messages to STDERR and be -w clean.
13829              
13830              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
13831              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13832              Date: Sat, 22 Jul 2000 14:02:11 +0100
13833              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
13834      Branch: perl
13835            ! installperl
13836 ____________________________________________________________________________
13837 [  6420] By: jhi                                   on 2000/07/24  00:04:19
13838         Log: Decutandpasto.
13839              
13840              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
13841              From: "Richard Soderberg" <rs@crystalflame.net>
13842              Date: Sun, 23 Jul 2000 01:37:23 -0700
13843              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
13844      Branch: perl
13845            ! pod/perlipc.pod
13846 ____________________________________________________________________________
13847 [  6419] By: jhi                                   on 2000/07/24  00:01:12
13848         Log: A cleaner abs_path().
13849              Subject: Re: unix alternative to Cwd.pm
13850              From: Jeff Pinyan <jeffp@crusoe.net>
13851              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
13852              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
13853      Branch: perl
13854            ! lib/Cwd.pm
13855 ____________________________________________________________________________
13856 [  6418] By: jhi                                   on 2000/07/23  23:48:56
13857         Log: Detypo.
13858              
13859              Subject: [PATCH perl-current] Typo in hints/powerux.sh
13860              From: "Richard Soderberg" <rs@crystalflame.net>
13861              Date: Sun, 23 Jul 2000 01:27:33 -0700
13862              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
13863      Branch: perl
13864            ! hints/powerux.sh
13865 ____________________________________________________________________________
13866 [  6417] By: jhi                                   on 2000/07/17  22:13:31
13867         Log: Subject: SDBM_File documentation
13868              From: mjd@plover.com
13869              Date: 16 Jul 2000 17:41:17 -0000
13870              Message-ID: <20000716174117.18515.qmail@plover.com>
13871      Branch: perl
13872            ! ext/SDBM_File/SDBM_File.pm
13873 ____________________________________________________________________________
13874 [  6416] By: jhi                                   on 2000/07/17  19:13:26
13875         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
13876      Branch: perl
13877            ! hints/mpeix.sh mpeix/relink
13878 ____________________________________________________________________________
13879 [  6415] By: jhi                                   on 2000/07/15  14:11:02
13880         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
13881              the utf8 'characters' can be more than one octet).
13882              
13883              Date: Sat, 15 Jul 2000 00:21:56 +0100
13884              From: Tom Hughes <tom@compton.nu>
13885              Subject: Re: [ID 20000714.002]
13886              Message-ID: <db2334de49.tom@compton.compton.nu>
13887              
13888              Reported in
13889              
13890              Subject: [ID 20000714.002]
13891              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13892              Date: 14 Jul 2000 15:13:09 -0000
13893              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
13894      Branch: perl
13895            ! doop.c
13896 ____________________________________________________________________________
13897 [  6414] By: jhi                                   on 2000/07/15  03:13:41
13898         Log: another VMS build tweak from Peter Prymmer
13899      Branch: perl
13900            ! vms/descrip_mms.template
13901 ____________________________________________________________________________
13902 [  6413] By: jhi                                   on 2000/07/15  03:10:40
13903         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
13904      Branch: perl
13905            ! vms/perlvms.pod
13906 ____________________________________________________________________________
13907 [  6412] By: jhi                                   on 2000/07/15  00:31:05
13908         Log: More docs for sv functions.
13909              
13910              Subject: [PATCH cfgperl] sv.c apidoc
13911              From: simon@brecon.co.uk (Simon Cozens)
13912              Date: 13 Jul 2000 09:00:20 GMT
13913              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
13914              
13915              Subject: Re: [PATCH cfgperl] sv.c apidoc
13916              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13917              Date: Thu, 13 Jul 2000 12:27:41 +0100
13918              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
13919              
13920              Subject: Re: [PATCH cfgperl] sv.c apidoc
13921              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13922              Date: Thu, 13 Jul 2000 13:23:09 +0100
13923              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
13924              
13925              Subject: Re: [PATCH cfgperl] sv.c apidoc
13926              From: simon@brecon.co.uk (Simon Cozens)
13927              Date: 14 Jul 2000 06:51:02 GMT
13928              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
13929      Branch: perl
13930            ! embed.pl pod/perlapi.pod sv.c
13931 ____________________________________________________________________________
13932 [  6411] By: jhi                                   on 2000/07/15  00:10:41
13933         Log: lib/b test fixes from Peter Prymmer.
13934      Branch: perl
13935            ! t/lib/b.t
13936 ____________________________________________________________________________
13937 [  6410] By: jhi                                   on 2000/07/15  00:02:09
13938         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
13939              From: Hugo <hv@crypt.compulink.co.uk>
13940              Date: Fri, 14 Jul 2000 23:05:20 +0100
13941              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
13942              
13943              Didn't anymore apply, but that point still could use another fix.
13944      Branch: perl
13945            ! pod/perlfunc.pod
13946 ____________________________________________________________________________
13947 [  6409] By: jhi                                   on 2000/07/14  23:15:15
13948         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
13949              not in pod, from Peter Prymmer
13950      Branch: perl
13951            ! vms/descrip_mms.template
13952 ____________________________________________________________________________
13953 [  6408] By: jhi                                   on 2000/07/14  20:35:05
13954         Log: The bug report
13955              [ID 19991110.002] minimal matching discrepancy found by pcre author
13956              seems to have been fixed (though differently from what was suggested
13957              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
13958      Branch: perl
13959            ! t/op/re_tests
13960 ____________________________________________________________________________
13961 [  6407] By: jhi                                   on 2000/07/14  17:38:08
13962         Log: Fix AutoSplit to use File::Spec the right way in VMS,
13963              from Peter Prymmer.
13964      Branch: perl
13965            ! lib/AutoSplit.pm
13966 ____________________________________________________________________________
13967 [  6406] By: jhi                                   on 2000/07/14  14:13:22
13968         Log: Merge perlhacktut into perlhack, update perlguts.
13969              
13970              Subject: Re: Perlhacktut
13971              From: simon@brecon.co.uk (Simon Cozens)
13972              Date: 14 Jul 2000 06:49:21 GMT
13973              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
13974              
13975              Subject: Re: Perlhacktut
13976              From: simon@brecon.co.uk (Simon Cozens)
13977              Date: 14 Jul 2000 07:09:45 GMT
13978              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
13979      Branch: perl
13980            ! pod/perlguts.pod pod/perlhack.pod
13981 ____________________________________________________________________________
13982 [  6405] By: jhi                                   on 2000/07/14  14:02:31
13983         Log: Integrate with Sarathy.
13984      Branch: cfgperl
13985           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
13986           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
13987           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
13988 ____________________________________________________________________________
13989 [  6404] By: gsar                                  on 2000/07/14  12:15:02
13990         Log: PERL_OBJECT build tweaks
13991      Branch: perl
13992            ! toke.c
13993 ____________________________________________________________________________
13994 [  6403] By: gsar                                  on 2000/07/14  11:23:41
13995         Log: inconsistent types needs casts
13996      Branch: perl
13997            ! toke.c
13998 ____________________________________________________________________________
13999 [  6402] By: gsar                                  on 2000/07/14  11:12:04
14000         Log: typos in change#6399, regen headers
14001      Branch: perl
14002            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
14003 ____________________________________________________________________________
14004 [  6401] By: gsar                                  on 2000/07/14  10:59:12
14005         Log: typecasts needed for change#6394
14006      Branch: perl
14007            ! toke.c
14008 ____________________________________________________________________________
14009 [  6400] By: gsar                                  on 2000/07/14  10:49:37
14010         Log: integrate cfgperl contents into mainline
14011      Branch: perl
14012           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
14013           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
14014 ____________________________________________________________________________
14015 [  6399] By: gsar                                  on 2000/07/14  10:38:35
14016         Log: enable UTF-16 filter by default if relevant BOM is seen; various
14017              cleanups (typos, misformatted code, and small bugs)
14018      Branch: perl
14019            ! doop.c embed.pl mg.c op.c pp.c toke.c
14020 ____________________________________________________________________________
14021 [  6398] By: gsar                                  on 2000/07/14  08:55:38
14022         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
14023              name suggests anyway)
14024      Branch: perl
14025            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
14026 ____________________________________________________________________________
14027 [  6397] By: gsar                                  on 2000/07/14  08:44:33
14028         Log: move new variables to the end of the interpreter structure (for
14029              bincompat in code that doesn't #include XSUB.h)
14030      Branch: perl
14031            ! intrpvar.h
14032 ____________________________________________________________________________
14033 [  6396] By: gsar                                  on 2000/07/14  08:13:58
14034         Log: MakeMaker should not remove editor backups (*~) on `make clean`
14035              by default (completes change#6383)
14036      Branch: perl
14037            ! lib/ExtUtils/MM_Unix.pm
14038 ____________________________________________________________________________
14039 [  6395] By: jhi                                   on 2000/07/14  05:20:33
14040         Log: Replace change #6337 with a better one.
14041              
14042              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14043              From: Hugo <hv@crypt.compulink.co.uk>
14044              Date: Fri, 14 Jul 2000 04:16:20 +0100
14045              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
14046      Branch: cfgperl
14047            ! regexec.c t/op/re_tests
14048 ____________________________________________________________________________
14049 [  6394] By: jhi                                   on 2000/07/14  01:33:59
14050         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
14051      Branch: cfgperl
14052            ! embed.pl global.sym proto.h toke.c
14053 ____________________________________________________________________________
14054 [  6393] By: jhi                                   on 2000/07/13  23:41:23
14055         Log: remove discarded test
14056      Branch: cfgperl
14057            ! MANIFEST
14058 ____________________________________________________________________________
14059 [  6392] By: jhi                                   on 2000/07/13  23:32:25
14060         Log: The {multiplier} of a fixed substring was overlooked which
14061              caused a wrong initial search offset for that substring.
14062              
14063              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
14064              From: Hugo <hv@crypt.compulink.co.uk>
14065              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
14066              Date: Thu, 13 Jul 2000 19:27:13 +0100
14067      Branch: cfgperl
14068            ! regcomp.c t/op/re_tests
14069 ____________________________________________________________________________
14070 [  6391] By: jhi                                   on 2000/07/13  16:37:42
14071         Log: typo fix from Craig Berry
14072      Branch: cfgperl
14073            ! vms/subconfigure.com
14074 ____________________________________________________________________________
14075 [  6390] By: jhi                                   on 2000/07/13  13:20:12
14076         Log: Integrate with Sarathy.
14077      Branch: cfgperl
14078            - t/op/method2entersub.t
14079           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
14080           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
14081           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
14082           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
14083 ____________________________________________________________________________
14084 [  6389] By: jhi                                   on 2000/07/13  13:18:48
14085         Log: Detypo from Peter Prymmer, part of #6388.
14086      Branch: cfgperl
14087            ! Configure config_h.SH
14088      Branch: metaconfig
14089            ! U/modified/d_longlong.U
14090 ____________________________________________________________________________
14091 [  6388] By: gsar                                  on 2000/07/13  06:33:40
14092         Log: typos (spotted by Peter Prymmer)
14093      Branch: perl
14094            ! Configure t/lib/english.t
14095 ____________________________________________________________________________
14096 [  6387] By: gsar                                  on 2000/07/13  05:35:28
14097         Log: new selfloader.t in change#6183 doesn't close DATA handles,
14098              and thus fails to clean up tmp files on dosish platforms
14099      Branch: perl
14100            ! t/lib/selfloader.t
14101 ____________________________________________________________________________
14102 [  6386] By: gsar                                  on 2000/07/12  21:42:39
14103         Log: sprintf test tweaks (from Dominic Dunlop)
14104      Branch: perl
14105            ! t/op/sprintf.t
14106 ____________________________________________________________________________
14107 [  6385] By: gsar                                  on 2000/07/12  21:33:46
14108         Log: fix bugs in processing %v-*d and similar format specs (from
14109              Avi Finkel <avi@finkel.org>)
14110      Branch: perl
14111            ! sv.c t/op/sprintf.t
14112 ____________________________________________________________________________
14113 [  6384] By: gsar                                  on 2000/07/12  16:04:19
14114         Log: readd missing perldelta.pod changes from changes#6339,6376
14115      Branch: perl
14116            ! pod/perldelta.pod
14117 ____________________________________________________________________________
14118 [  6383] By: gsar                                  on 2000/07/12  16:00:51
14119         Log: don't clobber *.orig files on *clean targets
14120      Branch: perl
14121            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
14122 ____________________________________________________________________________
14123 [  6382] By: gsar                                  on 2000/07/12  07:59:12
14124         Log: fix broken integrations in cfgperl
14125      Branch: cfgperl
14126           !> Changes pod/perldelta.pod
14127 ____________________________________________________________________________
14128 [  6381] By: gsar                                  on 2000/07/12  07:42:17
14129         Log: integrate cfgperl changes into mainline
14130      Branch: perl
14131            ! Changes
14132           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
14133           !> pod/perlre.pod
14134 ____________________________________________________________________________
14135 [  6380] By: gsar                                  on 2000/07/12  07:31:00
14136         Log: get sprintf.t to adjust properly for 3-digit exponents
14137      Branch: perl
14138            ! t/op/sprintf.t
14139 ____________________________________________________________________________
14140 [  6379] By: gsar                                  on 2000/07/12  06:40:04
14141         Log: change#6174 needs corresponding change in win32/config_h.PL,
14142              which grovels through config_h.SH to find the config.h name
14143      Branch: perl
14144            ! win32/config_h.PL
14145 ____________________________________________________________________________
14146 [  6378] By: jhi                                   on 2000/07/12  05:03:59
14147         Log: Do the cc sanity check both before the hints and
14148              after the cc selction.
14149      Branch: cfgperl
14150            ! Configure config_h.SH
14151      Branch: metaconfig
14152            ! U/modified/Oldconfig.U U/modified/cc.U
14153      Branch: metaconfig/U/perl
14154            + Checkcc.U
14155 ____________________________________________________________________________
14156 [  6377] By: jhi                                   on 2000/07/12  02:49:22
14157         Log: Fix nits noticed by Boston.pm.
14158      Branch: cfgperl
14159            ! pod/perlre.pod
14160 ____________________________________________________________________________
14161 [  6376] By: jhi                                   on 2000/07/11  21:22:13
14162         Log: Configure cosmetics and perldelta.
14163      Branch: cfgperl
14164            ! Configure config_h.SH pod/perldelta.pod
14165      Branch: metaconfig
14166            ! U/modified/cc.U
14167 ____________________________________________________________________________
14168 [  6375] By: gsar                                  on 2000/07/11  21:17:35
14169         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
14170      Branch: perl
14171            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
14172            ! win32/win32sck.c
14173 ____________________________________________________________________________
14174 [  6374] By: gsar                                  on 2000/07/11  20:48:50
14175         Log: tweak for build failure under multiplicity
14176      Branch: perl
14177            ! toke.c
14178 ____________________________________________________________________________
14179 [  6373] By: gsar                                  on 2000/07/11  20:37:23
14180         Log: integrate cfgperl changes#6325..6373 into mainline
14181              (NOTE: today's batch of integrations still untested)
14182      Branch: perl
14183           +> ext/DynaLoader/hints/netbsd.pl
14184            ! Changes
14185           !> (integrate 26 files)
14186 ____________________________________________________________________________
14187 [  6372] By: jhi                                   on 2000/07/11  20:30:36
14188         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
14189              regen perltoc.
14190      Branch: cfgperl
14191            + pod/perlbook.pod
14192            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
14193            ! pod/perltoc.pod
14194 ____________________________________________________________________________
14195 [  6371] By: jhi                                   on 2000/07/11  20:08:56
14196         Log: Minor cleanups on the booklist.
14197      Branch: cfgperl
14198            ! pod/perlfaq2.pod
14199 ____________________________________________________________________________
14200 [  6370] By: jhi                                   on 2000/07/11  19:31:13
14201         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
14202      Branch: cfgperl
14203            ! t/pragma/overload.t
14204 ____________________________________________________________________________
14205 [  6369] By: gsar                                  on 2000/07/11  19:27:48
14206         Log: integrate cfgperl changes#6293..6324 into mainline
14207      Branch: perl
14208           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
14209            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
14210           !> (integrate 30 files)
14211 ____________________________________________________________________________
14212 [  6368] By: gsar                                  on 2000/07/11  19:18:57
14213         Log: skip integrate of problematic change#6292 from cfgperl into mainline
14214      Branch: perl
14215           !> pp_hot.c
14216 ____________________________________________________________________________
14217 [  6367] By: gsar                                  on 2000/07/11  19:17:21
14218         Log: integrate cfgperl changes#6288..6290 into mainline
14219      Branch: perl
14220           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
14221 ____________________________________________________________________________
14222 [  6366] By: gsar                                  on 2000/07/11  19:11:18
14223         Log: integrate cfgperl changes#6268..6282 into mainline
14224      Branch: perl
14225           !> (integrate 30 files)
14226 ____________________________________________________________________________
14227 [  6365] By: gsar                                  on 2000/07/11  18:57:00
14228         Log: delete new accidentally branched file
14229      Branch: perl
14230            - t/op/method2entersub.t
14231 ____________________________________________________________________________
14232 [  6364] By: gsar                                  on 2000/07/11  18:55:13
14233         Log: skip integrate of change#6267 from cfgperl into mainline (the
14234              method call optimization is flawed without additional hints
14235              from user about immutableness of @ISA and no runtime method
14236              definitions)
14237      Branch: perl
14238           +> t/op/method2entersub.t
14239           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
14240           !> perl.h t/op/sprintf.t xsutils.c
14241 ____________________________________________________________________________
14242 [  6363] By: gsar                                  on 2000/07/11  18:49:43
14243         Log: integrate cfgperl changes#6261..6266 into mainline
14244      Branch: perl
14245           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
14246           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
14247           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14248           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
14249 ____________________________________________________________________________
14250 [  6362] By: gsar                                  on 2000/07/11  18:43:26
14251         Log: integrate cfgperl changes#6252..6260 into mainline
14252      Branch: perl
14253           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
14254           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
14255           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
14256           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
14257 ____________________________________________________________________________
14258 [  6361] By: gsar                                  on 2000/07/11  18:37:12
14259         Log: skip integrate of problematic change#6251 from cfgperl into mainline
14260      Branch: perl
14261           !> lib/Exporter.pm
14262 ____________________________________________________________________________
14263 [  6360] By: gsar                                  on 2000/07/11  18:34:56
14264         Log: integrate cfgperl change#6250 into mainline
14265      Branch: perl
14266           +> t/op/my_stash.t
14267           !> MANIFEST embed.pl proto.h toke.c
14268 ____________________________________________________________________________
14269 [  6359] By: gsar                                  on 2000/07/11  18:21:19
14270         Log: integrate cfgperl changes#6242..6249 into mainline
14271      Branch: perl
14272           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
14273           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
14274           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
14275           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
14276           !> t/lib/peek.t utf8.c
14277 ____________________________________________________________________________
14278 [  6358] By: gsar                                  on 2000/07/11  18:15:45
14279         Log: skip integrate of problematic change#6241 from cfgperl into mainline
14280      Branch: perl
14281           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
14282 ____________________________________________________________________________
14283 [  6357] By: jhi                                   on 2000/07/11  18:15:16
14284         Log: Fix for
14285              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
14286              From: Roderick Schertler <roderick@argon.org> 
14287              Date: Tue, 11 Jul 2000 13:55:05 -0400 
14288              Message-Id: <200007111755.NAA05077@jones.argon.org> 
14289      Branch: cfgperl
14290            ! doio.c
14291 ____________________________________________________________________________
14292 [  6356] By: jhi                                   on 2000/07/11  18:12:51
14293         Log: Typo in #6341.
14294      Branch: cfgperl
14295            ! pp_hot.c
14296 ____________________________________________________________________________
14297 [  6355] By: gsar                                  on 2000/07/11  18:12:10
14298         Log: integrate cfgperl changes#6231..6240 into mainline
14299      Branch: perl
14300           +> pod/perlutil.pod
14301           !> (integrate 35 files)
14302 ____________________________________________________________________________
14303 [  6354] By: jhi                                   on 2000/07/11  18:04:34
14304         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
14305              From: Dominic Dunlop <domo@computer.org> 
14306              Date: Tue, 11 Jul 2000 12:27:33 +0200 
14307              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
14308              
14309              Replaces change #6268.
14310      Branch: cfgperl
14311            ! t/op/sprintf.t
14312 ____________________________________________________________________________
14313 [  6353] By: gsar                                  on 2000/07/11  17:59:51
14314         Log: skip integrate of problematic change#6230 from cfgperl into mainline
14315              (a later version of File::Spec is already in mainline)
14316      Branch: perl
14317           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
14318           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
14319 ____________________________________________________________________________
14320 [  6352] By: gsar                                  on 2000/07/11  17:57:48
14321         Log: integrate cfgperl changes#6224..6229 into mainline
14322      Branch: perl
14323           +> lib/lib.pm.PL
14324            - lib/lib.pm
14325           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
14326           !> lib/English.pm op.c t/lib/english.t
14327 ____________________________________________________________________________
14328 [  6351] By: gsar                                  on 2000/07/11  17:50:10
14329         Log: skip integrate of problematic change#6223 from cfgperl into mainline
14330      Branch: perl
14331           !> doio.c
14332 ____________________________________________________________________________
14333 [  6350] By: gsar                                  on 2000/07/11  17:48:28
14334         Log: integrate cfgperl changes#6220..6222 into mainline
14335      Branch: perl
14336           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
14337           !> toke.c utf8.c win32/win32.h
14338 ____________________________________________________________________________
14339 [  6349] By: gsar                                  on 2000/07/11  17:46:13
14340         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
14341              mainline
14342      Branch: perl
14343           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14344           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14345           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14346 ____________________________________________________________________________
14347 [  6348] By: jhi                                   on 2000/07/11  17:45:49
14348         Log: README.posix-bc podified from Thomas Dorner.
14349      Branch: cfgperl
14350            ! README.posix-bc
14351 ____________________________________________________________________________
14352 [  6347] By: gsar                                  on 2000/07/11  17:42:04
14353         Log: integrate cfgperl change#6217 into mainline
14354      Branch: perl
14355           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
14356           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
14357           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
14358 ____________________________________________________________________________
14359 [  6346] By: gsar                                  on 2000/07/11  17:39:37
14360         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
14361              mainline
14362      Branch: perl
14363           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
14364           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14365           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
14366           !> perlapi.h pod/perlapi.pod
14367 ____________________________________________________________________________
14368 [  6345] By: gsar                                  on 2000/07/11  17:36:42
14369         Log: integrate cfgperl changes#6207..6210 into mainline
14370      Branch: perl
14371           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
14372           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
14373 ____________________________________________________________________________
14374 [  6344] By: gsar                                  on 2000/07/11  17:31:20
14375         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
14376              mainline
14377      Branch: perl
14378           !> (integrate 40 files)
14379 ____________________________________________________________________________
14380 [  6343] By: gsar                                  on 2000/07/11  17:19:08
14381         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
14382      Branch: perl
14383           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
14384            ! Changes
14385           !> (integrate 34 files)
14386 ____________________________________________________________________________
14387 [  6342] By: jhi                                   on 2000/07/11  16:05:48
14388         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
14389              To: perl5-porters@perl.org
14390              From: Karsten Sperling <spiff@phreax.net>
14391              Date: Mon, 10 Jul 2000 15:12:52 +0200
14392              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
14393      Branch: cfgperl
14394            ! lib/Symbol.pm
14395 ____________________________________________________________________________
14396 [  6341] By: jhi                                   on 2000/07/11  15:59:23
14397         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
14398              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14399              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
14400              Date: Fri, 07 Jul 2000 17:57:16 +0100
14401      Branch: cfgperl
14402            ! pp_hot.c
14403 ____________________________________________________________________________
14404 [  6340] By: jhi                                   on 2000/07/11  15:55:47
14405         Log: Subject: Re: format bug report  [Patch]
14406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14407              Date: Wed, 05 Jul 2000 13:12:52 +0200
14408              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
14409              
14410              Subject: Re: format bug report  [Patch]
14411              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14412              Date: Wed, 05 Jul 2000 14:10:01 +0200
14413              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
14414      Branch: cfgperl
14415            ! t/op/write.t toke.c
14416 ____________________________________________________________________________
14417 [  6339] By: jhi                                   on 2000/07/11  13:54:09
14418         Log: Be less forgiving about ambiguous and illegal tr ranges.
14419              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14420              From: Mark-Jason Dominus <mjd@plover.com>
14421              Date: Tue, 04 Jul 2000 10:00:12 -0400
14422              Message-ID: <20000704140012.17772.qmail@plover.com>
14423              
14424              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14425              From: Mark-Jason Dominus <mjd@plover.com>
14426              Date: Wed, 05 Jul 2000 09:37:36 -0400
14427              Message-ID: <20000705133736.27293.qmail@plover.com>
14428      Branch: cfgperl
14429            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
14430 ____________________________________________________________________________
14431 [  6338] By: jhi                                   on 2000/07/11  13:31:24
14432         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
14433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14434              Date: Tue, 11 Jul 2000 13:50:51 +0100
14435              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
14436      Branch: cfgperl
14437            ! sv.c
14438 ____________________________________________________________________________
14439 [  6337] By: jhi                                   on 2000/07/11  13:29:14
14440         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14441              From: Hugo <hv@crypt.compulink.co.uk>
14442              Date: Tue, 11 Jul 2000 12:44:50 +0100
14443              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
14444      Branch: cfgperl
14445            ! regexec.c t/op/re_tests
14446 ____________________________________________________________________________
14447 [  6336] By: jhi                                   on 2000/07/11  13:26:47
14448         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
14449              From: simon@brecon.co.uk (Simon Cozens)
14450              Date: 7 Jul 2000 11:26:09 GMT
14451              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
14452      Branch: cfgperl
14453            ! mg.c
14454 ____________________________________________________________________________
14455 [  6335] By: jhi                                   on 2000/07/11  13:23:37
14456         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
14457              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
14458              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
14459              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
14460      Branch: cfgperl
14461            + ext/DynaLoader/hints/netbsd.pl
14462            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
14463 ____________________________________________________________________________
14464 [  6334] By: jhi                                   on 2000/07/11  13:20:38
14465         Log: Subject: PATCH perlguts.pod: Document D and d magic types
14466              From: mjd@plover.com
14467              Date: 5 Jul 2000 18:01:51 -0000
14468              Message-ID: <20000705180151.29413.qmail@plover.com>
14469      Branch: cfgperl
14470            ! pod/perlguts.pod
14471 ____________________________________________________________________________
14472 [  6333] By: jhi                                   on 2000/07/11  13:15:51
14473         Log: Precedence goof, fix based on
14474              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
14475              From: Hugo <hv@crypt.compulink.co.uk>
14476              Date: Tue, 11 Jul 2000 12:52:38 +0100
14477              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
14478      Branch: cfgperl
14479            ! t/op/taint.t
14480 ____________________________________________________________________________
14481 [  6332] By: jhi                                   on 2000/07/11  12:40:17
14482         Log: Integrate with Sarathy.
14483      Branch: cfgperl
14484           !> win32/win32sck.c
14485 ____________________________________________________________________________
14486 [  6331] By: jhi                                   on 2000/07/10  20:14:16
14487         Log: Sprinkle ldlibpath.
14488      Branch: cfgperl
14489            ! pod/Makefile.SH
14490 ____________________________________________________________________________
14491 [  6330] By: jhi                                   on 2000/07/10  17:54:49
14492         Log: More POSIX.pod tweaks.
14493      Branch: cfgperl
14494            ! ext/POSIX/POSIX.pod
14495 ____________________________________________________________________________
14496 [  6329] By: jhi                                   on 2000/07/10  14:02:12
14497         Log: Reorder perl.pod once more.
14498      Branch: cfgperl
14499            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14500 ____________________________________________________________________________
14501 [  6328] By: gsar                                  on 2000/07/10  07:06:00
14502         Log: accept() leaks memory on windows due to incorrect ordering of
14503              closesocket() and fclose() calls
14504      Branch: perl
14505            ! win32/win32sck.c
14506 ____________________________________________________________________________
14507 [  6327] By: gsar                                  on 2000/07/10  06:49:17
14508         Log: winsock options weren't being set in all threads under ithreads
14509              (caused send()s from second and subsequent threads to fail)
14510      Branch: perl
14511            ! win32/win32sck.c
14512 ____________________________________________________________________________
14513 [  6326] By: jhi                                   on 2000/07/08  02:45:40
14514         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
14515              was cast to an unsigned (32-bit) integer with wild abandon.
14516      Branch: cfgperl
14517            ! ext/Devel/DProf/DProf.xs
14518 ____________________________________________________________________________
14519 [  6325] By: jhi                                   on 2000/07/07  18:50:33
14520         Log: Remove perlbook, update perlfaq book listing,
14521              rearrange perl.pod, regenerate perltoc.
14522      Branch: cfgperl
14523            - pod/perlbook.pod
14524            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
14525            ! pod/perlfaq2.pod pod/perltoc.pod
14526 ____________________________________________________________________________
14527 [  6324] By: jhi                                   on 2000/07/07  14:03:40
14528         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
14529      Branch: cfgperl
14530            ! sv.h toke.c
14531 ____________________________________________________________________________
14532 [  6323] By: jhi                                   on 2000/07/06  16:03:55
14533         Log: Fix complaints of buildtoc.
14534      Branch: cfgperl
14535            + lib/Win32.pod
14536            - pod/Win32.pod
14537            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14538 ____________________________________________________________________________
14539 [  6322] By: jhi                                   on 2000/07/06  15:15:52
14540         Log: Add =head1 NAMEs so that buildtoc is happy.
14541              (The CGI::Util nit reported to Lincoln.)
14542      Branch: cfgperl
14543            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
14544            ! pod/perltoc.pod
14545 ____________________________________________________________________________
14546 [  6321] By: jhi                                   on 2000/07/06  03:16:04
14547         Log: Config is being used.
14548      Branch: cfgperl
14549            ! t/op/method.t
14550 ____________________________________________________________________________
14551 [  6320] By: jhi                                   on 2000/07/06  03:13:13
14552         Log: Integrate with Sarathy.
14553      Branch: cfgperl
14554           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
14555 ____________________________________________________________________________
14556 [  6319] By: jhi                                   on 2000/07/06  03:11:46
14557         Log: Autogenerate pod/Makefile and pod/buildtoc.
14558              buildtoc also checks whether the existin pods are
14559              mentioned in MANIFEST and perl.pod, and vice versa.
14560              (None of the thusly found discrepancies fixed yet.)
14561              roffitall also needs to be autogenerated similarly but it
14562              seems so badly out of date that I didn't touch it yet.
14563      Branch: cfgperl
14564            + pod/Makefile.SH pod/buildtoc.PL
14565            - pod/Makefile pod/buildtoc
14566            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
14567 ____________________________________________________________________________
14568 [  6318] By: gsar                                  on 2000/07/05  22:10:54
14569         Log: fix UNC path handling on Windows under ithreads, and chdir()
14570              return value when given a non-existent directory
14571      Branch: perl
14572            ! win32/vdir.h
14573 ____________________________________________________________________________
14574 [  6317] By: gsar                                  on 2000/07/05  22:08:19
14575         Log: winsock cleanup never done on Windows (leads to handle leaks)
14576      Branch: perl
14577            ! win32/perllib.c win32/win32sck.c
14578 ____________________________________________________________________________
14579 [  6316] By: gsar                                  on 2000/07/05  22:06:19
14580         Log: some debugger output does not go to the socket when RemotePort is set
14581      Branch: perl
14582            ! lib/perl5db.pl
14583 ____________________________________________________________________________
14584 [  6315] By: jhi                                   on 2000/07/05  00:25:21
14585         Log: Integrate with Sarathy, preliminary fix for unicos
14586              alignment problems in [ID 20000612.002] Perl problem on Cray system.
14587      Branch: cfgperl
14588            ! sv.h
14589           !> pp_hot.c
14590 ____________________________________________________________________________
14591 [  6314] By: gsar                                  on 2000/07/04  23:34:02
14592         Log: tyop in change#6306
14593      Branch: perl
14594            ! pp_hot.c
14595 ____________________________________________________________________________
14596 [  6313] By: jhi                                   on 2000/07/04  22:14:38
14597         Log: Multiline string literals ENONPORTABLE.
14598      Branch: cfgperl
14599            ! pp_hot.c
14600 ____________________________________________________________________________
14601 [  6312] By: jhi                                   on 2000/07/04  20:34:44
14602         Log: Integrate with Sarathy.
14603      Branch: cfgperl
14604           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
14605           !> t/op/method.t
14606 ____________________________________________________________________________
14607 [  6311] By: jhi                                   on 2000/07/04  20:30:56
14608         Log: More POSIX.pod embellishment.
14609      Branch: cfgperl
14610            ! ext/POSIX/POSIX.pod
14611 ____________________________________________________________________________
14612 [  6310] By: gsar                                  on 2000/07/04  17:28:48
14613         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
14614      Branch: perl
14615            ! t/lib/b.t
14616 ____________________________________________________________________________
14617 [  6309] By: jhi                                   on 2000/07/04  17:22:18
14618         Log: The #6308 required a little bit more.
14619      Branch: cfgperl
14620            ! Makefile.SH win32/Makefile
14621 ____________________________________________________________________________
14622 [  6308] By: jhi                                   on 2000/07/04  16:35:24
14623         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
14624      Branch: cfgperl
14625            + lib/lib_pm.PL
14626            - lib/lib.pm.PL
14627            ! MANIFEST Makefile.SH
14628 ____________________________________________________________________________
14629 [  6307] By: jhi                                   on 2000/07/04  16:28:58
14630         Log: Win32 patches for cfgperl from Sarathy.
14631      Branch: cfgperl
14632            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
14633            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
14634            ! thread.h toke.c util.c win32/Makefile win32/win32.c
14635 ____________________________________________________________________________
14636 [  6306] By: gsar                                  on 2000/07/04  16:28:40
14637         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
14638              (from Richard Soderberg <rs@oregonnet.com>)
14639      Branch: perl
14640            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
14641 ____________________________________________________________________________
14642 [  6305] By: jhi                                   on 2000/07/04  16:24:24
14643         Log: Integrate with Sarathy.
14644      Branch: cfgperl
14645           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
14646           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14647           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
14648           !> proto.h win32/win32.c
14649 ____________________________________________________________________________
14650 [  6304] By: gsar                                  on 2000/07/04  16:17:24
14651         Log: missing perldiag entry for unpack("w",...) diagnostic (from
14652              Andreas Koenig)
14653      Branch: perl
14654            ! pod/perldiag.pod
14655 ____________________________________________________________________________
14656 [  6303] By: gsar                                  on 2000/07/04  16:14:44
14657         Log: remove rel2abs prototypes (from Barrie Slaymaker)
14658      Branch: perl
14659            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
14660            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14661 ____________________________________________________________________________
14662 [  6302] By: gsar                                  on 2000/07/04  04:59:35
14663         Log: adjust change#6299
14664      Branch: perl
14665            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
14666            ! win32/win32.c
14667 ____________________________________________________________________________
14668 [  6301] By: jhi                                   on 2000/07/04  04:50:07
14669         Log: Integrate with Sarathy.
14670      Branch: cfgperl
14671           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
14672           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
14673           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
14674 ____________________________________________________________________________
14675 [  6300] By: gsar                                  on 2000/07/04  04:42:09
14676         Log: PERL_OBJECT build tweak
14677      Branch: perl
14678            ! perl.h
14679 ____________________________________________________________________________
14680 [  6299] By: gsar                                  on 2000/07/04  04:37:00
14681         Log: fix memory leak on Windows (PL_sys_intern contents were never
14682              freed)
14683      Branch: perl
14684            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
14685            ! perlapi.c proto.h win32/win32.c
14686 ____________________________________________________________________________
14687 [  6298] By: gsar                                  on 2000/07/04  04:15:59
14688         Log: fix large memory leak that has been around for ever, masked by
14689              -DPURIFY (most of the arenas were never freed!)
14690      Branch: perl
14691            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
14692 ____________________________________________________________________________
14693 [  6297] By: gsar                                  on 2000/07/04  04:07:46
14694         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
14695      Branch: perl
14696            ! perl.c
14697 ____________________________________________________________________________
14698 [  6296] By: jhi                                   on 2000/06/30  18:28:37
14699         Log: Elaborate POSIX.pod.  Still needs work.
14700      Branch: cfgperl
14701            ! ext/POSIX/POSIX.pod
14702 ____________________________________________________________________________
14703 [  6295] By: jhi                                   on 2000/06/30  14:58:18
14704         Log: Point to perlipc for more SysV IPC examples.
14705      Branch: cfgperl
14706            ! pod/perlfunc.pod
14707 ____________________________________________________________________________
14708 [  6294] By: gsar                                  on 2000/06/30  14:47:45
14709         Log: slurp mode fix in change#4736 still not quite right
14710      Branch: perl
14711            ! pp_hot.c t/io/argv.t
14712 ____________________________________________________________________________
14713 [  6293] By: jhi                                   on 2000/06/30  12:02:55
14714         Log: Integrate with Sarathy.
14715      Branch: cfgperl
14716           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
14717 ____________________________________________________________________________
14718 [  6292] By: jhi                                   on 2000/06/30  12:01:11
14719         Log: From: simon@brecon.co.uk (Simon Cozens)
14720              Subject: UTF8 concat
14721              Date: 30 Jun 2000 06:13:25 GMT
14722              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
14723      Branch: cfgperl
14724            ! pp_hot.c
14725 ____________________________________________________________________________
14726 [  6291] By: gsar                                  on 2000/06/30  04:37:33
14727         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
14728              when @_ is modified, causing coredumps
14729      Branch: perl
14730            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
14731 ____________________________________________________________________________
14732 [  6290] By: jhi                                   on 2000/06/30  02:21:44
14733         Log: Integrate with Sarathy.
14734      Branch: cfgperl
14735           !> vms/vms.c vms/vmsish.h
14736 ____________________________________________________________________________
14737 [  6289] By: jhi                                   on 2000/06/30  02:21:02
14738         Log: Check VERSIONs.
14739      Branch: cfgperl
14740            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14741            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14742            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14743 ____________________________________________________________________________
14744 [  6288] By: jhi                                   on 2000/06/30  02:18:52
14745         Log: Integrate with Sarathy.
14746      Branch: cfgperl
14747           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
14748           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14749           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14750           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
14751 ____________________________________________________________________________
14752 [  6287] By: gsar                                  on 2000/06/30  02:17:08
14753         Log: integrate vmsperl changes into mainline
14754      Branch: perl
14755           !> vms/vms.c vms/vmsish.h
14756 ____________________________________________________________________________
14757 [  6285] By: gsar                                  on 2000/06/30  02:05:28
14758         Log: localize %INC in a Safe compartment so that use/require work
14759              (many other magic globals probably need similar treatment)
14760      Branch: perl
14761            ! ext/Opcode/Opcode.xs
14762 ____________________________________________________________________________
14763 [  6284] By: gsar                                  on 2000/06/30  01:54:54
14764         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
14765              about Windows
14766      Branch: perl
14767            ! pod/perlembed.pod
14768 ____________________________________________________________________________
14769 [  6283] By: jhi                                   on 2000/06/30  01:50:10
14770         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
14771              From: Barrie Slaymaker <barries@jester.slaysys.com>
14772              Date: Wed, 28 Jun 2000 11:35:29 -0400
14773              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
14774      Branch: perl
14775            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
14776            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14777            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14778            ! lib/File/Spec/Win32.pm
14779 ____________________________________________________________________________
14780 [  6282] By: jhi                                   on 2000/06/29  22:57:22
14781         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
14782              From: Dan Sugalski <dan@sidhe.org>
14783              Date: Tue, 06 Jun 2000 11:59:50 -0400
14784              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
14785      Branch: cfgperl
14786            ! vms/vms.c
14787 ____________________________________________________________________________
14788 [  6281] By: jhi                                   on 2000/06/29  22:52:50
14789         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
14790              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14791              Date: Wed, 7 Jun 2000 04:02:04 -0500
14792              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
14793      Branch: cfgperl
14794            ! utils/h2xs.PL
14795 ____________________________________________________________________________
14796 [  6280] By: jhi                                   on 2000/06/29  22:45:47
14797         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
14798              From: rspier@pobox.com (Robert Spier)
14799              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
14800              Message-ID: <14654.31913.845602.610277@rls.cx>
14801      Branch: cfgperl
14802            ! utils/h2xs.PL
14803 ____________________________________________________________________________
14804 [  6279] By: jhi                                   on 2000/06/29  22:38:16
14805         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
14806              From: Tim Ayers <tayers@bridge.com>
14807              Date: Thu, 08 Jun 2000 08:11:06 +0200
14808              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
14809              [resent by Richard Foley, Message-Id probably wrong]
14810      Branch: cfgperl
14811            ! pod/perlsub.pod
14812 ____________________________________________________________________________
14813 [  6278] By: jhi                                   on 2000/06/29  22:21:45
14814         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
14815              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
14816              Date: Fri, 09 Jun 2000 12:39:27 -0400
14817              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
14818              (plus update the version "number" of Text::Wrap)
14819      Branch: cfgperl
14820            ! lib/Text/Wrap.pm
14821 ____________________________________________________________________________
14822 [  6277] By: jhi                                   on 2000/06/29  22:13:10
14823         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
14824              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14825              Date: Mon, 12 Jun 2000 14:55:59 +0100
14826              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
14827      Branch: cfgperl
14828            ! pod/perlfunc.pod
14829 ____________________________________________________________________________
14830 [  6276] By: jhi                                   on 2000/06/29  22:11:06
14831         Log: Subject: [PATCH] Re: eval documentation: context
14832              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14833              Date: Mon, 12 Jun 2000 15:07:29 +0100
14834              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
14835      Branch: cfgperl
14836            ! pod/perlfunc.pod
14837 ____________________________________________________________________________
14838 [  6275] By: jhi                                   on 2000/06/29  21:59:46
14839         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
14840              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14841              Date: Tue, 13 Jun 2000 02:43:48 -0500
14842              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
14843      Branch: cfgperl
14844            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
14845 ____________________________________________________________________________
14846 [  6274] By: jhi                                   on 2000/06/29  21:56:14
14847         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
14848              From: Andy Dougherty <doughera@lafayette.edu>
14849              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
14850              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
14851      Branch: cfgperl
14852            ! ext/File/Glob/Glob.pm
14853 ____________________________________________________________________________
14854 [  6273] By: jhi                                   on 2000/06/29  21:49:09
14855         Log: Subject: [PATCH] xsub attributes
14856              From: Doug MacEachern <dougm@covalent.net>
14857              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
14858              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
14859      Branch: cfgperl
14860            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
14861            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
14862 ____________________________________________________________________________
14863 [  6272] By: jhi                                   on 2000/06/29  21:41:28
14864         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
14865              From: Tom Phoenix <rootbeer@redcat.com>
14866              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
14867              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
14868      Branch: cfgperl
14869            ! lib/Net/Ping.pm
14870 ____________________________________________________________________________
14871 [  6271] By: jhi                                   on 2000/06/29  21:36:55
14872         Log: Subject: PATCH pod/perltie.pod
14873              From: Ian Phillipps <Ian.Phillipps@iname.com>
14874              Date: Fri, 16 Jun 2000 00:17:19 +0100
14875              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
14876              (only the first hunk, the second hunk had already been done
14877              by some other patch)
14878      Branch: cfgperl
14879            ! pod/perltie.pod
14880 ____________________________________________________________________________
14881 [  6270] By: jhi                                   on 2000/06/29  21:24:51
14882         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
14883              From: Nicholas Clark <nick@talking.bollo.cx>
14884              Date: Fri, 23 Jun 2000 16:21:15 +0100
14885              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
14886      Branch: cfgperl
14887            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
14888            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
14889 ____________________________________________________________________________
14890 [  6269] By: jhi                                   on 2000/06/29  19:38:15
14891         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
14892              silence few compiler warnings.
14893      Branch: cfgperl
14894            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
14895 ____________________________________________________________________________
14896 [  6268] By: jhi                                   on 2000/06/29  18:21:50
14897         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
14898              From: Dominic Dunlop <domo@computer.org> 
14899              Date: Thu, 29 Jun 2000 12:32:39 +0200 
14900              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
14901      Branch: cfgperl
14902            ! t/op/sprintf.t
14903 ____________________________________________________________________________
14904 [  6267] By: jhi                                   on 2000/06/29  18:16:07
14905         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
14906              From: Doug MacEachern <dougm@covalent.net>
14907              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
14908              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
14909      Branch: cfgperl
14910            + t/op/method2entersub.t
14911            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
14912            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14913            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
14914            ! xsutils.c
14915 ____________________________________________________________________________
14916 [  6266] By: jhi                                   on 2000/06/29  15:11:15
14917         Log: Subject: [PATCH 5.6.0] cygwin port
14918              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
14919              From: "Fifer, Eric" <EFifer@sanwaint.com>
14920              Date: Thu, 29 Jun 2000 12:58:29 +0100
14921      Branch: cfgperl
14922            ! cygwin/Makefile.SHs
14923 ____________________________________________________________________________
14924 [  6265] By: jhi                                   on 2000/06/29  15:04:05
14925         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
14926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14927              Date: Wed, 28 Jun 2000 17:50:12 -0700
14928              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
14929      Branch: cfgperl
14930            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14931 ____________________________________________________________________________
14932 [  6264] By: jhi                                   on 2000/06/29  15:00:57
14933         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
14934              From: Marty Lucich <marty@netcom.com>
14935              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
14936              Message-Id: <200006282116.OAA11148@netcom.com>
14937              ccdlflags update (the BSD/OS 4.1 part had already been taken
14938              care of by #6141).
14939      Branch: cfgperl
14940            ! hints/bsdos.sh
14941 ____________________________________________________________________________
14942 [  6263] By: jhi                                   on 2000/06/29  13:47:44
14943         Log: tr fixes from Simon Cozens
14944      Branch: cfgperl
14945            ! doop.c
14946 ____________________________________________________________________________
14947 [  6262] By: jhi                                   on 2000/06/28  18:46:01
14948         Log: Subject: 5.6.0 Patch for EPOC
14949              From: Olaf Flebbe <o.flebbe@gmx.de>
14950              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
14951              Message-ID: <23449.960929969@www11.gmx.net>
14952      Branch: cfgperl
14953            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
14954            ! epoc/epocish.h
14955 ____________________________________________________________________________
14956 [  6261] By: jhi                                   on 2000/06/28  18:29:07
14957         Log: Subject: Re: [PATCH cfgperl] BOMs away!
14958              From: simon@brecon.co.uk (Simon Cozens)
14959              Date: 17 Jun 2000 11:49:57 GMT
14960              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
14961      Branch: cfgperl
14962            ! pod/perldiag.pod t/comp/require.t toke.c
14963 ____________________________________________________________________________
14964 [  6260] By: jhi                                   on 2000/06/28  17:47:16
14965         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
14966              From: simon@brecon.co.uk (Simon Cozens) 
14967              Date: 17 Jun 2000 11:56:44 GMT 
14968              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
14969              pack U0, pack C0
14970      Branch: cfgperl
14971            ! pod/perlfunc.pod pp.c t/op/pack.t
14972 ____________________________________________________________________________
14973 [  6259] By: jhi                                   on 2000/06/28  16:43:17
14974         Log: perlnewmod was missing from MANIFEST.
14975      Branch: cfgperl
14976            ! MANIFEST
14977 ____________________________________________________________________________
14978 [  6258] By: jhi                                   on 2000/06/28  15:54:30
14979         Log: linenumber tweak
14980      Branch: cfgperl
14981            ! t/pragma/warn/regcomp
14982 ____________________________________________________________________________
14983 [  6257] By: jhi                                   on 2000/06/28  15:50:44
14984         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
14985              From: Doug MacEachern <dougm@covalent.net>
14986              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
14987              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
14988              (one part of the patch had been applied earlier)
14989      Branch: cfgperl
14990            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
14991 ____________________________________________________________________________
14992 [  6256] By: jhi                                   on 2000/06/28  15:40:22
14993         Log: tweaks from Simon Cozens to further fix tr/// under utf8
14994      Branch: cfgperl
14995            ! doop.c
14996 ____________________________________________________________________________
14997 [  6255] By: jhi                                   on 2000/06/28  15:33:45
14998         Log: small thinko tweaks
14999      Branch: cfgperl
15000            ! lib/IPC/Open3.pm t/op/my_stash.t
15001 ____________________________________________________________________________
15002 [  6254] By: jhi                                   on 2000/06/28  15:33:25
15003         Log: Subject: tr///, help wanted.
15004              From: simon@brecon.co.uk (Simon Cozens)
15005              Date: 28 Jun 2000 11:29:04 GMT
15006              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
15007      Branch: cfgperl
15008            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
15009            ! pp_proto.h proto.h t/op/tr.t
15010 ____________________________________________________________________________
15011 [  6253] By: jhi                                   on 2000/06/28  15:09:17
15012         Log: Paranoia tweak on #6249.
15013              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15014              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15015              Date: Sun, 25 Jun 2000 23:43:12 -0400
15016              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
15017      Branch: cfgperl
15018            ! lib/IPC/Open3.pm
15019 ____________________________________________________________________________
15020 [  6252] By: jhi                                   on 2000/06/28  15:01:38
15021         Log: Document #6249 and #6251.
15022      Branch: cfgperl
15023            ! lib/Exporter.pm lib/IPC/Open3.pm
15024 ____________________________________________________________________________
15025 [  6251] By: jhi                                   on 2000/06/28  14:50:43
15026         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
15027              From: Doug MacEachern <dougm@covalent.net>
15028              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
15029              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
15030      Branch: cfgperl
15031            ! lib/Exporter.pm
15032 ____________________________________________________________________________
15033 [  6250] By: jhi                                   on 2000/06/28  14:45:23
15034         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
15035              From: Doug MacEachern <dougm@covalent.net>
15036              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
15037              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
15038      Branch: cfgperl
15039            + t/op/my_stash.t
15040            ! MANIFEST embed.pl global.sym proto.h toke.c
15041 ____________________________________________________________________________
15042 [  6249] By: jhi                                   on 2000/06/28  14:36:34
15043         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
15044              From: Frank Tobin <ftobin@uiuc.edu>
15045              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
15046              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
15047      Branch: cfgperl
15048            ! lib/IPC/Open3.pm
15049 ____________________________________________________________________________
15050 [  6248] By: jhi                                   on 2000/06/28  14:11:25
15051         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
15052              From: Mark-Jason Dominus <mjd@plover.com>
15053              Date: Tue, 27 Jun 2000 22:36:42 -0400
15054              Message-ID: <20000628023642.12166.qmail@plover.com>
15055      Branch: cfgperl
15056            ! pod/perlfunc.pod
15057 ____________________________________________________________________________
15058 [  6247] By: jhi                                   on 2000/06/27  12:46:37
15059         Log: Tweak $VERSION, patch from Doug MacEachern.
15060      Branch: cfgperl
15061            ! lib/File/Spec.pm
15062 ____________________________________________________________________________
15063 [  6246] By: jhi                                   on 2000/06/27  03:34:46
15064         Log: Allow for standalone testing.
15065      Branch: cfgperl
15066            ! t/lib/filefunc.t t/lib/filespec.t
15067 ____________________________________________________________________________
15068 [  6245] By: jhi                                   on 2000/06/27  02:50:02
15069         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
15070              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15071              Date: Sat, 24 Jun 2000 13:06:20 +0100
15072              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
15073      Branch: cfgperl
15074            ! ext/DynaLoader/DynaLoader_pm.PL
15075 ____________________________________________________________________________
15076 [  6244] By: jhi                                   on 2000/06/27  02:46:10
15077         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
15078              From: Doug MacEachern <dougm@covalent.net>
15079              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
15080              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
15081      Branch: cfgperl
15082            ! gv.c sv.c t/lib/peek.t
15083 ____________________________________________________________________________
15084 [  6243] By: jhi                                   on 2000/06/27  02:38:07
15085         Log: Subject: [PATCH] is_utf8_string
15086              From: simon@brecon.co.uk (Simon Cozens)
15087              Date: 26 Jun 2000 02:25:59 GMT
15088              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
15089      Branch: cfgperl
15090            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
15091            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
15092            ! proto.h utf8.c
15093 ____________________________________________________________________________
15094 [  6242] By: jhi                                   on 2000/06/27  02:24:00
15095         Log: Subject: [PATCH] bytes<->utf8 fixes
15096              From: simon@brecon.co.uk (Simon Cozens)
15097              Date: 26 Jun 2000 04:55:45 GMT
15098              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
15099      Branch: cfgperl
15100            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
15101 ____________________________________________________________________________
15102 [  6241] By: jhi                                   on 2000/06/27  02:12:42
15103         Log: Do no -warn on \_, only on \alpha.
15104              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
15105              From: David Dyck <dcd@tc.fluke.com>
15106              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
15107              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
15108      Branch: cfgperl
15109            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
15110 ____________________________________________________________________________
15111 [  6240] By: jhi                                   on 2000/06/27  02:00:01
15112         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
15113              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15114              Date: Mon, 26 Jun 2000 18:40:14 +0100
15115              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
15116      Branch: cfgperl
15117            ! utils/h2xs.PL
15118 ____________________________________________________________________________
15119 [  6239] By: jhi                                   on 2000/06/27  01:53:40
15120         Log: Configure maintenance.  Sever some dependency cycles,
15121              separate gccversion from the cc unit,
15122              address [ID 20000623.006] Configure script patch for using gcc on AIX
15123              (but solve it a little bit differently),
15124              unduplex some accidentally duplicated units,
15125              suggest using gcc if no cc available
15126              (p5p thread: "Solaris configure: counterproposal", 1999-09)
15127      Branch: cfgperl
15128            ! Configure Todo-5.6 config_h.SH
15129      Branch: metaconfig
15130            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
15131            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
15132      Branch: metaconfig/U/perl
15133            + gccvers.U
15134            ! d_getespwnam.U d_getprpwnam.U i_prot.U
15135 ____________________________________________________________________________
15136 [  6238] By: jhi                                   on 2000/06/25  18:04:56
15137         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
15138              From: Dan Sugalski <dan@sidhe.org>
15139              Date: Fri, 23 Jun 2000 17:00:00 -0400
15140              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
15141      Branch: cfgperl
15142            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
15143 ____________________________________________________________________________
15144 [  6237] By: jhi                                   on 2000/06/25  16:36:45
15145         Log: Tweak embed.pl, regen headers.
15146      Branch: cfgperl
15147            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
15148            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
15149            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
15150            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
15151            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
15152 ____________________________________________________________________________
15153 [  6236] By: jhi                                   on 2000/06/25  15:26:42
15154         Log: Regen headers.
15155      Branch: cfgperl
15156            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15157            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
15158            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
15159            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
15160            ! regnodes.h warnings.h
15161 ____________________________________________________________________________
15162 [  6235] By: jhi                                   on 2000/06/23  19:39:35
15163         Log: The thread begun by
15164              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
15165              From: Kevin.Ruscoe@ubsw.com
15166              Date: Fri, 16 Jun 2000 16:38:51 +0100
15167              Message-Id: <H000019b03c300d6@MHS>
15168      Branch: cfgperl
15169            ! hints/solaris_2.sh
15170 ____________________________________________________________________________
15171 [  6234] By: jhi                                   on 2000/06/23  19:23:36
15172         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
15173              because when run as services (Win32ese for daemons)
15174              no environment variables are set and tmpdir ends up as /tmp,
15175              which is ambiguous.
15176              
15177              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
15178              From: matt@sergeant.org
15179              Date: 16 Jun 2000 16:30:43 -0000
15180              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
15181      Branch: cfgperl
15182            ! lib/File/Spec/Win32.pm
15183 ____________________________________________________________________________
15184 [  6233] By: jhi                                   on 2000/06/23  19:18:58
15185         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
15186              From: Mark-Jason Dominus <mjd@plover.com>
15187              Date: Fri, 16 Jun 2000 20:53:04 -0400
15188              Message-ID: <20000617005304.8008.qmail@plover.com>
15189      Branch: cfgperl
15190            ! op.h
15191 ____________________________________________________________________________
15192 [  6232] By: jhi                                   on 2000/06/23  16:10:02
15193         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
15194              From: simon@brecon.co.uk (Simon Cozens)
15195              Date: 19 Jun 2000 15:18:27 GMT
15196              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
15197              
15198              plus update pod/Makefile and regenerate perltoc
15199      Branch: cfgperl
15200            + pod/perlutil.pod
15201            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
15202 ____________________________________________________________________________
15203 [  6231] By: jhi                                   on 2000/06/23  15:19:18
15204         Log: Subject: [PATCH 5.6.0] cygwin port
15205              From: "Fifer, Eric" <EFifer@sanwaint.com>
15206              Date: Tue, 20 Jun 2000 14:30:58 +0100
15207              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
15208      Branch: cfgperl
15209            ! README.cygwin lib/File/Find.pm
15210 ____________________________________________________________________________
15211 [  6230] By: jhi                                   on 2000/06/23  14:25:21
15212         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
15213      Branch: cfgperl
15214            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15215            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15216            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15217            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
15218 ____________________________________________________________________________
15219 [  6229] By: jhi                                   on 2000/06/23  14:13:34
15220         Log: Subject: README.hpux version 0.6.1
15221              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
15222              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15223              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
15224      Branch: cfgperl
15225            ! README.hpux
15226 ____________________________________________________________________________
15227 [  6228] By: jhi                                   on 2000/06/23  14:07:20
15228         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
15229              From: Doug MacEachern <dougm@covalent.net>
15230              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
15231              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
15232      Branch: cfgperl
15233            ! op.c
15234 ____________________________________________________________________________
15235 [  6227] By: jhi                                   on 2000/06/23  14:01:06
15236         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
15237              From: Doug MacEachern <dougm@covalent.net>
15238              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
15239              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
15240      Branch: cfgperl
15241            + lib/lib.pm.PL
15242            - lib/lib.pm
15243            ! MANIFEST Makefile.SH
15244 ____________________________________________________________________________
15245 [  6226] By: jhi                                   on 2000/06/23  13:53:07
15246         Log: Subject: [PATCH] remove forward declarations in Socket.pm
15247              From: Doug MacEachern <dougm@covalent.net>
15248              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
15249              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
15250              
15251              From: Doug MacEachern <dougm@covalent.net>
15252              Subject: Re: [PATCH] remove forward declarations in Socket.pm
15253              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
15254              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
15255      Branch: cfgperl
15256            ! ext/Socket/Socket.pm op.c
15257 ____________________________________________________________________________
15258 [  6225] By: jhi                                   on 2000/06/23  13:41:52
15259         Log: Add source code filenames to apidoc.
15260              From: simon@brecon.co.uk (Simon Cozens)
15261              Subject: [PATCH embed.pl] Source X-ref
15262              Date: 22 Jun 2000 02:18:49 GMT
15263              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
15264      Branch: cfgperl
15265            ! embed.pl
15266 ____________________________________________________________________________
15267 [  6224] By: jhi                                   on 2000/06/23  13:32:33
15268         Log: A way to avoid English.pm performance hit.
15269              From: root <root@jester.slaysys.com>
15270              Subject: [YAPATCH English.pm] My turn to putt again
15271              Date: Thu, 22 Jun 2000 20:33:58 -0400
15272              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
15273      Branch: cfgperl
15274            ! lib/English.pm t/lib/english.t
15275 ____________________________________________________________________________
15276 [  6223] By: jhi                                   on 2000/06/23  13:27:06
15277         Log: Avoid double close().
15278              Subject: [PATCH] avoid double close()
15279              From: Doug MacEachern <dougm@covalent.net>
15280              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
15281              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
15282      Branch: cfgperl
15283            ! doio.c
15284 ____________________________________________________________________________
15285 [  6222] By: jhi                                   on 2000/06/23  13:25:54
15286         Log: doc typo fix
15287              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15288              From: Ian Phillipps <Ian.Phillipps@iname.com>
15289              Date: Fri, 23 Jun 2000 10:40:58 +0100
15290              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15291      Branch: cfgperl
15292            ! lib/Pod/Usage.pm
15293 ____________________________________________________________________________
15294 [  6221] By: jhi                                   on 2000/06/23  13:24:15
15295         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
15296              From: simon@brecon.co.uk (Simon Cozens)
15297              Subject: [PATCH] Eliminate tr///[CU][CU]
15298              Date: 23 Jun 2000 11:05:40 GMT
15299              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
15300      Branch: cfgperl
15301            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
15302 ____________________________________________________________________________
15303 [  6220] By: jhi                                   on 2000/06/22  16:07:51
15304         Log: Win32 patches from Benjamin Stuhl.
15305      Branch: cfgperl
15306            ! makedef.pl win32/win32.h
15307 ____________________________________________________________________________
15308 [  6219] By: jhi                                   on 2000/06/22  16:06:34
15309         Log: Bytecode patches from Benjamin Stuhl.
15310      Branch: cfgperl
15311            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15312            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15313            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15314 ____________________________________________________________________________
15315 [  6218] By: jhi                                   on 2000/06/15  23:54:16
15316         Log: Bytecode patches from Benjamin Stuhl.
15317      Branch: cfgperl
15318            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15319 ____________________________________________________________________________
15320 [  6217] By: jhi                                   on 2000/06/09  13:38:29
15321         Log: Rename the fdpid locking and integrate with Sarathy.
15322      Branch: cfgperl
15323            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
15324            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
15325            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
15326            ! win32/win32.c
15327           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
15328 ____________________________________________________________________________
15329 [  6216] By: gsar                                  on 2000/06/08  14:54:21
15330         Log: be more optimal about clearing @_
15331      Branch: perl
15332            ! cop.h
15333 ____________________________________________________________________________
15334 [  6215] By: gsar                                  on 2000/06/08  14:33:04
15335         Log: tweak comment about @DB::args
15336      Branch: perl
15337            ! av.h pp_ctl.c
15338 ____________________________________________________________________________
15339 [  6214] By: gsar                                  on 2000/06/08  13:57:54
15340         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
15341              caller() wants to populate @DB::args with it (causes a coredump
15342              in Carp::confess())
15343      Branch: perl
15344            ! cop.h t/op/runlevel.t
15345 ____________________________________________________________________________
15346 [  6213] By: gsar                                  on 2000/06/08  07:06:35
15347         Log: back out change#6106 (seems problematic)
15348      Branch: perl
15349            ! hints/solaris_2.sh
15350 ____________________________________________________________________________
15351 [  6212] By: jhi                                   on 2000/06/07  03:10:36
15352         Log: Continuing mopup for #6204.
15353      Branch: cfgperl
15354            ! ext/B/defsubs_h.PL
15355 ____________________________________________________________________________
15356 [  6211] By: jhi                                   on 2000/06/07  02:41:50
15357         Log: Mopup for #6204.
15358              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
15359              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
15360              This is comes from const() where POK isn't on when expected.
15361      Branch: cfgperl
15362            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
15363            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15364            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15365            ! perlapi.h pod/perlapi.pod
15366 ____________________________________________________________________________
15367 [  6210] By: jhi                                   on 2000/06/07  01:56:29
15368         Log: Mopup for #6207 and #6209.
15369      Branch: cfgperl
15370            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
15371 ____________________________________________________________________________
15372 [  6209] By: jhi                                   on 2000/06/07  01:33:12
15373         Log: Lock PL_fdpid against race conditions, based on:
15374              Subject: [PATCH 5.6.0]subprocess fixup for threads
15375              From: Dan Sugalski <dan@sidhe.org>
15376              To: perl5-porters@perl.org
15377              Date: Tue, 11 Apr 2000 17:02:32 -0400
15378              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15379      Branch: cfgperl
15380            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
15381            ! win32/win32.c
15382 ____________________________________________________________________________
15383 [  6208] By: jhi                                   on 2000/06/07  01:05:23
15384         Log: Regen headers for #6207.
15385      Branch: cfgperl
15386            ! embed.h global.sym objXSUB.h proto.h
15387 ____________________________________________________________________________
15388 [  6207] By: jhi                                   on 2000/06/06  23:43:13
15389         Log: Subject: [PATCH 5.6.0] Threadsafe patches
15390              From: Dan Sugalski <dan@sidhe.org>
15391              To: perl5-porters@perl.org
15392              Date: Mon, 08 May 2000 18:08:13 -0400
15393              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15394      Branch: cfgperl
15395            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
15396            ! proto.h sv.h util.c
15397 ____________________________________________________________________________
15398 [  6206] By: jhi                                   on 2000/06/06  23:21:23
15399         Log: Subject: [PATCH] Eliminate $a/$b in pod
15400              From: David Glasser <me@davidglasser.net>
15401              To: perl5-porters@perl.org
15402              Date: Mon, 29 May 2000 21:15:59 -0400
15403              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
15404      Branch: cfgperl
15405            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
15406            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
15407            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
15408            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
15409            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
15410            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
15411            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
15412            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
15413            ! pod/perlvar.pod pod/perlxs.pod
15414 ____________________________________________________________________________
15415 [  6205] By: jhi                                   on 2000/06/06  23:12:14
15416         Log: Subject: [PATCH] Win32 improvements
15417              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15418              To: gsar@activestate.com, perl5-porters@perl.org
15419              Date: Mon, 29 May 2000 17:22:24 PDT
15420              Message-ID: <20000530002224.91142.qmail@hotmail.com>
15421              (MUA had mangled many lines by wordwrapping)
15422      Branch: cfgperl
15423            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
15424 ____________________________________________________________________________
15425 [  6204] By: jhi                                   on 2000/06/06  23:01:50
15426         Log: Subject: [PATCH] B::Bytecode patches
15427              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15428              To: gsar@activestate.com, jhi@iki.fi
15429              Cc: perl5-porters@perl.org
15430              Message-ID: <20000602202526.48694.qmail@hotmail.com>
15431              (MUA had mangled many lines by wordwrapping)
15432      Branch: cfgperl
15433            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
15434            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
15435            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15436            ! intrpvar.h perl.c
15437 ____________________________________________________________________________
15438 [  6203] By: jhi                                   on 2000/06/06  22:32:43
15439         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
15440              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15441              Date: Tue, 06 Jun 2000 13:07:45 -0700
15442              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
15443      Branch: cfgperl
15444            ! pod/perldiag.pod
15445 ____________________________________________________________________________
15446 [  6202] By: jhi                                   on 2000/06/06  19:38:35
15447         Log: Integrate with Sarathy.
15448      Branch: cfgperl
15449           !> perl.c
15450 ____________________________________________________________________________
15451 [  6201] By: gsar                                  on 2000/06/06  00:42:59
15452         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
15453              does a PUSHMARK that's never ever POPMARKed; in general, only
15454              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15455              Perl_eval_[sp]v() don't because they don't take any incoming
15456              arguments (this leak has been around since the original version
15457              of perl_eval_pv() in 5.003_97e)
15458      Branch: perl
15459            ! perl.c
15460 ____________________________________________________________________________
15461 [  6200] By: jhi                                   on 2000/06/04  03:44:52
15462         Log: Update to cperl-mode.el 4.31 from
15463              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15464              Subject: A couple of notes
15465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15466              To: Mailing list Perl5 <perl5-porters@perl.org>
15467              Date: Sat, 3 Jun 2000 23:33:32 -0400
15468              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15469      Branch: cfgperl
15470            ! emacs/cperl-mode.el
15471 ____________________________________________________________________________
15472 [  6199] By: jhi                                   on 2000/06/03  15:11:05
15473         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15474              From: Dan Sugalski <dan@sidhe.org>
15475              To: perl5-porters@perl.org, vmsperl@perl.org
15476              Date: Fri, 02 Jun 2000 17:30:51 -0400
15477              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15478      Branch: cfgperl
15479            ! vms/descrip_mms.template vms/gen_shrfls.pl
15480 ____________________________________________________________________________
15481 [  6198] By: jhi                                   on 2000/06/03  14:59:15
15482         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15483              From: Dan Sugalski <dan@sidhe.org>
15484              To: vmsperl@perl.org, perl5-porters@perl.org
15485              Date: Fri, 02 Jun 2000 16:00:41 -0400
15486              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15487              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15488      Branch: cfgperl
15489            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
15490            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
15491            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
15492 ____________________________________________________________________________
15493 [  6197] By: jhi                                   on 2000/06/03  14:41:30
15494         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15495              From: John Borwick <jhborwic@unity.ncsu.edu>
15496              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15497              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15498      Branch: cfgperl
15499            ! pod/perlsyn.pod
15500 ____________________________________________________________________________
15501 [  6196] By: jhi                                   on 2000/06/03  14:38:09
15502         Log: Integrate with Sarathy.
15503      Branch: cfgperl
15504           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15505           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15506           !> vms/perly_c.vms
15507 ____________________________________________________________________________
15508 [  6195] By: gsar                                  on 2000/06/02  22:43:13
15509         Log: fix yet another eval"" leak under USE_ITHREADS
15510      Branch: perl
15511            ! op.c
15512 ____________________________________________________________________________
15513 [  6194] By: gsar                                  on 2000/06/02  18:22:06
15514         Log: fix small eval"" memory leaks under USE_ITHREADS
15515      Branch: perl
15516            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15517            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15518            ! vms/perly_c.vms
15519 ____________________________________________________________________________
15520 [  6193] By: jhi                                   on 2000/06/01  13:03:56
15521         Log: Signals-be-gone for microperl.
15522      Branch: cfgperl
15523            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
15524 ____________________________________________________________________________
15525 [  6192] By: jhi                                   on 2000/06/01  12:52:02
15526         Log: Integrate with Sarathy.
15527      Branch: cfgperl
15528           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15529           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
15530           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
15531           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15532           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
15533           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
15534           !> t/op/vec.t utils/h2xs.PL
15535 ____________________________________________________________________________
15536 [  6191] By: gsar                                  on 2000/06/01  09:38:21
15537         Log: vec() loses numericalness (modified version of patch suggested
15538              by Robin Barker)
15539      Branch: perl
15540            ! doop.c t/op/vec.t
15541 ____________________________________________________________________________
15542 [  6190] By: gsar                                  on 2000/06/01  09:26:15
15543         Log: submit missing embed.pl change
15544      Branch: perl
15545            ! embed.pl
15546 ____________________________________________________________________________
15547 [  6189] By: gsar                                  on 2000/06/01  09:05:34
15548         Log: counting tr/// corrupts later operation (from M.J.T Guy)
15549      Branch: perl
15550            ! doop.c t/op/tr.t
15551 ____________________________________________________________________________
15552 [  6188] By: gsar                                  on 2000/06/01  08:58:39
15553         Log: h2xs tweaks
15554      Branch: perl
15555            ! utils/h2xs.PL
15556 ____________________________________________________________________________
15557 [  6187] By: gsar                                  on 2000/06/01  08:50:07
15558         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15559              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15560      Branch: perl
15561            + lib/Pod/LaTeX.pm
15562            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
15563            ! pod/pod2latex.PL
15564 ____________________________________________________________________________
15565 [  6186] By: gsar                                  on 2000/06/01  08:24:40
15566         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
15567              <wolfgang.laun@alcatel.at>)
15568      Branch: perl
15569            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15570            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
15571 ____________________________________________________________________________
15572 [  6185] By: gsar                                  on 2000/06/01  08:12:00
15573         Log: remove incorrect documentation about implicit split to @_ in
15574              list context, which never really worked in perl 5 (from
15575              M.J.T. Guy)
15576      Branch: perl
15577            ! pod/perlfunc.pod pod/perltrap.pod
15578 ____________________________________________________________________________
15579 [  6184] By: gsar                                  on 2000/06/01  07:52:27
15580         Log: tweak for change#6127
15581      Branch: perl
15582            ! perl.c
15583 ____________________________________________________________________________
15584 [  6183] By: gsar                                  on 2000/06/01  07:41:02
15585         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15586              <nick@ccl4.org>)
15587      Branch: perl
15588            + t/lib/selfloader.t
15589            ! MANIFEST lib/SelfLoader.pm
15590 ____________________________________________________________________________
15591 [  6182] By: jhi                                   on 2000/06/01  00:34:42
15592         Log: Be Cleaner Part Deux.
15593      Branch: cfgperl
15594            ! Makefile.SH
15595 ____________________________________________________________________________
15596 [  6181] By: jhi                                   on 2000/06/01  00:32:09
15597         Log: Integrate with Sarathy.
15598      Branch: cfgperl
15599           !> pp.c t/op/arith.t
15600 ____________________________________________________________________________
15601 [  6180] By: jhi                                   on 2000/06/01  00:31:13
15602         Log: microperl nits from Simon Cozens.
15603      Branch: cfgperl
15604            + uconfig.h
15605            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
15606            ! unixish.h
15607 ____________________________________________________________________________
15608 [  6179] By: gsar                                  on 2000/05/31  22:37:51
15609         Log: buggy modulus on UVs introduced by change#3378 (resulted in
15610              4063328477 % 65535 amounting to 27406, instead of 27407)
15611      Branch: perl
15612            ! pp.c t/op/arith.t
15613 ____________________________________________________________________________
15614 [  6178] By: jhi                                   on 2000/05/31  21:52:41
15615         Log: Be cleaner.
15616      Branch: cfgperl
15617            ! Makefile.SH
15618 ____________________________________________________________________________
15619 [  6177] By: jhi                                   on 2000/05/31  21:47:33
15620         Log: Substitution utf8 patch from Simon Cozens.
15621      Branch: cfgperl
15622            ! pp_hot.c
15623 ____________________________________________________________________________
15624 [  6176] By: jhi                                   on 2000/05/31  21:45:34
15625         Log: Single-quoted utf8 patch from Simon Cozens.
15626      Branch: cfgperl
15627            ! toke.c
15628 ____________________________________________________________________________
15629 [  6175] By: jhi                                   on 2000/05/31  21:40:18
15630         Log: Integrate with Sarathy.
15631      Branch: cfgperl
15632           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
15633 ____________________________________________________________________________
15634 [  6174] By: jhi                                   on 2000/05/31  21:37:31
15635         Log: microperl changes from Simon Cozens; Makefile for microperl
15636              written from scratch; few casts added as microperl compilation
15637              doesn't have all prototypes available.
15638      Branch: cfgperl
15639            + Makefile.micro README.micro Todo.micro uconfig.sh
15640            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
15641            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
15642      Branch: metaconfig
15643            + U/modified/Config_h.U
15644 ____________________________________________________________________________
15645 [  6173] By: jhi                                   on 2000/05/31  20:00:24
15646         Log: metaconfig maintenance.
15647      Branch: metaconfig
15648            + U/modified/Inhdr.U U/typedefs/inotype.U
15649      Branch: metaconfig/U/perl
15650            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
15651            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
15652 ____________________________________________________________________________
15653 [  6172] By: gsar                                  on 2000/05/31  05:05:42
15654         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15655              (from Ilya Zakharevich)
15656      Branch: perl
15657            ! regexec.c t/op/re_tests
15658 ____________________________________________________________________________
15659 [  6171] By: gsar                                  on 2000/05/31  05:01:47
15660         Log: scalar() doesn't force scalar context when used in void context
15661              (from Simon Cozens)
15662      Branch: perl
15663            ! op.c t/op/wantarray.t
15664 ____________________________________________________________________________
15665 [  6170] By: gsar                                  on 2000/05/31  04:41:33
15666         Log: change#6142 needs tweaks to tests to work where there's no symlink()
15667              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15668      Branch: perl
15669            ! t/lib/filefind.t
15670 ____________________________________________________________________________
15671 [  6169] By: gsar                                  on 2000/05/31  04:29:49
15672         Log: integrate cfgperl contents into mainline
15673      Branch: perl
15674           +> pod/perlmodlib.PL pod/perlnewmod.pod
15675           !> (integrate 42 files)
15676 ____________________________________________________________________________
15677 [  6168] By: jhi                                   on 2000/05/30  22:53:37
15678         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15679      Branch: cfgperl
15680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15681            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
15682            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
15683            ! win32/config.bc win32/config.gc win32/config.vc
15684            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15685            ! win32/config_h.PL win32/config_sh.PL
15686      Branch: metaconfig/U/perl
15687            ! perlxv.U
15688 ____________________________________________________________________________
15689 [  6167] By: jhi                                   on 2000/05/30  22:20:21
15690         Log: tweak todo 
15691      Branch: cfgperl
15692            ! Todo-5.6
15693 ____________________________________________________________________________
15694 [  6166] By: jhi                                   on 2000/05/30  22:11:51
15695         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15696              in case somebody wants to write an extension for more
15697              shadow database interfaces.
15698      Branch: cfgperl
15699            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15700            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
15701            ! vos/config.def vos/config.h vos/config_h.SH_orig
15702            ! win32/config.bc win32/config.gc win32/config.vc
15703            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15704      Branch: metaconfig
15705            ! U/modified/Myinit.U
15706      Branch: metaconfig/U/perl
15707            + d_getespwnam.U d_getprpwnam.U i_prot.U
15708 ____________________________________________________________________________
15709 [  6165] By: jhi                                   on 2000/05/30  18:35:34
15710         Log: Integrate with Sarathy.
15711      Branch: cfgperl
15712           !> op.c
15713 ____________________________________________________________________________
15714 [  6164] By: jhi                                   on 2000/05/30  18:30:16
15715         Log: detypo
15716      Branch: cfgperl
15717            ! Configure config_h.SH
15718      Branch: metaconfig/U/perl
15719            ! perlxv.U
15720 ____________________________________________________________________________
15721 [  6163] By: gsar                                  on 2000/05/30  03:24:03
15722         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
15723      Branch: perl
15724            ! op.c
15725 ____________________________________________________________________________
15726 [  6162] By: gsar                                  on 2000/05/30  03:09:38
15727         Log: fix memory leak in method call optimization (change#3768);
15728              made C<eval "$x->foo()"> leak
15729      Branch: perl
15730            ! op.c
15731 ____________________________________________________________________________
15732 [  6161] By: jhi                                   on 2000/05/29  17:56:26
15733         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15734              both from Simon Cozens.
15735      Branch: cfgperl
15736            + pod/perlmodlib.PL pod/perlnewmod.pod
15737            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
15738            ! pod/perlmodlib.pod pod/perltoc.pod
15739 ____________________________________________________________________________
15740 [  6160] By: jhi                                   on 2000/05/29  17:23:55
15741         Log: Changes for the File::Temp 0.08 (change #6159) test suite
15742              to fit better into the Perl distribution test framework.
15743      Branch: cfgperl
15744            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
15745            ! t/lib/ftmp-tempfile.t
15746 ____________________________________________________________________________
15747 [  6159] By: jhi                                   on 2000/05/29  16:55:36
15748         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15749      Branch: cfgperl
15750            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15751            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15752 ____________________________________________________________________________
15753 [  6158] By: bailey                                on 2000/05/29  16:22:08
15754         Log: Add fallback to tmpfile for use in cases where user's relying on
15755              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15756              Lane's patch)
15757      Branch: vmsperl
15758            ! vms/vms.c vms/vmsish.h
15759 ____________________________________________________________________________
15760 [  6157] By: jhi                                   on 2000/05/29  03:10:36
15761         Log: Regen Configure to jive with #6149.
15762      Branch: cfgperl
15763            ! Configure
15764      Branch: metaconfig
15765            ! U/modified/Getfile.U
15766 ____________________________________________________________________________
15767 [  6156] By: jhi                                   on 2000/05/29  03:01:38
15768         Log: Integrate with Sarathy.
15769      Branch: cfgperl
15770           +> ext/DynaLoader/dl_mac.xs
15771           !> (integrate 38 files)
15772 ____________________________________________________________________________
15773 [  6155] By: gsar                                  on 2000/05/28  21:15:58
15774         Log: small bug in change#6144; remove random \xA0 character that snuck
15775              in via change#6145
15776      Branch: perl
15777            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
15778 ____________________________________________________________________________
15779 [  6154] By: gsar                                  on 2000/05/28  21:04:19
15780         Log: avoid type mismatch warning
15781      Branch: perl
15782            ! perl.c
15783 ____________________________________________________________________________
15784 [  6153] By: gsar                                  on 2000/05/28  20:58:31
15785         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
15786              <nick@Bagpuss.uk.boo.com>)
15787      Branch: perl
15788            ! lib/Test/Harness.pm
15789 ____________________________________________________________________________
15790 [  6152] By: gsar                                  on 2000/05/28  20:53:42
15791         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
15792      Branch: perl
15793            ! regexec.c
15794 ____________________________________________________________________________
15795 [  6151] By: gsar                                  on 2000/05/28  20:50:28
15796         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15797      Branch: perl
15798            ! regexec.c
15799 ____________________________________________________________________________
15800 [  6150] By: gsar                                  on 2000/05/28  20:39:58
15801         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15802      Branch: perl
15803            ! pod/perlrequick.pod
15804 ____________________________________________________________________________
15805 [  6149] By: gsar                                  on 2000/05/28  20:35:16
15806         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
15807              <troc@netrus.net>)
15808      Branch: perl
15809            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
15810            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
15811            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
15812            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
15813 ____________________________________________________________________________
15814 [  6148] By: gsar                                  on 2000/05/28  20:21:07
15815         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15816      Branch: perl
15817            ! lib/ExtUtils/MM_Unix.pm
15818 ____________________________________________________________________________
15819 [  6147] By: gsar                                  on 2000/05/28  20:12:41
15820         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
15821              (from Peter Prymmer)
15822      Branch: perl
15823            ! vms/subconfigure.com
15824 ____________________________________________________________________________
15825 [  6146] By: gsar                                  on 2000/05/28  20:06:15
15826         Log: doc typo
15827      Branch: perl
15828            ! lib/warnings.pm warnings.h warnings.pl
15829 ____________________________________________________________________________
15830 [  6145] By: gsar                                  on 2000/05/28  18:44:33
15831         Log: make xsubpp skip embedded pod (from Matthias Neeracher
15832              <neeri@iis.ee.ethz.ch>)
15833      Branch: perl
15834            ! lib/ExtUtils/xsubpp
15835 ____________________________________________________________________________
15836 [  6144] By: gsar                                  on 2000/05/28  18:42:49
15837         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
15838              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15839              <neeri@iis.ee.ethz.ch>)
15840      Branch: perl
15841            ! lib/AutoSplit.pm
15842 ____________________________________________________________________________
15843 [  6143] By: gsar                                  on 2000/05/28  18:41:12
15844         Log: MacOS support, part 1 (from Matthias Neeracher
15845              <neeri@iis.ee.ethz.ch>)
15846      Branch: perl
15847            + ext/DynaLoader/dl_mac.xs
15848            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15849            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
15850            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
15851            ! util.h
15852 ____________________________________________________________________________
15853 [  6142] By: gsar                                  on 2000/05/28  18:21:51
15854         Log: File::Find fails to chdir when chasing symlinks (from
15855              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15856      Branch: perl
15857            ! lib/File/Find.pm t/lib/filefind.t
15858 ____________________________________________________________________________
15859 [  6141] By: jhi                                   on 2000/05/28  14:25:15
15860         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15861              forwarded by Peter Seebach from the bsdi-users mailing list.
15862              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15863      Branch: perl
15864            ! hints/bsdos.sh
15865 ____________________________________________________________________________
15866 [  6140] By: jhi                                   on 2000/05/28  14:11:57
15867         Log: Integrate with Sarathy.
15868      Branch: cfgperl
15869           +> (branch 30 files)
15870           !> (integrate 93 files)
15871 ____________________________________________________________________________
15872 [  6139] By: gsar                                  on 2000/05/28  10:01:48
15873         Log: revise mktables.PL for bugs and newness in Unicode 3.0
15874              (from James Bence <jbence@amgen.com>)
15875      Branch: perl
15876            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
15877            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
15878            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
15879            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
15880            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
15881            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
15882            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
15883            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
15884            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
15885            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
15886            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
15887            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
15888            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
15889            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
15890            + lib/unicode/Is/SylWU.pl
15891            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
15892            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15893            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
15894            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
15895            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
15896            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
15897            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
15898            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
15899            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
15900            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
15901            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
15902            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
15903            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
15904            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
15905            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
15906            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
15907            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
15908            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
15909            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
15910            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
15911            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
15912            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
15913            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
15914            ! lib/unicode/Makefile lib/unicode/mktables.PL
15915 ____________________________________________________________________________
15916 [  6138] By: gsar                                  on 2000/05/28  08:50:32
15917         Log: add note about the handling of negative indices to tied arrays
15918              (from Michael G Schwern <schwern@pobox.com>)
15919      Branch: perl
15920            ! pod/perltie.pod
15921 ____________________________________________________________________________
15922 [  6137] By: gsar                                  on 2000/05/28  08:46:10
15923         Log: fix bogus redeclaration warning for "our" variables in different
15924              scopes
15925      Branch: perl
15926            ! op.c t/pragma/strict-vars
15927 ____________________________________________________________________________
15928 [  6136] By: gsar                                  on 2000/05/28  08:31:20
15929         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
15930      Branch: perl
15931            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
15932 ____________________________________________________________________________
15933 [  6135] By: gsar                                  on 2000/05/28  08:17:50
15934         Log: enable Test::Harness to dynamically determine column width etc.
15935              (from Rob Napier <rnapier@employees.org>)
15936      Branch: perl
15937            ! lib/Test/Harness.pm
15938 ____________________________________________________________________________
15939 [  6134] By: gsar                                  on 2000/05/28  08:13:39
15940         Log: make Test::Harness use wait.h/WCOREDUMP if available
15941              (from Ben Tilly <ben_tilly@hotmail.com>)
15942      Branch: perl
15943            ! lib/Test/Harness.pm
15944 ____________________________________________________________________________
15945 [  6133] By: gsar                                  on 2000/05/28  08:08:05
15946         Log: elide bogus test in change#6132
15947      Branch: perl
15948            ! t/pragma/warn/9enabled
15949 ____________________________________________________________________________
15950 [  6132] By: gsar                                  on 2000/05/28  08:03:14
15951         Log: warnings::enabled() doesn't fall back to looking at $^W if
15952              caller isn't using lexical warnings (from Paul Marquess)
15953      Branch: perl
15954            ! pp_ctl.c t/pragma/warn/9enabled
15955 ____________________________________________________________________________
15956 [  6131] By: gsar                                  on 2000/05/28  07:57:47
15957         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
15958      Branch: perl
15959            ! ext/POSIX/POSIX.pm
15960 ____________________________________________________________________________
15961 [  6130] By: gsar                                  on 2000/05/28  07:29:12
15962         Log: fix places that mean C<"word" character> but say C<alphanumeric
15963              character>
15964      Branch: perl
15965            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
15966 ____________________________________________________________________________
15967 [  6129] By: gsar                                  on 2000/05/28  07:18:41
15968         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15969      Branch: perl
15970            ! vms/test.com
15971 ____________________________________________________________________________
15972 [  6128] By: gsar                                  on 2000/05/28  07:12:55
15973         Log: new perlxstut example for passing/returning refs to arrays
15974              (from David Lowe <dlowe@pootpoot.com>)
15975      Branch: perl
15976            ! pod/perlxstut.pod
15977 ____________________________________________________________________________
15978 [  6127] By: gsar                                  on 2000/05/28  07:02:50
15979         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
15980              failed (from Gisle Aas)
15981      Branch: perl
15982            ! cop.h perl.c
15983 ____________________________________________________________________________
15984 [  6126] By: gsar                                  on 2000/05/28  06:39:53
15985         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
15986              (reworked variant of patch suggested by Simon Cozens)
15987      Branch: perl
15988            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
15989            ! pp_hot.c proto.h t/op/gv.t
15990 ____________________________________________________________________________
15991 [  6125] By: gsar                                  on 2000/05/28  05:14:55
15992         Log: enable propagating exception objects via Perl_croak() in XS code
15993              (from Gisle Aas)
15994      Branch: perl
15995            ! util.c
15996 ____________________________________________________________________________
15997 [  6124] By: gsar                                  on 2000/05/28  05:07:28
15998         Log: integrate vmsperl contents into mainline
15999      Branch: perl
16000           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
16001           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
16002           !> vms/vmsish.h
16003 ____________________________________________________________________________
16004 [  6123] By: gsar                                  on 2000/05/28  05:03:53
16005         Log: clarify gotcha with #line directives (from Rocco Caputo
16006              <troc@netrus.net>)
16007      Branch: perl
16008            ! pod/perldebug.pod pod/perlsyn.pod
16009 ____________________________________________________________________________
16010 [  6122] By: gsar                                  on 2000/05/28  04:58:29
16011         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
16012              (from Mark-Jason Dominus)
16013      Branch: perl
16014            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
16015            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
16016            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
16017            ! toke.c
16018 ____________________________________________________________________________
16019 [  6121] By: bailey                                on 2000/05/25  04:46:54
16020         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
16021              lists (based on fixes by Craig Berry)
16022      Branch: vmsperl
16023            ! lib/File/Spec/VMS.pm
16024 ____________________________________________________________________________
16025 [  6120] By: bailey                                on 2000/05/25  04:25:38
16026         Log: Add missing escape (Charles Lane)
16027      Branch: vmsperl
16028            ! t/op/lex_assign.t
16029 ____________________________________________________________________________
16030 [  6119] By: bailey                                on 2000/05/25  04:21:25
16031         Log: Quiet error messages in vmsish.t (Charles Lane)
16032      Branch: vmsperl
16033            ! vms/ext/vmsish.t
16034 ____________________________________________________________________________
16035 [  6118] By: bailey                                on 2000/05/25  04:17:57
16036         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
16037              Flatten case labels in switch statements uniformly (Charles Bailey)
16038      Branch: vmsperl
16039            ! vms/vms.c
16040 ____________________________________________________________________________
16041 [  6117] By: bailey                                on 2000/05/25  03:58:09
16042         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
16043      Branch: vmsperl
16044            ! vms/vmsish.h
16045 ____________________________________________________________________________
16046 [  6116] By: bailey                                on 2000/05/25  03:11:15
16047         Log: Miscellaneous cosmetic fixes (Charles Lane)
16048      Branch: vmsperl
16049            ! lib/ExtUtils/MM_VMS.pm
16050 ____________________________________________________________________________
16051 [  6115] By: bailey                                on 2000/05/25  03:10:36
16052         Log: Add bounds checking for several strings (Charles Lane)
16053      Branch: vmsperl
16054            ! vms/vms.c
16055 ____________________________________________________________________________
16056 [  6114] By: bailey                                on 2000/05/25  02:25:34
16057         Log: Urk -- undo previous removal of vmsish 'exit' change
16058      Branch: vmsperl
16059            ! vms/ext/vmsish.pm vms/vmsish.h
16060 ____________________________________________________________________________
16061 [  6113] By: bailey                                on 2000/05/24  02:24:40
16062         Log: Ugly workaround for version-specific RTL error
16063      Branch: vmsperl
16064            ! vms/vms.c
16065 ____________________________________________________________________________
16066 [  6112] By: bailey                                on 2000/05/24  02:19:55
16067         Log: Check for existence of file before trying to delete
16068      Branch: vmsperl
16069            ! vms/test.com
16070 ____________________________________________________________________________
16071 [  6111] By: bailey                                on 2000/05/23  23:35:13
16072         Log: Resync with mainline prior to post-5.6.0 updates
16073      Branch: vmsperl
16074           +> (branch 49 files)
16075            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
16076            ! vms/ext/vmsish.pm
16077           !> (integrate 334 files)
16078 ____________________________________________________________________________
16079 [  6110] By: jhi                                   on 2000/05/23  19:28:32
16080         Log: todo tweak
16081      Branch: cfgperl
16082            ! Todo-5.6
16083 ____________________________________________________________________________
16084 [  6109] By: jhi                                   on 2000/05/18  17:38:54
16085         Log: Integrate with Sarathy.
16086      Branch: cfgperl
16087           !> mg.c perl.h win32/perlhost.h
16088 ____________________________________________________________________________
16089 [  6108] By: gsar                                  on 2000/05/17  02:24:56
16090         Log: reenable fake signal handling on Windows, bugs and all
16091      Branch: perl
16092            ! mg.c perl.h win32/perlhost.h
16093 ____________________________________________________________________________
16094 [  6107] By: jhi                                   on 2000/05/15  18:01:41
16095         Log: Tweak the todo list.
16096      Branch: cfgperl
16097            ! Todo-5.6
16098 ____________________________________________________________________________
16099 [  6106] By: jhi                                   on 2000/05/15  13:41:48
16100         Log: The (Configure) script refuses to go on, after asking for
16101              'You may also choose to try maximal 64-bitness....'.
16102              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
16103              -- Patrick Zima
16104              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
16105      Branch: cfgperl
16106            ! hints/solaris_2.sh
16107 ____________________________________________________________________________
16108 [  6105] By: jhi                                   on 2000/05/11  14:37:43
16109         Log: Integrate with Sarathy.
16110      Branch: cfgperl
16111           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
16112           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
16113 ____________________________________________________________________________
16114 [  6104] By: gsar                                  on 2000/05/11  03:39:07
16115         Log: PL_sys_intern was being initialized too late on windows
16116      Branch: perl
16117            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
16118            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
16119 ____________________________________________________________________________
16120 [  6103] By: jhi                                   on 2000/05/09  19:42:20
16121         Log: Test tweaking for Unicos continues.
16122      Branch: cfgperl
16123            ! t/op/64bitint.t
16124 ____________________________________________________________________________
16125 [  6102] By: jhi                                   on 2000/05/09  16:47:27
16126         Log: The test suite tweak in #6101 wasn't quite right.
16127      Branch: cfgperl
16128            ! t/lib/complex.t
16129 ____________________________________________________________________________
16130 [  6101] By: jhi                                   on 2000/05/09  15:35:34
16131         Log: Hints and test tweaks for Unicos.
16132      Branch: cfgperl
16133            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
16134 ____________________________________________________________________________
16135 [  6100] By: jhi                                   on 2000/05/08  21:15:06
16136         Log: More compilation tweakery from Allen Smith.
16137      Branch: cfgperl
16138            ! hints/irix_6.sh
16139 ____________________________________________________________________________
16140 [  6099] By: jhi                                   on 2000/05/08  19:21:18
16141         Log: Tweaks for the cc bugs from Allen Smith.
16142      Branch: cfgperl
16143            ! hints/irix_6.sh
16144 ____________________________________________________________________________
16145 [  6098] By: jhi                                   on 2000/05/08  19:13:37
16146         Log: Add a note about other, yet unsupported, shadow password APIs.
16147      Branch: cfgperl
16148            ! pp_sys.c
16149 ____________________________________________________________________________
16150 [  6097] By: jhi                                   on 2000/05/08  18:46:34
16151         Log: Add a note about possible compilation problems from Allen Smith.
16152      Branch: cfgperl
16153            ! hints/irix_6.sh
16154 ____________________________________________________________________________
16155 [  6096] By: jhi                                   on 2000/05/08  17:33:10
16156         Log: Integrate with Sarathy.
16157      Branch: cfgperl
16158           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16159           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
16160 ____________________________________________________________________________
16161 [  6095] By: jhi                                   on 2000/05/08  16:21:33
16162         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
16163              might be useful in future.
16164      Branch: cfgperl
16165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16166            ! config_h.SH
16167      Branch: metaconfig
16168            ! U/installdirs/inc_version_list.U
16169      Branch: metaconfig/U/perl
16170            ! perlxv.U
16171 ____________________________________________________________________________
16172 [  6094] By: gsar                                  on 2000/05/08  14:22:22
16173         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
16174      Branch: perl
16175            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16176            ! hints/cygwin.sh pp_sys.c
16177 ____________________________________________________________________________
16178 [  6093] By: gsar                                  on 2000/05/08  12:52:28
16179         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
16180              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
16181      Branch: perl
16182            ! pp_sys.c sv.c win32/perlhost.h
16183 ____________________________________________________________________________
16184 [  6092] By: jhi                                   on 2000/05/07  22:40:34
16185         Log: Regen perltoc with the fixed buildtoc.
16186      Branch: cfgperl
16187            ! pod/perltoc.pod
16188 ____________________________________________________________________________
16189 [  6091] By: jhi                                   on 2000/05/07  22:24:16
16190         Log: Integrate with Sarathy.
16191      Branch: cfgperl
16192           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
16193           !> t/op/substr.t toke.c
16194 ____________________________________________________________________________
16195 [  6090] By: gsar                                  on 2000/05/07  19:47:07
16196         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
16197              [NI]OK; added tests for both
16198      Branch: perl
16199            ! perl.c pp_hot.c sv.c t/op/substr.t
16200 ____________________________________________________________________________
16201 [  6089] By: gsar                                  on 2000/05/07  18:18:38
16202         Log: buildtoc tweak to fix newline lossage
16203      Branch: perl
16204            ! pod/buildtoc
16205 ____________________________________________________________________________
16206 [  6088] By: jhi                                   on 2000/05/07  16:35:36
16207         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
16208              because we do not use those.  The HAS_GETSPNAM remains,
16209              though, because we still do use that.
16210      Branch: cfgperl
16211            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16212            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
16213            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
16214            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
16215            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16216            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16217 ____________________________________________________________________________
16218 [  6087] By: gsar                                  on 2000/05/07  16:05:16
16219         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
16220      Branch: perl
16221            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
16222 ____________________________________________________________________________
16223 [  6086] By: jhi                                   on 2000/05/07  15:27:07
16224         Log: Integrate with Sarathy.
16225      Branch: cfgperl
16226           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16227           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16228           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
16229           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
16230           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
16231           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
16232 ____________________________________________________________________________
16233 [  6085] By: gsar                                  on 2000/05/07  05:52:02
16234         Log: repeat operator (x) doesn't preserve utf8-ness
16235      Branch: perl
16236            ! pp.c t/op/substr.t
16237 ____________________________________________________________________________
16238 [  6084] By: gsar                                  on 2000/05/07  05:39:55
16239         Log: substr() does not preserve utf8-ness (from Stefan Eissing
16240              <Eissing@medicaldataservice.de>); added tests
16241      Branch: perl
16242            ! pp.c t/op/substr.t
16243 ____________________________________________________________________________
16244 [  6083] By: gsar                                  on 2000/05/07  05:24:46
16245         Log: note about undocumented caller() return value (from M.J.T. Guy);
16246              yet another peek.t tweak
16247      Branch: perl
16248            ! pod/perlfunc.pod t/lib/peek.t
16249 ____________________________________________________________________________
16250 [  6082] By: gsar                                  on 2000/05/07  05:08:40
16251         Log: peek.t non-portable to ithreads
16252      Branch: perl
16253            ! t/lib/peek.t
16254 ____________________________________________________________________________
16255 [  6081] By: gsar                                  on 2000/05/07  04:17:04
16256         Log: better default perlbug categories for ok reports (from Richard Foley)
16257      Branch: perl
16258            ! utils/perlbug.PL
16259 ____________________________________________________________________________
16260 [  6080] By: gsar                                  on 2000/05/07  04:08:07
16261         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
16262              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16263      Branch: perl
16264            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16265            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16266            ! AUTHORS MAINTAIN MANIFEST
16267 ____________________________________________________________________________
16268 [  6079] By: gsar                                  on 2000/05/07  04:01:38
16269         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
16270      Branch: perl
16271            ! lib/Carp/Heavy.pm
16272 ____________________________________________________________________________
16273 [  6078] By: gsar                                  on 2000/05/07  01:24:19
16274         Log: workaround for CRT bug in chdir() (from Charles Lane, via
16275              Peter Prymmer)
16276      Branch: perl
16277            ! iperlsys.h vms/vms.c vms/vmsish.h
16278 ____________________________________________________________________________
16279 [  6077] By: gsar                                  on 2000/05/07  01:22:23
16280         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
16281              and Tom Phoenix)
16282      Branch: perl
16283            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
16284 ____________________________________________________________________________
16285 [  6076] By: gsar                                  on 2000/05/06  17:36:29
16286         Log: integrate cfgperl contents into mainline
16287      Branch: perl
16288           +> t/lib/peek.t
16289           !> Configure MANIFEST Porting/Glossary Porting/config.sh
16290           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
16291           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
16292           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
16293 ____________________________________________________________________________
16294 [  6075] By: jhi                                   on 2000/05/05  18:56:10
16295         Log: Make the test more portable.
16296      Branch: cfgperl
16297            ! t/lib/peek.t
16298 ____________________________________________________________________________
16299 [  6074] By: jhi                                   on 2000/05/05  18:49:20
16300         Log: Introduce t/lib/peek.t.
16301      Branch: cfgperl
16302            + t/lib/peek.t
16303            ! MANIFEST
16304 ____________________________________________________________________________
16305 [  6073] By: jhi                                   on 2000/05/05  14:30:45
16306         Log: Complex tweaks.
16307      Branch: cfgperl
16308            ! lib/Math/Complex.pm t/lib/complex.t
16309 ____________________________________________________________________________
16310 [  6072] By: jhi                                   on 2000/05/05  12:27:13
16311         Log: Integrate with Sarathy.
16312      Branch: cfgperl
16313           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16314           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16315           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
16316           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
16317 ____________________________________________________________________________
16318 [  6071] By: gsar                                  on 2000/05/05  02:24:46
16319         Log: misformatted perllocal.pod (from Tim Jenness
16320              <t.jenness@jach.hawaii.edu>)
16321      Branch: perl
16322            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16323 ____________________________________________________________________________
16324 [  6070] By: gsar                                  on 2000/05/05  02:16:52
16325         Log: remove misleading comment (from M.J.T. Guy)
16326      Branch: perl
16327            ! t/lib/anydbm.t
16328 ____________________________________________________________________________
16329 [  6069] By: gsar                                  on 2000/05/05  02:15:13
16330         Log: File::Spec compatibility update (from Barrie Slaymaker
16331              <barries@slaysys.com>)
16332      Branch: perl
16333            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16334            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16335 ____________________________________________________________________________
16336 [  6068] By: gsar                                  on 2000/05/05  02:01:50
16337         Log: note about values()
16338      Branch: perl
16339            ! pod/perlfunc.pod
16340 ____________________________________________________________________________
16341 [  6067] By: gsar                                  on 2000/05/05  01:33:09
16342         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
16343      Branch: perl
16344            ! win32/win32.c
16345 ____________________________________________________________________________
16346 [  6066] By: gsar                                  on 2000/05/05  01:23:43
16347         Log: s/END/CHECK/
16348      Branch: perl
16349            ! perl.c
16350 ____________________________________________________________________________
16351 [  6065] By: jhi                                   on 2000/05/04  17:30:22
16352         Log: Integrate with Sarathy.
16353      Branch: cfgperl
16354           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
16355 ____________________________________________________________________________
16356 [  6064] By: gsar                                  on 2000/05/04  17:26:14
16357         Log: change#5905 wasn't quite right--it's intent only applies when arguments
16358              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
16359      Branch: perl
16360            ! pp_sys.c sv.c
16361 ____________________________________________________________________________
16362 [  6063] By: gsar                                  on 2000/05/04  16:52:29
16363         Log: tokeq() could read unallocated field in argument
16364      Branch: perl
16365            ! toke.c
16366 ____________________________________________________________________________
16367 [  6062] By: gsar                                  on 2000/05/04  16:34:51
16368         Log: additional tests for utf8.t
16369      Branch: perl
16370            ! t/pragma/utf8.t
16371 ____________________________________________________________________________
16372 [  6061] By: gsar                                  on 2000/05/04  16:09:28
16373         Log: change#5921 neglected to make eq honor "use bytes"
16374      Branch: perl
16375            ! sv.c
16376 ____________________________________________________________________________
16377 [  6060] By: jhi                                   on 2000/05/04  15:30:16
16378         Log: Integrate with Sarathy.
16379      Branch: cfgperl
16380           !> perl.c regcomp.c t/pragma/utf8.t
16381 ____________________________________________________________________________
16382 [  6059] By: jhi                                   on 2000/05/04  15:26:37
16383         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
16384              in natively 64-bit platforms where a long is a quad (no need
16385              for long longs).  Also added bias for IVs.
16386      Branch: cfgperl
16387            ! toke.c
16388 ____________________________________________________________________________
16389 [  6058] By: gsar                                  on 2000/05/04  00:19:14
16390         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
16391              (spotted by Donald Kinzer <dkinzer@premia.com>)
16392      Branch: perl
16393            ! perl.c
16394 ____________________________________________________________________________
16395 [  6057] By: gsar                                  on 2000/05/03  18:34:01
16396         Log: fix broken parsing of /\x{ab}/
16397      Branch: perl
16398            ! regcomp.c t/pragma/utf8.t
16399 ____________________________________________________________________________
16400 [  6056] By: jhi                                   on 2000/05/03  17:57:16
16401         Log: The search of infinity continues, this time simplified.
16402      Branch: cfgperl
16403            ! lib/Math/Complex.pm
16404 ____________________________________________________________________________
16405 [  6055] By: jhi                                   on 2000/05/03  17:45:30
16406         Log: Detypo.
16407      Branch: cfgperl
16408            ! hints/unicos.sh
16409 ____________________________________________________________________________
16410 [  6054] By: jhi                                   on 2000/05/02  22:28:27
16411         Log: Be more forgiving in POSIX about HUGE_VALL.
16412      Branch: cfgperl
16413            ! ext/POSIX/POSIX.xs
16414 ____________________________________________________________________________
16415 [  6053] By: jhi                                   on 2000/05/02  22:25:05
16416         Log: Integrate with Sarathy.
16417      Branch: cfgperl
16418           !> hints/irix_6.sh pod/perlop.pod
16419 ____________________________________________________________________________
16420 [  6052] By: jhi                                   on 2000/05/02  22:24:31
16421         Log: Unicos hint tweak.
16422      Branch: cfgperl
16423            ! hints/unicos.sh
16424 ____________________________________________________________________________
16425 [  6051] By: jhi                                   on 2000/05/02  22:21:26
16426         Log: Complex tweakery.
16427      Branch: cfgperl
16428            ! lib/Math/Complex.pm t/lib/complex.t
16429 ____________________________________________________________________________
16430 [  6050] By: jhi                                   on 2000/05/02  19:26:22
16431         Log: Use setxxent()/endxxent().
16432      Branch: cfgperl
16433            ! t/op/grent.t t/op/pwent.t
16434 ____________________________________________________________________________
16435 [  6049] By: jhi                                   on 2000/05/02  19:06:02
16436         Log: Test both the scalar and list contexts.
16437      Branch: cfgperl
16438            ! t/op/grent.t t/op/pwent.t
16439 ____________________________________________________________________________
16440 [  6048] By: gsar                                  on 2000/05/02  18:29:10
16441         Log: add note about how $( doesn't interpolate in REs (from
16442              Philip Newton <newton@ficus.frogspace.net>)
16443      Branch: perl
16444            ! pod/perlop.pod
16445 ____________________________________________________________________________
16446 [  6047] By: jhi                                   on 2000/05/02  17:41:24
16447         Log: Call getspnam() only iff needd.
16448      Branch: cfgperl
16449            ! pp_sys.c
16450 ____________________________________________________________________________
16451 [  6046] By: gsar                                  on 2000/05/02  17:07:25
16452         Log: libscheck has insufficient checks for n32 libs (from
16453              Albert Chin-A-Young <china@thewrittenword.com>)
16454      Branch: perl
16455            ! hints/irix_6.sh
16456 ____________________________________________________________________________
16457 [  6045] By: jhi                                   on 2000/05/02  13:57:17
16458         Log: Integrate with Sarathy.
16459      Branch: cfgperl
16460           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
16461           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
16462 ____________________________________________________________________________
16463 [  6044] By: gsar                                  on 2000/05/02  06:48:19
16464         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
16465              such that underscores are only ignored in literal numbers,
16466              "\x{...}", and hex/oct argument
16467      Branch: perl
16468            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
16469 ____________________________________________________________________________
16470 [  6043] By: gsar                                  on 2000/05/02  02:22:29
16471         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
16472      Branch: perl
16473            ! pod/perlretut.pod
16474 ____________________________________________________________________________
16475 [  6042] By: gsar                                  on 2000/05/02  02:17:51
16476         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
16477      Branch: perl
16478            ! pod/perltrap.pod
16479 ____________________________________________________________________________
16480 [  6041] By: gsar                                  on 2000/05/02  01:53:51
16481         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
16482              to compensate
16483      Branch: perl
16484            ! Porting/makerel
16485 ____________________________________________________________________________
16486 [  6040] By: gsar                                  on 2000/05/02  01:51:57
16487         Log: missing files in MANIFEST
16488      Branch: perl
16489            ! MANIFEST
16490 ____________________________________________________________________________
16491 [  6039] By: jhi                                   on 2000/05/02  00:36:46
16492         Log: Infinite problems.
16493      Branch: cfgperl
16494            ! lib/Math/Complex.pm
16495 ____________________________________________________________________________
16496 [  6038] By: jhi                                   on 2000/05/02  00:06:38
16497         Log: pwent/spent #ifdef imbalance.
16498      Branch: cfgperl
16499            ! pp_sys.c
16500 ____________________________________________________________________________
16501 [  6037] By: jhi                                   on 2000/05/01  22:50:11
16502         Log: Use HUGE_VALL if applicable.
16503      Branch: cfgperl
16504            ! ext/POSIX/POSIX.xs util.c
16505 ____________________________________________________________________________
16506 [  6036] By: jhi                                   on 2000/05/01  22:20:53
16507         Log: Correct Freudian slip.
16508      Branch: cfgperl
16509            ! pp_sys.c
16510 ____________________________________________________________________________
16511 [  6035] By: jhi                                   on 2000/05/01  21:07:38
16512         Log: Continue on the pwent/spent case.
16513      Branch: cfgperl
16514            ! pp_sys.c
16515 ____________________________________________________________________________
16516 [  6034] By: jhi                                   on 2000/05/01  17:45:14
16517         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
16518              adjustments in 6032 conflicted badly with this, will have
16519              to revisit them later.
16520      Branch: cfgperl
16521           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
16522           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16523           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
16524           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
16525           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
16526           !> t/lib/cgi-html.t t/lib/cgi-request.t
16527 ____________________________________________________________________________
16528 [  6033] By: jhi                                   on 2000/05/01  17:40:49
16529         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
16530      Branch: cfgperl
16531            ! pp_sys.c
16532 ____________________________________________________________________________
16533 [  6032] By: gsar                                  on 2000/05/01  15:56:32
16534         Log: whitespace adjustments
16535      Branch: perl
16536            ! pp_sys.c
16537 ____________________________________________________________________________
16538 [  6031] By: gsar                                  on 2000/05/01  15:19:41
16539         Log: small nits in diagnostics.pm (from Robin Barker)
16540      Branch: perl
16541            ! lib/diagnostics.pm pod/perldiag.pod
16542 ____________________________________________________________________________
16543 [  6030] By: gsar                                  on 2000/05/01  08:39:18
16544         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
16545              for @- and @+ (from Johan Vromans)
16546      Branch: perl
16547            ! lib/English.pm pod/perlvar.pod
16548 ____________________________________________________________________________
16549 [  6029] By: gsar                                  on 2000/05/01  08:16:10
16550         Log: add CGI.pm v2.66 (from Lincoln Stein)
16551      Branch: perl
16552            + lib/CGI/Util.pm t/lib/cgi-pretty.t
16553            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16554            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
16555            ! t/lib/cgi-html.t t/lib/cgi-request.t
16556 ____________________________________________________________________________
16557 [  6028] By: gsar                                  on 2000/05/01  06:34:41
16558         Log: Pod::Man generates groff-incompatible macro definition (from
16559              Tom Christiansen)
16560      Branch: perl
16561            ! lib/Pod/Man.pm
16562 ____________________________________________________________________________
16563 [  6027] By: gsar                                  on 2000/05/01  06:31:36
16564         Log: podlators-1.02 update (from Russ Allbery)
16565      Branch: perl
16566            ! lib/Pod/Man.pm lib/Pod/Text.pm
16567 ____________________________________________________________________________
16568 [  6026] By: jhi                                   on 2000/04/30  23:24:23
16569         Log: Integrate with Sarathy.
16570      Branch: cfgperl
16571           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16572           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
16573           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16574           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16575           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
16576           !> t/lib/syslog.t toke.c win32/win32.h
16577 ____________________________________________________________________________
16578 [  6025] By: gsar                                  on 2000/04/30  18:17:47
16579         Log: Is{Alnum,Alpha,Word} don't match titlecase
16580              
16581              TODO: IsSpace is defined recursively!
16582              
16583              (both spotted by Larry)
16584      Branch: perl
16585            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16586            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16587 ____________________________________________________________________________
16588 [  6024] By: gsar                                  on 2000/04/30  17:50:19
16589         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
16590              (from Hugo van der Sanden)
16591      Branch: perl
16592            ! toke.c
16593 ____________________________________________________________________________
16594 [  6023] By: gsar                                  on 2000/04/30  17:14:43
16595         Log: debugger stomps on $. (from M.J.T. Guy)
16596      Branch: perl
16597            ! lib/perl5db.pl
16598 ____________________________________________________________________________
16599 [  6022] By: gsar                                  on 2000/04/30  16:59:22
16600         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
16601      Branch: perl
16602            ! sv.c
16603 ____________________________________________________________________________
16604 [  6021] By: gsar                                  on 2000/04/29  21:00:08
16605         Log: remove Win2K issue in pod (fixed by change#6020)
16606      Branch: perl
16607            ! README.win32 pod/perl56delta.pod
16608 ____________________________________________________________________________
16609 [  6020] By: gsar                                  on 2000/04/29  20:51:49
16610         Log: test tweak
16611      Branch: perl
16612            ! t/lib/open3.t
16613 ____________________________________________________________________________
16614 [  6019] By: gsar                                  on 2000/04/29  20:34:27
16615         Log: windows portability tweaks
16616      Branch: perl
16617            ! t/lib/b.t win32/win32.h
16618 ____________________________________________________________________________
16619 [  6018] By: gsar                                  on 2000/04/29  19:55:24
16620         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
16621              make _PATH_LOG() return "" if unavailable
16622      Branch: perl
16623            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16624            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
16625 ____________________________________________________________________________
16626 [  6017] By: jhi                                   on 2000/04/28  22:49:46
16627         Log: Integrate with Sarathy.
16628      Branch: cfgperl
16629           !> op.c perl.c pod/perldiag.pod t/lib/b.t
16630 ____________________________________________________________________________
16631 [  6016] By: jhi                                   on 2000/04/28  22:46:14
16632         Log: Do not warn that an infinity does not look like a number.
16633      Branch: cfgperl
16634            ! sv.c
16635 ____________________________________________________________________________
16636 [  6015] By: gsar                                  on 2000/04/28  22:35:49
16637         Log: tweak test for portability
16638      Branch: perl
16639            ! t/lib/b.t
16640 ____________________________________________________________________________
16641 [  6014] By: gsar                                  on 2000/04/28  22:05:31
16642         Log: glob() loading File::Glob behind the scenes may cause syntax errors
16643      Branch: perl
16644            ! op.c
16645 ____________________________________________________________________________
16646 [  6013] By: gsar                                  on 2000/04/28  21:25:22
16647         Log: tweak change#5945 to display correct switch name in diagnostic
16648      Branch: perl
16649            ! perl.c pod/perldiag.pod
16650 ____________________________________________________________________________
16651 [  6012] By: jhi                                   on 2000/04/28  21:08:12
16652         Log: Integrate with Sarathy.
16653      Branch: cfgperl
16654           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
16655           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
16656           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
16657 ____________________________________________________________________________
16658 [  6011] By: jhi                                   on 2000/04/28  21:04:46
16659         Log: &HUGE_VAL is not defined, it exists.
16660      Branch: cfgperl
16661            ! lib/Math/Complex.pm
16662 ____________________________________________________________________________
16663 [  6010] By: gsar                                  on 2000/04/28  21:02:58
16664         Log: clarify note about shadow password support (from
16665              gellyfish@gellyfish.com)
16666      Branch: perl
16667            ! pod/perlfunc.pod
16668 ____________________________________________________________________________
16669 [  6009] By: gsar                                  on 2000/04/28  21:00:00
16670         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16671      Branch: perl
16672            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16673 ____________________________________________________________________________
16674 [  6008] By: gsar                                  on 2000/04/28  20:56:33
16675         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
16676      Branch: perl
16677            ! installperl vms/subconfigure.com
16678 ____________________________________________________________________________
16679 [  6007] By: gsar                                  on 2000/04/28  20:51:21
16680         Log: note about compile failures and END blocks (from M.J.T. Guy)
16681      Branch: perl
16682            ! pod/perl56delta.pod pod/perlmod.pod
16683 ____________________________________________________________________________
16684 [  6006] By: jhi                                   on 2000/04/28  20:42:14
16685         Log: Regen Configure.
16686      Branch: cfgperl
16687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16688            ! config_h.SH
16689 ____________________________________________________________________________
16690 [  6005] By: gsar                                  on 2000/04/28  20:41:16
16691         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
16692      Branch: perl
16693            ! utils/perldoc.PL
16694 ____________________________________________________________________________
16695 [  6004] By: jhi                                   on 2000/04/28  20:28:21
16696         Log: Integrate with Sarathy.
16697      Branch: cfgperl
16698           !> Configure INSTALL Porting/Glossary Porting/config.sh
16699           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
16700           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
16701           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
16702           !> win32/config.vc win32/win32.c
16703 ____________________________________________________________________________
16704 [  6003] By: gsar                                  on 2000/04/28  20:11:20
16705         Log: allow REG_EXPAND_SZ keys in Windows registry (from
16706              John Clayton <John.Clayton@barclayscapital.com>)
16707      Branch: perl
16708            ! win32/win32.c
16709 ____________________________________________________________________________
16710 [  6002] By: gsar                                  on 2000/04/28  19:34:16
16711         Log: destructive sv_setsv() can lose UV-ness from source, causing
16712              numeric promotions/comparisons to fail to do the right thing
16713      Branch: perl
16714            ! sv.c
16715 ____________________________________________________________________________
16716 [  6001] By: gsar                                  on 2000/04/28  18:44:15
16717         Log: support additional library locations via $Config{otherlibdirs}
16718              (from Andy Dougherty)
16719      Branch: perl
16720            ! Configure INSTALL Porting/Glossary Porting/config.sh
16721            ! Porting/config_H config_h.SH epoc/config.sh perl.c
16722            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
16723            ! win32/config.bc win32/config.gc win32/config.vc
16724 ____________________________________________________________________________
16725 [  6000] By: gsar                                  on 2000/04/28  18:26:58
16726         Log: reworked otherlibdirs.U (from Andy Dougherty)
16727      Branch: metaconfig
16728            ! U/installdirs/otherlibdirs.U
16729 ____________________________________________________________________________
16730 [  5999] By: gsar                                  on 2000/04/28  18:17:07
16731         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
16732      Branch: perl
16733            ! t/pragma/warn/toke toke.c
16734 ____________________________________________________________________________
16735 [  5998] By: jhi                                   on 2000/04/28  13:32:17
16736         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
16737      Branch: cfgperl
16738            ! lib/Math/Complex.pm
16739 ____________________________________________________________________________
16740 [  5997] By: jhi                                   on 2000/04/28  13:14:04
16741         Log: Preserve $!.
16742      Branch: cfgperl
16743            ! lib/Math/Complex.pm
16744 ____________________________________________________________________________
16745 [  5996] By: jhi                                   on 2000/04/28  12:59:23
16746         Log: Integrate with Sarathy.
16747      Branch: cfgperl
16748           +> pod/perlrequick.pod pod/perlretut.pod
16749           !> (integrate 51 files)
16750 ____________________________________________________________________________
16751 [  5995] By: gsar                                  on 2000/04/28  09:37:36
16752         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
16753      Branch: perl
16754            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
16755 ____________________________________________________________________________
16756 [  5994] By: gsar                                  on 2000/04/28  09:33:26
16757         Log: fix for missed accounting for null byte in pack("Z",...) (from
16758              M.J.T. Guy)
16759      Branch: perl
16760            ! pp.c t/op/pack.t
16761 ____________________________________________________________________________
16762 [  5993] By: gsar                                  on 2000/04/28  09:30:05
16763         Log: various minor tweaks seen on p5p
16764      Branch: perl
16765            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
16766 ____________________________________________________________________________
16767 [  5992] By: gsar                                  on 2000/04/28  09:08:19
16768         Log: pod nit (from Simon Cozens)
16769      Branch: perl
16770            ! pod/perlop.pod
16771 ____________________________________________________________________________
16772 [  5991] By: gsar                                  on 2000/04/28  09:06:36
16773         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
16774      Branch: perl
16775            ! README.posix-bc hints/posix-bc.sh
16776 ____________________________________________________________________________
16777 [  5990] By: gsar                                  on 2000/04/28  08:54:52
16778         Log: use $ENV{LIB} to search for libs under Visual C compiler
16779              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
16780      Branch: perl
16781            ! lib/ExtUtils/Liblist.pm
16782 ____________________________________________________________________________
16783 [  5989] By: gsar                                  on 2000/04/28  08:27:12
16784         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
16785              itself and no other (from Tom Hughes)
16786      Branch: perl
16787            ! t/op/array.t toke.c
16788 ____________________________________________________________________________
16789 [  5988] By: gsar                                  on 2000/04/28  08:01:38
16790         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
16791              <paul@miraclefish.com>)
16792      Branch: perl
16793            ! lib/ExtUtils/MakeMaker.pm
16794 ____________________________________________________________________________
16795 [  5987] By: gsar                                  on 2000/04/28  07:53:09
16796         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
16797      Branch: perl
16798            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
16799 ____________________________________________________________________________
16800 [  5986] By: gsar                                  on 2000/04/28  07:44:17
16801         Log: add regular expressions tutorial and quick-start guide (from
16802              Mark Kvale <kvale@phy.ucsf.edu>)
16803      Branch: perl
16804            + pod/perlrequick.pod pod/perlretut.pod
16805            ! AUTHORS MAINTAIN MANIFEST
16806 ____________________________________________________________________________
16807 [  5985] By: gsar                                  on 2000/04/28  07:30:28
16808         Log: forked child may not exit correctly if it failed to open
16809              /dev/console (from Graham Barr)
16810      Branch: perl
16811            ! ext/Sys/Syslog/Syslog.pm
16812 ____________________________________________________________________________
16813 [  5984] By: gsar                                  on 2000/04/28  07:27:20
16814         Log: attributes::reftype() doesn't work on tied argument
16815      Branch: perl
16816            ! xsutils.c
16817 ____________________________________________________________________________
16818 [  5983] By: gsar                                  on 2000/04/28  07:15:04
16819         Log: numeric conversion of non-number in change#3378 tramples on
16820              OOK offset, causing segfaults
16821      Branch: perl
16822            ! sv.c
16823 ____________________________________________________________________________
16824 [  5982] By: gsar                                  on 2000/04/28  04:48:25
16825         Log: avoid error in IO::Socket::INET when given an unknown service name
16826              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
16827      Branch: perl
16828            ! ext/IO/lib/IO/Socket/INET.pm
16829 ____________________________________________________________________________
16830 [  5981] By: gsar                                  on 2000/04/28  04:31:31
16831         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
16832              prototype mismatch with CORE::glob(); update pod and tests to
16833              suit (File::Glob::glob() is still available for backward
16834              compatibility, but should be considered deprecated)
16835      Branch: perl
16836            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
16837            ! t/lib/glob-taint.t
16838 ____________________________________________________________________________
16839 [  5980] By: gsar                                  on 2000/04/28  03:47:29
16840         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
16841              <ghudson@mit.edu>)
16842      Branch: metaconfig
16843            ! U/modified/Options.U
16844      Branch: perl
16845            ! Configure
16846 ____________________________________________________________________________
16847 [  5979] By: gsar                                  on 2000/04/28  03:07:54
16848         Log: under useithreads, constant pad entries could inadvertantly be
16849              shared across threads (from Eric Blood <eblood@xmission.com>);
16850              added Eric's test case to testsuite
16851      Branch: perl
16852            ! op.c t/op/misc.t
16853 ____________________________________________________________________________
16854 [  5978] By: gsar                                  on 2000/04/27  21:13:00
16855         Log: sync version numbers in File::Spec with the ones on CPAN
16856              (from Barrie Slaymaker)
16857      Branch: perl
16858            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16859            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16860            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16861 ____________________________________________________________________________
16862 [  5977] By: gsar                                  on 2000/04/27  21:07:29
16863         Log: autoquote barewords followed by newline and arrow properly
16864              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
16865      Branch: perl
16866            ! t/pragma/warn/toke toke.c
16867 ____________________________________________________________________________
16868 [  5976] By: gsar                                  on 2000/04/27  20:41:20
16869         Log: DB_File v1.73 update (from Paul Marquess)
16870      Branch: perl
16871            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16872            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16873 ____________________________________________________________________________
16874 [  5975] By: gsar                                  on 2000/04/27  20:34:24
16875         Log: allow sort() reentrancy (variant of patch suggested by
16876              Hugo van der Sanden)
16877      Branch: perl
16878            ! pp_ctl.c t/op/sort.t
16879 ____________________________________________________________________________
16880 [  5974] By: gsar                                  on 2000/04/27  19:46:57
16881         Log: change#4197 somehow missed initializing PL_errors, meaning
16882              sytax error queueing wasn't working outside eval"" at all;
16883              also fixed eval"" to localize PL_error_count, so that compile-time
16884              eval's don't clobber the error state of the outer context
16885      Branch: perl
16886            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
16887            ! t/pragma/warn/toke
16888 ____________________________________________________________________________
16889 [  5973] By: gsar                                  on 2000/04/27  18:29:05
16890         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
16891      Branch: perl
16892            ! regcomp.c regexec.c t/op/re_tests
16893 ____________________________________________________________________________
16894 [  5972] By: jhi                                   on 2000/04/27  18:22:41
16895         Log: Integrate with Sarathy.
16896      Branch: cfgperl
16897           +> t/lib/b.t t/lib/syslog.t
16898           !> (integrate 31 files)
16899 ____________________________________________________________________________
16900 [  5971] By: jhi                                   on 2000/04/27  18:18:46
16901         Log: Unicos tweaks from Mark P. Lutz.
16902      Branch: cfgperl
16903            ! hints/unicos.sh lib/Math/Complex.pm
16904 ____________________________________________________________________________
16905 [  5970] By: gsar                                  on 2000/04/27  18:05:11
16906         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
16907              IV is >32bits
16908      Branch: perl
16909            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
16910 ____________________________________________________________________________
16911 [  5969] By: gsar                                  on 2000/04/27  17:50:56
16912         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
16913      Branch: perl
16914            + t/lib/syslog.t
16915            ! MANIFEST ext/Sys/Syslog/Syslog.pm
16916 ____________________________________________________________________________
16917 [  5968] By: gsar                                  on 2000/04/27  17:44:49
16918         Log: tolerate spaces in group names in test on solaris (from David Boyce
16919              <dsb@boyski.com>)
16920      Branch: perl
16921            ! t/op/groups.t
16922 ____________________________________________________________________________
16923 [  5967] By: gsar                                  on 2000/04/27  17:41:22
16924         Log: improved docs on the warn_uninit diagnostic (from David Glasser
16925              and Simon Cozens)
16926      Branch: perl
16927            ! pod/perldiag.pod
16928 ____________________________________________________________________________
16929 [  5966] By: gsar                                  on 2000/04/27  16:54:58
16930         Log: add testsuite for B backends, fix bug in B::Deparse (from
16931              Simon Cozens <simon@brecon.co.uk>)
16932      Branch: perl
16933            + t/lib/b.t
16934            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
16935 ____________________________________________________________________________
16936 [  5965] By: gsar                                  on 2000/04/27  16:10:37
16937         Log: avoid "will not stay shared" warnings for our variables (from
16938              Robin Barker)
16939      Branch: perl
16940            ! op.c t/pragma/warn/op
16941 ____________________________________________________________________________
16942 [  5964] By: gsar                                  on 2000/04/27  07:05:05
16943         Log: reformat to 72 columns (again)
16944      Branch: perl
16945            ! pod/perldiag.pod
16946 ____________________________________________________________________________
16947 [  5963] By: gsar                                  on 2000/04/27  06:28:31
16948         Log: patch from Larry to make (\&) prototype work; added tests for
16949              the same
16950      Branch: perl
16951            ! op.c t/comp/proto.t
16952 ____________________________________________________________________________
16953 [  5962] By: gsar                                  on 2000/04/27  06:15:47
16954         Log: updated README.hpux (from Jeff Okamoto)
16955      Branch: perl
16956            ! README.hpux
16957 ____________________________________________________________________________
16958 [  5961] By: gsar                                  on 2000/04/27  05:55:03
16959         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
16960      Branch: perl
16961            ! emacs/cperl-mode.el
16962 ____________________________________________________________________________
16963 [  5960] By: gsar                                  on 2000/04/27  05:49:26
16964         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
16965      Branch: perl
16966            ! INSTALL
16967 ____________________________________________________________________________
16968 [  5959] By: gsar                                  on 2000/04/27  05:33:41
16969         Log: doubled words in pods (from Simon Cozens
16970              <simon.p.cozens@jp.pwcglobal.com>)
16971      Branch: perl
16972            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
16973            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
16974            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
16975            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
16976            ! pod/perltootc.pod
16977 ____________________________________________________________________________
16978 [  5958] By: gsar                                  on 2000/04/27  05:11:39
16979         Log: change#3569 deleted some essential code, revert; avoid use of
16980              atexit() to make DynaLoader work properly on AIX under mod_perl
16981              (from Jens-Uwe Mager <jum@helios.de>)
16982      Branch: perl
16983            ! ext/DynaLoader/dl_aix.xs
16984 ____________________________________________________________________________
16985 [  5957] By: gsar                                  on 2000/04/27  04:54:51
16986         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
16987      Branch: perl
16988            ! pod/perlmod.pod
16989 ____________________________________________________________________________
16990 [  5956] By: gsar                                  on 2000/04/27  04:51:47
16991         Log: better diagnostics on failed tests (from Ilya Zakharevich)
16992      Branch: perl
16993            ! t/op/lex_assign.t
16994 ____________________________________________________________________________
16995 [  5955] By: gsar                                  on 2000/04/27  04:26:44
16996         Log: longstanding bug exposed by change#3307: sort arguments weren't
16997              compiled with the right wantarray context (ensuing runtime lookup
16998              via block_gimme() was getting the incidental context of the
16999              sort() itself)
17000      Branch: perl
17001            ! op.c t/op/sort.t
17002 ____________________________________________________________________________
17003 [  5954] By: gsar                                  on 2000/04/26  23:42:12
17004         Log: integrate cfgperl contents into mainline
17005      Branch: perl
17006           !> (integrate 30 files)
17007 ____________________________________________________________________________
17008 [  5953] By: jhi                                   on 2000/04/26  23:06:42
17009         Log: Integrate with Sarathy.
17010      Branch: cfgperl
17011           !> README.win32 ext/B/B/Deparse.pm
17012           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17013           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
17014           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
17015           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
17016           !> utils/perldoc.PL vms/perlvms.pod
17017 ____________________________________________________________________________
17018 [  5952] By: jhi                                   on 2000/04/26  23:03:46
17019         Log: Undo "use integer" addition from 64bitint as it seems
17020              to break most of the subtests in Digital UNIX;
17021              Unicos needs to find another way.
17022      Branch: cfgperl
17023            ! t/op/64bitint.t
17024 ____________________________________________________________________________
17025 [  5951] By: jhi                                   on 2000/04/26  22:57:53
17026         Log: Be more robust on "extreme" (large absolute value)
17027              arguments.  Originally reported by Daniel Connelly
17028              as a problem with asinh() on large negative arguments,
17029              asinh() used to bail out because an argument to log()
17030              ended up being zero.  Ilya Zakharevich proposed using
17031              Taylor's series in such cases, which for such large
17032              arguments is a very good approximation.
17033      Branch: cfgperl
17034            ! lib/Math/Complex.pm t/lib/complex.t
17035 ____________________________________________________________________________
17036 [  5950] By: gsar                                  on 2000/04/25  19:13:12
17037         Log: reformat perldiag to avoid long lines
17038      Branch: perl
17039            ! pod/perldiag.pod
17040 ____________________________________________________________________________
17041 [  5949] By: gsar                                  on 2000/04/25  18:41:11
17042         Log: make perldoc use the pod2man from the same version (from
17043              M.J.T. Guy)
17044      Branch: perl
17045            ! utils/perldoc.PL
17046 ____________________________________________________________________________
17047 [  5948] By: gsar                                  on 2000/04/25  18:21:57
17048         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
17049              <kompas@kompas.usr.onet.pl>)
17050      Branch: perl
17051            ! lib/vars.pm
17052 ____________________________________________________________________________
17053 [  5947] By: gsar                                  on 2000/04/25  18:11:53
17054         Log: use &dl_error rather than &dl_load_file as the guard for calling
17055              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
17056              statically built perl)
17057      Branch: perl
17058            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17059 ____________________________________________________________________________
17060 [  5946] By: jhi                                   on 2000/04/25  17:37:54
17061         Log: Document that tr() is not tr(1).
17062      Branch: cfgperl
17063            ! pod/perlop.pod
17064 ____________________________________________________________________________
17065 [  5945] By: gsar                                  on 2000/04/25  16:34:33
17066         Log: make module name mandatory after -M switch; reorder perldiag
17067              alphabetically (from Mark-Jason Dominus)
17068      Branch: perl
17069            ! perl.c pod/perldiag.pod
17070 ____________________________________________________________________________
17071 [  5944] By: jhi                                   on 2000/04/25  01:15:18
17072         Log: On second thoughts frexp() does have two arguments.
17073      Branch: cfgperl
17074            ! perl.h
17075 ____________________________________________________________________________
17076 [  5943] By: jhi                                   on 2000/04/24  22:56:32
17077         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
17078              Now pp_ncmp() returns undef is either operand is a NaN.
17079      Branch: cfgperl
17080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17081            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
17082            ! vms/subconfigure.com vos/config.def vos/config.h
17083            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
17084            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17085            ! win32/config_H.vc
17086      Branch: metaconfig/U/perl
17087            + d_modfl.U
17088 ____________________________________________________________________________
17089 [  5942] By: jhi                                   on 2000/04/24  19:45:17
17090         Log: Regen Configure to match #5937.
17091      Branch: cfgperl
17092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17093            ! config_h.SH
17094      Branch: metaconfig
17095            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
17096 ____________________________________________________________________________
17097 [  5941] By: jhi                                   on 2000/04/24  19:24:11
17098         Log: Further Unicos fixes for Mark Lutz.
17099      Branch: cfgperl
17100            ! hints/unicos.sh pp_ctl.c
17101 ____________________________________________________________________________
17102 [  5940] By: jhi                                   on 2000/04/24  19:09:06
17103         Log: Various Unicos 10.0.0.6 fixes.
17104              
17105              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
17106              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
17107              Reply-To: tecmpl1@triton.ca.boeing.com 
17108              To: perl5-porters@perl.org 
17109              Date: Fri, 14 Apr 2000 20:21:00 GMT 
17110              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
17111      Branch: cfgperl
17112            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
17113 ____________________________________________________________________________
17114 [  5939] By: gsar                                  on 2000/04/24  19:01:24
17115         Log: more pod nits (from Larry Virden)
17116      Branch: perl
17117            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
17118            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
17119            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
17120 ____________________________________________________________________________
17121 [  5938] By: gsar                                  on 2000/04/24  18:54:01
17122         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
17123      Branch: perl
17124            ! ext/B/B/Deparse.pm
17125 ____________________________________________________________________________
17126 [  5937] By: jhi                                   on 2000/04/24  17:39:00
17127         Log: Integrate with Sarathy.
17128      Branch: cfgperl
17129           +> (branch 31 files)
17130           !> (integrate 73 files)
17131 ____________________________________________________________________________
17132 [  5936] By: gsar                                  on 2000/04/24  17:30:06
17133         Log: additional tests for change#5934 (from Paul Marquess, who also
17134              sent in the same fix)
17135      Branch: perl
17136            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
17137            ! t/pragma/warn/5nolint t/pragma/warn/6default
17138 ____________________________________________________________________________
17139 [  5935] By: jhi                                   on 2000/04/24  17:26:05
17140         Log: Do not assume sign propagation.
17141              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
17142              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
17143              To: payner@ncifcrf.gov, perl5-porters@perl.org 
17144              Date: Tue, 18 Apr 2000 18:24:49 +0100 
17145              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
17146      Branch: cfgperl
17147            ! t/op/bop.t t/op/misc.t
17148 ____________________________________________________________________________
17149 [  5934] By: gsar                                  on 2000/04/24  17:16:54
17150         Log: propagate lexical warnings from surrounding scope correctly
17151              within string eval()
17152      Branch: perl
17153            ! pp_ctl.c t/pragma/warn/pp_ctl
17154 ____________________________________________________________________________
17155 [  5933] By: jhi                                   on 2000/04/24  17:01:07
17156         Log: Flatten the cpp jungle doing the nosuid checking.
17157      Branch: cfgperl
17158            ! perl.c
17159 ____________________________________________________________________________
17160 [  5932] By: gsar                                  on 2000/04/24  09:08:14
17161         Log: add rsignal(), whichsig() and do_join() to public API list
17162              (mod_perl uses them to good advantage)
17163      Branch: perl
17164            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
17165 ____________________________________________________________________________
17166 [  5931] By: gsar                                  on 2000/04/24  09:01:40
17167         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
17168      Branch: perl
17169            ! pp_hot.c regexec.c t/op/pat.t
17170 ____________________________________________________________________________
17171 [  5930] By: gsar                                  on 2000/04/24  08:58:33
17172         Log: small os390 tweaks (from Peter Prymmer)
17173      Branch: perl
17174            ! config_h.SH makedepend.SH
17175 ____________________________________________________________________________
17176 [  5929] By: gsar                                  on 2000/04/24  08:55:25
17177         Log: pod nits
17178      Branch: perl
17179            ! pod/perlguts.pod
17180 ____________________________________________________________________________
17181 [  5928] By: gsar                                  on 2000/04/24  08:50:13
17182         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
17183      Branch: perl
17184            ! ext/IO/lib/IO/Poll.pm
17185 ____________________________________________________________________________
17186 [  5927] By: gsar                                  on 2000/04/24  08:43:24
17187         Log: arrange for next() to resume at the unstack op rather than the
17188              loop conditional, so that scope cleanup happens correctly
17189              (from Stephen McCamant)
17190      Branch: perl
17191            ! op.c pp_ctl.c t/op/misc.t
17192 ____________________________________________________________________________
17193 [  5926] By: gsar                                  on 2000/04/24  08:18:40
17194         Log: on windows, reserve 16M of stack rather than 128M (allows more
17195              threads to run concurrently)
17196      Branch: perl
17197            ! win32/Makefile win32/makefile.mk
17198 ____________________________________________________________________________
17199 [  5925] By: gsar                                  on 2000/04/24  08:13:52
17200         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
17201      Branch: perl
17202            ! toke.c
17203 ____________________________________________________________________________
17204 [  5924] By: gsar                                  on 2000/04/24  08:08:59
17205         Log: avoid using uninitialized memory in require version check
17206      Branch: perl
17207            ! pp_ctl.c universal.c
17208 ____________________________________________________________________________
17209 [  5923] By: gsar                                  on 2000/04/24  07:20:14
17210         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
17211      Branch: perl
17212            ! ext/IO/lib/IO/Poll.pm
17213 ____________________________________________________________________________
17214 [  5922] By: gsar                                  on 2000/04/24  07:08:42
17215         Log: commentary about IoTYPE() (from Nathan Torkington)
17216      Branch: perl
17217            ! sv.h
17218 ____________________________________________________________________________
17219 [  5921] By: gsar                                  on 2000/04/24  06:58:26
17220         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
17221              by fix
17222      Branch: perl
17223            ! sv.c t/lib/charnames.t t/pragma/utf8.t
17224 ____________________________________________________________________________
17225 [  5920] By: gsar                                  on 2000/04/24  06:37:59
17226         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
17227      Branch: perl
17228            ! doop.c t/op/ver.t
17229 ____________________________________________________________________________
17230 [  5919] By: gsar                                  on 2000/04/24  06:21:58
17231         Log: Configure might miss old directories when prefix must be
17232              expanded (from Robin Barker)
17233      Branch: metaconfig
17234            ! U/installdirs/inc_version_list.U
17235      Branch: perl
17236            ! Configure
17237 ____________________________________________________________________________
17238 [  5918] By: gsar                                  on 2000/04/24  06:16:11
17239         Log: VMS nits in glob() test (from Charles Lane)
17240      Branch: perl
17241            ! t/lib/glob-basic.t
17242 ____________________________________________________________________________
17243 [  5917] By: gsar                                  on 2000/04/24  06:11:56
17244         Log: various pod nits (from Larry Virden and others)
17245      Branch: perl
17246            ! README.amiga README.hpux README.machten README.os2
17247            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
17248            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
17249            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
17250            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
17251            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
17252            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
17253            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
17254            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
17255 ____________________________________________________________________________
17256 [  5916] By: gsar                                  on 2000/04/24  05:52:43
17257         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
17258              <wjones@tc.fluke.com>)
17259      Branch: perl
17260            ! t/lib/glob-basic.t
17261 ____________________________________________________________________________
17262 [  5915] By: gsar                                  on 2000/04/24  05:07:01
17263         Log: supported platforms mixed up
17264      Branch: perl
17265            ! pod/perl56delta.pod pod/perlport.pod
17266 ____________________________________________________________________________
17267 [  5914] By: gsar                                  on 2000/04/24  04:56:08
17268         Log: caller() wasn't returning the right number of elements for
17269              eval {...}
17270      Branch: perl
17271            ! pp_ctl.c t/pragma/warn/9enabled
17272 ____________________________________________________________________________
17273 [  5913] By: gsar                                  on 2000/04/24  04:35:41
17274         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
17275              Mark-Jason Dominus)
17276      Branch: perl
17277            ! pod/perlfunc.pod
17278 ____________________________________________________________________________
17279 [  5912] By: gsar                                  on 2000/04/24  04:17:15
17280         Log: fix totally broken caching in UNIVERSAL::isa() (from
17281              Nick Ing-Simmons)
17282      Branch: perl
17283            ! t/op/universal.t universal.c
17284 ____________________________________________________________________________
17285 [  5911] By: gsar                                  on 2000/04/24  03:39:47
17286         Log: add linebreak properties from unicode/LineBrk.txt (from
17287              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
17288      Branch: perl
17289            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17290            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
17291            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
17292            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
17293            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
17294            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
17295            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
17296            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
17297            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
17298            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
17299            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
17300            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
17301            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
17302            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
17303            + lib/unicode/Is/LbrkZW.pl
17304            ! lib/unicode/mktables.PL
17305 ____________________________________________________________________________
17306 [  5910] By: gsar                                  on 2000/04/24  03:23:10
17307         Log: typo in pod
17308      Branch: perl
17309            ! ext/Thread/Thread.pm
17310 ____________________________________________________________________________
17311 [  5909] By: gsar                                  on 2000/04/24  03:22:03
17312         Log: mode argument to do_binmode() should be file mode, not boolean
17313      Branch: perl
17314            ! pp_sys.c
17315 ____________________________________________________________________________
17316 [  5908] By: gsar                                  on 2000/04/16  16:51:08
17317         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
17318              always returns a valid GV even when the symbol is trapped by strictures
17319              (avoids coredumps)
17320              
17321              TODO: the C<package;> hack needs similar treatment
17322      Branch: perl
17323            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
17324            ! t/pragma/strict-vars
17325 ____________________________________________________________________________
17326 [  5907] By: jhi                                   on 2000/03/31  23:42:56
17327         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
17328              an assumption which #5905 demolished.
17329      Branch: cfgperl
17330            ! pp_sys.c
17331 ____________________________________________________________________________
17332 [  5906] By: jhi                                   on 2000/03/31  18:54:37
17333         Log: Typo in #5905.
17334      Branch: cfgperl
17335            ! t/op/64bitint.t
17336 ____________________________________________________________________________
17337 [  5905] By: jhi                                   on 2000/03/31  18:50:54
17338         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
17339              reported by Joseph N. Hall.  The bug was that even with use64bitint
17340              one had to use the prefixes q, L, or ll with printf/sprintf,
17341              contrary to the documentation and common sense.
17342      Branch: cfgperl
17343            ! sv.c t/op/64bitint.t
17344 ____________________________________________________________________________
17345 [  5904] By: gsar                                  on 2000/03/28  02:31:32
17346         Log: add Changes, perldelta.pod
17347      Branch: perl
17348            + Changes pod/perldelta.pod
17349 ____________________________________________________________________________
17350 [  5903] By: gsar                                  on 2000/03/28  02:03:55
17351         Log: rename Changes and perldelta.pod
17352      Branch: perl
17353           +> Changes5.6 pod/perl56delta.pod
17354            - Changes pod/perldelta.pod
17355            ! MANIFEST
17356 ____________________________________________________________________________
17357 [  5902] By: gsar                                  on 2000/03/28  01:59:14
17358         Log: create maint-5.6 branch
17359      Branch: maint-5.6/perl
17360           +> (branch 1611 files)
17361 ____________________________________________________________________________
17362 [  5901] By: jhi                                   on 2000/03/23  05:48:43
17363         Log: Integrate with Sarathy.
17364      Branch: cfgperl
17365           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
17366 ____________________________________________________________________________
17367 [  5900] By: gsar                                  on 2000/03/23  05:42:43
17368         Log: three guesses on what this is :-)
17369      Branch: perl
17370            ! Changes