Add test for reverse().
[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 [  8015] By: jhi                                   on 2000/12/06  16:41:03
36         Log: Test \x{...} with ord().
37      Branch: perl
38            ! t/op/ord.t
39 ____________________________________________________________________________
40 [  8014] By: jhi                                   on 2000/12/06  16:20:33
41         Log: Test tweak because of #8013.
42      Branch: perl
43            ! t/lib/b.t
44 ____________________________________________________________________________
45 [  8013] By: jhi                                   on 2000/12/06  16:09:09
46         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
47              From: Michael G Schwern <schwern@pobox.com>
48              Date: Tue, 5 Dec 2000 21:23:28 -0500
49              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
50              
51              Carp::Heavy parts not very applicable because of recent changes.
52      Branch: perl
53            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
54            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
55            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
56            ! lib/Exporter.pm lib/Exporter/Heavy.pm
57            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
58            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
59            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
60            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
61            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
62            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
63            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
64            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
65            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
66            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
67            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
68            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
69            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
70            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
71            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
72            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
73            ! warnings.pl
74 ____________________________________________________________________________
75 [  8012] By: jhi                                   on 2000/12/06  15:22:38
76         Log: Subject: [PATCH] Re: New harness is failing things
77              From: Nick Ing-Simmons <nik@tiuk.ti.com>
78              Date: Wed, 6 Dec 2000 13:00:30 GMT
79              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
80      Branch: perl
81            ! lib/Test/Harness.pm
82 ____________________________________________________________________________
83 [  8011] By: jhi                                   on 2000/12/06  15:12:08
84         Log: Subject: installhtml changes
85              From: Michael Stevens <michael@etla.org>
86              Date: Wed, 6 Dec 2000 13:15:53 +0000
87              Message-ID: <20001206131553.A27317@firedrake.org>
88      Branch: perl
89            ! installhtml
90 ____________________________________________________________________________
91 [  8010] By: jhi                                   on 2000/12/06  15:06:05
92         Log: Subject: the dTHR hits
93              From: Michael Stevens <michael@etla.org>
94              Date: Wed, 6 Dec 2000 12:06:03 +0000
95              Message-ID: <20001206120603.A24581@firedrake.org>
96              
97              More, errrm, less dTHRs.
98      Branch: perl
99            ! bytecode.pl ext/B/B/C.pm
100 ____________________________________________________________________________
101 [  8009] By: jhi                                   on 2000/12/06  15:04:25
102         Log: Subject: MakeMaker mailing list gone?
103              From: Michael G Schwern <schwern@pobox.com>
104              Date: Tue, 5 Dec 2000 19:29:59 -0500
105              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
106              
107              The MakeMaker mailing list is dead, perlbug is the right
108              address to report bugs.
109      Branch: perl
110            ! lib/ExtUtils/MakeMaker.pm
111 ____________________________________________________________________________
112 [  8008] By: jhi                                   on 2000/12/06  15:00:32
113         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
114              From: Michael G Schwern <schwern@pobox.com>
115              Date: Tue, 5 Dec 2000 19:21:21 -0500
116              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
117              
118              Add a default MANIFEST skip that ignores things like
119              version control files, editor temporary files, and the Makefile.
120      Branch: perl
121            + lib/ExtUtils/MANIFEST.SKIP
122            ! MANIFEST lib/ExtUtils/Manifest.pm
123 ____________________________________________________________________________
124 [  8007] By: jhi                                   on 2000/12/06  14:57:20
125         Log: In Amiga more manual hackery of the scripts seems to be needed,
126              from Jan-Erik Karlsson.  Why Configure does not get this right
127              is unknown, may be shell-induced.
128      Branch: perl
129            ! README.amiga
130 ____________________________________________________________________________
131 [  8006] By: jhi                                   on 2000/12/05  23:53:12
132         Log: Add TOPm1s to peek at the second topmost stack item.
133      Branch: perl
134            ! pp.h
135 ____________________________________________________________________________
136 [  8005] By: jhi                                   on 2000/12/05  23:13:55
137         Log: Avaunt, you foul UTF-8 tests.
138      Branch: perl
139            ! t/op/ver.t t/pragma/utf8.t
140 ____________________________________________________________________________
141 [  8004] By: jhi                                   on 2000/12/05  23:09:54
142         Log: Continue utf8 dispersal. 
143      Branch: perl
144            + t/op/concat.t
145            ! MANIFEST t/pragma/utf8.t
146 ____________________________________________________________________________
147 [  8003] By: nick                                  on 2000/12/05  23:02:39
148         Log: Integrate mainline.
149      Branch: perlio
150           +> t/op/length.t t/op/utf8decode.t
151           !> (integrate 69 files)
152 ____________________________________________________________________________
153 [  8002] By: jhi                                   on 2000/12/05  22:59:28
154         Log: Integrate perlio.
155      Branch: perl
156           !> iperlsys.h perl.c perlio.c win32/perllib.c
157 ____________________________________________________________________________
158 [  8001] By: nick                                  on 2000/12/05  22:07:52
159         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
160              - calloc/free suffer from damage on TerminateThread()
161              - use PerlMemShared (as originally planned) now fixed
162              - avoid doing anything important on DLL "detach".
163      Branch: perlio
164            ! perl.c perlio.c win32/perllib.c
165 ____________________________________________________________________________
166 [  8000] By: nick                                  on 2000/12/05  21:05:09
167         Log: Fix gross PerlMemShared issue.
168      Branch: perlio
169            ! iperlsys.h
170 ____________________________________________________________________________
171 [  7999] By: jhi                                   on 2000/12/05  20:46:58
172         Log: Test for Unicode (UTF-8) hash keys.
173      Branch: perl
174            ! t/op/each.t
175 ____________________________________________________________________________
176 [  7998] By: jhi                                   on 2000/12/05  20:30:35
177         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
178              is now always UTF-8), empty line cosmetics.
179      Branch: perl
180            ! t/pragma/utf8.t
181 ____________________________________________________________________________
182 [  7997] By: jhi                                   on 2000/12/05  20:15:40
183         Log: Subject: Re: STRLEN - what?
184              From: Andy Dougherty <doughera@lafayette.edu>
185              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
186              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
187              
188              Explain STRLEN.
189      Branch: perl
190            ! pod/perlguts.pod
191 ____________________________________________________________________________
192 [  7996] By: jhi                                   on 2000/12/05  20:13:34
193         Log: Split off the UTF-8 decoder tests, make them to check also
194              the error message.
195      Branch: perl
196            + t/op/utf8decode.t
197            ! MANIFEST t/pragma/utf8.t utf8.c
198 ____________________________________________________________________________
199 [  7995] By: jhi                                   on 2000/12/05  16:39:47
200         Log: Start migrating bits of pragma/utf8 to elsewhere
201              (since the long term plan is to obsolete 'use utf8').
202      Branch: perl
203            + t/op/length.t
204            ! MANIFEST t/pragma/utf8.t
205 ____________________________________________________________________________
206 [  7994] By: jhi                                   on 2000/12/05  16:30:21
207         Log: Fix a manual edit typo from #7993, fix the message formatting
208              for Unicode, add few our declarations.
209      Branch: perl
210            ! lib/Carp/Heavy.pm
211 ____________________________________________________________________________
212 [  7993] By: jhi                                   on 2000/12/05  16:09:15
213         Log: Subject: Need help with warnings :-(
214              From: "Ben Tilly" <ben_tilly@hotmail.com>
215              Date: Tue, 05 Dec 2000 01:35:54 -0500
216              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
217              
218              Subject: UPDATE: Carp/Heavy now passes all tests
219              From: "Ben Tilly" <ben_tilly@hotmail.com>
220              Date: Tue, 05 Dec 2000 07:59:41 -0500
221              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
222              
223              The Brave New Carp.
224      Branch: perl
225            ! lib/Carp.pm lib/Carp/Heavy.pm
226 ____________________________________________________________________________
227 [  7992] By: jhi                                   on 2000/12/05  15:55:08
228         Log: Subject: [PATCH perl@7979] cygwin port
229              From: "Eric Fifer" <efifer@dircon.co.uk>
230              Date: Tue, 5 Dec 2000 14:04:09 -0000
231              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
232      Branch: perl
233            ! t/lib/net-hostent.t
234 ____________________________________________________________________________
235 [  7991] By: jhi                                   on 2000/12/05  15:52:34
236         Log: Subject: Re: [PATCH] The largest hoax of all times?
237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
238              Date: Tue, 5 Dec 2000 00:40:25 -0500
239              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
240              
241              Subject: Re: [PATCH] The largest hoax of all times?
242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
243              Date: Mon, 4 Dec 2000 23:55:53 -0500
244              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
245              
246              Subject: Re: [PATCH] The largest hoax of all times?
247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
248              Date: Tue, 5 Dec 2000 01:28:45 -0500
249              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
250              
251              Fix the unpredictable order of DESTROYs.
252      Branch: perl
253            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
254            ! sv.c sv.h t/op/ref.t
255 ____________________________________________________________________________
256 [  7990] By: jhi                                   on 2000/12/05  14:38:53
257         Log: Subject: [PATCH] shrink pp_hot fractionally
258              From: Nicholas Clark <nick@ccl4.org>
259              Date: Tue, 5 Dec 2000 12:44:31 +0000
260              Message-ID: <20001205124431.E74518@plum.flirble.org>
261              
262              Use report_evil_fh().
263      Branch: perl
264            ! opcode.pl opnames.h pp_hot.c util.c
265 ____________________________________________________________________________
266 [  7989] By: jhi                                   on 2000/12/05  14:21:27
267         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
268              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
269              Date: Mon, 04 Dec 2000 22:21:59 -0800
270              Message-ID: <HmIL6gzkgepS092yn@efn.org>
271              
272              Harness shouldn't ignore responses like "ok 3\r\n\n".
273      Branch: perl
274            ! lib/Test/Harness.pm
275 ____________________________________________________________________________
276 [  7988] By: jhi                                   on 2000/12/05  13:51:28
277         Log: Integrate the "skip" messages to explain().
278      Branch: perl
279            ! t/lib/syslfs.t t/op/lfs.t
280 ____________________________________________________________________________
281 [  7987] By: jhi                                   on 2000/12/05  12:34:54
282         Log: The one that got away in #7984.
283              
284              Subject: Re: dTHR - what and why?
285              From: Michael Stevens <michael@etla.org> 
286              Date: Tue, 5 Dec 2000 11:15:52 +0000
287              Message-ID: <20001205111552.A4647@firedrake.org>
288      Branch: perl
289            ! sv.h
290 ____________________________________________________________________________
291 [  7986] By: gsar                                  on 2000/12/05  09:14:44
292         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
293              due to the notorious GetFileType() bug in Windows 9x, which fstat()
294              tickles)
295      Branch: perl
296            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
297 ____________________________________________________________________________
298 [  7985] By: jhi                                   on 2000/12/05  05:49:03
299         Log: Integrate perlio.
300      Branch: perl
301           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
302           !> win32/perlhost.h win32/perllib.c
303 ____________________________________________________________________________
304 [  7984] By: jhi                                   on 2000/12/05  05:48:16
305         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
306      Branch: perl
307            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
308            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
309            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
310            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
311            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
312            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
313            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
314            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
315            ! win32/win32.c
316 ____________________________________________________________________________
317 [  7983] By: nick                                  on 2000/12/04  23:27:43
318         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
319      Branch: perlio
320            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
321            ! win32/perlhost.h win32/perllib.c
322 ____________________________________________________________________________
323 [  7982] By: jhi                                   on 2000/12/04  19:44:09
324         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
325              uncovered by #7980.
326      Branch: perl
327            ! op.c
328 ____________________________________________________________________________
329 [  7981] By: jhi                                   on 2000/12/04  19:42:07
330         Log: Subject: [PATCH] Trivial dump.c feature
331              From: Simon Cozens <simon@cozens.net>
332              Date: Mon, 4 Dec 2000 18:08:38 +0000
333              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
334              
335              Show whether a constant is UTF-8.
336      Branch: perl
337            ! dump.c
338 ____________________________________________________________________________
339 [  7980] By: jhi                                   on 2000/12/04  19:36:51
340         Log: UTF-8 hash keys, patch from Inaba Hiroto.
341      Branch: perl
342            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
343 ____________________________________________________________________________
344 [  7979] By: jhi                                   on 2000/12/04  17:36:28
345         Log: Update Changes.
346      Branch: perl
347            ! Changes patchlevel.h
348 ____________________________________________________________________________
349 [  7978] By: jhi                                   on 2000/12/04  16:42:17
350         Log: Retract #7977, still too volatile (the euphemism of the day
351              for unfinished and buggy :-)
352      Branch: perl
353            ! doop.c hv.c pp.c sv.h
354 ____________________________________________________________________________
355 [  7977] By: jhi                                   on 2000/12/04  16:25:15
356         Log: (Retracted by #7978, too shaky yet.)
357              
358              Subject: Re: utf8 in hash keys, implementor missing
359              From: Simon Cozens <simon@cozens.net>
360              Date: Sat, 2 Dec 2000 19:49:35 +0000
361              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
362              
363              The first step at UTF-8 hash keys.
364      Branch: perl
365            ! doop.c hv.c pp.c sv.h
366 ____________________________________________________________________________
367 [  7976] By: jhi                                   on 2000/12/04  16:13:53
368         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
369              From: sthoenna@efn.org
370              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
371              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
372      Branch: perl
373            ! os2/os2.c perlio.c
374 ____________________________________________________________________________
375 [  7975] By: jhi                                   on 2000/12/04  16:05:25
376         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
377              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
378              Date: Thu, 30 Nov 2000 20:50:37 -0800
379              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
380      Branch: perl
381            ! os2/os2.c
382 ____________________________________________________________________________
383 [  7974] By: jhi                                   on 2000/12/04  16:03:57
384         Log: Subject: [PATCH] ++ 20% faster
385              From: Nicholas Clark <nick@ccl4.org>
386              Date: Mon, 4 Dec 2000 12:17:27 +0000
387              Message-ID: <20001204121726.B52976@plum.flirble.org>
388              
389              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
390      Branch: perl
391            ! sv.c
392 ____________________________________________________________________________
393 [  7973] By: jhi                                   on 2000/12/04  16:00:48
394         Log: 
395              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
397              Date: Mon, 04 Dec 2000 12:30:45 +0100
398              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
399              
400              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
401              library (getprotobyname and getprotobynumber are outversioned by
402              the same calls in libc, at least for xlc version 3.
403      Branch: perl
404            ! hints/aix.sh
405 ____________________________________________________________________________
406 [  7972] By: jhi                                   on 2000/12/04  02:58:31
407         Log: Integrate perlio.
408      Branch: perl
409           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
410           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
411           !> win32/win32.h win32/win32iop.h win32/win32thread.h
412 ____________________________________________________________________________
413 [  7971] By: nick                                  on 2000/12/04  00:24:33
414         Log: Quieten some noise in Win32 builds:
415              - win32.h is included after <sys/socket.h>, so need to 
416              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
417              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
418      Branch: perlio
419            ! doio.c perl.h toke.c win32/win32.h
420 ____________________________________________________________________________
421 [  7970] By: nick                                  on 2000/12/03  22:57:46
422         Log: PERL_IMPLICIT_SYS compiles but does not work.
423      Branch: perlio
424            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
425            ! win32/perlhost.h win32/perllib.c win32/win32.h
426            ! win32/win32iop.h win32/win32thread.h
427 ____________________________________________________________________________
428 [  7969] By: jhi                                   on 2000/12/03  22:12:58
429         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
430              used to swash_init(), makes regprop() dumps more informative
431              (+utf8::IsAlpha, -utf8::IsDigit, for example).
432      Branch: perl
433            ! regcomp.c regexec.c
434 ____________________________________________________________________________
435 [  7968] By: jhi                                   on 2000/12/03  21:39:56
436         Log: Implement ANYOFUTF8 regprop() dumping.
437      Branch: perl
438            ! regcomp.c
439 ____________________________________________________________________________
440 [  7967] By: jhi                                   on 2000/12/03  20:57:19
441         Log: Make uv_to_utf8() to zero-terminate its output buffer,
442              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
443      Branch: perl
444            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
445 ____________________________________________________________________________
446 [  7966] By: nick                                  on 2000/12/03  18:41:21
447         Log: Integrate mainline (STDCHAR)
448      Branch: perlio
449           !> Configure t/pragma/utf8.t
450 ____________________________________________________________________________
451 [  7965] By: jhi                                   on 2000/12/03  17:58:20
452         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
453      Branch: perl
454            ! t/pragma/utf8.t
455 ____________________________________________________________________________
456 [  7964] By: jhi                                   on 2000/12/03  17:35:56
457         Log: Integrate perlio.
458      Branch: perl
459           !> iperlsys.h perlio.c
460 ____________________________________________________________________________
461 [  7963] By: jhi                                   on 2000/12/03  17:33:55
462         Log: Metaconfig unit change for #7962.
463      Branch: metaconfig
464            ! U/modified/stdchar.U
465 ____________________________________________________________________________
466 [  7962] By: jhi                                   on 2000/12/03  17:33:27
467         Log: Untangle the <stdio.h> #include nest for the stdchar test,
468              from Andy Dougherty.
469      Branch: perl
470            ! Configure
471 ____________________________________________________________________________
472 [  7961] By: nick                                  on 2000/12/03  16:53:00
473         Log: Make iperlsys.h vector stdio not PerlIO.
474      Branch: perlio
475            ! iperlsys.h perlio.c
476 ____________________________________________________________________________
477 [  7960] By: nick                                  on 2000/12/03  14:43:01
478         Log: Integrate mainline
479      Branch: perlio
480           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
481           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
482 ____________________________________________________________________________
483 [  7959] By: jhi                                   on 2000/12/03  08:16:36
484         Log: Use DO_UTF8().
485      Branch: perl
486            ! op.c
487 ____________________________________________________________________________
488 [  7958] By: jhi                                   on 2000/12/02  18:33:05
489         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
490              From: Mike Guy <mjtg@cam.ac.uk>         
491              Date: Sat, 02 Dec 2000 17:27:13 +0000
492              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
493              
494              An extraneous argument.
495      Branch: perl
496            ! toke.c
497 ____________________________________________________________________________
498 [  7957] By: jhi                                   on 2000/12/02  18:22:32
499         Log: A missing hunk.
500      Branch: perl
501            ! t/lib/net-hostent.t
502 ____________________________________________________________________________
503 [  7956] By: jhi                                   on 2000/12/02  18:06:20
504         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
505              From: Nicholas Clark <nick@ccl4.org>
506              Date: Sat, 2 Dec 2000 14:28:27 +0000
507              Message-ID: <20001202142827.A12308@plum.flirble.org>
508              
509              Test robustness.
510      Branch: perl
511            ! t/lib/net-hostent.t
512 ____________________________________________________________________________
513 [  7955] By: jhi                                   on 2000/12/02  17:58:06
514         Log: Metaconfig unit change for #7954.
515      Branch: metaconfig
516            ! U/modified/stdchar.U
517 ____________________________________________________________________________
518 [  7954] By: jhi                                   on 2000/12/02  17:54:32
519         Log: An inconvenient hang would happen if the stdio _ptr wasn't
520              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
521              would be grepping stdin for all eternity for the _ptr.)
522      Branch: perl
523            ! Configure
524 ____________________________________________________________________________
525 [  7953] By: jhi                                   on 2000/12/02  00:07:15
526         Log: Update Changes.
527      Branch: perl
528            ! Changes patchlevel.h
529 ____________________________________________________________________________
530 [  7952] By: jhi                                   on 2000/12/01  23:54:47
531         Log: Subject: Re: long shell lines
532              From: Andy Dougherty <doughera@lafayette.edu>
533              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
534              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
535              
536              Split overly long shell command lines.
537      Branch: perl
538            ! lib/ExtUtils/MM_Unix.pm
539 ____________________________________________________________________________
540 [  7951] By: jhi                                   on 2000/12/01  23:48:02
541         Log: The metaconfig unit change for #7950.
542      Branch: metaconfig
543            + U/modified/stdchar.U
544 ____________________________________________________________________________
545 [  7950] By: jhi                                   on 2000/12/01  23:47:39
546         Log: Try to find stdchar also from <stdio_impl.h>.
547      Branch: perl
548            ! Configure config_h.SH
549 ____________________________________________________________________________
550 [  7949] By: jhi                                   on 2000/12/01  23:46:45
551         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
552              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
553              Date: Fri, 1 Dec 2000 16:26:08 -0500
554              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
555              
556              Reword the diagnostic message.
557      Branch: perl
558            ! pod/perldiag.pod
559 ____________________________________________________________________________
560 [  7948] By: nick                                  on 2000/12/01  22:49:43
561         Log: Integrate mainline (for s/y/m as sub names stuff).
562      Branch: perlio
563           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
564           !> t/pragma/warn/toke toke.c
565 ____________________________________________________________________________
566 [  7947] By: jhi                                   on 2000/12/01  20:55:41
567         Log: Integrate perlio.
568      Branch: perl
569           !> perlio.c perliol.h t/io/pipe.t
570 ____________________________________________________________________________
571 [  7946] By: jhi                                   on 2000/12/01  20:36:51
572         Log: Upgrade to CPAN 1.59_51, from Andreas König.
573      Branch: perl
574            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
575 ____________________________________________________________________________
576 [  7945] By: nick                                  on 2000/12/01  20:31:32
577         Log: Integrate mainline
578      Branch: perlio
579           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
580           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
581           +> t/lib/net-hostent.t
582           !> (integrate 35 files)
583 ____________________________________________________________________________
584 [  7944] By: jhi                                   on 2000/12/01  20:23:29
585         Log: Some help for 20001130.011.  Now one gets warnings like
586              "Ambiguous -f() resolved as a file test ..."
587      Branch: perl
588            ! pod/perldiag.pod t/pragma/warn/toke toke.c
589 ____________________________________________________________________________
590 [  7943] By: jhi                                   on 2000/12/01  19:44:44
591         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
592              that also breaks using them as methods. 
593      Branch: perl
594            ! pod/perldiag.pod t/op/misc.t toke.c
595 ____________________________________________________________________________
596 [  7942] By: nick                                  on 2000/12/01  17:56:46
597         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
598              Make 'unix' pass most tests
599              - do unread by temporary push of layer ("pending") holding unread chars
600              - fast_gets is now based on per-handle flag
601              - relax one of io/pipe.t tests to allow print to fail and close to
602              succeed so that it passes on unbuffered "unix" layer.
603              Remaining fail is sporadic and a genuine race condition between
604              parent/child in fork test.
605      Branch: perlio
606            ! perlio.c perliol.h t/io/pipe.t
607 ____________________________________________________________________________
608 [  7941] By: jhi                                   on 2000/12/01  15:28:58
609         Log: (Retracted by #7943.)
610              
611              Reserve the short named string operator names.
612      Branch: perl
613            ! pod/perldiag.pod t/op/misc.t toke.c
614 ____________________________________________________________________________
615 [  7940] By: jhi                                   on 2000/12/01  06:45:53
616         Log: Get the three different space character classes right under utf8.
617      Branch: perl
618            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
619            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
620            ! regexec.c t/op/pat.t utf8.c
621 ____________________________________________________________________________
622 [  7939] By: jhi                                   on 2000/12/01  03:26:26
623         Log: Two more tests that make no sense in UTF-8 since the test
624              data is not in UTF-8.
625      Branch: perl
626            ! t/op/regexp.t
627 ____________________________________________________________________________
628 [  7938] By: jhi                                   on 2000/12/01  03:20:39
629         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
630              should it be required inside regexen?
631      Branch: perl
632            ! regcomp.c t/op/regmesg.t
633 ____________________________________________________________________________
634 [  7937] By: jhi                                   on 2000/12/01  02:58:53
635         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
636              stored and restored, and thusly was trounced by the utf8 swash
637              routines.
638      Branch: perl
639            ! regcomp.c
640 ____________________________________________________________________________
641 [  7936] By: jhi                                   on 2000/11/30  20:41:39
642         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
643              Why the different platforms behave so differently (core dump vs
644              no core dump) on this bug is a but of a mystery, but if I had to
645              guess I would mumble something like 'alignment'.
646      Branch: perl
647            ! sv.c
648 ____________________________________________________________________________
649 [  7935] By: jhi                                   on 2000/11/30  16:17:02
650         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
651              From: Robin Barker <rmb1@cise.npl.co.uk>
652              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
653              Date: Thu, 30 Nov 2000 14:27:12 GMT
654      Branch: perl
655            ! perlio.c toke.c
656 ____________________________________________________________________________
657 [  7934] By: jhi                                   on 2000/11/30  16:04:49
658         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
659      Branch: perl
660            ! t/lib/net-hostent.t
661 ____________________________________________________________________________
662 [  7933] By: jhi                                   on 2000/11/30  06:07:26
663         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
664              From: Peter Prymmer <pvhp@forte.com>
665              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
666              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
667              
668              In VMS the localhost may be LOCALHOST.
669      Branch: perl
670            ! t/lib/net-hostent.t
671 ____________________________________________________________________________
672 [  7932] By: jhi                                   on 2000/11/30  01:11:11
673         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
674              From: Peter Prymmer <pvhp@forte.com>
675              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
676              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
677              
678              plus regen perlapi.pod.
679      Branch: perl
680            ! pod/perlapi.pod utf8.c
681 ____________________________________________________________________________
682 [  7931] By: jhi                                   on 2000/11/30  01:06:19
683         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
685              Date:     Wed, 29 Nov 2000 17:15:11 EST
686              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
687      Branch: perl
688            ! t/lib/filter-util.pl t/lib/filter-util.t
689 ____________________________________________________________________________
690 [  7930] By: jhi                                   on 2000/11/29  18:51:55
691         Log: Update Changes.
692      Branch: perl
693            ! Changes patchlevel.h
694 ____________________________________________________________________________
695 [  7929] By: jhi                                   on 2000/11/29  18:50:55
696         Log: Update the va_copy() metaconfig unit.
697      Branch: metaconfig/U/perl
698            ! need_va_copy.U
699 ____________________________________________________________________________
700 [  7928] By: jhi                                   on 2000/11/29  17:50:43
701         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
702              From: Dominic Dunlop <domo@computer.org>
703              Date: Tue, 28 Nov 2000 16:41:57 +0100
704              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
705              
706              Patch to catch a core dump in the Configure va_copy test.
707      Branch: perl
708            ! Configure config_h.SH
709 ____________________________________________________________________________
710 [  7927] By: jhi                                   on 2000/11/29  17:31:59
711         Log: Retract #7921, the patch shouldn't be needed.
712      Branch: perl
713            ! sv.c
714 ____________________________________________________________________________
715 [  7926] By: jhi                                   on 2000/11/29  17:01:41
716         Log: Make the Class::Struct import() wiser.
717      Branch: perl
718            ! lib/Class/Struct.pm t/lib/class-struct.t
719 ____________________________________________________________________________
720 [  7925] By: jhi                                   on 2000/11/29  16:36:33
721         Log: All the core library users of Class::Struct seem to be
722              using "use Class::Struct 'struct';" instead of the bare
723              "use Class::Struct;", which isn't documented in Class::Struct.
724              This can't be right.
725      Branch: perl
726            ! lib/File/stat.pm
727 ____________________________________________________________________________
728 [  7924] By: jhi                                   on 2000/11/29  16:32:15
729         Log: A test works better if it has the right 1..$n output.
730      Branch: perl
731            ! t/lib/class-struct.t
732 ____________________________________________________________________________
733 [  7923] By: jhi                                   on 2000/11/29  16:29:11
734         Log: Forgot to MANIFEST the new Net::hostent test.
735      Branch: perl
736            ! MANIFEST
737 ____________________________________________________________________________
738 [  7922] By: jhi                                   on 2000/11/29  16:27:49
739         Log: Integrate perlio.
740      Branch: perl
741           !> iperlsys.h perlio.c
742 ____________________________________________________________________________
743 [  7921] By: jhi                                   on 2000/11/29  16:27:10
744         Log: (Retracted by #7927.)
745              
746              Subject: [PATCH] Is infinity a number?
747              From: Simon Cozens <simon@cozens.net>
748              Date: Wed, 29 Nov 2000 14:48:20 +0000
749              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
750      Branch: perl
751            ! sv.c
752 ____________________________________________________________________________
753 [  7920] By: jhi                                   on 2000/11/29  16:23:02
754         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
755              From: rspier@pobox.com (Robert Spier)
756              Date: Wed, 29 Nov 2000 02:17:49 -0500
757              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
758              
759              Add a test for Net::hostent.
760      Branch: perl
761            + t/lib/net-hostent.t
762 ____________________________________________________________________________
763 [  7919] By: jhi                                   on 2000/11/29  16:21:31
764         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
765              add a test for Class::Struct.
766      Branch: perl
767            + t/lib/class-struct.t
768            ! MANIFEST lib/Class/Struct.pm
769 ____________________________________________________________________________
770 [  7918] By: jhi                                   on 2000/11/29  15:48:40
771         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
772              From: rspier@pobox.com (Robert Spier)
773              Date: Wed, 29 Nov 2000 02:25:39 -0500
774              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
775              
776              More checking in case someone has broken their services or
777              protocol databases.
778      Branch: perl
779            ! ext/Sys/Syslog/Syslog.pm
780 ____________________________________________________________________________
781 [  7917] By: jhi                                   on 2000/11/29  15:46:25
782         Log: Subject: [PATCH] $^O  win32 -> MSWin32
783              From: rspier@pobox.com (Robert Spier)
784              Date: Wed, 29 Nov 2000 02:17:38 -0500
785              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
786              
787              plus similar nits for vms, err, VMS, and UNICOS.
788      Branch: perl
789            ! t/lib/syslfs.t t/op/lfs.t
790 ____________________________________________________________________________
791 [  7916] By: jhi                                   on 2000/11/29  15:42:51
792         Log: Subject: [PATCH] Tokeniser debugging
793              From: Simon Cozens <simon@cozens.net>
794              Date: Wed, 29 Nov 2000 14:15:45 +0000
795              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
796      Branch: perl
797            ! perl.c perl.h pod/perlrun.pod toke.c
798 ____________________________________________________________________________
799 [  7915] By: jhi                                   on 2000/11/29  15:41:36
800         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
802              Date: Wed, 29 Nov 2000 02:13:14 -0500
803              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
804              
805              OUT keyword nits.
806              
807              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
809              Date: Wed, 29 Nov 2000 03:09:04 -0500
810              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
811              
812              OUT and IN_OUT documentation.
813      Branch: perl
814            ! lib/ExtUtils/xsubpp pod/perlxs.pod
815 ____________________________________________________________________________
816 [  7914] By: jhi                                   on 2000/11/29  03:35:01
817         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
818              From: John Tobey <jtobey@john-edwin-tobey.org>
819              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
820              Message-Id: <m140e1N-000FOoC@feynman.localnet>
821              
822              plus a performance speedup noticed by Sarathy.
823      Branch: perl
824            ! op.c
825 ____________________________________________________________________________
826 [  7913] By: jhi                                   on 2000/11/29  03:16:59
827         Log: Use "1 while unlink" so that VMS gets clean, too.
828      Branch: perl
829            ! t/lib/filter-util.t
830 ____________________________________________________________________________
831 [  7912] By: jhi                                   on 2000/11/29  03:09:08
832         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
834              Date: Tue, 28 Nov 2000 03:27:09 -0500
835              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
836      Branch: perl
837            ! lib/ExtUtils/xsubpp
838 ____________________________________________________________________________
839 [  7911] By: jhi                                   on 2000/11/29  03:06:30
840         Log: This should have been part of #7872: no need to scan UTF-8
841              until eternity.
842      Branch: perl
843            ! utf8.c
844 ____________________________________________________________________________
845 [  7910] By: jhi                                   on 2000/11/29  02:50:04
846         Log: One more perltie.pod nit from Casey R. Tweten.
847      Branch: perl
848            ! pod/perltie.pod
849 ____________________________________________________________________________
850 [  7909] By: jhi                                   on 2000/11/29  02:44:23
851         Log: Document the known sprintf test failures, exact standard
852              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
853      Branch: perl
854            ! pod/perldelta.pod t/op/sprintf.t
855 ____________________________________________________________________________
856 [  7908] By: jhi                                   on 2000/11/29  02:36:23
857         Log: Add the Encoding table format documentation.
858      Branch: perl
859            + ext/Encode/Encode/EncodeFormat.pod
860            ! MANIFEST
861 ____________________________________________________________________________
862 [  7907] By: jhi                                   on 2000/11/29  02:07:24
863         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
864              From: "Casey R. Tweten" <crt@kiski.net>
865              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
866              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
867              
868              Subject: Re: [PATCH] Updating perltie.pod for arrays
869              From: "Casey R. Tweten" <crt@kiski.net>
870              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
871              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
872      Branch: perl
873            ! pod/perltie.pod
874 ____________________________________________________________________________
875 [  7906] By: nick                                  on 2000/11/28  22:40:59
876         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
877      Branch: perlio
878            ! iperlsys.h perlio.c
879 ____________________________________________________________________________
880 [  7905] By: nick                                  on 2000/11/28  22:04:34
881         Log: Integrate mainline
882      Branch: perlio
883           !> (integrate 39 files)
884 ____________________________________________________________________________
885 [  7904] By: jhi                                   on 2000/11/28  16:44:43
886         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
887              From: Nicholas Clark <nick@babyhippo.co.uk>
888              Date: Tue, 28 Nov 2000 11:16:57 +0000
889              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
890      Branch: perl
891            ! pod/perlipc.pod
892 ____________________________________________________________________________
893 [  7903] By: jhi                                   on 2000/11/28  16:40:31
894         Log: Subject: [PATCH] Updating perltie.pod for arrays
895              From: "Casey R. Tweten" <crt@kiski.net>
896              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
897              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
898      Branch: perl
899            ! pod/perltie.pod
900 ____________________________________________________________________________
901 [  7902] By: jhi                                   on 2000/11/28  16:39:37
902         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
903              From: Robin Barker <rmb1@cise.npl.co.uk>
904              Date: Mon, 27 Nov 2000 17:56:44 GMT
905              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
906      Branch: perl
907            ! pod/perlfunc.pod t/op/split.t
908 ____________________________________________________________________________
909 [  7901] By: jhi                                   on 2000/11/28  16:28:04
910         Log: setmode() is a DOSish-only thing.
911      Branch: perl
912            ! perlio.c
913 ____________________________________________________________________________
914 [  7900] By: jhi                                   on 2000/11/28  16:21:46
915         Log: Subject: [PATCH] perlcc.PL cleanups
916              From: Simon Cozens <simon@cozens.net>
917              Date: Tue, 28 Nov 2000 12:44:35 +0000
918              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
919      Branch: perl
920            ! utils/perlcc.PL
921 ____________________________________________________________________________
922 [  7899] By: gsar                                  on 2000/11/28  06:32:55
923         Log: reintegrate files missed by change#7895
924      Branch: maint-5.6/perl
925           +> ext/ByteLoader/bytecode.h utils/Makefile
926            - utils/perlbc.PL
927 ____________________________________________________________________________
928 [  7897] By: gsar                                  on 2000/11/27  18:22:47
929         Log: can't integrate these two files, for some reason
930      Branch: maint-5.6/perl
931            - ext/ByteLoader/bytecode.h utils/Makefile
932 ____________________________________________________________________________
933 [  7895] By: gsar                                  on 2000/11/27  18:11:21
934         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
935              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
936              6757..6890,6892..6901 from mainline
937              
938              Bytecompiler patches from Benjamin Stuhl.
939              
940              More bytecompiler.
941              
942              Subject: [PATCH blead] B:: missing dependency
943              
944              Subject: [PATCH: 6757] configure.com updates and syslog build
945              
946              Long double Gconvert fixes from Yitzchak Scott-Thoennes
947              and Spider Boardman.
948              
949              Subject: [PATCH blead] nextchar() abuse misses an optimisation
950              
951              Long double fixes from Spider Boardman.
952              
953              Make the selection of NVff et al stricter.
954              
955              cSVOPo_*v things index into the current PL_curpad
956              under ithreads, which is different from the curpad
957              used by the XSUB.  (In other words, the code as-is
958              before this patch wouldn't work under ithreads.)
959              
960              Be portable.
961              
962              VMS MMS (make) wants null action.
963              
964              Mac and other portability updates from Chris Nandor.
965              
966              Storable support, v-version fixes.
967              Subject: CPAN.pm beta for testing available
968              
969              Portability fix from Hugo van der Sanden.
970              
971              Bad makefile.
972              
973              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
974              
975              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
976              
977              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
978              
979              Replace #6705 with a minimal doc patch.
980              Subject: [PATCH 5.6.0] replace change #6705
981              
982              Drop the separate perlbc, perlcc -b should be enough.
983              
984              installperl couldn't tell whether it had run tests or not.
985              Subject: [PATCH] Re: installperl and t/TEST
986              
987              Add silencer flags to installperl.
988              Subject: [PATCH] Making installperl silent.
989              
990              Make "make install" by default silent.  A new "install-verbose"
991              target is verbose.
992              
993              More liberal parsing of version numbers.
994              Subject: Re: CPAN.pm beta for testing available
995              
996              Create directories in silence.
997              Subject: [PATCH] Another silencer for MakeMaker
998              
999              DOS patches and portability/porting notes, from Tim Jenness.
1000              
1001              Make installman to recognize the silence flag -S.
1002              
1003              Actually do something with the silencer option.
1004              
1005              Continue silencing.
1006              
1007              Show the doc file, not the temp file.
1008              
1009              Regen perltoc.
1010              
1011              Subject: [PATCH] More silencing of installman.
1012              
1013              Better wording for the vec lvalue diagnostic.
1014              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1015              
1016              Subject: [PATCH: 6805] several more tweaks to configure.com
1017              
1018              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
1019              
1020              Missing parts of 
1021              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
1022              
1023              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
1024              (applied slightly modified)
1025              
1026              installperl --verbose and --silent.
1027              Subject: Re: [PATCH] More silencing of installman.
1028              
1029              Add install-silent target.
1030              
1031              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
1032              the problem reported in
1033              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
1034              
1035              Tweak the sfio/useperlio logic, hopefully as wished in
1036              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
1037              
1038              One forgotten file from #6816.
1039              
1040              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
1041              
1042              Remove duplicately applied patch shards.
1043              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
1044              
1045              Support preserving extremely big/small angles.
1046              
1047              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
1048              
1049              Subject: [PATCH] installation not quite silent yet.
1050              
1051              Update the test count.
1052              
1053              Use UVxf, PTR2UV, NVff.
1054              
1055              Document PTR2XX and INT2PTR.
1056              
1057              no-install target a la make -n.
1058              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
1059              
1060              grep -e isn't portable.
1061              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
1062              
1063              Can't get the test to reliably work thanks to the
1064              inaccurateness of floating point.  "Resolves" bug ids
1065              20000826.003, 20000826.009, 20000826.010,
1066              
1067              Subject: installman buglet
1068              
1069              DJGPP update from Laszlo Molnar.
1070              
1071              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1072              
1073              Passing -R in ldflags makes now it to appear in the default
1074              for lddlflags, just like with -L.
1075              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1076              
1077              Test nit.
1078              
1079              Use the actual thread type, not the pointer-to-struct.
1080              
1081              Provice virtual $Config{ccflags_nolargefiles} etc. 
1082              
1083              display_format used as a class method without arguments was broken,
1084              reported in
1085              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
1086              
1087              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
1088              
1089              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
1090              
1091              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
1092              
1093              opmini.o may be left around if a build is interrupted.
1094              
1095              Typo in #6858.
1096              
1097              Fix for ID 20000828.001, long doubles were not formatted
1098              correctly (showed up in $], which stopped installing perl).
1099              
1100              An attempt to fix the problem reported in
1101              Subject: Building perl@6856 using gcc/AIX 4.3.3 
1102              I can't test this properly since the gcc installation I have
1103              access to seems to be botched (gcc is calling the AIX cpp,
1104              a losing proposition...)
1105              
1106              Add -ld to archname on long tr...double platforms.
1107              
1108              Subject: hv.h Doc Patch
1109              
1110              Potential cruft.
1111              
1112              Subject: [PATCH bleedperl@6856] warnings fixes
1113              
1114              -S is the silent flag, -s is the strip flag.
1115              Subject: [PATCH] Re: [PATCH] make no-install          
1116              
1117              Take out the SUIDMAIL thing, that will not be
1118              a problem in 5.7.*.
1119              
1120              Subject: [PATCH bleedperl@6866] spellings
1121              
1122              Subject: [PATCH] Re: files not cleaned even by veryclean
1123              
1124              Use minimal @INC in tests, most of the time just '../lib',
1125              so that we simply can't pick up stuff from other Perls than
1126              the one we are testing.  Pointed out by
1127              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
1128              
1129              Update to Getopt::Long 2.24, from Johan Vromans.
1130              
1131              Fix for thinko in #6848.
1132              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
1133              
1134              Patches all over for people and the files they (hopefully) care about.
1135              
1136              Subject: Net::protoent does not export 'getproto'
1137              
1138              Missed a change in #6869.
1139              
1140              Subject: [PATCH] Warnings in B::Deparse
1141              
1142              Subject: [PATCH] Glob dumping
1143              
1144              Disable one of the tests for now.
1145              
1146              Disabling the one test is a bit tricky.
1147              
1148              Don't forget to tidy up.
1149              
1150              The #6881 removed one dump line.
1151              
1152              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
1153              
1154              Under usethreads the dumped variable is IN_PAD.
1155              Subject: Re: [PATCH] Glob dumping
1156              
1157              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
1158              
1159              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
1160              
1161              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
1162              
1163              Regen Configure for #6894.
1164              
1165              Subject: [PATCH: 6889] updates to perlebcdic.pod
1166              
1167              Undo namespace pollution of #6878.
1168              Subject: Re: Net::protoent does not export 'getproto'
1169              
1170              Admit that we are leaking scalars.
1171              
1172              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
1173      Branch: maint-5.6/perl
1174           !> (integrate 271 files)
1175 ____________________________________________________________________________
1176 [  7894] By: gsar                                  on 2000/11/27  16:00:34
1177         Log: a couple of nits
1178      Branch: maint-5.6/perl
1179            ! MANIFEST pp_sys.c
1180 ____________________________________________________________________________
1181 [  7893] By: gsar                                  on 2000/11/27  15:10:56
1182         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
1183              6740..6745,6747..6757,6760
1184              
1185              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
1186              
1187              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
1188              
1189              Doc nits spotted by Richard Soderberg.
1190              
1191              move WNOHANG definition to where other such things are
1192              
1193              Make $Config{byteorder} more magical so that it is
1194              dynamically computed: nice for 'fat binaries'.
1195              Subject: [PATCH]: default byteorder
1196              
1197              Subject: [PATCH] Cwd.pm now uses strict
1198              
1199              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
1200              
1201              Get -DLEAKTEST to compile (not necessarily to work, mind)
1202              Subject: [ID 20000724.006] -DLEAKTEST problem
1203              
1204              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
1205              
1206              Add perlebcdic from Peter Prymmer, regen toc.
1207              
1208              Don't propose using modules built for 5.005 if no binary
1209              compatibility with 5.005 is attempted.
1210              
1211              Do not use prototyping here.
1212              Subject: [ID 20000817.016] [PATCH] Peek.xs
1213              
1214              Document what the backtick returns if the command fails.
1215              
1216              Add byteorder to the myconfig output.
1217              
1218              Introduce NVef, NVff, and NVgf, use the middle one.
1219              (helps for lib/peek + Linux + long doubles)  Reported in
1220              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1221              Use NVs in POSIX math, not doubles.
1222              Subject: [ID 20000817.014] POSIX & modfl
1223              
1224              Subject: [PATCH 5.6.0+] newSVrv() memory leak
1225              
1226              The byteorder code in #6671 was wrong.
1227              
1228              Fix the lib/complex failure of
1229              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1230              Linux long double accuracy issue: something that
1231              when printed with %g looks like "2" but int() of it is 1.
1232              
1233              Propagate new Configure vars.
1234              
1235              Unbuffer the output.
1236              
1237              Subject: [PATCH] perltrap.pod spring cleaning
1238              
1239              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
1240              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
1241              
1242              Tiny Getopt::Long patch from Johan Vromans.
1243              
1244              Document code point which makes if (defined %stash::) to work
1245              (noted by Spider Boardman).
1246              
1247              Subject: [PATCH perl@6698] cygwin port
1248              
1249              Document the NDBM_File and ODBM_File as SDBM_File
1250              was documented in #6417.
1251              
1252              The new tests were missing from #6415.
1253              
1254              Add [[:blank:]] as suggested in
1255              Subject: [ID 20000716.024] [=cc=] / [:blank:]
1256              (the [=cc=] has already been taken care of by #6439
1257              so the whole bug report can be closed)
1258              and make [[:space:]] to be equivalent to isspace(3)
1259              (as opposed to \s, which is isSPACE()).  The difference
1260              is that now [[:space:]] matches the mythical vertical tab,
1261              while \s doesn't.
1262              
1263              Don't eat leading os from index entries.
1264              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
1265              
1266              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
1267              
1268              Typo in pp_complement().
1269              Subject: [PATCH perl-current] Deparse
1270              
1271              Add warnif(), check warnings further up the stack,
1272              all the warnings functions now can take an optional object reference.
1273              Subject: [PATCH bleedperl@6691] warnings pragma update
1274              
1275              Fix a core dump in lib/selfloader under -DDEBUGGING.
1276              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
1277              
1278              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
1279              
1280              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
1281              
1282              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
1283              Put back the long double avoidance code to POSIX.xs
1284              because VMS seems to need it still.
1285              
1286              Introduce a 'veryclean' target that is like 'distclean'
1287              but also removes *~ and *.orig.
1288              
1289              Subject: [ID 20000817.023] endianness description in perlfunc.pod
1290              
1291              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
1292              
1293              Let's try #6717 again.
1294              
1295              UTF8 concat fixes.
1296              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
1297              
1298              pp_open() could pass an uninitialized filename down to do_open9().
1299              
1300              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
1301              
1302              Update to CGI 2.72, from Lincoln Stein.
1303              
1304              Subject: [PATCH] Silence MakeMaker (Was: installman)
1305              
1306              Use temporary directory instead of current directory.
1307              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
1308              
1309              Document odd vs even subreleases and -Dusedevel.
1310              
1311              The veryclean target needs to clobber.
1312              
1313              Use File::Spec->tmpdir().
1314              
1315              Document the number of exponent digits.
1316              
1317              Mention perlebcdic and perlposix-bc.
1318              
1319              s/this one/the 5.6.0 release/
1320              
1321              The #6724 is here.
1322              
1323              The correct cleaning order is an art.
1324              
1325              small tweaks for change#6705: avoid C++ style comments in C code;
1326              use Perl's malloc API rather than the low level system one
1327              
1328              Array context keeps slithering in.
1329              
1330              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
1331              
1332              Subject: [PATCH] os2.c fix for use64bitint
1333              
1334              Update to Pod::LaTeX 0.53.
1335              Subject: [PATCH] lib/Pod/LaTeX.pm updates
1336              
1337              Document the endianness of Alpha more precisely.
1338              
1339              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
1340              
1341              Rename the macro argument because some preprocessors
1342              can't tell the difference and expand arguments also inside
1343              double quoted strings.
1344              
1345              free TLS slot properly on Windows
1346              
1347              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
1348              
1349              Unicos/mk requires elaborate paranoia.
1350              
1351              Tweak the floating point output routine preferences.
1352              
1353              Also under djgpp the timestamps are funky.
1354              
1355              Apply some PodParser 1.18 patches; the Pod/Find.pm
1356              patches cannot be applied since #6712 conflicts.
1357              
1358              Use PodParser 1.18 new test.
1359              
1360              A pod nit.
1361              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
1362              
1363              Be verydeepclean.
1364      Branch: maint-5.6/perl
1365           +> pod/perlebcdic.pod
1366           !> (integrate 106 files)
1367 ____________________________________________________________________________
1368 [  7892] By: jhi                                   on 2000/11/27  15:02:32
1369         Log: Update Changes.
1370      Branch: perl
1371            ! Changes patchlevel.h
1372 ____________________________________________________________________________
1373 [  7891] By: jhi                                   on 2000/11/27  14:57:23
1374         Log: Subject: Re: perlfaq style changes
1375              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1376              Date: Sat, 25 Nov 2000 23:32:26 -0800
1377              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
1378              
1379              plus a note from Ronald Kimball.
1380      Branch: perl
1381            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
1382 ____________________________________________________________________________
1383 [  7890] By: jhi                                   on 2000/11/27  14:53:14
1384         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
1385              From: Benjamin Holzman <bah@ecnvantage.com>
1386              Date: Sun, 26 Nov 2000 16:27:33 -0500
1387              Message-ID: <20001126162733.J25040@ecnvantage.com>
1388      Branch: perl
1389            ! gv.c
1390 ____________________________________________________________________________
1391 [  7889] By: jhi                                   on 2000/11/27  14:43:11
1392         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
1393              From: lvirden@cas.org
1394              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
1395              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
1396      Branch: perl
1397            ! README.amiga
1398 ____________________________________________________________________________
1399 [  7888] By: jhi                                   on 2000/11/27  14:32:34
1400         Log: Restore also the locale test to no-sprintf-taint state.
1401              Fixes the bug 20001127.003.
1402      Branch: perl
1403            ! sv.c t/pragma/locale.t
1404 ____________________________________________________________________________
1405 [  7887] By: gsar                                  on 2000/11/27  14:13:05
1406         Log: integrate changes#6613..6616,6620..6665 from mainline
1407              
1408              VMS configure.com update continues.
1409              
1410              Subject: Test fails / warnings with perl-current #6612
1411              
1412              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
1413              
1414              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1415              
1416              For now remove the mail code.
1417              
1418              Subject: Re: [PATCH] @+, @- readonly
1419              
1420              Subject: warning: storage class after type is obsolescent
1421              
1422              Subject: sfio2000
1423              
1424              Subject: Re: File::Temp problems on VMS in bleedperl
1425              
1426              README.os2 update.
1427              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
1428              
1429              Make the user to give up his firstborn, err, to knowingly
1430              verify installing an unstable developer release.  Also bump
1431              the release to 5.7.0, but leave a patch tag in the local
1432              patches saying that this is not yet the real thing.
1433              
1434              Update (kinda) to Test 1.14, from Joshua Pritikin.
1435              
1436              make ok etc also for win32.
1437              
1438              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
1439              
1440              Don't blow limited stacks, a lower number is enough to
1441              tickle the lookbehind limit.
1442              
1443              Use -Dusedevel; regen Configure and the respective Porting stuff.
1444              
1445              Subject: [PATCH] debugger exit code should reflect user exit code
1446              
1447              Subject: [PATCH perl@6620] cygwin port
1448              
1449              Missed a file from #6638.
1450              
1451              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)
1452              
1453              magic callbacks all need to have same type signature
1454              
1455              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
1456              
1457              Fix a dependency problem.
1458              Subject: [PATCH: 6640] VMS Makefile.SH update
1459              
1460              The numeric locale was reset to "C" by s?printf and never restored.
1461              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
1462              No test since adding the failing example to locale.t
1463              does not fail -- probably because the locale settings are so
1464              thoroughly tweaked by that time.  Running the example standalone
1465              does fail, though.  UPDATE: test case added at change #7540.
1466              
1467              Subject: [ID 20000324.040] minor fix to perlhpux.pod
1468              
1469              Update to CPAN 1.57.
1470              
1471              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
1472              
1473              Change the perlbug address to perl.org since it's more forgiving.
1474              
1475              Change the regx compilation error markers to use = instead of <
1476              since pod makes using the latter quite messy.  Reported in
1477              ID 20000814.006 by Abigail and in
1478              Subject: Unknown escape E<> ?
1479              
1480              Update to perldebtut 1.9, from Richard Foley.
1481              
1482              check that the number pseudo children doesn't exceed
1483              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
1484              the WaitForMultipleObjects() limit that would cause wait()
1485              to crash)
1486              wait() and waitpid() could potentially be rewritten to use
1487              more than one thread to do the waiting to eliminate this
1488              limitation
1489              
1490              change#6328 could make close(SOCKET) return false on windows
1491              when it shouldn't
1492              
1493              pod nit seen in passing
1494              
1495              on windows, the return values from wait() and waitpid() don't
1496              match those of pseudo-pids
1497              
1498              waitpid() now handles externally spawned pids correctly;
1499              fixes for backtick/wait/waitpid failures on Windows 9x
1500              these changes make the pid returned by process functions on
1501              Windows 9x always positive by clearing the high bit (which
1502              is always set on Win9x); pseudo-process PIDs are likewise
1503              always negative now on Win9x (just as on NT/2000)
1504              
1505              trailing new %ENV entries weren't being pushed into the real
1506              environment of subprocesses on Windows
1507              
1508              Tweak the regex compilation errors once more.
1509              
1510              avoid warnings from dense compiler
1511              
1512              add "ok" targets from change#6632 in makefile.mk
1513      Branch: maint-5.6/perl
1514            - lib/Pod/PlainText.pm vms/configure.com
1515           !> (integrate 66 files)
1516 ____________________________________________________________________________
1517 [  7886] By: jhi                                   on 2000/11/27  13:54:18
1518         Log: __FUNCTION__ isn't portable and trying to emulate it leads
1519              into practically spelling out the name of the function.
1520              Takes care of the bug 20001127.001.
1521      Branch: perl
1522            ! perlio.c
1523 ____________________________________________________________________________
1524 [  7885] By: gsar                                  on 2000/11/27  13:53:18
1525         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
1526              6610..6611 from mainline
1527              
1528              Make regular expression parse error messages easier to understand.
1529              Subject: Re: enhanced(?) regex error messages
1530              
1531              Tiny tidying on report_evil_fh().
1532              
1533              Subject: Re: enhanced(?) regex error messages 
1534              plus Capitalize the error messages, plus perldiag them.
1535              
1536              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
1537              
1538              Document here-doc better.
1539              
1540              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1541              
1542              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
1543              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
1544              (either perlbug or p5p ate the original), plus regen
1545              perlapi and perltoc. 
1546              
1547              Regen global.sym.
1548              
1549              Double check that we have a dirhandle.
1550              
1551              Subject: Re: enhanced(?) regex error messages
1552              (plus two small patches sent privately)
1553              (this still seems to leave few test failures)
1554              
1555              warn is a macro, avoid using at a variable to avoid warnings
1556              in some configurations; readdir.t is too conservative in
1557              estimating number of *.t's
1558              
1559              Get back into sync with Jeffrey on the enhanced regex warnings.
1560              
1561              Subject: [PATCH 5.6.0] cygwin port
1562              
1563              Zero entries were skipped, fix from Adrian Goalby
1564              <argoalby@yahoo.co.uk>
1565              
1566              Subject: Remove dead entry in perldiag
1567              
1568              Amend the description of Perl6.
1569              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
1570              
1571              detypo
1572              
1573              It's the 2ndO'ROSSC.
1574              
1575              Revert the sv.c part of #6559, a better fix is needed.
1576              
1577              Iterating perl6 description.
1578              
1579              Update to Term::ANSIColor 1.03, from Russ Allbery.
1580              
1581              Update to Getopt::Long 2.23_05, from Johan Vromans.
1582              
1583              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
1584              
1585              Update to Pod::Parser 1.17, from Brad Appleton.
1586              
1587              Update to CPAN 1.56, from Andreas König.
1588              
1589              Update to CGI 2.70, from Lincoln Stein.
1590              
1591              Put back the std @INC thing.
1592              
1593              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
1594              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
1595              
1596              Document the IO::Select timeout.
1597              
1598              sleep(1) does not necessarily return 1.
1599              Subject: [PATCH bleadperl] op/lex_assign.t  
1600              
1601              Subject: debugger "d" command doesnt check line number
1602              
1603              B::Deparse didn't do sub attributes.
1604              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1605              
1606              Preprocessing and postprocessing for File::Find.
1607              Subject: Patch to Find::File.pm to allow alphabetical results
1608              
1609              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
1610              
1611              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
1612              
1613              Subject: Re: [ID 20000730.003] utf8::length() bad
1614              
1615              Subject: Getting perlio and threads to compile
1616              (the Solaris version changes in Configure skipped)
1617              
1618              Tests for #6589.
1619              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1620              
1621              Add Perl debugging tutorial, regen toc. 
1622              Subject: perldebtut.pod
1623              
1624              Add a few missing files, update MANIFEST.
1625              
1626              Rewrite of vms/subconfigure.com as configure.com,
1627              from Peter Prymmer and the vmsperl crew.
1628              
1629              Should have deleted this in #6603.
1630              
1631              Fix the test for 5005threads.
1632              
1633              Fix-n-skip the tests under 5005threads.
1634              
1635              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
1636              
1637              Upgrade to CGI 2.71, from Lincoln Stein.
1638      Branch: maint-5.6/perl
1639           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
1640           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
1641           +> t/op/regmesg.t t/pod/find.t vms/configure.com
1642            - vms/subconfigure.com
1643            ! lib/lib.pm
1644           !> (integrate 115 files)
1645 ____________________________________________________________________________
1646 [  7884] By: jhi                                   on 2000/11/27  13:44:33
1647         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
1648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1649              Date:     Mon, 27 Nov 2000 08:23:54 EST
1650              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
1651      Branch: perl
1652            ! vms/descrip_mms.template vms/test.com
1653 ____________________________________________________________________________
1654 [  7883] By: gsar                                  on 2000/11/27  11:50:46
1655         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
1656              6511..6513,6515..6523,6525..6536
1657              
1658              The swallow_bom() saga continues.  The #23 of require.t
1659              (UTF16-LE) still fails (silently, no output) but the #22
1660              (UTF16-BE) seems to be working now.  The root of the
1661              failure may be in sv_gets(): is it UTF-16LE-aware,
1662              especially when it comes to line endings? 
1663              
1664              Document the problem with -P in HP-UX and its workaround.
1665              
1666              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
1667              (aka ID 20000730.002)
1668              
1669              Subject: fix and question re: waitpid() under win32
1670              
1671              Make the safety catch for buggy gccs work with triple version
1672              numbers like 2.95.2.  Reported in
1673              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
1674              
1675              In Digital UNIX warn if gcc explicitly chosen because even
1676              2.95.2 is known to cause problems.
1677              
1678              Make chr() for values >127 to create utf8 when under utf8.
1679              
1680              various syntax errors and such (not fixed: comp/require.t#22 coredump
1681              on Windows)
1682              
1683              Stash away the largefiles flags and libswanted.
1684              
1685              BOM patching from Simon Cozens.
1686              
1687              If gccosandvers is equal to osname, clear gccosandvers.
1688              
1689              Make p4desc to skip non-mainperl branches by default.
1690              
1691              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
1692              
1693              The test from this
1694              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
1695              
1696              In new BSDs changes to argv[] do not show up in ps(1) output,
1697              instead one must use setproctitle().  This was already addressed
1698              by change #6457, but the below has a new variant for FreeBSD 4.0
1699              or later, and the matter is also documented more.
1700              
1701              FreeBSD 3.* updates from
1702              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
1703              
1704              regen_headers, regen perltoc.
1705              
1706              Document in one place the memory abstractions used in Perl core.
1707              
1708              memcpy has n o in it, as pinted ut by Sarathy.
1709              
1710              Remove the extraneous "main::" prefix from all the
1711              "opened only for", "on closed", and "never opened" warnings.
1712              
1713              The name of a filehandle does not have <these>.
1714              
1715              The tr utf8 patching continues.
1716              
1717              The new setproctitle() feature is available only in 
1718              bleeding edge FreeBSD.  From Paul Saab.
1719              
1720              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
1721              
1722              Dump UVs as UVs in Data::Dumper.
1723              
1724              detypo #6494
1725              
1726              Document the IVdf UVuf UVof UVxf.
1727              
1728              require.t needs binmode() to work on windows
1729              
1730              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1731              that are hopefully soon put into use.
1732              
1733              Allow "no Module;" even if there is no 'unimport'.
1734              
1735              Better skip message for the test; one of the two problems in
1736              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1737              
1738              The subtest 4 may fail also on VOBS, as pointed out
1739              by Nick Ing-Simmons in November 1999, bug id 19991124.003
1740              (but the failure in that bug report isn't the subtest 4).
1741              
1742              Be more informative on what is skipped and why,
1743              also repeat the list at the end.
1744              
1745              Add a URL for FSF.
1746              
1747              Subject: [PATCH] sv.h documentation - SvLEN
1748              
1749              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
1750              
1751              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
1752              
1753              Subject: [PATCH] bad cppsymbols on os2 + Configure question
1754              
1755              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
1756              
1757              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
1758              mention the idea of @( and @)
1759              
1760              This is 6512.  Really.
1761              
1762              Subject: [ID 19990721.004] Documentation bug in perlfunc
1763              
1764              Subject: Minor tweak to perlvar.pod
1765              
1766              In the warnings call filehandles consistently so;
1767              add "unopened" warning for stat().
1768              
1769              After the #6519 a warning about stat() is just that,
1770              not about a filetest, which now have their own warning.
1771              
1772              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
1773              
1774              Subject: Re: Array vs. List context
1775              
1776              Subject: New perlcc, take 2
1777              
1778              Weed buglets pointed out by
1779              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
1780              
1781              gcc versions might have (parentheses) in them.
1782              
1783              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
1784              
1785              Essential prototype changes were missing from #6527.
1786              Also make report_evil_fh() more bomb-proof.
1787              
1788              Zap lib/Sys directory when cleaning up.
1789              
1790              Change the Policy policy: now -Dprefix= with an existing
1791              Policy.sh and prefix == siteprefix == vendorprefix, then all
1792              of them follow along the new prefix.
1793              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
1794              
1795              Continue fixing the io warnings.  This also
1796              sort of fixes bug ID 20000802.003: the core dump
1797              is no more.  Whether the current behaviour is correct
1798              (giving a warning: "Not a format reference"), is another matter.
1799              
1800              Have symbols for the IoTYPEs.
1801              
1802              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
1803              
1804              Document a bit that UDP is not what you might think.
1805              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
1806              tr memory corruption fix from Simon Cozens.
1807              
1808              Plug the security hole described in the Aug 05 2000 bugtraq message
1809              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
1810              The security hole exists only in suidperls, which isn't
1811              installed or even built by default.
1812      Branch: maint-5.6/perl
1813           !> (integrate 71 files)
1814 ____________________________________________________________________________
1815 [  7882] By: gsar                                  on 2000/11/27  10:25:36
1816         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
1817              from mainline
1818              
1819              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
1820              to be fatal errors (instead of by default ignoring them, and
1821              ignoring with a bug: even though -w gave an error, the opening [
1822              was left in)  Reported in:
1823              
1824              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
1825              
1826              Subject: [PATCH] split /^/
1827              
1828              MacOS nits from Matthias Neeracher.
1829              
1830              More split() doc and test patches from Mike Guy.
1831              
1832              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
1833              from Graham Barr in the module list.
1834              
1835              docfix from Peter Scott <Peter@PSDT.com>.
1836              
1837              File::Temp patches for VMS and OS/2 from Tim Jenness.
1838              
1839              open() wariness in perlbug.
1840              
1841              Subject: [PATCH] minor doc change - perlguts
1842              
1843              Subject: Minor doc patch: handy.h
1844              
1845              Be wary of close()s, too.
1846              
1847              Further File::Temp patches from Yitzchak Scott-Thoennes
1848              and Craig A. Berry.
1849              
1850              Subject: [PATCH] fixes bug 20000508.004
1851              
1852              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
1853              
1854              Allow "no AutoLoader;", based on change #6444,
1855              suggested by Graham Barr.
1856              
1857              Use setproctitle() if available to modify $0.
1858              
1859              Warn if the version of the operating system used to compile gcc
1860              differs from the current version of the operating system.
1861              Also display the gcc compilation os and version in myconfig.
1862              Inspiration from
1863              
1864              Tiny fixes for #6460.
1865              
1866              The problem described in this
1867              Subject: [ID 20000322.018] named chars aren't magical enough
1868              has been fixed in perl 5.6.0 but just in case added a test
1869              to keep it away.  (The report from Joseph Hall.)
1870              
1871              Tune the comments and hopefully stop a memory leak.
1872              
1873              Subject: UTF8 concat
1874              (with a memory leak fixed, plus a few casts added)
1875              This also seems to help for
1876              Subject: [ID 20000716.015] join UTF8 weirdness
1877              
1878              Do not upgrade SVs into utf8 just because they participate
1879              in eq or cmp.  Reported and fix suggested in
1880              Subject: [ID 20000720.009] sv_eq UTF8 bug
1881              
1882              Fix the HALF_UPGRADE() macro introduced in #6263.
1883              
1884              Find green threads before native threads.
1885              Subject: Re: Patch to jpl/JNI/Makefile.PL
1886      Branch: maint-5.6/perl
1887           !> (integrate 30 files)
1888 ____________________________________________________________________________
1889 [  7881] By: jhi                                   on 2000/11/27  05:48:41
1890         Log: It seems that *both* the unused submatch loop cleanup
1891              codes are needed.
1892      Branch: perl
1893            ! regexec.c
1894 ____________________________________________________________________________
1895 [  7880] By: jhi                                   on 2000/11/27  04:50:07
1896         Log: Clean .exists deeper.
1897      Branch: perl
1898            ! Makefile.SH
1899 ____________________________________________________________________________
1900 [  7879] By: jhi                                   on 2000/11/27  02:31:35
1901         Log: The code in regcppop() (see #7878) contains the correct lower
1902              limit for the unused submatch 'cleanup' loop so that under
1903              "use utf8" the following code wouldn't dump core:
1904              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
1905              the cleanup loop in regtry() stomped beyond allocated area
1906              in the startp[] array.  Therefore, copied the correct lower
1907              loop limit (*PL_reglastparen) to regtry().  Note: something
1908              may still not be quite right: why was the _higher_ loop limit
1909              (prog->nparens) different in the utf8 case?
1910              
1911              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
1912              without core dumps, there were about 17 of them before
1913              the patch (with us since Perl 5.7.0).  Two failures, still:
1914              496 and 505 (though these may not be severe).
1915              
1916              Patch #7881 is also needed since both the cleanup loops
1917              seem to be needed.
1918              
1919              Also, the t/op/pat#44 seems to core dump under utf8.
1920              Plus a couple of failures.  UGH-8.
1921      Branch: perl
1922            ! regexec.c
1923 ____________________________________________________________________________
1924 [  7878] By: jhi                                   on 2000/11/27  02:21:17
1925         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
1926              the code in regcppop() seems to be redundant for the test suite --
1927              but it contains a germ of truth, and it needed for the build
1928              process itself: see #7879 and #7881.
1929      Branch: perl
1930            ! regexec.c
1931 ____________________________________________________________________________
1932 [  7877] By: jhi                                   on 2000/11/27  01:53:09
1933         Log: Comment on comment.
1934      Branch: perl
1935            ! regexec.c
1936 ____________________________________________________________________________
1937 [  7876] By: jhi                                   on 2000/11/27  00:49:59
1938         Log: Adjust the docs to agree with #7875.
1939      Branch: perl
1940            ! pod/perllocale.pod
1941 ____________________________________________________________________________
1942 [  7875] By: jhi                                   on 2000/11/27  00:49:27
1943         Log: Retract #7863.  It makes more sense not to taint formatted output,
1944              not even by sprintf().
1945      Branch: perl
1946            ! sv.c
1947 ____________________________________________________________________________
1948 [  7874] By: jhi                                   on 2000/11/26  23:36:02
1949         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
1950              Not really fixed (should really dump the UTF-8 charclass),
1951              but stopped displaying the garbage.
1952              
1953              Also add a note on the (missing) Unicode PSXSPC and BLANK.
1954      Branch: perl
1955            ! regcomp.c
1956 ____________________________________________________________________________
1957 [  7873] By: jhi                                   on 2000/11/26  21:31:13
1958         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
1959      Branch: perl
1960            ! regexec.c
1961 ____________________________________________________________________________
1962 [  7872] By: jhi                                   on 2000/11/26  21:06:04
1963         Log: No need to scan till infinity, 13 is enough.
1964      Branch: perl
1965            ! handy.h utf8.c
1966 ____________________________________________________________________________
1967 [  7871] By: jhi                                   on 2000/11/26  20:20:32
1968         Log: Test line numbers are different with utf8.
1969      Branch: perl
1970            ! t/op/re_tests
1971 ____________________________________________________________________________
1972 [  7870] By: jhi                                   on 2000/11/26  20:10:12
1973         Log: Message nit.
1974      Branch: perl
1975            ! regcomp.c
1976 ____________________________________________________________________________
1977 [  7869] By: jhi                                   on 2000/11/26  19:01:05
1978         Log: Make utf8_length() and utf8_distance() (the latter of which
1979              is unused at the moment) to be less forgiving about bad UTF-8.
1980      Branch: perl
1981            ! embed.h embed.pl objXSUB.h proto.h utf8.c
1982 ____________________________________________________________________________
1983 [  7868] By: jhi                                   on 2000/11/26  18:45:56
1984         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
1985              From: Benjamin Holzman <bah@ecnvantage.com>
1986              Date: Sat, 25 Nov 2000 20:40:20 -0500       
1987              Message-ID: <20001125204020.A25040@ecnvantage.com>              
1988              
1989              Debian allows installing /usr/bin/locale without installing
1990              any locales, an error message will ensue.
1991      Branch: perl
1992            ! t/pragma/locale.t
1993 ____________________________________________________________________________
1994 [  7867] By: jhi                                   on 2000/11/26  18:31:12
1995         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
1996              From: Benjamin Holzman <bah@ecnvantage.com>
1997              Date: Sun, 26 Nov 2000 02:42:34 -0500
1998              Message-ID: <20001126024234.G25040@ecnvantage.com>
1999              
2000              Patch for the bug 20000212.002.
2001      Branch: perl
2002            ! sv.c t/op/array.t
2003 ____________________________________________________________________________
2004 [  7866] By: jhi                                   on 2000/11/26  18:28:09
2005         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
2006              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2007              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
2008              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
2009              
2010              File::Temp 0.11.
2011      Branch: perl
2012            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
2013 ____________________________________________________________________________
2014 [  7865] By: jhi                                   on 2000/11/26  18:24:22
2015         Log: The metaconfig unit change for #7864.
2016      Branch: metaconfig/U/perl
2017            ! need_va_copy.U
2018 ____________________________________________________________________________
2019 [  7864] By: jhi                                   on 2000/11/26  18:23:41
2020         Log: Make the va_copy() test not to be so talkative.
2021      Branch: perl
2022            ! Configure config_h.SH
2023 ____________________________________________________________________________
2024 [  7863] By: jhi                                   on 2000/11/26  18:11:02
2025         Log: Fix locale inconsistencies unearthed by Hugo's work.
2026              Now the floating point sprintf really does taint the result
2027              string as perllocale promises (has promised for a long time)
2028              if "use locale" is in the lexical scope.
2029      Branch: perl
2030            ! sv.c t/pragma/locale.t
2031 ____________________________________________________________________________
2032 [  7862] By: jhi                                   on 2000/11/26  00:35:15
2033         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
2034              From: Nicholas Clark <nick@ccl4.org>
2035              Date: Sun, 26 Nov 2000 00:07:50 +0000
2036              Message-ID: <20001126000750.A22446@plum.flirble.org>
2037              
2038              Infinit.
2039      Branch: perl
2040            ! sv.c
2041 ____________________________________________________________________________
2042 [  7861] By: jhi                                   on 2000/11/26  00:01:26
2043         Log: Integrate perlio.
2044      Branch: perl
2045           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
2046 ____________________________________________________________________________
2047 [  7860] By: nick                                  on 2000/11/25  22:04:17
2048         Log: Correct relative path from new ext\Filter\Util\Call location
2049              back to miniperl.
2050      Branch: perlio
2051            ! win32/makefile.mk
2052 ____________________________________________________________________________
2053 [  7859] By: nick                                  on 2000/11/25  21:26:54
2054         Log: Integrate mainline.
2055      Branch: perlio
2056           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2057           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
2058           +> t/lib/filter-util.t
2059            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2060            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2061            - t/lib/filt-util.t
2062           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
2063           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
2064           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
2065           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
2066           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
2067           !> win32/makefile.mk
2068 ____________________________________________________________________________
2069 [  7858] By: gsar                                  on 2000/11/25  20:52:17
2070         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
2071              parent's memory; fix it by keeping track of the actual pad
2072              offset rather than a raw pointer (this change is probably also
2073              relevant to non-ithreads case to avoid fallout from reallocs of
2074              the pad array, but is currently only enabled for the ithreads
2075              case in the interests of minimal disruption to existing "well
2076              tested" code)
2077      Branch: perl
2078            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2079            ! proto.h scope.c scope.h sv.c t/op/fork.t
2080 ____________________________________________________________________________
2081 [  7857] By: nick                                  on 2000/11/25  20:01:28
2082         Log: All tests pass on Win32/gcc/USE_PERLIO.
2083              - when crlf layer is pushed make unix-level binary.
2084              - remove :crlf injection in pp_backtick in pp_sys.c
2085              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
2086      Branch: perlio
2087            ! doio.c perlio.c pp_sys.c win32/makefile.mk
2088 ____________________________________________________________________________
2089 [  7856] By: jhi                                   on 2000/11/25  18:38:30
2090         Log: Update the metaconfig units for #7855.
2091      Branch: metaconfig/U/perl
2092            ! useperlio.U usesocks.U
2093 ____________________________________________________________________________
2094 [  7855] By: jhi                                   on 2000/11/25  18:37:54
2095         Log: Undo the SOCKS workarounds, instead start using PerlIO
2096              if SOCKS is selected.
2097              
2098              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
2099              From: Jens Hamisch <jens@Strawberry.COM>
2100              Date: Fri, 24 Nov 2000 18:31:30 +0100
2101              Message-ID: <20001124183130.E28337@Strawberry.COM>
2102              
2103              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
2104              From: Jens Hamisch <jens@Strawberry.COM>
2105              Date: Fri, 24 Nov 2000 19:11:51 +0100
2106              Message-ID: <20001124191151.A28753@Strawberry.COM>
2107      Branch: perl
2108            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
2109            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
2110 ____________________________________________________________________________
2111 [  7854] By: jhi                                   on 2000/11/25  17:39:08
2112         Log: Undo #7848.  Some of the code seems to use walkoptree(),
2113              some walkoptree_slow().  An unfinished renaming?
2114              Now the sub is walkoptree() (which is @EXPORT_OK),
2115              the walkoptree_slow() is a typeglob alias to walkoptree.
2116              This makes the tests to pass, at least.
2117      Branch: perl
2118            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
2119 ____________________________________________________________________________
2120 [  7853] By: nick                                  on 2000/11/24  22:24:33
2121         Log: Re-arrange crlf vs binary for platforms that care.
2122              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
2123              Lip-service to making stdio layer work on such platfroms (untested).
2124              Now fails 3 tests rather than one, checkin to see if I can debug 
2125              the issue under linux. (Do not merge.)
2126      Branch: perlio
2127            ! doio.c perlio.c perliol.h
2128 ____________________________________________________________________________
2129 [  7852] By: jhi                                   on 2000/11/24  18:57:39
2130         Log: AUTHORS edits.
2131      Branch: perl
2132            ! AUTHORS
2133 ____________________________________________________________________________
2134 [  7851] By: jhi                                   on 2000/11/24  17:34:56
2135         Log: Add Jan-Erik Karlsson.
2136      Branch: perl
2137            ! AUTHORS
2138 ____________________________________________________________________________
2139 [  7850] By: jhi                                   on 2000/11/24  17:27:56
2140         Log: Configure should find stdchar on its own.
2141      Branch: perl
2142            ! hints/solaris_2.sh
2143 ____________________________________________________________________________
2144 [  7849] By: jhi                                   on 2000/11/24  17:24:55
2145         Log: Subject: PATCH over 7848: Filter test flawed
2146              From: andreas.koenig@anima.de (Andreas J. Koenig)
2147              Date: 24 Nov 2000 10:28:29 +0100
2148              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
2149      Branch: perl
2150            ! t/lib/filter-util.t
2151 ____________________________________________________________________________
2152 [  7848] By: jhi                                   on 2000/11/24  17:22:15
2153         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
2154              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
2155              Date: Fri, 24 Nov 2000 16:12:58 +0000
2156              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
2157      Branch: perl
2158            ! ext/B/B.pm
2159 ____________________________________________________________________________
2160 [  7847] By: jhi                                   on 2000/11/24  03:07:01
2161         Log: Integrate perlio.
2162      Branch: perl
2163           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
2164           !> win32/makefile.mk
2165 ____________________________________________________________________________
2166 [  7846] By: gsar                                  on 2000/11/24  00:55:57
2167         Log: integrate changes#6415..6418,6420..6438 from mainline
2168              
2169              Fix the bitvector ops for utf8 (tricky since past 7 bits
2170              the utf8 'characters' can be more than one octet).
2171              
2172              MPE/ix updates for perl 5.6.0 from Mark Bixby.
2173              
2174              Subject: SDBM_File documentation
2175              
2176              Detypo.
2177              
2178              Decutandpasto.
2179              
2180              Send all installperl messages to STDERR and be -w clean.
2181              
2182              Out-of-date note removed.
2183              
2184              Protect against "wild next"s, that is, callbacks doing "next"
2185              instead of "return".
2186              
2187              Use STDOUT consistently.
2188              
2189              The output might have been produced in the wrong order.
2190              
2191              A missing 'break' after the [[:space:]] switch case.
2192              
2193              Add tests for
2194              [ID 19991110.003] another matching finding by pcre author
2195              which has already been fixed by some patch, as verified in
2196              
2197              Documentation to explain the behaviour of map().
2198              
2199              Add an optimization for map-maps-a-list-element-to-more-list-elements
2200              case, but add also notes explaining the relationship of this
2201              patch and the earlier notes by Sarathy.
2202              
2203              Subject: [ID 20000716.023] syslog test fails without sockets
2204              
2205              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2206              Test cases for #6431.
2207              
2208              File::Spec::VMS fixup for tmpdir from Craig Berry.
2209              
2210              Make the "uninit variable" warning to say "concat or string"
2211              or "join or string" when in concat or join .
2212              
2213              Get UTF16 BOMs working.  Patch from
2214              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2215              
2216              Subject: [PATCH] Make large file tests deal with SIGXFSZ
2217              
2218              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
2219              
2220              Subject: [PATCH] av.c apidoc
2221      Branch: maint-5.6/perl
2222           !> (integrate 43 files)
2223 ____________________________________________________________________________
2224 [  7845] By: gsar                                  on 2000/11/24  00:20:45
2225         Log: integrate changes#6406..6414 from mainline
2226              
2227              Merge perlhacktut into perlhack, update perlguts.
2228              
2229              Fix AutoSplit to use File::Spec the right way in VMS,
2230              from Peter Prymmer.
2231              
2232              The bug report
2233              [ID 19991110.002] minimal matching discrepancy found by pcre author
2234              seems to have been fixed (though differently from what was suggested
2235              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
2236              
2237              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
2238              not in pod, from Peter Prymmer
2239              
2240              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
2241              From: Hugo <hv@crypt.compulink.co.uk>
2242              Date: Fri, 14 Jul 2000 23:05:20 +0100
2243              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
2244              
2245              Didn't anymore apply, but that point still could use another fix.
2246              
2247              lib/b test fixes from Peter Prymmer.
2248              
2249              More docs for sv functions.
2250              
2251              perlvms.pod whitespace cleanup to keep pod utils happy.
2252              
2253              another VMS build tweak from Peter Prymmer
2254      Branch: maint-5.6/perl
2255           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
2256           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
2257           !> vms/descrip_mms.template vms/perlvms.pod
2258 ____________________________________________________________________________
2259 [  7844] By: nick                                  on 2000/11/23  23:42:45
2260         Log: Win32/perlio Now just fails one io/argv.t test - lack 
2261              of default :crlf on standard streams.
2262      Branch: perlio
2263            ! doio.c perlio.c
2264 ____________________________________________________________________________
2265 [  7843] By: nick                                  on 2000/11/23  23:04:05
2266         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
2267              peek fail is showing a real problem (multiple crlf layers
2268              are getting pushed.)
2269      Branch: perlio
2270            ! doio.c perlio.c win32/makefile.mk
2271 ____________________________________________________________________________
2272 [  7842] By: nick                                  on 2000/11/23  19:46:23
2273         Log: Implement PerlIO_binmode()
2274              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
2275              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
2276              make binmode in t/lib/io_tell.t unconditional so that works.
2277              Checkin just so Win32 machine can see these changes.
2278      Branch: perlio
2279            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
2280 ____________________________________________________________________________
2281 [  7841] By: jhi                                   on 2000/11/23  19:30:00
2282         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
2283      Branch: perl
2284            ! README.amiga
2285 ____________________________________________________________________________
2286 [  7840] By: jhi                                   on 2000/11/23  17:18:02
2287         Log: SOCKS wrestling continues, patches from Jens Hamisch.
2288      Branch: perl
2289            ! doio.c embed.h embed.pl perlsdio.h proto.h
2290 ____________________________________________________________________________
2291 [  7839] By: jhi                                   on 2000/11/23  16:54:14
2292         Log: Push Filter::Util::Call one level deeper.
2293      Branch: perl
2294            + t/lib/filter-util.t
2295           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2296           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
2297            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2298            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2299            - t/lib/filt-util.t
2300            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
2301            ! win32/Makefile win32/makefile.mk
2302 ____________________________________________________________________________
2303 [  7838] By: jhi                                   on 2000/11/23  16:52:40
2304         Log: Reach back one higher up when searching for PERL_SRC.
2305      Branch: perl
2306            ! lib/ExtUtils/MM_Unix.pm
2307 ____________________________________________________________________________
2308 [  7837] By: jhi                                   on 2000/11/23  16:05:41
2309         Log: Subject: Re: perl@7826
2310              Date: Thu, 23 Nov 2000 02:20:25 -0600
2311              From: "Craig A. Berry" <craigberry@mac.com>
2312              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
2313              
2314              Make VMS to like Filter::Util::Call. 
2315      Branch: perl
2316            ! configure.com ext/Filter/Util/Makefile.PL
2317 ____________________________________________________________________________
2318 [  7836] By: nick                                  on 2000/11/23  16:04:08
2319         Log: Implement crlf layer - not ready for merge.
2320      Branch: perlio
2321            ! perlio.c win32/makefile.mk
2322 ____________________________________________________________________________
2323 [  7835] By: jhi                                   on 2000/11/23  15:56:52
2324         Log: STDCHAR is different in Sparc v9 vs x86.
2325      Branch: perl
2326            ! hints/solaris_2.sh
2327 ____________________________________________________________________________
2328 [  7834] By: jhi                                   on 2000/11/23  15:50:47
2329         Log: The type needs to be visible to protos.
2330      Branch: perl
2331            ! perl.h
2332 ____________________________________________________________________________
2333 [  7833] By: jhi                                   on 2000/11/23  15:40:46
2334         Log: Finish unfinished SOCKS workaround changes.
2335      Branch: perl
2336            ! doio.c
2337 ____________________________________________________________________________
2338 [  7832] By: jhi                                   on 2000/11/23  15:33:30
2339         Log: Integrate perlio.
2340      Branch: perl
2341           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2342           !> win32/makefile.mk
2343 ____________________________________________________________________________
2344 [  7831] By: nick                                  on 2000/11/23  10:31:07
2345         Log: Correct makefile.mk dependancies for ext/Filter/Util
2346              Build ext/Encode
2347              Run dmake regen_config_h
2348      Branch: perlio
2349            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2350            ! win32/makefile.mk
2351 ____________________________________________________________________________
2352 [  7830] By: nick                                  on 2000/11/23  08:05:07
2353         Log: Integrate mainline
2354      Branch: perlio
2355           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2356           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
2357           +> t/lib/filt-util.pl t/lib/filt-util.t
2358           !> (integrate 41 files)
2359 ____________________________________________________________________________
2360 [  7829] By: gsar                                  on 2000/11/23  03:07:11
2361         Log: build the Filter extension on windows
2362      Branch: perl
2363            ! win32/Makefile win32/makefile.mk
2364 ____________________________________________________________________________
2365 [  7828] By: gsar                                  on 2000/11/23  02:46:35
2366         Log: regenerate win32/config* and fix some inconsistencies in the
2367              makefiles; always export Perl_deb() because it is needed
2368              by ext/re/* (whether perl itself is built with -DDEBUGGING
2369              or not)
2370      Branch: perl
2371            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
2372            ! win32/config_H.vc win32/makefile.mk
2373 ____________________________________________________________________________
2374 [  7827] By: gsar                                  on 2000/11/23  02:18:38
2375         Log: get sources building on windows+MSVC again (untested with other
2376              compilers)
2377      Branch: perl
2378            ! win32/include/sys/socket.h win32/perllib.c
2379 ____________________________________________________________________________
2380 [  7826] By: jhi                                   on 2000/11/23  01:18:26
2381         Log: Update Changes.
2382      Branch: perl
2383            ! Changes patchlevel.h
2384 ____________________________________________________________________________
2385 [  7825] By: jhi                                   on 2000/11/23  00:20:41
2386         Log: Subject: Re: av.c patch (having slight problems)
2387              From: "Ben Tilly" <ben_tilly@hotmail.com>
2388              Date: Tue, 21 Nov 2000 23:29:31 -0500
2389              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
2390              
2391              unshift() speedup.
2392      Branch: perl
2393            ! av.c
2394 ____________________________________________________________________________
2395 [  7824] By: jhi                                   on 2000/11/22  23:59:15
2396         Log: Fixes for signedness warnings noticed by VMSperlers.
2397      Branch: perl
2398            ! ext/Storable/Storable.xs regcomp.c sv.c
2399 ____________________________________________________________________________
2400 [  7823] By: jhi                                   on 2000/11/22  23:19:31
2401         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
2402              From: Peter Prymmer <pvhp@forte.com>
2403              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
2404              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
2405      Branch: perl
2406            ! t/pragma/warn/pp_hot
2407 ____________________________________________________________________________
2408 [  7822] By: jhi                                   on 2000/11/22  22:52:20
2409         Log: Be clean.
2410      Branch: perl
2411            ! Makefile.SH
2412 ____________________________________________________________________________
2413 [  7821] By: jhi                                   on 2000/11/22  22:46:39
2414         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
2415              by Damian Conway, as suggested by Paul Marquess.
2416      Branch: perl
2417            + lib/Filter/Simple.pm
2418 ____________________________________________________________________________
2419 [  7820] By: jhi                                   on 2000/11/22  22:45:51
2420         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
2421      Branch: perl
2422            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2423            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2424            + t/lib/filt-util.t
2425            ! MANIFEST
2426 ____________________________________________________________________________
2427 [  7819] By: jhi                                   on 2000/11/22  22:03:27
2428         Log: Integrate perlio.
2429      Branch: perl
2430           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2431           !> win32/makefile.mk
2432 ____________________________________________________________________________
2433 [  7818] By: jhi                                   on 2000/11/22  21:56:02
2434         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
2435      Branch: perl
2436            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
2437            ! t/lib/io_sock.t
2438 ____________________________________________________________________________
2439 [  7817] By: jhi                                   on 2000/11/22  21:39:49
2440         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
2441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2442              Date: Wed, 22 Nov 2000 16:08:12 -0500
2443              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
2444      Branch: perl
2445            ! lib/ExtUtils/Liblist.pm
2446 ____________________________________________________________________________
2447 [  7816] By: jhi                                   on 2000/11/22  21:38:25
2448         Log: Go ahead and #include <unistd.h> in perl.h.
2449      Branch: perl
2450            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
2451            ! util.c
2452 ____________________________________________________________________________
2453 [  7815] By: jhi                                   on 2000/11/22  21:22:52
2454         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
2455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2456              Date: Mon, 20 Nov 2000 18:30:52 -0500
2457              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
2458      Branch: perl
2459            ! pod/perlre.pod regcomp.c t/op/re_tests
2460 ____________________________________________________________________________
2461 [  7814] By: jhi                                   on 2000/11/22  21:21:46
2462         Log: Subject: [PATCH 5.7.0] Liblist finally works
2463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2464              Date: Tue, 21 Nov 2000 22:02:17 -0500
2465              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
2466      Branch: perl
2467            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
2468            ! lib/ExtUtils/MakeMaker.pm
2469 ____________________________________________________________________________
2470 [  7813] By: jhi                                   on 2000/11/22  21:20:23
2471         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
2472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2473              Date: Wed, 22 Nov 2000 17:53:15 +0100
2474              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
2475              
2476              AIX dynaloader and perlio patch.
2477      Branch: perl
2478            ! ext/DynaLoader/dl_aix.xs
2479 ____________________________________________________________________________
2480 [  7812] By: jhi                                   on 2000/11/22  21:17:52
2481         Log: (Accidentally empty patch.)
2482      Branch: perl
2483            ! av.c
2484 ____________________________________________________________________________
2485 [  7811] By: jhi                                   on 2000/11/22  21:16:31
2486         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
2487              From: Peter Prymmer <pvhp@forte.com>
2488              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
2489              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
2490      Branch: perl
2491            ! vms/test.com
2492 ____________________________________________________________________________
2493 [  7810] By: jhi                                   on 2000/11/22  21:15:36
2494         Log: Subject: Re: perl@7777 
2495              From: "John P. Linderman" <jpl@research.att.com>
2496              Date: Wed, 22 Nov 2000 13:11:11 -0500
2497              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
2498              
2499              Detypoing.
2500      Branch: perl
2501            ! lib/CPAN.pm
2502 ____________________________________________________________________________
2503 [  7809] By: jhi                                   on 2000/11/22  21:14:19
2504         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
2505              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2506              Date:     Wed, 22 Nov 2000 13:51:37 EST
2507              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
2508      Branch: perl
2509            ! perlsdio.h
2510 ____________________________________________________________________________
2511 [  7808] By: jhi                                   on 2000/11/22  21:13:27
2512         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
2513              From: Casey Tweten <crt@kiski.net>
2514              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
2515              Message-Id: <200011201653.LAA10194@home.kiski.net>
2516      Branch: perl
2517            ! t/lib/io_udp.t
2518 ____________________________________________________________________________
2519 [  7807] By: jhi                                   on 2000/11/22  21:12:35
2520         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
2521              From: Casey Tweten <crt@kiski.net>
2522              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
2523              Message-Id: <200011201636.LAA07227@home.kiski.net>
2524      Branch: perl
2525            ! t/lib/io_sock.t
2526 ____________________________________________________________________________
2527 [  7806] By: jhi                                   on 2000/11/22  21:10:59
2528         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
2529              From: "Casey R. Tweten" <crt@kiski.net>
2530              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
2531              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
2532      Branch: perl
2533            ! utils/h2xs.PL
2534 ____________________________________________________________________________
2535 [  7805] By: nick                                  on 2000/11/22  21:05:06
2536         Log: Integrate mainline
2537      Branch: perlio
2538           !> Changes Porting/genlog ext/DB_File/DB_File.xs
2539           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
2540           !> utils/perlbug.PL
2541 ____________________________________________________________________________
2542 [  7804] By: jhi                                   on 2000/11/22  21:01:12
2543         Log: Subject: [PATCH] Test.pm POD peculiarity
2544              From: "Casey R. Tweten" <crt@kiski.net>
2545              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
2546              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
2547      Branch: perl
2548            ! lib/Test.pm
2549 ____________________________________________________________________________
2550 [  7803] By: jhi                                   on 2000/11/22  20:59:59
2551         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
2552              From: "Philip Newton" <pnewton@gmx.de>
2553              Date: Wed, 22 Nov 2000 14:25:53 +0100
2554              Message-Id: <3A1BD771.25462.1939FAD@localhost>
2555              
2556              Be case-understanding also on 's', and use the -oi of sendmail
2557              not to terminate the transmission on a lone '.'.
2558      Branch: perl
2559            ! utils/perlbug.PL
2560 ____________________________________________________________________________
2561 [  7802] By: nick                                  on 2000/11/22  20:51:42
2562         Log: Win32 PerlIO intermediate state now working as expected.
2563              - In current state we are still using C runtime in text/binary
2564              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
2565              - PERLIO=stdio and PERLIO=unix pass all expected tests.
2566              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
2567              and PerlIO_seek() and the dummy crlf layer is not making adjustments
2568              for CRLF translation happening in C runtime. All other tests pass.
2569              
2570              Added note to README.win32 to point out the snags of doing a perl build
2571              with Norton AntiVirus turned on.
2572              
2573              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
2574              which file a fail comes from.
2575              
2576              Updated "canned" config.h to match the one generated.
2577      Branch: perlio
2578            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2579            ! win32/makefile.mk
2580 ____________________________________________________________________________
2581 [  7801] By: jhi                                   on 2000/11/22  06:50:20
2582         Log: Nickety nits.
2583      Branch: perl
2584            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2585 ____________________________________________________________________________
2586 [  7800] By: jhi                                   on 2000/11/22  01:29:55
2587         Log: Changes had accidentally gone too silent on non-main branches.
2588      Branch: perl
2589            ! Changes Porting/genlog patchlevel.h
2590 ____________________________________________________________________________
2591 [  7799] By: gsar                                  on 2000/11/22  01:02:56
2592         Log: some lib_pm.PL changes snuck in via change#7772
2593      Branch: maint-5.6/perl
2594            ! Makefile.SH
2595 ____________________________________________________________________________
2596 [  7798] By: nick                                  on 2000/11/21  21:59:40
2597         Log: Integrate mainline
2598      Branch: perlio
2599           !> (integrate 28 files)
2600 ____________________________________________________________________________
2601 [  7797] By: jhi                                   on 2000/11/21  21:01:45
2602         Log: Integrate perlio.
2603      Branch: perl
2604           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
2605 ____________________________________________________________________________
2606 [  7796] By: nick                                  on 2000/11/21  20:36:22
2607         Log: Win32 builds and runs (mostly) with USE_PERLIO.
2608              PERLIO=perlio passes all tests. 
2609              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
2610      Branch: perlio
2611            ! perlio.c win32/perllib.c win32/win32.c
2612 ____________________________________________________________________________
2613 [  7795] By: jhi                                   on 2000/11/21  19:03:44
2614         Log: Update Changes.
2615      Branch: perl
2616            ! Changes patchlevel.h
2617 ____________________________________________________________________________
2618 [  7794] By: jhi                                   on 2000/11/21  18:56:34
2619         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
2620              From: "Craig A. Berry" <craigberry@mac.com>
2621              Date: Mon, 20 Nov 2000 20:27:06 -0600
2622              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
2623              
2624              A cut-and-pasto.
2625      Branch: perl
2626            ! perlio.h
2627 ____________________________________________________________________________
2628 [  7793] By: jhi                                   on 2000/11/21  18:54:41
2629         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
2630              From: Dominic Dunlop <domo@computer.org> 
2631              Date: Mon, 20 Nov 2000 18:55:29 +0100
2632              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
2633              
2634              va_copy() and the need of it.
2635              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
2636      Branch: metaconfig/U/perl
2637            + need_va_copy.U
2638      Branch: perl
2639            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2640            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
2641            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
2642            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2643            ! win32/config.bc win32/config.gc win32/config.vc
2644 ____________________________________________________________________________
2645 [  7792] By: jhi                                   on 2000/11/21  17:04:10
2646         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
2647      Branch: perl
2648           !> scope.h
2649 ____________________________________________________________________________
2650 [  7791] By: jhi                                   on 2000/11/21  17:01:16
2651         Log: Export the SOCKS workaround symbols only if necessary.
2652      Branch: perl
2653            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
2654 ____________________________________________________________________________
2655 [  7790] By: nick                                  on 2000/11/20  23:57:11
2656         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
2657      Branch: perlio
2658            ! scope.h
2659 ____________________________________________________________________________
2660 [  7789] By: nick                                  on 2000/11/20  23:38:33
2661         Log: Integrate mainline
2662      Branch: perlio
2663           +> lib/File/Spec/Epoc.pm
2664           !> (integrate 34 files)
2665 ____________________________________________________________________________
2666 [  7788] By: nick                                  on 2000/11/20  23:20:18
2667         Log: Make extra buffer layer work (dummy crlf layer)
2668      Branch: perlio
2669            ! doio.c perlio.c perlio.h
2670 ____________________________________________________________________________
2671 [  7787] By: jhi                                   on 2000/11/20  22:44:04
2672         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
2673              From: Peter Prymmer <pvhp@forte.com>
2674              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
2675              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
2676      Branch: perl
2677            ! t/pragma/locale.t
2678 ____________________________________________________________________________
2679 [  7786] By: jhi                                   on 2000/11/20  22:29:10
2680         Log: Subject: DOC PATCH 5.6.0 perlreftut
2681              From: mjd@plover.com
2682              Date: 20 Nov 2000 19:45:06 -0000
2683              Message-ID: <20001120194506.9505.qmail@plover.com>
2684      Branch: perl
2685            ! pod/perlreftut.pod
2686 ____________________________________________________________________________
2687 [  7785] By: jhi                                   on 2000/11/20  22:27:44
2688         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
2689              From: David Dyck <dcd@tc.fluke.com>
2690              Date: Mon, 20 Nov 2000 11:43:40 -0800
2691              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
2692      Branch: perl
2693            ! lib/Cwd.pm
2694 ____________________________________________________________________________
2695 [  7784] By: jhi                                   on 2000/11/20  22:23:21
2696         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
2697              Date: Mon, 20 Nov 2000 17:06:10 -0500
2698              To: Mailing list Perl5 <perl5-porters@perl.org>
2699              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
2700      Branch: perl
2701            ! pp_ctl.c t/op/pat.t
2702 ____________________________________________________________________________
2703 [  7783] By: jhi                                   on 2000/11/20  22:11:18
2704         Log: Subject: [PATCH] doop.c - UTF8 tr///               
2705              From: Simon Cozens <simon@cozens.net>
2706              Date: Sat, 18 Nov 2000 18:49:30 +0000
2707              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
2708              
2709              Subject: Re: [PATCH] doop.c - UTF8 tr///           
2710              From: Simon Cozens <simon@cozens.net>
2711              Date: Mon, 20 Nov 2000 20:45:22 +0000
2712              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
2713              
2714              Make tr on UTF-8 better but still not correct.
2715      Branch: perl
2716            ! doop.c
2717 ____________________________________________________________________________
2718 [  7782] By: jhi                                   on 2000/11/20  22:02:16
2719         Log: Remove the shared object before attempting to create
2720              (by linking) a new one.  E.g. in AIX not removing
2721              becomes quite painful if one tries to do more than one
2722              build in the same tree (an interrupted build, for example),
2723              since the AIX' shared dynaloader seemingly keeps the shared
2724              objects open and therefore 'busy' for quite a while, even when
2725              nobody is using the objects, leading into link failures.
2726      Branch: perl
2727            ! lib/ExtUtils/MM_Unix.pm
2728 ____________________________________________________________________________
2729 [  7781] By: gsar                                  on 2000/11/20  19:02:55
2730         Log: type mismatch due to faulty integration
2731      Branch: maint-5.6/perl
2732            ! toke.c win32/Makefile
2733 ____________________________________________________________________________
2734 [  7780] By: gsar                                  on 2000/11/20  17:31:55
2735         Log: integrate changes#6392,6394..6399,6401..6404
2736              
2737              The {multiplier} of a fixed substring was overlooked which
2738              caused a wrong initial search offset for that substring.
2739              
2740              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2741              From: Hugo <hv@crypt.compulink.co.uk>
2742              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2743              Date: Thu, 13 Jul 2000 19:27:13 +0100
2744              
2745              Fix the BOM bug: not a byteorder bug, a signedness bug.
2746              
2747              Replace change #6337 with a better one.
2748              
2749              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2750              From: Hugo <hv@crypt.compulink.co.uk>
2751              Date: Fri, 14 Jul 2000 04:16:20 +0100
2752              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2753              
2754              MakeMaker should not remove editor backups (*~) on `make clean`
2755              by default (completes change#6383)
2756              
2757              move new variables to the end of the interpreter structure (for
2758              bincompat in code that doesn't #include XSUB.h)
2759              
2760              rename totally bletcherous SvLOCK() thingy (doesn't do what the
2761              name suggests anyway)
2762              
2763              various cleanups (typos, misformatted code, and small bugs)
2764              
2765              typecasts needed for change#6394
2766              
2767              typos in change#6399, regen headers
2768              
2769              inconsistent types needs casts
2770              
2771              PERL_OBJECT build tweaks
2772      Branch: maint-5.6/perl
2773           !> MANIFEST doop.c embed.h embed.pl embedvar.h
2774           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
2775           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
2776           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
2777           !> toke.c util.c
2778 ____________________________________________________________________________
2779 [  7779] By: gsar                                  on 2000/11/20  17:06:29
2780         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
2781              
2782              Cosmetics and perldelta.
2783              
2784              Fix nits noticed by Boston.pm.
2785              
2786              Do the cc sanity check both before the hints and
2787              after the cc selction.
2788              
2789              get sprintf.t to adjust properly for 3-digit exponents
2790              
2791              don't clobber *.orig files on *clean targets
2792              
2793              fix bugs in processing %v-*d and similar format specs (from
2794              Avi Finkel <avi@finkel.org>)
2795              
2796              sprintf test tweaks (from Dominic Dunlop)
2797              
2798              new selfloader.t in change#6183 doesn't close DATA handles,
2799              and thus fails to clean up tmp files on dosish platforms
2800              
2801              typos (spotted by Peter Prymmer)
2802              
2803              typo fix from Craig Berry
2804      Branch: maint-5.6/perl
2805           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
2806           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
2807           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
2808           !> x2p/Makefile.SH
2809 ____________________________________________________________________________
2810 [  7778] By: gsar                                  on 2000/11/20  16:46:51
2811         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
2812              
2813              Subject: Re: format bug report  [Patch]
2814              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2815              Date: Wed, 05 Jul 2000 13:12:52 +0200
2816              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
2817              
2818              Subject: Re: format bug report  [Patch]
2819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2820              Date: Wed, 05 Jul 2000 14:10:01 +0200
2821              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
2822              
2823              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
2824              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2825              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
2826              Date: Fri, 07 Jul 2000 17:57:16 +0100
2827              
2828              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
2829              To: perl5-porters@perl.org
2830              From: Karsten Sperling <spiff@phreax.net>
2831              Date: Mon, 10 Jul 2000 15:12:52 +0200
2832              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
2833              
2834              README.posix-bc podified from Thomas Dorner.
2835              
2836              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
2837              From: Dominic Dunlop <domo@computer.org>
2838              Date: Tue, 11 Jul 2000 12:27:33 +0200
2839              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
2840              
2841              Typo in #6341.
2842              
2843              Fix for
2844              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
2845              From: Roderick Schertler <roderick@argon.org>
2846              Date: Tue, 11 Jul 2000 13:55:05 -0400
2847              Message-Id: <200007111755.NAA05077@jones.argon.org>
2848              
2849              Minor cleanups on the booklist.
2850              
2851              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2852              regen perltoc.
2853              
2854              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
2855      Branch: maint-5.6/perl
2856           +> pod/perlbook.pod
2857           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
2858           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
2859           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
2860 ____________________________________________________________________________
2861 [  7777] By: jhi                                   on 2000/11/20  16:08:49
2862         Log: Update Changes.
2863      Branch: perl
2864            ! Changes patchlevel.h
2865 ____________________________________________________________________________
2866 [  7776] By: jhi                                   on 2000/11/20  15:27:56
2867         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
2868              This may be overly harsh but until proven otherwise, we think this
2869              way, or until we have a simple test for Configure (having to start
2870              up servers is does not count as simple) to check for the problems.
2871      Branch: perl
2872            ! perl.h
2873 ____________________________________________________________________________
2874 [  7775] By: jhi                                   on 2000/11/20  15:22:17
2875         Log: Solaris hints tweaks.
2876      Branch: perl
2877            ! hints/solaris_2.sh
2878 ____________________________________________________________________________
2879 [  7774] By: jhi                                   on 2000/11/20  15:01:20
2880         Log: Add a workaround to SOCKS 64-bit problems.
2881      Branch: perl
2882            ! doio.c embed.h embed.pl perlsdio.h proto.h
2883 ____________________________________________________________________________
2884 [  7773] By: jhi                                   on 2000/11/20  14:51:47
2885         Log: sysseek() instead of seek().
2886      Branch: perl
2887            ! t/lib/syslfs.t
2888 ____________________________________________________________________________
2889 [  7772] By: gsar                                  on 2000/11/20  13:06:23
2890         Log: integrate changes#6315..6319,6321..6331,6333..6338
2891              
2892              Integrate with Sarathy, preliminary fix for unicos
2893              alignment problems in [ID 20000612.002] Perl problem on Cray system.
2894              
2895              some debugger output does not go to the socket when RemotePort is set
2896              
2897              winsock cleanup never done on Windows (leads to handle leaks)
2898              
2899              fix UNC path handling on Windows under ithreads, and chdir()
2900              return value when given a non-existent directory
2901              
2902              Autogenerate pod/Makefile and pod/buildtoc.
2903              buildtoc also checks whether the existin pods are
2904              mentioned in MANIFEST and perl.pod, and vice versa.
2905              (None of the thusly found discrepancies fixed yet.)
2906              roffitall also needs to be autogenerated similarly but it
2907              seems so badly out of date that I didn't touch it yet.
2908              
2909              Config is being used.
2910              
2911              Add =head1 NAMEs so that buildtoc is happy.
2912              (The CGI::Util nit reported to Lincoln.)
2913              
2914              Fix complaints of buildtoc.
2915              
2916              Fix the alignment problem in Crays ([ID 20000612.002]).
2917              
2918              Remove perlbook, update perlfaq book listing,
2919              rearrange perl.pod, regenerate perltoc.
2920              
2921              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
2922              was cast to an unsigned (32-bit) integer with wild abandon.
2923              
2924              winsock options weren't being set in all threads under ithreads
2925              (caused send()s from second and subsequent threads to fail)
2926              
2927              accept() leaks memory on windows due to incorrect ordering of
2928              closesocket() and fclose() calls
2929              
2930              Reorder perl.pod once more.
2931              
2932              More POSIX.pod tweaks.
2933              
2934              Sprinkle ldlibpath.
2935              
2936              Precedence goof, fix based on
2937              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
2938              From: Hugo <hv@crypt.compulink.co.uk>
2939              Date: Tue, 11 Jul 2000 12:52:38 +0100
2940              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
2941              
2942              Subject: PATCH perlguts.pod: Document D and d magic types
2943              From: mjd@plover.com
2944              Date: 5 Jul 2000 18:01:51 -0000
2945              Message-ID: <20000705180151.29413.qmail@plover.com>
2946              
2947              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
2948              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
2949              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
2950              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
2951              
2952              Subject: [PATCH cfgperl] $& segfaults if you trick it
2953              From: simon@brecon.co.uk (Simon Cozens)
2954              Date: 7 Jul 2000 11:26:09 GMT
2955              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
2956              
2957              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2958              From: Hugo <hv@crypt.compulink.co.uk>
2959              Date: Tue, 11 Jul 2000 12:44:50 +0100
2960              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
2961              
2962              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
2963              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2964              Date: Tue, 11 Jul 2000 13:50:51 +0100
2965              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
2966      Branch: maint-5.6/perl
2967           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
2968           +> pod/buildtoc.PL
2969            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
2970           !> (integrate 26 files)
2971 ____________________________________________________________________________
2972 [  7771] By: gsar                                  on 2000/11/20  12:31:42
2973         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
2974              6310,6311,6314
2975              
2976              Subject: [PATCH bleedperl] File::Spec 0.82 beta
2977              From: Barrie Slaymaker <barries@jester.slaysys.com>
2978              Date: Wed, 28 Jun 2000 11:35:29 -0400
2979              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
2980              
2981              tweak perlembed for multiplicity/usethreads sanity; correct notes
2982              about Windows
2983              
2984              localize %INC in a Safe compartment so that use/require work
2985              (many other magic globals probably need similar treatment)
2986              
2987              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2988              when @_ is modified, causing coredumps
2989              
2990              slurp mode fix in change#4736 still not quite right
2991              
2992              Point to perlipc for more SysV IPC examples.
2993              
2994              Elaborate POSIX.pod.  Still needs work.
2995              
2996              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
2997              
2998              fix large memory leak that has been around for ever, masked by
2999              -DPURIFY (most of the arenas were never freed!)
3000              
3001              fix memory leak on Windows (PL_sys_intern contents were never
3002              freed)
3003              
3004              PERL_OBJECT build tweak
3005              
3006              adjust change#6299
3007              
3008              remove rel2abs prototypes (from Barrie Slaymaker)
3009              
3010              missing perldiag entry for unpack("w",...) diagnostic (from
3011              Andreas Koenig)
3012              
3013              better diagnostic on Frob->stuff() when Frob:: doesn't exist
3014              (from Richard Soderberg <rs@oregonnet.com>)
3015              
3016              Win32 patches for cfgperl from Sarathy.
3017              
3018              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
3019              
3020              More POSIX.pod embellishment.
3021              
3022              tyop in change#6306
3023      Branch: maint-5.6/perl
3024           !> (integrate 44 files)
3025 ____________________________________________________________________________
3026 [  7770] By: gsar                                  on 2000/11/20  11:51:00
3027         Log: integrate changes#6268..6282 from cfgperl branch
3028              
3029              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
3030              From: Dominic Dunlop <domo@computer.org>
3031              Date: Thu, 29 Jun 2000 12:32:39 +0200
3032              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
3033              
3034              Regen headers for #6261 (and update embed.pl for this) and #6267,
3035              silence few compiler warnings.
3036              
3037              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
3038              From: Nicholas Clark <nick@talking.bollo.cx>
3039              Date: Fri, 23 Jun 2000 16:21:15 +0100
3040              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
3041              
3042              Subject: PATCH pod/perltie.pod
3043              From: Ian Phillipps <Ian.Phillipps@iname.com>
3044              Date: Fri, 16 Jun 2000 00:17:19 +0100
3045              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
3046              (only the first hunk, the second hunk had already been done
3047              by some other patch)
3048              
3049              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
3050              From: Tom Phoenix <rootbeer@redcat.com>
3051              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
3052              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
3053              
3054              Subject: [PATCH] xsub attributes
3055              From: Doug MacEachern <dougm@covalent.net>
3056              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
3057              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
3058              
3059              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
3060              From: Andy Dougherty <doughera@lafayette.edu>
3061              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
3062              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
3063              
3064              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
3065              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3066              Date: Tue, 13 Jun 2000 02:43:48 -0500
3067              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
3068              
3069              Subject: [PATCH] Re: eval documentation: context
3070              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3071              Date: Mon, 12 Jun 2000 15:07:29 +0100
3072              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
3073              
3074              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
3075              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3076              Date: Mon, 12 Jun 2000 14:55:59 +0100
3077              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
3078              
3079              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
3080              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
3081              Date: Fri, 09 Jun 2000 12:39:27 -0400
3082              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
3083              (plus update the version "number" of Text::Wrap)
3084              
3085              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
3086              From: Tim Ayers <tayers@bridge.com>
3087              Date: Thu, 08 Jun 2000 08:11:06 +0200
3088              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
3089              [resent by Richard Foley, Message-Id probably wrong]
3090              
3091              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
3092              From: rspier@pobox.com (Robert Spier)
3093              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
3094              Message-ID: <14654.31913.845602.610277@rls.cx>
3095              
3096              Subject: [PATCH 5.6.0] utils/h2xs.PL
3097              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3098              Date: Wed, 7 Jun 2000 04:02:04 -0500
3099              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
3100              
3101              Subject: [PATCH 5.6.0]ITHREADs for VMS
3102              From: Dan Sugalski <dan@sidhe.org>
3103              Date: Tue, 06 Jun 2000 11:59:50 -0400
3104              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
3105      Branch: maint-5.6/perl
3106           !> (integrate 31 files)
3107 ____________________________________________________________________________
3108 [  7769] By: gsar                                  on 2000/11/20  11:29:06
3109         Log: integrate changes#6261..6266 from cfgperl
3110              
3111              Subject: Re: [PATCH cfgperl] BOMs away!
3112              From: simon@brecon.co.uk (Simon Cozens)
3113              Date: 17 Jun 2000 11:49:57 GMT
3114              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
3115              
3116              Subject: 5.6.0 Patch for EPOC
3117              From: Olaf Flebbe <o.flebbe@gmx.de>
3118              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
3119              Message-ID: <23449.960929969@www11.gmx.net>
3120              
3121              tr fixes from Simon Cozens
3122              
3123              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
3124              From: Marty Lucich <marty@netcom.com>
3125              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
3126              Message-Id: <200006282116.OAA11148@netcom.com>
3127              ccdlflags update (the BSD/OS 4.1 part had already been taken
3128              care of by #6141).
3129              
3130              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
3131              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3132              Date: Wed, 28 Jun 2000 17:50:12 -0700
3133              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
3134              
3135              Subject: [PATCH 5.6.0] cygwin port
3136              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
3137              From: "Fifer, Eric" <EFifer@sanwaint.com>
3138              Date: Thu, 29 Jun 2000 12:58:29 +0100
3139      Branch: maint-5.6/perl
3140           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
3141           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
3142           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3143           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
3144 ____________________________________________________________________________
3145 [  7768] By: gsar                                  on 2000/11/20  11:13:44
3146         Log: integrate changes#6252..6256,6259..6260
3147              
3148              Paranoia tweak on #6249.
3149              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3150              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3151              Date: Sun, 25 Jun 2000 23:43:12 -0400
3152              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
3153              
3154              Subject: tr///, help wanted.
3155              From: simon@brecon.co.uk (Simon Cozens)
3156              Date: 28 Jun 2000 11:29:04 GMT
3157              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
3158              
3159              small thinko tweaks
3160              
3161              tweaks from Simon Conzes to further fix tr/// under utf8
3162              
3163              perlnewmod was missing from MANIFEST.
3164              
3165              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
3166              From: simon@brecon.co.uk (Simon Cozens)
3167              Date: 17 Jun 2000 11:56:44 GMT
3168              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
3169              pack U0, pack C0
3170      Branch: maint-5.6/perl
3171           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
3172           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
3173           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
3174           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
3175 ____________________________________________________________________________
3176 [  7767] By: gsar                                  on 2000/11/20  10:51:38
3177         Log: integrate change#6250 from cfgperl
3178              
3179              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
3180              From: Doug MacEachern <dougm@covalent.net>
3181              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
3182              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
3183      Branch: maint-5.6/perl
3184           +> t/op/my_stash.t
3185           !> MANIFEST embed.pl global.sym proto.h toke.c
3186 ____________________________________________________________________________
3187 [  7766] By: gsar                                  on 2000/11/20  10:48:34
3188         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
3189              
3190              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
3191              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3192              Date: Mon, 26 Jun 2000 18:40:14 +0100
3193              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
3194              
3195              Subject: [PATCH] bytes<->utf8 fixes
3196              From: simon@brecon.co.uk (Simon Cozens)
3197              Date: 26 Jun 2000 04:55:45 GMT
3198              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
3199              
3200              Subject: [PATCH] is_utf8_string
3201              From: simon@brecon.co.uk (Simon Cozens)
3202              Date: 26 Jun 2000 02:25:59 GMT
3203              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
3204              
3205              Subject: [PATCH] avoid mg_ptr in '*' magic
3206              From: Doug MacEachern <dougm@covalent.net>
3207              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
3208              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
3209              
3210              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
3211              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3212              Date: Sat, 24 Jun 2000 13:06:20 +0100
3213              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
3214              
3215              Allow for standalone testing.
3216              
3217              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
3218              From: Mark-Jason Dominus <mjd@plover.com>
3219              Date: Tue, 27 Jun 2000 22:36:42 -0400
3220              Message-ID: <20000628023642.12166.qmail@plover.com>
3221              
3222              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3223              From: Frank Tobin <ftobin@uiuc.edu>
3224              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
3225              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
3226      Branch: maint-5.6/perl
3227           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
3228           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
3229           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
3230           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
3231           !> utf8.c utils/h2xs.PL
3232 ____________________________________________________________________________
3233 [  7765] By: gsar                                  on 2000/11/20  10:29:13
3234         Log: integrate change#6239 from cfgperl
3235              
3236              Configure maintenance.  Sever some dependency cycles,
3237              separate gccversion from the cc unit,
3238              address [ID 20000623.006] Configure script patch for using gcc on AIX
3239              (but solve it a little bit differently),
3240              unduplex some accidentally duplicated units,
3241              suggest using gcc if no cc available
3242              (p5p thread: "Solaris configure: counterproposal", 1999-09)
3243      Branch: maint-5.6/perl
3244           !> Configure Todo-5.6 config_h.SH
3245 ____________________________________________________________________________
3246 [  7764] By: gsar                                  on 2000/11/20  10:25:55
3247         Log: integrate changes#6233..6238 from cfgperl
3248              
3249              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
3250              From: Mark-Jason Dominus <mjd@plover.com>
3251              Date: Fri, 16 Jun 2000 20:53:04 -0400
3252              Message-ID: <20000617005304.8008.qmail@plover.com>
3253              
3254              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
3255              because when run as services (Win32ese for daemons)
3256              no environment variables are set and tmpdir ends up as /tmp,
3257              which is ambiguous.
3258              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
3259              From: matt@sergeant.org
3260              Date: 16 Jun 2000 16:30:43 -0000
3261              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
3262              
3263              The thread begun by
3264              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
3265              From: Kevin.Ruscoe@ubsw.com
3266              Date: Fri, 16 Jun 2000 16:38:51 +0100
3267              Message-Id: <H000019b03c300d6@MHS>
3268              
3269              Tweak embed.pl, regen headers.
3270              
3271              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
3272              From: Dan Sugalski <dan@sidhe.org>
3273              Date: Fri, 23 Jun 2000 17:00:00 -0400
3274              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
3275      Branch: maint-5.6/perl
3276           !> (integrate 27 files)
3277 ____________________________________________________________________________
3278 [  7763] By: gsar                                  on 2000/11/20  10:08:08
3279         Log: s/perl56delta/perldelta/g
3280      Branch: maint-5.6/perl
3281            ! pod/Makefile
3282 ____________________________________________________________________________
3283 [  7762] By: gsar                                  on 2000/11/20  10:04:00
3284         Log: integrate changes#6225,6229,6231,6232 from cfgperl
3285              
3286              Add source code filenames to apidoc.
3287              From: simon@brecon.co.uk (Simon Cozens)
3288              Subject: [PATCH embed.pl] Source X-ref
3289              Date: 22 Jun 2000 02:18:49 GMT
3290              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
3291              
3292              Subject: README.hpux version 0.6.1
3293              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
3294              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3295              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
3296              
3297              Subject: [PATCH 5.6.0] cygwin port
3298              From: "Fifer, Eric" <EFifer@sanwaint.com>
3299              Date: Tue, 20 Jun 2000 14:30:58 +0100
3300              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
3301              
3302              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
3303              From: simon@brecon.co.uk (Simon Cozens)
3304              Date: 19 Jun 2000 15:18:27 GMT
3305              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
3306              
3307              plus update pod/Makefile and regenerate perltoc
3308      Branch: maint-5.6/perl
3309           +> pod/perlutil.pod
3310           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
3311           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
3312 ____________________________________________________________________________
3313 [  7761] By: jhi                                   on 2000/11/20  04:09:55
3314         Log: Miraculous typo.
3315      Branch: perl
3316            ! t/op/pat.t
3317 ____________________________________________________________________________
3318 [  7760] By: jhi                                   on 2000/11/20  04:06:08
3319         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
3320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3321              Date: Sun, 19 Nov 2000 22:30:26 -0500
3322              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
3323      Branch: perl
3324            ! regexec.c scope.h t/op/pat.t
3325 ____________________________________________________________________________
3326 [  7759] By: jhi                                   on 2000/11/20  02:05:22
3327         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
3328      Branch: perl
3329            ! perl.h
3330 ____________________________________________________________________________
3331 [  7758] By: jhi                                   on 2000/11/20  01:58:11
3332         Log: Subject: [perl 7711: EPOC] updates
3333              From: Olaf Flebbe <o.flebbe@gmx.de>
3334              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
3335              Message-ID: <25575.974658810@www23.gmx.net>               
3336      Branch: perl
3337            + lib/File/Spec/Epoc.pm
3338            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
3339            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
3340            ! lib/File/Spec.pm perl.c sv.c
3341 ____________________________________________________________________________
3342 [  7757] By: jhi                                   on 2000/11/20  01:53:11
3343         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
3344      Branch: perl
3345            ! MANIFEST
3346 ____________________________________________________________________________
3347 [  7756] By: jhi                                   on 2000/11/20  01:47:22
3348         Log: Integrate perlio.
3349      Branch: perl
3350            - ext/re/hints/MSWin32.pl
3351           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
3352           !> win32/config.gc win32/config_H.gc win32/win32sck.c
3353 ____________________________________________________________________________
3354 [  7755] By: nick                                  on 2000/11/19  20:57:17
3355         Log: Add dummy crlf layer (just as buffer)
3356              Correct 1st bug - one layer of indirection.
3357      Branch: perlio
3358            ! perlio.c perlio.h perliol.h
3359 ____________________________________________________________________________
3360 [  7754] By: nick                                  on 2000/11/19  20:56:12
3361         Log: Work-round to Perl_deb_nocontext is no longer required
3362      Branch: perlio
3363            - ext/re/hints/MSWin32.pl
3364 ____________________________________________________________________________
3365 [  7753] By: nick                                  on 2000/11/19  20:01:16
3366         Log: diff -se shows these as different
3367      Branch: perlio
3368            ! global.sym pod/perlapi.pod
3369 ____________________________________________________________________________
3370 [  7752] By: nick                                  on 2000/11/19  18:57:30
3371         Log: Configure GCC/Win32 build -Duseperlio
3372              Fix a couple of gross issues
3373              - double-include of ../deb.o in re.dll
3374              - win32sck.c needs PerlIO and FILE 
3375      Branch: perlio
3376            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
3377            ! win32/win32sck.c
3378 ____________________________________________________________________________
3379 [  7751] By: nick                                  on 2000/11/19  17:05:36
3380         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
3381      Branch: perlio
3382            ! perlio.c
3383 ____________________________________________________________________________
3384 [  7750] By: nick                                  on 2000/11/19  16:57:14
3385         Log: Missing aTHX_
3386      Branch: perlio
3387            ! sv.c
3388 ____________________________________________________________________________
3389 [  7749] By: jhi                                   on 2000/11/19  16:28:40
3390         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
3391              From: "Peter J. Farley III" <pjfarley@banet.net>
3392              Date: Sun, 19 Nov 2000 01:42:58 -0500
3393              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
3394      Branch: perl
3395            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
3396 ____________________________________________________________________________
3397 [  7748] By: jhi                                   on 2000/11/19  16:08:10
3398         Log: Subject: podlators 1.05 available        
3399              From: Russ Allbery <rra@stanford.edu>   
3400              Date: 18 Nov 2000 22:04:28 -0800
3401              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
3402      Branch: perl
3403            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3404 ____________________________________________________________________________
3405 [  7747] By: nick                                  on 2000/11/19  11:19:39
3406         Log: Integrate mainline
3407      Branch: perlio
3408           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
3409           !> util.c
3410 ____________________________________________________________________________
3411 [  7746] By: jhi                                   on 2000/11/19  06:42:22
3412         Log: Make hex scanning warn on "\x{x}" and "\xx".
3413              "\x" and and hex("x") are still valid.
3414      Branch: perl
3415            ! util.c
3416 ____________________________________________________________________________
3417 [  7745] By: nick                                  on 2000/11/18  22:52:28
3418         Log: Integrate mainline
3419      Branch: perlio
3420           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
3421           !> perl.h perlio.c proto.h regcomp.c regcomp.h
3422 ____________________________________________________________________________
3423 [  7744] By: jhi                                   on 2000/11/18  22:50:28
3424         Log: Introduce Perl_utf8_length().  Use it.
3425      Branch: perl
3426            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
3427 ____________________________________________________________________________
3428 [  7743] By: jhi                                   on 2000/11/18  22:38:51
3429         Log: Compiler denit.
3430      Branch: perl
3431            ! perlio.c
3432 ____________________________________________________________________________
3433 [  7742] By: jhi                                   on 2000/11/18  20:33:05
3434         Log: Integrate perlio.
3435      Branch: perl
3436           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
3437           !> perlio.h pp_ctl.c pp_sys.c sv.c
3438 ____________________________________________________________________________
3439 [  7741] By: jhi                                   on 2000/11/18  20:31:27
3440         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
3441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3442              Date: Fri, 17 Nov 2000 20:35:11 -0500
3443              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
3444              
3445              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
3446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3447              Date: Fri, 17 Nov 2000 21:03:47 -0500
3448              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
3449              
3450              Plus a little bit of tweaking in pregcomp().
3451      Branch: perl
3452            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3453 ____________________________________________________________________________
3454 [  7740] By: nick                                  on 2000/11/18  20:17:22
3455         Log: Lexical use open ... support:
3456              add ->cop_io to COP structure in cop.h.
3457              Make mg.c and gv.c associate it with ${^OPEN}.
3458              Make lib/open.pm set it.
3459              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
3460              manner similar to ->cop_warnings.
3461              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
3462              call new PerlIO_apply_layers().
3463              Declare latter in perlio.h and define in perlio.c
3464      Branch: perlio
3465            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
3466            ! perlio.h pp_ctl.c pp_sys.c sv.c
3467 ____________________________________________________________________________
3468 [  7739] By: jhi                                   on 2000/11/18  19:54:00
3469         Log: Integrate perlio.
3470      Branch: perl
3471           !> doio.c perlio.c pp.c
3472 ____________________________________________________________________________
3473 [  7738] By: jhi                                   on 2000/11/18  17:16:13
3474         Log: Subject: [PATCH 5.7.0] etags broken again
3475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3476              Date: Sat, 18 Nov 2000 02:41:36 -0500
3477              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
3478      Branch: perl
3479            ! emacs/ptags
3480 ____________________________________________________________________________
3481 [  7737] By: jhi                                   on 2000/11/18  17:12:18
3482         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
3483      Branch: perl
3484            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3485 ____________________________________________________________________________
3486 [  7736] By: nick                                  on 2000/11/18  14:06:20
3487         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
3488              part to be isolated.
3489      Branch: perlio
3490            ! doio.c perlio.c
3491 ____________________________________________________________________________
3492 [  7735] By: nick                                  on 2000/11/18  11:03:32
3493         Log: Integrate mainline
3494      Branch: perlio
3495           !> Changes README.amiga README.win32 patchlevel.h
3496           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
3497 ____________________________________________________________________________
3498 [  7734] By: jhi                                   on 2000/11/18  01:18:56
3499         Log: Update Changes.
3500      Branch: perl
3501            ! Changes patchlevel.h
3502 ____________________________________________________________________________
3503 [  7733] By: jhi                                   on 2000/11/18  00:32:54
3504         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
3505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3506              Date: Fri, 17 Nov 2000 17:28:02 -0500
3507              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
3508      Branch: perl
3509            ! regcomp.c regexec.c t/op/re_tests
3510 ____________________________________________________________________________
3511 [  7732] By: jhi                                   on 2000/11/18  00:28:56
3512         Log: Sparc 64-bit pack() fix from Jens Hamisch.
3513      Branch: perl
3514            ! pp.c
3515 ____________________________________________________________________________
3516 [  7731] By: jhi                                   on 2000/11/18  00:18:39
3517         Log: Explain in more detail the {} syntax ambiguousity.
3518              
3519              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
3520              From: Nicholas Clark <nick@ccl4.org>
3521              Date: Fri, 17 Nov 2000 22:10:28 +0000
3522              Message-ID: <20001117221028.A88930@plum.flirble.org>
3523      Branch: perl
3524            ! pod/perlfunc.pod
3525 ____________________________________________________________________________
3526 [  7730] By: jhi                                   on 2000/11/18  00:12:18
3527         Log: Subject: Fix for README.amiga (20000323.033)
3528              From: "Stephen P. Potter" <spp@spotter.yi.org>
3529              Date: Fri, 17 Nov 2000 12:25:51 -0500
3530              Message-Id: <200011171725.MAA05768@spotter.yi.org>
3531      Branch: perl
3532            ! README.amiga
3533 ____________________________________________________________________________
3534 [  7729] By: jhi                                   on 2000/11/18  00:08:34
3535         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
3536              From: "A. C. Yardley" <yardley@tanet.net>
3537              Date: Mon, 3 Apr 2000 11:35:33 -0700
3538              Message-ID: <3483.000403@tanet.net>
3539      Branch: perl
3540            ! README.win32
3541 ____________________________________________________________________________
3542 [  7728] By: nick                                  on 2000/11/17  21:59:47
3543         Log: Integrate mainline
3544      Branch: perlio
3545           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
3546           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
3547           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
3548           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
3549 ____________________________________________________________________________
3550 [  7727] By: nick                                  on 2000/11/17  21:56:31
3551         Log: Experiment on use of attributes.pm interface.
3552              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
3553              SVt_PVRV if not already something better (else vivify of say magic gets
3554              core dump).
3555      Branch: perlio
3556            ! perlio.c pp.c
3557 ____________________________________________________________________________
3558 [  7726] By: jhi                                   on 2000/11/17  14:15:49
3559         Log: Subject: Fix for 20000815.006
3560              From: "Stephen P. Potter" <spp@spotter.yi.org>
3561              Date: Fri, 17 Nov 2000 08:57:45 -0500
3562              Message-Id: <200011171357.IAA05122@spotter.yi.org>
3563              
3564              It's really 20000518.006.
3565      Branch: perl
3566            ! pod/perlmodlib.PL
3567 ____________________________________________________________________________
3568 [  7725] By: jhi                                   on 2000/11/17  14:12:31
3569         Log: Subject: Fix for 20000409.001
3570              From: "Stephen P. Potter" <spp@spotter.yi.org>
3571              Date: Fri, 17 Nov 2000 08:55:45 -0500
3572              Message-Id: <200011171355.IAA05104@spotter.yi.org>
3573      Branch: perl
3574            ! pod/perlfaq9.pod
3575 ____________________________________________________________________________
3576 [  7724] By: jhi                                   on 2000/11/17  14:08:58
3577         Log: Undo #7627 now that we have =head3.
3578      Branch: perl
3579            ! pod/perlhack.pod
3580 ____________________________________________________________________________
3581 [  7723] By: jhi                                   on 2000/11/17  14:04:09
3582         Log: As surmised the #7719 wasn't a good move.
3583      Branch: perl
3584            ! hints/solaris_2.sh
3585 ____________________________________________________________________________
3586 [  7722] By: jhi                                   on 2000/11/17  13:59:04
3587         Log: Also the 64bitall hints can be either here or there.
3588      Branch: perl
3589            ! hints/solaris_2.sh
3590 ____________________________________________________________________________
3591 [  7721] By: jhi                                   on 2000/11/17  02:26:23
3592         Log: Test tweak for the open pragma.
3593      Branch: perl
3594            ! t/lib/b.t
3595 ____________________________________________________________________________
3596 [  7720] By: jhi                                   on 2000/11/17  00:23:22
3597         Log: The long double hints can be here or there.
3598      Branch: perl
3599            ! hints/solaris_2.sh
3600 ____________________________________________________________________________
3601 [  7719] By: jhi                                   on 2000/11/17  00:14:06
3602         Log: For Solaris use64bitall the stdchar needs a little bit of help.
3603      Branch: perl
3604            ! hints/solaris_2.sh
3605 ____________________________________________________________________________
3606 [  7718] By: jhi                                   on 2000/11/16  23:27:34
3607         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
3608              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3609              Date: Wed, 15 Nov 2000 08:56:32 +0100
3610              Message-ID: <3A1241B0.64477E00@alcatel.at>
3611      Branch: perl
3612            ! lib/Carp/Heavy.pm
3613 ____________________________________________________________________________
3614 [  7717] By: jhi                                   on 2000/11/16  23:23:29
3615         Log: Subject: [PATCH] Re: 20001101.003 PDL
3616              From: Nicholas Clark <nick@ccl4.org>
3617              Date: Thu, 16 Nov 2000 16:48:25 +0000
3618              Message-ID: <20001116164825.B93487@plum.flirble.org>
3619      Branch: perl
3620            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
3621 ____________________________________________________________________________
3622 [  7716] By: jhi                                   on 2000/11/16  23:21:31
3623         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
3624              From: "Casey R. Tweten" <crt@kiski.net>
3625              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
3626              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
3627      Branch: perl
3628            ! lib/Pod/Checker.pm pod/perlpod.pod
3629 ____________________________________________________________________________
3630 [  7715] By: jhi                                   on 2000/11/16  23:19:40
3631         Log: Avoid an infinite loop in VMS when utils scripts are run
3632              with no arguments, from Charles Lane.
3633      Branch: perl
3634            ! configure.com
3635 ____________________________________________________________________________
3636 [  7714] By: jhi                                   on 2000/11/16  23:17:08
3637         Log: Subject: perllocale.pod changes
3638              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3639              Date: Mon, 13 Nov 2000 10:09:22 +0300
3640              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
3641      Branch: perl
3642            ! pod/perllocale.pod
3643 ____________________________________________________________________________
3644 [  7713] By: jhi                                   on 2000/11/16  23:14:06
3645         Log: Integrate perlio.
3646      Branch: perl
3647           !> doio.c perlio.c perlio.h util.c
3648 ____________________________________________________________________________
3649 [  7712] By: nick                                  on 2000/11/16  21:10:58
3650         Log: Integrate mainline
3651      Branch: perlio
3652           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3653           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3654           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
3655           !> vos/config.ga.def vos/config.ga.h win32/config.bc
3656           !> win32/config.gc win32/config.vc
3657 ____________________________________________________________________________
3658 [  7711] By: nick                                  on 2000/11/16  19:56:41
3659         Log: Minor tweaks:
3660              consistent way of getting 'rb', 'wb' etc. for binary opens
3661              move *perlio::layers to *open::layers
3662              a #define to show layers available
3663              DOSISH popen/PerlIO had export/import sense inverted.
3664      Branch: perlio
3665            ! doio.c perlio.c perlio.h util.c
3666 ____________________________________________________________________________
3667 [  7710] By: jhi                                   on 2000/11/16  15:46:05
3668         Log: Add HAS_SBRK_PROTO.
3669      Branch: metaconfig/U/perl
3670            + d_sbrkproto.U
3671      Branch: perl
3672            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3673            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3674            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3675            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3676            ! win32/config.gc win32/config.vc
3677 ____________________________________________________________________________
3678 [  7709] By: nick                                  on 2000/11/16  07:31:49
3679         Log: Integrate mainline
3680      Branch: perlio
3681           !> (integrate 35 files)
3682 ____________________________________________________________________________
3683 [  7708] By: jhi                                   on 2000/11/16  05:33:03
3684         Log: These files are text, not binary.
3685      Branch: perl
3686            ! ext/Encode/Encode/iso8859-10.enc
3687            ! ext/Encode/Encode/iso8859-13.enc
3688            ! ext/Encode/Encode/iso8859-14.enc
3689            ! ext/Encode/Encode/iso8859-15.enc
3690 ____________________________________________________________________________
3691 [  7707] By: jhi                                   on 2000/11/16  01:53:37
3692         Log: Update Changes.
3693      Branch: perl
3694            ! Changes patchlevel.h
3695 ____________________________________________________________________________
3696 [  7706] By: jhi                                   on 2000/11/16  01:35:59
3697         Log: More #undefing of stdio.
3698      Branch: perl
3699            ! fakesdio.h nostdio.h
3700 ____________________________________________________________________________
3701 [  7705] By: jhi                                   on 2000/11/16  01:34:18
3702         Log: Add fwalk() probe to the configuration files and regen perltoc.
3703      Branch: perl
3704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3705            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3706            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
3707            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3708            ! win32/config.bc win32/config.gc win32/config.vc
3709 ____________________________________________________________________________
3710 [  7704] By: jhi                                   on 2000/11/16  01:33:07
3711         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
3712              an optional third argument to Inlibc?)
3713      Branch: metaconfig/U/perl
3714            + d__fwalk.U
3715 ____________________________________________________________________________
3716 [  7703] By: jhi                                   on 2000/11/16  01:09:22
3717         Log: The type of the hash_cb() size argument is tricky.
3718      Branch: perl
3719            ! ext/DB_File/DB_File.xs
3720 ____________________________________________________________________________
3721 [  7702] By: jhi                                   on 2000/11/15  23:01:16
3722         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
3723      Branch: perl
3724            ! nostdio.h
3725 ____________________________________________________________________________
3726 [  7701] By: jhi                                   on 2000/11/15  22:52:32
3727         Log: Detypo.
3728      Branch: perl
3729            ! t/lib/bigfltpm.t
3730 ____________________________________________________________________________
3731 [  7700] By: jhi                                   on 2000/11/15  22:51:56
3732         Log: UINT64_C() work continues.
3733      Branch: perl
3734            ! handy.h perl.h utf8.h
3735 ____________________________________________________________________________
3736 [  7699] By: jhi                                   on 2000/11/15  14:13:04
3737         Log: SOCKS has its own USE_THREADS, based on
3738              
3739              Subject: [ID 20001114.002] et. al. bugfix followup
3740              From: Jens Hamisch <jens@Strawberry.COM> 
3741              Date: Wed, 15 Nov 2000 14:23:11 +0100
3742              Message-ID: <20001115142311.A21164@Strawberry.COM>
3743      Branch: perl
3744            ! perl.h
3745 ____________________________________________________________________________
3746 [  7698] By: jhi                                   on 2000/11/15  03:50:56
3747         Log: Add few missing #undefs and sort them.
3748      Branch: perl
3749            ! fakesdio.h
3750 ____________________________________________________________________________
3751 [  7697] By: jhi                                   on 2000/11/15  03:39:14
3752         Log: Linenumber fix.
3753      Branch: perl
3754            ! t/pragma/warn/utf8
3755 ____________________________________________________________________________
3756 [  7696] By: jhi                                   on 2000/11/15  02:55:26
3757         Log: EBCDIC tweaks.
3758              
3759              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
3760              From: Peter Prymmer <pvhp@forte.com>
3761              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
3762              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
3763      Branch: perl
3764            ! t/op/regmesg.t t/pragma/warn/utf8
3765 ____________________________________________________________________________
3766 [  7695] By: jhi                                   on 2000/11/15  02:53:58
3767         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
3768              From: Peter Prymmer <pvhp@forte.com>
3769              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
3770              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
3771      Branch: perl
3772            ! utf8.c
3773 ____________________________________________________________________________
3774 [  7694] By: jhi                                   on 2000/11/15  02:50:55
3775         Log: Subject: [PATCH: perl@7674] updates to README.os390
3776              From: Prymmer/Kahn <pvhp@best.com>
3777              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
3778              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
3779      Branch: perl
3780            ! README.os390
3781 ____________________________________________________________________________
3782 [  7693] By: jhi                                   on 2000/11/15  02:48:37
3783         Log: Quit utf8_to_uv() instantly if curlen == 0.
3784      Branch: perl
3785            ! utf8.c
3786 ____________________________________________________________________________
3787 [  7692] By: jhi                                   on 2000/11/15  02:24:29
3788         Log: Use u_int32_t for the size of hash_cb(), not size_t.
3789              
3790              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
3791              From: Jens Hamisch <jens@Strawberry.COM>     
3792              Date: Tue, 14 Nov 2000 19:03:55 +0100
3793              Message-Id: <20001114190355.A20559@Strawberry.COM>
3794      Branch: perl
3795            ! ext/DB_File/DB_File.xs
3796 ____________________________________________________________________________
3797 [  7691] By: jhi                                   on 2000/11/15  02:20:12
3798         Log: Use UINT64_C().
3799              
3800              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
3801              From: Jens Hamisch <jens@Strawberry.COM>
3802              Date: Tue, 14 Nov 2000 19:16:23 +0100
3803              Message-Id: <20001114191623.G20559@Strawberry.COM>
3804      Branch: perl
3805            ! utf8.c utf8.h
3806 ____________________________________________________________________________
3807 [  7690] By: jhi                                   on 2000/11/15  02:17:06
3808         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
3809              (a macro to define signed and unsigned integer constants).
3810      Branch: perl
3811            ! handy.h
3812 ____________________________________________________________________________
3813 [  7689] By: jhi                                   on 2000/11/15  01:56:51
3814         Log: Regen Configure.
3815      Branch: perl
3816            ! Configure
3817 ____________________________________________________________________________
3818 [  7688] By: jhi                                   on 2000/11/15  01:56:32
3819         Log: Make the unit know about SOCKS.
3820      Branch: metaconfig
3821            ! U/protos/socksizetype.U
3822 ____________________________________________________________________________
3823 [  7687] By: jhi                                   on 2000/11/15  01:54:47
3824         Log: Remove unused dependencies.
3825      Branch: metaconfig
3826            ! U/compline/d_getpagsz.U
3827 ____________________________________________________________________________
3828 [  7686] By: nick                                  on 2000/11/14  21:25:13
3829         Log: Integrate mainline.
3830      Branch: perlio
3831           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
3832           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
3833           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
3834           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
3835           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
3836           !> win32/config.bc win32/config.gc win32/config.vc
3837           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
3838 ____________________________________________________________________________
3839 [  7685] By: jhi                                   on 2000/11/14  17:54:56
3840         Log: Integrate perlio.
3841      Branch: perl
3842           +> fakesdio.h perliol.h
3843           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3844           !> perlsdio.h perlsfio.h pod/perlfunc.pod
3845 ____________________________________________________________________________
3846 [  7684] By: nick                                  on 2000/11/14  17:43:04
3847         Log: PerlIO #include and #ifdef re-work.
3848      Branch: perlio
3849            + fakesdio.h perliol.h
3850            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3851            ! perlsdio.h perlsfio.h
3852 ____________________________________________________________________________
3853 [  7683] By: jhi                                   on 2000/11/14  15:42:40
3854         Log: Hoist the duplicated socket/netdb include logic to perl.h;
3855              undef SETERRNO in case SOCKS has defined it.  Based on:
3856              
3857              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
3858              From: Jens Hamisch <jens@Strawberry.COM> 
3859              Date: Tue, 14 Nov 2000 11:34:40 +0100
3860              Message-Id: <20001114113440.A20005@Strawberry.COM>
3861      Branch: perl
3862            ! doio.c perl.h pp_sys.c
3863 ____________________________________________________________________________
3864 [  7682] By: jhi                                   on 2000/11/14  14:07:28
3865         Log: Subject: some additions for makefiles for win32 (for perl@7674)
3866              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3867              Date: Tue, 14 Nov 2000 09:31:13 +0300
3868              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
3869      Branch: perl
3870            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3871            ! win32/makefile.mk
3872 ____________________________________________________________________________
3873 [  7681] By: jhi                                   on 2000/11/14  14:01:41
3874         Log: Subject: tiny typo in perl5db.pl
3875              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3876              Date: Tue, 14 Nov 2000 09:29:28 +0300
3877              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
3878      Branch: perl
3879            ! lib/perl5db.pl
3880 ____________________________________________________________________________
3881 [  7680] By: jhi                                   on 2000/11/14  04:13:50
3882         Log: Redo #7679 with LFs instead of CRLFs.
3883      Branch: perl
3884            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
3885            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
3886            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3887 ____________________________________________________________________________
3888 [  7679] By: jhi                                   on 2000/11/14  01:21:09
3889         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
3890              From: Benjamin Stuhl <tiriath@yahoo.com> 
3891              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3892              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3893      Branch: perl
3894            + win32/bin/mdelete.bat
3895            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3896            ! makedef.pl perlio.c win32/Makefile win32/config.gc
3897            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3898 ____________________________________________________________________________
3899 [  7678] By: jhi                                   on 2000/11/14  01:19:20
3900         Log: Fix the re extension building for Win32.
3901              
3902              Subject: [PATCH perl@7638] Get PerlIO building on Win32
3903              From: Benjamin Stuhl <tiriath@yahoo.com> 
3904              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3905              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3906      Branch: perl
3907            + ext/re/hints/MSWin32.pl
3908            ! MANIFEST
3909 ____________________________________________________________________________
3910 [  7677] By: jhi                                   on 2000/11/14  01:13:54
3911         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
3912              From: sthoenna@efn.org
3913              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
3914              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
3915      Branch: perl
3916            ! doop.c pp.c toke.c utf8.c utf8.h
3917 ____________________________________________________________________________
3918 [  7676] By: jhi                                   on 2000/11/13  20:23:15
3919         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3920              From: Nicholas Clark <nick@ccl4.org>
3921              Date: Mon, 13 Nov 2000 18:55:04 +0000
3922              Message-ID: <20001113185504.J29183@plum.flirble.org>
3923      Branch: perl
3924            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
3925 ____________________________________________________________________________
3926 [  7675] By: nick                                  on 2000/11/13  20:21:57
3927         Log: Integrate mainline ...
3928      Branch: perlio
3929           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
3930           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
3931           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
3932           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
3933 ____________________________________________________________________________
3934 [  7674] By: jhi                                   on 2000/11/13  15:07:56
3935         Log: Update Changes.
3936      Branch: perl
3937            ! Changes patchlevel.h
3938 ____________________________________________________________________________
3939 [  7673] By: jhi                                   on 2000/11/13  14:42:42
3940         Log: Remove the new two tests of lib/io_xs for now, they seem to
3941              fail under perlio on some platforms.
3942      Branch: perl
3943            ! t/lib/io_xs.t
3944 ____________________________________________________________________________
3945 [  7672] By: jhi                                   on 2000/11/13  13:57:53
3946         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
3947      Branch: perl
3948            ! perlio.c
3949 ____________________________________________________________________________
3950 [  7671] By: jhi                                   on 2000/11/13  05:30:48
3951         Log: Placate nervous compilers that see longer than ints switch()ing.
3952      Branch: perl
3953            ! utf8.c
3954 ____________________________________________________________________________
3955 [  7670] By: jhi                                   on 2000/11/13  05:14:21
3956         Log: fputs() does return EOF on error but here we don't care.
3957      Branch: perl
3958            ! perlio.c
3959 ____________________________________________________________________________
3960 [  7669] By: jhi                                   on 2000/11/13  05:02:45
3961         Log: Declare reg_data like reg_substr_data.
3962      Branch: perl
3963            ! regexp.h
3964 ____________________________________________________________________________
3965 [  7668] By: jhi                                   on 2000/11/13  04:54:34
3966         Log: Typos in #7667.
3967      Branch: perl
3968            ! perl.h
3969 ____________________________________________________________________________
3970 [  7667] By: jhi                                   on 2000/11/13  04:49:49
3971         Log: Cleanup messy #ifdef.
3972      Branch: perl
3973            ! perl.h
3974 ____________________________________________________________________________
3975 [  7666] By: jhi                                   on 2000/11/13  04:17:34
3976         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3977              From: Nicholas Clark <nick@talking.bollo.cx>
3978              Date: Sun, 12 Nov 2000 21:14:11 +0000
3979              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
3980              
3981              Note: only one breakage of the two reported is fixed by this patch.
3982      Branch: perl
3983            ! perlio.c
3984 ____________________________________________________________________________
3985 [  7665] By: jhi                                   on 2000/11/13  04:05:07
3986         Log: Tweak the definition of the bit complement on UTF-8 data:
3987              if none of the characters in the string are > 0xff,
3988              the result is a complemented byte string, not a (UTF-8)
3989              char string.  Based on the summary in
3990              
3991              Subject: Re: [ID 20000918.005] ~ on wide chars
3992              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
3993              Date: Fri, 10 Nov 2000 09:47:15 -0800
3994              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
3995              
3996              This should give us the maximum backward (pre-char string)
3997              compatibility and utf8 compatibility.  The other alternative
3998              would be to limit the bit complement to be always byte only,
3999              taking the least significant byte of the chars.
4000      Branch: perl
4001            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
4002 ____________________________________________________________________________
4003 [  7664] By: jhi                                   on 2000/11/13  00:23:44
4004         Log: Couple of tests from #7660 salvaged.
4005      Branch: perl
4006            - t/op/tell.t
4007            ! MANIFEST t/io/tell.t
4008 ____________________________________________________________________________
4009 [  7663] By: jhi                                   on 2000/11/13  00:02:48
4010         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
4011              From: Nicholas Clark <nick@talking.bollo.cx>
4012              Date: Sun, 12 Nov 2000 21:23:43 +0000
4013              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
4014      Branch: perl
4015            ! perlsfio.h
4016 ____________________________________________________________________________
4017 [  7662] By: jhi                                   on 2000/11/13  00:01:39
4018         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
4019              From: Nicholas Clark <nick@talking.bollo.cx>
4020              Date: Sun, 12 Nov 2000 21:30:04 +0000
4021              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
4022      Branch: perl
4023            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
4024 ____________________________________________________________________________
4025 [  7661] By: jhi                                   on 2000/11/12  23:57:29
4026         Log: Document tell() on special streams.
4027      Branch: perl
4028            ! pod/perlfunc.pod
4029 ____________________________________________________________________________
4030 [  7660] By: jhi                                   on 2000/11/12  23:54:22
4031         Log: (Subsumed by #7664)
4032      Branch: perl
4033            + t/op/tell.t
4034            ! MANIFEST
4035 ____________________________________________________________________________
4036 [  7659] By: jhi                                   on 2000/11/12  22:55:25
4037         Log: Many subdocumented return values of the IO extension now documented.
4038              ungetc and write still left subdocumented.
4039              
4040              Subject: [PATCH] (was Re: IO::Handle::ungetc)
4041              From: Nicholas Clark <nick@talking.bollo.cx>
4042              Date: Sun, 12 Nov 2000 21:35:53 +0000
4043              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
4044      Branch: perl
4045            ! ext/IO/lib/IO/Handle.pm
4046 ____________________________________________________________________________
4047 [  7658] By: jhi                                   on 2000/11/12  21:37:06
4048         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
4049              From: Nicholas Clark <nick@talking.bollo.cx>
4050              Date: Sun, 12 Nov 2000 20:03:22 +0000
4051              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
4052      Branch: perl
4053            ! pod/perlfunc.pod
4054 ____________________________________________________________________________
4055 [  7657] By: jhi                                   on 2000/11/12  20:34:55
4056         Log: Integrate perlio.
4057      Branch: perl
4058           !> perlio.c
4059 ____________________________________________________________________________
4060 [  7656] By: nick                                  on 2000/11/12  19:25:06
4061         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
4062      Branch: perlio
4063            ! perlio.c
4064 ____________________________________________________________________________
4065 [  7655] By: nick                                  on 2000/11/12  19:09:41
4066         Log: Integrate mainline
4067      Branch: perlio
4068           +> README.solaris ext/Encode/Encode/cp1006.enc
4069           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
4070           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
4071           +> ext/Encode/Encode/iso8859-13.enc
4072           +> ext/Encode/Encode/iso8859-14.enc
4073           +> ext/Encode/Encode/iso8859-15.enc
4074           !> (integrate 34 files)
4075 ____________________________________________________________________________
4076 [  7654] By: jhi                                   on 2000/11/12  19:00:22
4077         Log: Add a metaconfig unit for fsync.
4078      Branch: metaconfig/U/perl
4079            + d_fsync.U
4080 ____________________________________________________________________________
4081 [  7653] By: jhi                                   on 2000/11/12  19:00:01
4082         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
4083      Branch: perl
4084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4085            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4086            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4087            ! vos/config.ga.h win32/config.bc win32/config.gc
4088            ! win32/config.vc
4089 ____________________________________________________________________________
4090 [  7652] By: jhi                                   on 2000/11/11  21:12:01
4091         Log: Copy the s// information of README.hpux also to the perlrun.
4092      Branch: perl
4093            ! README.hpux pod/perlrun.pod
4094 ____________________________________________________________________________
4095 [  7651] By: jhi                                   on 2000/11/11  21:03:13
4096         Log: More README.solaris updates from Andy Dougherty.
4097      Branch: perl
4098            ! README.solaris
4099 ____________________________________________________________________________
4100 [  7650] By: jhi                                   on 2000/11/11  18:38:57
4101         Log: More descriptive error for unknown perlio layers.
4102              
4103              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
4104              From: Dominic Dunlop <domo@computer.org> 
4105              Date: Sat, 11 Nov 2000 18:20:32 +0100             
4106              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
4107      Branch: perl
4108            ! perlio.c pod/perldiag.pod
4109 ____________________________________________________________________________
4110 [  7649] By: jhi                                   on 2000/11/11  18:37:52
4111         Log: MachTen doesn't really do mmap() and munmap().
4112              
4113              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
4114              From: Dominic Dunlop <domo@computer.org> 
4115              Date: Sat, 11 Nov 2000 18:20:32 +0100             
4116              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
4117      Branch: perl
4118            ! hints/machten.sh
4119 ____________________________________________________________________________
4120 [  7648] By: jhi                                   on 2000/11/11  18:36:46
4121         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
4122              From: rspier@pobox.com (Robert Spier)
4123              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
4124              Message-ID: <14861.32839.491271.985797@rls.cx>
4125      Branch: perl
4126            ! Porting/Contract pod/perltoot.pod
4127 ____________________________________________________________________________
4128 [  7647] By: jhi                                   on 2000/11/11  18:35:30
4129         Log: Simplify the getpagesize() unit by dropping the
4130              pagesize probe since it's nowadays slightly more
4131              complicated because of sysconf(). (Note: if some
4132              platform really needs the -lPW for getpagesize,
4133              I just broke it.)
4134              
4135              TODO: a new pagesize unit.
4136      Branch: metaconfig
4137            ! U/compline/d_getpagsz.U
4138 ____________________________________________________________________________
4139 [  7646] By: jhi                                   on 2000/11/11  18:33:23
4140         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
4141      Branch: perl
4142            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4143            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4144            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4145            ! vos/config.ga.h win32/config.bc win32/config.gc
4146            ! win32/config.vc
4147 ____________________________________________________________________________
4148 [  7645] By: jhi                                   on 2000/11/11  16:45:15
4149         Log: Use sysconf() or getpagesize() to find out the pagesize.
4150      Branch: perl
4151            ! perlio.c
4152 ____________________________________________________________________________
4153 [  7644] By: jhi                                   on 2000/11/11  15:46:08
4154         Log: Integrate perlio.
4155      Branch: perl
4156           !> perlio.c
4157 ____________________________________________________________________________
4158 [  7643] By: jhi                                   on 2000/11/11  15:33:36
4159         Log: Subject: Re: [PATCH] README.solaris
4160              From: Lupe Christoph <lupe@lupe-christoph.de>
4161              Date: Sat, 11 Nov 2000 14:08:10 +0100
4162              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
4163      Branch: perl
4164            ! README.solaris
4165 ____________________________________________________________________________
4166 [  7642] By: jhi                                   on 2000/11/11  15:22:12
4167         Log: Subject: [PATCH perl@7638] cygwin port
4168              From: "Eric Fifer" <egf7@columbia.edu>            
4169              Date: Fri, 10 Nov 2000 19:30:30 -0000
4170              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
4171      Branch: perl
4172            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
4173 ____________________________________________________________________________
4174 [  7641] By: nick                                  on 2000/11/11  14:50:36
4175         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
4176              Also call "Buf" layer directly when unread'ing non-read chars.
4177      Branch: perlio
4178            ! perlio.c
4179 ____________________________________________________________________________
4180 [  7640] By: jhi                                   on 2000/11/11  02:05:02
4181         Log: Add more encoding tables.
4182      Branch: perl
4183            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
4184            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
4185            + ext/Encode/Encode/iso8859-10.enc
4186            + ext/Encode/Encode/iso8859-13.enc
4187            + ext/Encode/Encode/iso8859-14.enc
4188            + ext/Encode/Encode/iso8859-15.enc
4189            ! MANIFEST
4190 ____________________________________________________________________________
4191 [  7639] By: jhi                                   on 2000/11/10  18:49:25
4192         Log: Subject: [PATCH] README.solaris
4193              From: Andy Dougherty <doughera@lafayette.edu>
4194              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
4195              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
4196      Branch: perl
4197            + README.solaris
4198            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
4199            ! pod/perl.pod pod/perltoc.pod
4200 ____________________________________________________________________________
4201 [  7638] By: jhi                                   on 2000/11/10  15:04:15
4202         Log: Update Changes.
4203      Branch: perl
4204            ! Changes patchlevel.h
4205 ____________________________________________________________________________
4206 [  7637] By: jhi                                   on 2000/11/10  14:14:28
4207         Log: Explain better why certain regex tests are skipped.
4208              
4209              Subject: Re: tests skipped: unknown reason
4210              From: Lupe Christoph <lupe@lupe-christoph.de>
4211              Date: Fri, 10 Nov 2000 09:08:56 +0100
4212              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
4213      Branch: perl
4214            ! t/op/regexp.t
4215 ____________________________________________________________________________
4216 [  7636] By: nick                                  on 2000/11/10  13:40:00
4217         Log: Integrate mainline.
4218      Branch: perlio
4219           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
4220           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
4221           !> win32/bin/search.pl
4222 ____________________________________________________________________________
4223 [  7635] By: nick                                  on 2000/11/10  13:25:52
4224         Log: Re-instate stdio large file support via perlio.
4225      Branch: perl
4226            ! perlio.c
4227 ____________________________________________________________________________
4228 [  7634] By: jhi                                   on 2000/11/10  04:49:55
4229         Log: Amdahl UTS hints updates.
4230              
4231              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
4232              From: hom00@utsglobal.com (Harold O Morris)
4233              Date: Thu, 9 Nov 2000 20:02 PST
4234              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
4235      Branch: perl
4236            ! hints/uts.sh
4237 ____________________________________________________________________________
4238 [  7633] By: jhi                                   on 2000/11/09  23:33:28
4239         Log: Subject: [PATCH] IO::Seekable pod
4240              From: Nicholas Clark <nick@talking.bollo.cx>
4241              Date: Thu, 9 Nov 2000 20:29:45 +0000
4242              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
4243      Branch: perl
4244            ! ext/IO/lib/IO/Handle.pm
4245 ____________________________________________________________________________
4246 [  7632] By: jhi                                   on 2000/11/09  21:55:41
4247         Log: Various doc oddball characters.
4248              
4249              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
4250              From: Michael Somos <somos@grail.cba.csuohio.edu>
4251              Date: Mon, 6 Nov 2000 17:44:20 -0500
4252              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
4253      Branch: perl
4254            ! emacs/cperl-mode.el lib/unicode/syllables.txt
4255            ! win32/bin/search.pl
4256 ____________________________________________________________________________
4257 [  7631] By: jhi                                   on 2000/11/09  21:12:29
4258         Log: Subject: Re: bash -c exit and linux hints 
4259              From: "John P. Linderman" <jpl@research.att.com>
4260              Date: Thu, 02 Nov 2000 09:37:25 -0500
4261              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
4262      Branch: perl
4263            ! hints/linux.sh
4264 ____________________________________________________________________________
4265 [  7630] By: nick                                  on 2000/11/09  20:34:11
4266         Log: Integrate mainline.
4267      Branch: perlio
4268           !> (integrate 91 files)
4269 ____________________________________________________________________________
4270 [  7629] By: jhi                                   on 2000/11/09  19:46:31
4271         Log: Missing dTHXs.
4272              
4273              Subject: RE: perl@7595 builds not on cygwin
4274              From: "Eric Fifer" <egf7@columbia.edu>
4275              Date: Thu, 9 Nov 2000 19:26:50 -0000
4276              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
4277      Branch: perl
4278            ! ext/Devel/Peek/Peek.xs
4279 ____________________________________________________________________________
4280 [  7628] By: jhi                                   on 2000/11/09  14:48:27
4281         Log: Disable only the tests 99 and 166 for UTF-8 locales.
4282      Branch: perl
4283            ! t/pragma/locale.t
4284 ____________________________________________________________________________
4285 [  7627] By: jhi                                   on 2000/11/09  14:40:27
4286         Log: There's no =head3.
4287      Branch: perl
4288            ! pod/perlhack.pod
4289 ____________________________________________________________________________
4290 [  7626] By: jhi                                   on 2000/11/09  13:54:26
4291         Log: The generated boot_* headers are wrong.  Pickier compiler,
4292              such as KAI C++ will refuse to compile the resulting perlmain.
4293              
4294              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
4295              From: Harri Pasanen <harri.pasanen@trema.com>
4296              Date: Thu, 09 Nov 2000 14:23:28 +0100
4297              Message-Id: <3A0AA550.26D548A3@trema.com>
4298      Branch: perl
4299            ! minimod.pl
4300 ____________________________________________________________________________
4301 [  7625] By: jhi                                   on 2000/11/09  13:50:44
4302         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
4303              From: Prymmer/Kahn <pvhp@best.com>
4304              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
4305              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
4306              
4307              All except the "cow orker" change.
4308      Branch: perl
4309            ! Porting/pumpkin.pod
4310 ____________________________________________________________________________
4311 [  7624] By: jhi                                   on 2000/11/09  13:45:33
4312         Log: Fix for
4313              
4314              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
4315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4316              Date: Thu, 09 Nov 2000 11:05:52 +0100
4317              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
4318      Branch: perl
4319            ! pod/perldiag.pod t/pragma/warn/pp_sys
4320 ____________________________________________________________________________
4321 [  7623] By: jhi                                   on 2000/11/09  13:37:16
4322         Log: Typo in an ifndef.
4323              
4324              Subject: Re: [PATCH 5.7.0] better messages from malloc()
4325              From: Joe Smith <jms@inwap.com>         
4326              Date: Thu, 09 Nov 2000 01:33:14 -0800
4327              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
4328      Branch: perl
4329            ! malloc.c
4330 ____________________________________________________________________________
4331 [  7622] By: jhi                                   on 2000/11/09  13:31:18
4332         Log: Remove unused extra arguments.
4333      Branch: metaconfig/U/perl
4334            ! perlxv.U
4335      Branch: perl
4336            ! Configure config_h.SH
4337 ____________________________________________________________________________
4338 [  7621] By: jhi                                   on 2000/11/09  13:16:36
4339         Log: More VMS moves on environment handling, from Charles Lane.
4340      Branch: perl
4341            ! t/pragma/locale.t
4342 ____________________________________________________________________________
4343 [  7620] By: jhi                                   on 2000/11/09  04:42:38
4344         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4345              From: David Dyck <dcd@tc.fluke.com>
4346              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
4347              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
4348      Branch: perl
4349            ! pp_sys.c
4350 ____________________________________________________________________________
4351 [  7619] By: jhi                                   on 2000/11/09  04:36:21
4352         Log: Forgot from #7618.
4353      Branch: perl
4354            ! lib/File/stat.pm
4355 ____________________________________________________________________________
4356 [  7618] By: jhi                                   on 2000/11/09  04:28:44
4357         Log: Make deleting for %ENV work for (newer versions of) VMS,
4358              from Craig A. Berry.
4359      Branch: perl
4360            ! vms/vms.c
4361 ____________________________________________________________________________
4362 [  7617] By: jhi                                   on 2000/11/09  04:25:05
4363         Log: Subject: [PATCH] Class::Struct at compile time
4364              From: "Casey R. Tweten" <crt@kiski.net>
4365              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
4366              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
4367      Branch: perl
4368            ! lib/Class/Struct.pm
4369 ____________________________________________________________________________
4370 [  7616] By: jhi                                   on 2000/11/09  04:15:17
4371         Log: Subject: [ID 20001108.013] spelling
4372              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
4373              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
4374              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
4375      Branch: perl
4376            ! lib/ftp.pl
4377 ____________________________________________________________________________
4378 [  7615] By: jhi                                   on 2000/11/09  04:12:42
4379         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
4380              From: Peter Prymmer <pvhp@forte.com>
4381              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
4382              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
4383      Branch: perl
4384            ! configure.com
4385 ____________________________________________________________________________
4386 [  7614] By: jhi                                   on 2000/11/08  22:42:55
4387         Log: A missing aTHX_.
4388      Branch: perl
4389            ! ext/IPC/SysV/SysV.xs
4390 ____________________________________________________________________________
4391 [  7613] By: jhi                                   on 2000/11/08  19:30:21
4392         Log: Update Changes.
4393      Branch: perl
4394            ! Changes patchlevel.h
4395 ____________________________________________________________________________
4396 [  7612] By: jhi                                   on 2000/11/08  18:35:25
4397         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4398              From: David Dyck <dcd@tc.fluke.com>
4399              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
4400              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
4401      Branch: perl
4402            ! pp_sys.c
4403 ____________________________________________________________________________
4404 [  7611] By: jhi                                   on 2000/11/08  18:30:26
4405         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
4406              From: Dominic Dunlop <domo@computer.org>
4407              Date: Tue, 7 Nov 2000 12:05:25 +0100
4408              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
4409      Branch: perl
4410            ! malloc.c
4411 ____________________________________________________________________________
4412 [  7610] By: jhi                                   on 2000/11/08  18:25:14
4413         Log: Do not test UTF-8 locales since that the tests would require
4414              polymorphic regexen.
4415      Branch: perl
4416            ! t/pragma/locale.t
4417 ____________________________________________________________________________
4418 [  7609] By: jhi                                   on 2000/11/08  17:12:51
4419         Log: Locale buglets.
4420              
4421              Subject: RE: Locales support (setlocale) fixes
4422              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4423              Date: Wed, 8 Nov 2000 20:01:39 +0300
4424              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
4425      Branch: perl
4426            ! t/pragma/locale.t util.c
4427 ____________________________________________________________________________
4428 [  7608] By: jhi                                   on 2000/11/08  17:00:16
4429         Log: Deleting $ENV{PATH} in VMS is not recommendable.
4430      Branch: perl
4431            ! t/pragma/locale.t
4432 ____________________________________________________________________________
4433 [  7607] By: jhi                                   on 2000/11/08  16:58:26
4434         Log: Subject: PATCH std stdio for (Free)BSD
4435              From: Nicholas Clark <nick@ccl4.org>
4436              Date: Wed, 8 Nov 2000 15:36:29 +0000
4437              Message-ID: <20001108153629.D98736@plum.flirble.org>
4438      Branch: metaconfig
4439            ! U/compline/d_stdstdio.U
4440      Branch: perl
4441            ! Configure config_h.SH
4442 ____________________________________________________________________________
4443 [  7606] By: jhi                                   on 2000/11/08  16:43:31
4444         Log: Forgot to bump the line numbers in #7601.
4445      Branch: perl
4446            ! t/pragma/warn/pp_sys
4447 ____________________________________________________________________________
4448 [  7605] By: jhi                                   on 2000/11/08  16:39:12
4449         Log: More careful detection of how well NVs and UVs mix.
4450              
4451              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))
4452              From: Nicholas Clark <nick@ccl4.org>
4453              Date: Wed, 8 Nov 2000 15:14:12 +0000
4454              Message-ID: <20001108151412.B98736@plum.flirble.org>
4455              
4456              Added some SIGFPE paranoia.
4457      Branch: metaconfig/U/perl
4458            ! perlxv.U
4459      Branch: perl
4460            ! Configure config_h.SH
4461 ____________________________________________________________________________
4462 [  7604] By: jhi                                   on 2000/11/08  14:39:10
4463         Log: Subject: [patch perl@7595] VMS configure.com tweak
4464              From: "Craig A. Berry" <craigberry@mac.com>
4465              Date: Wed, 8 Nov 2000 00:24:12 -0600
4466              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
4467      Branch: perl
4468            ! configure.com
4469 ____________________________________________________________________________
4470 [  7603] By: jhi                                   on 2000/11/08  14:27:11
4471         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
4472              From: Robin Barker <rmb1@cise.npl.co.uk>
4473              Date: Wed, 8 Nov 2000 11:11:39 GMT
4474              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
4475      Branch: perl
4476            ! perlio.c
4477 ____________________________________________________________________________
4478 [  7602] By: jhi                                   on 2000/11/08  14:25:03
4479         Log: Fix for the tie-refhash string table leaks.
4480              
4481              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
4482              Date: Wed, 8 Nov 2000 13:03:04 GMT
4483              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
4484      Branch: perl
4485            ! t/lib/tie-refhash.t
4486 ____________________________________________________________________________
4487 [  7601] By: jhi                                   on 2000/11/08  14:21:08
4488         Log: Try to avoid flockless and emulationless places.
4489      Branch: perl
4490            ! t/pragma/warn/pp_sys
4491 ____________________________________________________________________________
4492 [  7600] By: jhi                                   on 2000/11/08  02:28:54
4493         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
4494              
4495              Subject: [PATCH] prototyped functions that should be overrideable
4496              From: "Casey R. Tweten" <crt@kiski.net>
4497              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
4498              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
4499      Branch: perl
4500            ! toke.c
4501 ____________________________________________________________________________
4502 [  7599] By: jhi                                   on 2000/11/08  01:12:05
4503         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
4504              
4505              Subject: [PATCH] perlbug.PL
4506              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4507              Date: Mon, 6 Nov 2000 21:39:01 -0500
4508              Message-ID: <20001106213901.B20955@O2.chapin.edu>
4509      Branch: perl
4510            ! utils/perlbug.PL
4511 ____________________________________________________________________________
4512 [  7598] By: jhi                                   on 2000/11/07  23:42:00
4513         Log: Bad thinko in #7581 (I used the test program with the expanded
4514              values as-is).
4515      Branch: metaconfig
4516            ! U/compline/d_stdstdio.U
4517      Branch: perl
4518            ! Configure
4519 ____________________________________________________________________________
4520 [  7597] By: jhi                                   on 2000/11/07  21:43:29
4521         Log: Subject: [PATCH perl@7573] cygwin port
4522              From: "Fifer, Eric" <EFifer@sanwaint.com>
4523              Date: Tue, 7 Nov 2000 18:08:51 -0000 
4524              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
4525              
4526              Synchronize with Cygwin 1.1.5.
4527      Branch: perl
4528            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
4529            ! pod/perlport.pod unixish.h util.c
4530 ____________________________________________________________________________
4531 [  7596] By: jhi                                   on 2000/11/07  21:39:25
4532         Log: perlhack updates from H.Merijn Brand.
4533      Branch: perl
4534            ! pod/perlhack.pod
4535 ____________________________________________________________________________
4536 [  7595] By: jhi                                   on 2000/11/07  20:21:41
4537         Log: Update Changes.
4538      Branch: perl
4539            ! Changes patchlevel.h
4540 ____________________________________________________________________________
4541 [  7594] By: jhi                                   on 2000/11/07  19:18:58
4542         Log: Be more robust in Dynaloader.pm.
4543      Branch: perl
4544            ! ext/DynaLoader/DynaLoader_pm.PL
4545 ____________________________________________________________________________
4546 [  7593] By: jhi                                   on 2000/11/07  16:49:31
4547         Log: AUTHORS update.
4548      Branch: perl
4549            ! AUTHORS
4550 ____________________________________________________________________________
4551 [  7592] By: gsar                                  on 2000/11/07  16:39:51
4552         Log: normalize relative paths in virtualized current directory on windows,
4553              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
4554              returns)
4555      Branch: perl
4556            ! win32/vdir.h
4557 ____________________________________________________________________________
4558 [  7591] By: jhi                                   on 2000/11/07  16:04:26
4559         Log: Too profiler-happy: with optimization the #7590 actually makes
4560              the test to run 0.5% _slower_.  Requires much more instrumentation.
4561              Retract #7590.
4562      Branch: perl
4563            ! regcomp.c regcomp.h
4564 ____________________________________________________________________________
4565 [  7590] By: jhi                                   on 2000/11/07  15:51:13
4566         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
4567              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
4568              by using memset() and testing bytewise (as opposed to bitwise).
4569      Branch: perl
4570            ! regcomp.c regcomp.h
4571 ____________________________________________________________________________
4572 [  7589] By: jhi                                   on 2000/11/07  12:56:39
4573         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
4574              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4575              Date: Mon, 06 Nov 2000 23:45:30 -0500
4576              Message-Id: <0011079735.AA973576259@univpress.com>
4577      Branch: perl
4578            ! configure.com t/lib/st-lock.t
4579 ____________________________________________________________________________
4580 [  7588] By: jhi                                   on 2000/11/07  01:03:28
4581         Log: Tweak #7587.
4582      Branch: perl
4583            ! pod/perldiag.pod
4584 ____________________________________________________________________________
4585 [  7587] By: jhi                                   on 2000/11/07  01:00:27
4586         Log: A doc addition for bug id 20001105.019, beware \p.
4587      Branch: perl
4588            ! pod/perldiag.pod
4589 ____________________________________________________________________________
4590 [  7586] By: jhi                                   on 2000/11/07  00:32:22
4591         Log: Fake support of holey files in win/dosish platforms.
4592              
4593              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
4594              From: kipp@shonanblue.ne.jp
4595              Date: Mon, 6 Nov 2000 13:30:55 -0800
4596              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
4597      Branch: perl
4598            ! ext/SDBM_File/sdbm/sdbm.c
4599 ____________________________________________________________________________
4600 [  7585] By: jhi                                   on 2000/11/07  00:12:54
4601         Log: Subject: Pod updates
4602              From: "Stephen P. Potter" <spp@spotter.yi.org>
4603              Date: Mon, 06 Nov 2000 18:56:43 -0500
4604              Message-Id: <200011062357.SAA18173@spotter.yi.org>
4605      Branch: perl
4606            ! README.dos README.os2 README.win32 pod/buildtoc.PL
4607            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
4608            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
4609            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4610            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
4611            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
4612            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
4613            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
4614            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
4615            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
4616            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
4617            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
4618            ! pod/perltootc.pod pod/perlunicode.pod
4619 ____________________________________________________________________________
4620 [  7584] By: jhi                                   on 2000/11/07  00:04:17
4621         Log: Varargs don't always work too well if one puts an unsigned
4622              char on the stack and pop an unsigned quad off the stack.
4623              
4624              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
4625              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
4626              Date: Mon, 06 Nov 2000 15:19:05 -0800
4627              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
4628      Branch: perl
4629            ! utf8.c
4630 ____________________________________________________________________________
4631 [  7583] By: jhi                                   on 2000/11/06  23:58:48
4632         Log: %ENV note tweaks from Dan Sugalski.
4633      Branch: perl
4634            ! pod/perlport.pod vms/perlvms.pod
4635 ____________________________________________________________________________
4636 [  7582] By: jhi                                   on 2000/11/06  23:05:49
4637         Log: glibc5 detection by __GNU_LIBRARY__.
4638      Branch: perl
4639            ! toke.c
4640 ____________________________________________________________________________
4641 [  7581] By: jhi                                   on 2000/11/06  22:51:29
4642         Log: Make the stdio test program of 7427 less noisy while being 
4643              compiled so that Digital UNIX wouldn't get both
4644              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
4645              undefined.  This makes perlio happy.
4646      Branch: metaconfig
4647            ! U/compline/d_stdstdio.U
4648      Branch: perl
4649            ! Configure config_h.SH
4650 ____________________________________________________________________________
4651 [  7580] By: jhi                                   on 2000/11/06  22:41:41
4652         Log: Document %ENV = () portability issues.
4653      Branch: perl
4654            ! pod/perlport.pod vms/perlvms.pod
4655 ____________________________________________________________________________
4656 [  7579] By: jhi                                   on 2000/11/06  21:29:24
4657         Log: VOS updates from Paul Green.
4658      Branch: perl
4659            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4660 ____________________________________________________________________________
4661 [  7578] By: jhi                                   on 2000/11/06  21:00:40
4662         Log: Sanitize the environment further.
4663      Branch: perl
4664            ! t/pragma/locale.t
4665 ____________________________________________________________________________
4666 [  7577] By: jhi                                   on 2000/11/06  20:53:51
4667         Log: Re-introduce 7552 lost in integration.
4668      Branch: perl
4669            ! perlio.c
4670 ____________________________________________________________________________
4671 [  7576] By: jhi                                   on 2000/11/06  20:33:46
4672         Log: Admit that the test leaks scalars.
4673      Branch: perl
4674            ! t/comp/proto.t
4675 ____________________________________________________________________________
4676 [  7575] By: jhi                                   on 2000/11/06  20:17:08
4677         Log: Integrate perlio.
4678      Branch: perl
4679           !> perlio.c
4680 ____________________________________________________________________________
4681 [  7574] By: nick                                  on 2000/11/06  20:07:28
4682         Log: Remove debug. Try (Mmap_t) on madvise() call.
4683      Branch: perlio
4684            ! perlio.c
4685 ____________________________________________________________________________
4686 [  7573] By: jhi                                   on 2000/11/06  13:56:05
4687         Log: Update Changes.
4688      Branch: perl
4689            ! Changes patchlevel.h
4690 ____________________________________________________________________________
4691 [  7572] By: jhi                                   on 2000/11/06  13:48:41
4692         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
4693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4694              Date: Mon, 06 Nov 2000 10:11:42 +0100
4695              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
4696      Branch: perl
4697            ! pod/perlhack.pod
4698 ____________________________________________________________________________
4699 [  7571] By: jhi                                   on 2000/11/06  01:45:51
4700         Log: AUTHORS updates.
4701      Branch: perl
4702            ! AUTHORS
4703 ____________________________________________________________________________
4704 [  7570] By: jhi                                   on 2000/11/06  00:18:00
4705         Log: Fix for
4706              
4707              Subject: [ID 20000728.005] perl -P broken
4708              From: David Dyck <dcd@tc.fluke.com>
4709              Date: Fri, 28 Jul 2000 17:19:16 -0700
4710              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
4711              
4712              (hopefully).  The fix is also not complete, it seems to break
4713              BOM swallowing for libc5 systems, but until someone figures
4714              out a way to do this without ftell(), this will do.
4715      Branch: perl
4716            ! toke.c
4717 ____________________________________________________________________________
4718 [  7569] By: jhi                                   on 2000/11/06  00:05:30
4719         Log: Document that the evaled syntax errors cause scalar leaks.
4720      Branch: perl
4721            ! t/comp/proto.t
4722 ____________________________________________________________________________
4723 [  7568] By: jhi                                   on 2000/11/05  23:14:47
4724         Log: opmini.o can linger from Configures past.
4725      Branch: perl
4726            ! Makefile.SH
4727 ____________________________________________________________________________
4728 [  7567] By: jhi                                   on 2000/11/05  21:28:39
4729         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
4730              first argument correctly.
4731      Branch: perl
4732            ! perlio.c
4733 ____________________________________________________________________________
4734 [  7566] By: jhi                                   on 2000/11/05  21:15:56
4735         Log: Integrate perlio.
4736      Branch: perl
4737           !> perlio.c
4738 ____________________________________________________________________________
4739 [  7565] By: jhi                                   on 2000/11/05  21:15:13
4740         Log: Use -dM for gcc (the suggested patch did it only for Linux,
4741              but I think it can be generalized).
4742              
4743              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
4744              From: Pixel <pixel@mandrakesoft.com>
4745              Date: 05 Nov 2000 21:49:34 +0100 
4746              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
4747      Branch: perl
4748            ! ext/Errno/Errno_pm.PL
4749 ____________________________________________________________________________
4750 [  7564] By: nick                                  on 2000/11/05  21:09:18
4751         Log: Added a mmap layer as a "subclass" of perlio.
4752              PERLIO=mmap ./perl harness passes
4753      Branch: perlio
4754            ! perlio.c
4755 ____________________________________________________________________________
4756 [  7563] By: jhi                                   on 2000/11/05  19:48:55
4757         Log: Add a note for future generations about bug id 20000229.006.
4758      Branch: perl
4759            ! malloc.c
4760 ____________________________________________________________________________
4761 [  7562] By: jhi                                   on 2000/11/05  19:38:24
4762         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
4763      Branch: perl
4764            ! pp_ctl.c t/op/pos.t
4765 ____________________________________________________________________________
4766 [  7561] By: jhi                                   on 2000/11/05  18:21:46
4767         Log: Add =pod to be tidy.
4768      Branch: perl
4769            ! lib/Math/Complex.pm
4770 ____________________________________________________________________________
4771 [  7560] By: jhi                                   on 2000/11/05  17:38:46
4772         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
4773      Branch: perl
4774            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4775            ! ext/Storable/Storable.xs t/lib/st-recurse.t
4776 ____________________________________________________________________________
4777 [  7559] By: jhi                                   on 2000/11/05  17:32:59
4778         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
4779              From: "Peter J. Farley III" <pjfarley@banet.net>
4780              Date: Sun, 05 Nov 2000 11:55:59 -0500
4781              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
4782      Branch: perl
4783            ! t/lib/syslog.t
4784 ____________________________________________________________________________
4785 [  7558] By: jhi                                   on 2000/11/05  17:29:19
4786         Log: Integrate perlio.
4787      Branch: perl
4788           !> perlio.c
4789 ____________________________________________________________________________
4790 [  7557] By: jhi                                   on 2000/11/05  17:22:01
4791         Log: A fix of sorts for 20000329.026, a better error message
4792              for a missing "use charnames" when using the \N{...}. 
4793      Branch: perl
4794            ! pod/perldiag.pod toke.c
4795 ____________________________________________________________________________
4796 [  7556] By: jhi                                   on 2000/11/05  16:33:50
4797         Log: Test tweak: show also the failed locales.
4798              
4799              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
4800              From: Lupe Christoph <lupe@lupe-christoph.de>         
4801              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
4802              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
4803      Branch: perl
4804            ! t/pragma/locale.t
4805 ____________________________________________________________________________
4806 [  7555] By: nick                                  on 2000/11/05  11:09:34
4807         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
4808              open RDWR so does not fail. (pragma/warnings 303 again...)
4809      Branch: perlio
4810            ! perlio.c
4811 ____________________________________________________________________________
4812 [  7554] By: nick                                  on 2000/11/05  10:10:13
4813         Log: Fix case where ungetc(f,EOF) was allowed.
4814              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
4815              so we can see similarities.
4816              Use types more carefully and a STDCHAR array in hope that this will
4817              fix Jarrko's 64bit machine.
4818      Branch: perlio
4819            ! perlio.c
4820 ____________________________________________________________________________
4821 [  7553] By: jhi                                   on 2000/11/05  01:12:16
4822         Log: Fix for
4823              
4824              Subject: [ID 20001004.007] taint propogation is inconsistent
4825              From: pimlott@idiomtech.com (Andrew Pimlott) 
4826              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
4827              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
4828              
4829              The culprit was sv_setsv() which was rather blindly
4830              propagating taint, which lead to behaviour where if
4831              a tainted anon hash value was seen all the hash values
4832              from then on at that level became tainted, or at any
4833              upper levels in the case of nested anon hashes.
4834      Branch: perl
4835            ! sv.c t/op/taint.t
4836 ____________________________________________________________________________
4837 [  7552] By: jhi                                   on 2000/11/04  23:44:18
4838         Log: Some cpps don't like splitting conditionals across several lines.
4839      Branch: perl
4840            ! perlio.c
4841 ____________________________________________________________________________
4842 [  7551] By: nick                                  on 2000/11/04  23:40:44
4843         Log: Integrate mainline
4844      Branch: perlio
4845           !> pp_hot.c t/op/taint.t
4846 ____________________________________________________________________________
4847 [  7550] By: nick                                  on 2000/11/04  23:39:05
4848         Log: Integrate mainline again
4849      Branch: perlio
4850           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
4851           !> t/lib/b.t t/op/misc.t util.c
4852 ____________________________________________________________________________
4853 [  7549] By: jhi                                   on 2000/11/04  23:14:01
4854         Log: Fix for
4855              
4856              Subject: [ID 20001004.006] undef is never tainted
4857              From: pimlott@idiomtech.com (Andrew Pimlott)
4858              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
4859              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
4860              
4861              An undef read from a slurped file was not tainted.
4862      Branch: perl
4863            ! pp_hot.c t/op/taint.t
4864 ____________________________________________________________________________
4865 [  7548] By: jhi                                   on 2000/11/04  22:56:21
4866         Log: Test tweak ($Config{useperlio} is by default undef) .
4867      Branch: perl
4868            ! t/lib/b.t
4869 ____________________________________________________________________________
4870 [  7547] By: jhi                                   on 2000/11/04  22:43:56
4871         Log: Integrate perlio.
4872      Branch: perl
4873           +> lib/perlio.pm
4874           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
4875           !> pod/perlapi.pod t/lib/b.t
4876 ____________________________________________________________________________
4877 [  7546] By: jhi                                   on 2000/11/04  22:40:59
4878         Log: Configure would use a bad $myuname from an old config.sh.
4879              
4880              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
4881              From: Andy Dougherty <doughera@lafayette.edu>
4882              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
4883              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
4884      Branch: metaconfig
4885            ! U/modified/Oldconfig.U
4886      Branch: perl
4887            ! Configure config_h.SH
4888 ____________________________________________________________________________
4889 [  7545] By: jhi                                   on 2000/11/04  22:36:54
4890         Log: Subject: Locales support (setlocale) fixes
4891              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4892              Date: Sat, 4 Nov 2000 10:15:48 +0300 
4893              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
4894              
4895              Modified quite a bit to be more portable.
4896      Branch: perl
4897            ! embed.h embed.pl perl.h proto.h util.c
4898 ____________________________________________________________________________
4899 [  7544] By: jhi                                   on 2000/11/04  22:32:47
4900         Log: Dying is too strict here, better just skip.
4901      Branch: perl
4902            ! t/op/misc.t
4903 ____________________________________________________________________________
4904 [  7543] By: nick                                  on 2000/11/04  21:55:13
4905         Log: Merge mainline
4906      Branch: perlio
4907           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4908           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
4909           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
4910           !> (integrate 64 files)
4911 ____________________________________________________________________________
4912 [  7542] By: jhi                                   on 2000/11/04  21:09:28
4913         Log: More Changes tweakery.
4914      Branch: perl
4915            ! Changes Porting/genlog
4916 ____________________________________________________________________________
4917 [  7541] By: jhi                                   on 2000/11/04  20:58:18
4918         Log: Changes fixups.
4919      Branch: perl
4920            ! Changes
4921 ____________________________________________________________________________
4922 [  7540] By: jhi                                   on 2000/11/04  20:42:38
4923         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
4924              create a "fast path" for locale name probing using "locale -a"
4925              if available, squash finally hopefully the s?printf resetting
4926              the numeric locale (since, IIUC perllocale, it never shouldn't). 
4927      Branch: perl
4928            ! sv.c t/op/misc.t t/pragma/locale.t
4929 ____________________________________________________________________________
4930 [  7539] By: nick                                  on 2000/11/04  19:56:10
4931         Log: PerlIO infrastructure complete.
4932      Branch: perlio
4933            + lib/perlio.pm
4934            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
4935 ____________________________________________________________________________
4936 [  7538] By: nick                                  on 2000/11/04  14:31:32
4937         Log: Type tweaks + less contorted allocation scheme
4938      Branch: perlio
4939            ! perlio.c
4940 ____________________________________________________________________________
4941 [  7537] By: nick                                  on 2000/11/04  12:40:42
4942         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
4943              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
4944              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
4945              sensible) which lead to some interesting fails.
4946      Branch: perlio
4947            ! perlio.c
4948 ____________________________________________________________________________
4949 [  7536] By: jhi                                   on 2000/11/04  00:20:02
4950         Log: Add FCNTL_CAN_LOCK.
4951              
4952              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4953              From: Andy Dougherty <doughera@lafayette.edu>
4954              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
4955              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
4956              
4957              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4958              From: Andy Dougherty <doughera@lafayette.edu>
4959              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
4960              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
4961      Branch: metaconfig/U/perl
4962            + d_fcntl_can_lock.U
4963            ! startperl.U
4964      Branch: perl
4965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4966            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
4967            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4968            ! vos/config.ga.h win32/config.bc win32/config.gc
4969            ! win32/config.vc
4970 ____________________________________________________________________________
4971 [  7535] By: nick                                  on 2000/11/03  22:19:10
4972         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
4973              - Works on Linux with
4974              perlio + unix
4975              stdio
4976              - Works on Solaris with
4977              perlio + unix
4978              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
4979              - Fails (hangs in openpid) if you try and stack
4980              perlio + stdio - Linux stdio's read() logic is hanging.
4981      Branch: perlio
4982            ! iperlsys.h perlio.c
4983 ____________________________________________________________________________
4984 [  7534] By: jhi                                   on 2000/11/03  15:16:02
4985         Log: Subject: Re: README.aix
4986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4987              Date: Fri, 03 Nov 2000 16:03:15 +0100
4988              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
4989      Branch: perl
4990            ! README.aix
4991 ____________________________________________________________________________
4992 [  7533] By: jhi                                   on 2000/11/03  03:59:02
4993         Log: Subject: [PATCH 5.7.0] better messages from malloc()
4994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4995              Date: Wed, 1 Nov 2000 23:39:56 -0500
4996              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
4997      Branch: perl
4998            ! malloc.c pod/perldiag.pod
4999 ____________________________________________________________________________
5000 [  7532] By: jhi                                   on 2000/11/03  00:11:56
5001         Log: The #7521 touched things it shouldn't have.
5002      Branch: perl
5003            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5004 ____________________________________________________________________________
5005 [  7531] By: jhi                                   on 2000/11/02  22:32:33
5006         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
5007              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5008              Date:     Thu, 2 Nov 2000 16:58:36 EST
5009              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
5010      Branch: perl
5011            ! vms/gen_shrfls.pl
5012 ____________________________________________________________________________
5013 [  7530] By: jhi                                   on 2000/11/02  22:08:49
5014         Log: Fix the problem discussed in
5015              
5016              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
5017              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
5018              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
5019              
5020              originally from Linc Madison.  Also Andreas König's comments
5021              taken into account.  Some other problems with Tie::SubstrHash
5022              fixed: didn't croak when the table exceeded the requested number
5023              of entries (as documented) but instead when the number of entries
5024              exceeded the size of the table, a croak() had an unnecessary \n,
5025              didn't have a CLEAR method, documented that there is no exists().
5026              Didn't fix to be strict-proof because the module uses &foo; and
5027              dynamic scope.  Added a test script exercizing both first tamely 
5028              the basic functionality, and then the failure cases reported by
5029              Linc Madison.
5030      Branch: perl
5031            + t/lib/tie-substrhash.t
5032            ! MANIFEST lib/Tie/SubstrHash.pm
5033 ____________________________________________________________________________
5034 [  7529] By: jhi                                   on 2000/11/02  17:58:08
5035         Log: recv() can fail and return undef.
5036              
5037              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
5038              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
5039              Date: Thu, 2 Nov 2000 20:12:20 +0300
5040              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
5041      Branch: perl
5042            ! lib/Net/Ping.pm
5043 ____________________________________________________________________________
5044 [  7528] By: jhi                                   on 2000/11/02  17:49:09
5045         Log: Detpyo.
5046      Branch: perl
5047            ! pod/perlop.pod
5048 ____________________________________________________________________________
5049 [  7527] By: jhi                                   on 2000/11/02  15:48:37
5050         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
5051              fix a autovivification bug in Tie::RefHash, add tests for both.
5052              
5053              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
5054              From: Edward Avis <epa98@doc.ic.ac.uk>
5055              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
5056              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
5057      Branch: perl
5058            + t/lib/tie-refhash.t
5059            ! MANIFEST lib/Tie/RefHash.pm
5060 ____________________________________________________________________________
5061 [  7526] By: jhi                                   on 2000/11/02  13:56:26
5062         Log: Test::Harness revealed buglets in the new DynaLoader.
5063              
5064              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
5065              From: andreas.koenig@anima.de (Andreas J. Koenig)
5066              Date: 02 Nov 2000 11:26:48 +0100 
5067              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
5068      Branch: perl
5069            ! ext/DynaLoader/DynaLoader_pm.PL
5070 ____________________________________________________________________________
5071 [  7525] By: jhi                                   on 2000/11/01  23:52:08
5072         Log: The entry for #7503 was missing.
5073      Branch: perl
5074            ! Changes
5075 ____________________________________________________________________________
5076 [  7524] By: jhi                                   on 2000/11/01  23:40:52
5077         Log: Update Changes.
5078      Branch: perl
5079            ! Changes patchlevel.h
5080 ____________________________________________________________________________
5081 [  7523] By: jhi                                   on 2000/11/01  22:57:09
5082         Log: More tweaking on the #7522 theme.
5083      Branch: perl
5084            ! ext/DynaLoader/DynaLoader_pm.PL
5085 ____________________________________________________________________________
5086 [  7522] By: jhi                                   on 2000/11/01  22:06:15
5087         Log: Expand %Config variables and %ENV variables only if
5088              so requested during build time using the
5089              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
5090              Not expanding makes relocating distributions easier.
5091      Branch: perl
5092            ! ext/DynaLoader/DynaLoader_pm.PL
5093 ____________________________________________________________________________
5094 [  7521] By: jhi                                   on 2000/11/01  20:56:34
5095         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
5096              and setgid() because they were just changing $< and $( which means
5097              only changing the real uid/gid, as opposed to changing both
5098              real and effective ids.  (The alternative way could have been
5099              in POSIX.pm to change $> and $), too, but making a direct call
5100              to the C API feels cleaner.)  Fixes the bug
5101              
5102              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
5103              From: "Garry T. Williams" <garry@zvolve.com>
5104              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
5105              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
5106      Branch: perl
5107            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5108            ! ext/POSIX/typemap pod/perlvar.pod
5109 ____________________________________________________________________________
5110 [  7520] By: jhi                                   on 2000/11/01  20:08:33
5111         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
5112              From: "Garry T. Williams" <garry@zvolve.com>
5113              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
5114              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
5115      Branch: perl
5116            ! pod/perlsec.pod
5117 ____________________________________________________________________________
5118 [  7519] By: jhi                                   on 2000/11/01  20:01:22
5119         Log: Locale warning explanation tweak.
5120      Branch: perl
5121            ! pod/perldiag.pod
5122 ____________________________________________________________________________
5123 [  7518] By: jhi                                   on 2000/11/01  18:57:13
5124         Log: C.pm part of
5125              
5126              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
5127              From: Jarkko Hietaniemi <jhi@iki.fi>
5128              Date: Tue, 10 Oct 2000 08:22:28 -0500
5129              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
5130      Branch: perl
5131            ! ext/B/B/C.pm
5132 ____________________________________________________________________________
5133 [  7517] By: jhi                                   on 2000/11/01  18:41:59
5134         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
5135              From: Martien Verbruggen <mgjv@comdyn.com.au>
5136              Date: Fri, 6 Oct 2000 14:09:10 +1100
5137              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
5138      Branch: perl
5139            ! pod/perlop.pod
5140 ____________________________________________________________________________
5141 [  7516] By: jhi                                   on 2000/11/01  18:34:55
5142         Log: Generalize the Camel wording.
5143              
5144              Subject: Re: perlfaq style changes
5145              From: John Borwick <jhborwic@unity.ncsu.edu>
5146              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
5147              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
5148      Branch: perl
5149            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
5150 ____________________________________________________________________________
5151 [  7515] By: jhi                                   on 2000/11/01  16:52:31
5152         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
5153              From: pimlott@idiomtech.com (Andrew Pimlott)
5154              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
5155              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
5156      Branch: perl
5157            ! pod/perlsec.pod
5158 ____________________________________________________________________________
5159 [  7514] By: jhi                                   on 2000/11/01  15:03:40
5160         Log: More AIX lore.
5161      Branch: perl
5162            ! ext/re/hints/aix.pl
5163 ____________________________________________________________________________
5164 [  7513] By: jhi                                   on 2000/11/01  14:48:30
5165         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
5166              From: root <root@chronos.fi.muni.cz>
5167              Date: Wed, 1 Nov 2000 12:31:32 +0100
5168              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
5169      Branch: perl
5170            ! lib/Net/Ping.pm
5171 ____________________________________________________________________________
5172 [  7512] By: jhi                                   on 2000/11/01  14:46:47
5173         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
5174              From: Martin Husemann <martin@duskware.de>
5175              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
5176              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
5177      Branch: perl
5178            ! regcomp.c
5179 ____________________________________________________________________________
5180 [  7511] By: jhi                                   on 2000/11/01  14:39:50
5181         Log: AUTHORS updates.
5182      Branch: perl
5183            ! AUTHORS
5184 ____________________________________________________________________________
5185 [  7510] By: jhi                                   on 2000/11/01  14:29:50
5186         Log: Subject: [PATCH] startperl to respect versiononly
5187              From: Robin Barker <rmb1@cise.npl.co.uk> 
5188              Date: Tue, 31 Oct 2000 16:29:36 GMT
5189              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
5190      Branch: metaconfig/U/perl
5191            ! startperl.U
5192      Branch: perl
5193            ! Configure config_h.SH
5194 ____________________________________________________________________________
5195 [  7509] By: jhi                                   on 2000/11/01  14:19:53
5196         Log: printf UVs the correct way, noticed by Robin Barker.
5197      Branch: perl
5198            ! utf8.c
5199 ____________________________________________________________________________
5200 [  7508] By: jhi                                   on 2000/11/01  14:10:03
5201         Log: Do not cleanup *% because the % has special meanings in some
5202              shell environments.
5203      Branch: perl
5204            ! ext/Storable/Makefile.PL
5205 ____________________________________________________________________________
5206 [  7507] By: jhi                                   on 2000/11/01  14:06:00
5207         Log: The NonStop-UX libraries have a novel way to say NaN.
5208      Branch: perl
5209            ! t/lib/bigfltpm.t
5210 ____________________________________________________________________________
5211 [  7506] By: jhi                                   on 2000/11/01  14:03:35
5212         Log: The osname has been lowercased by now, from Tom Bates.
5213      Branch: metaconfig
5214            ! U/modified/Oldconfig.U
5215      Branch: perl
5216            ! Configure config_h.SH
5217 ____________________________________________________________________________
5218 [  7505] By: jhi                                   on 2000/10/31  19:18:39
5219         Log: The compiler is either gcc or cc, from Tom Bates.
5220      Branch: perl
5221            ! hints/nonstopux.sh
5222 ____________________________________________________________________________
5223 [  7504] By: jhi                                   on 2000/10/31  14:53:42
5224         Log: Update Changes.
5225      Branch: perl
5226            ! Changes patchlevel.h
5227 ____________________________________________________________________________
5228 [  7503] By: jhi                                   on 2000/10/31  14:30:50
5229         Log: Whitespace style tweak.  Was originally going to see to
5230              
5231              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5232              From: Joe Smith <jms@inwap.com>
5233              Date: Mon, 30 Oct 2000 18:47:57 -0800
5234              Message-Id: <39FE32DD.24AAC4D@inwap.com>
5235              
5236              but that had already been taken care of.
5237      Branch: metaconfig
5238            ! U/compline/d_stdstdio.U
5239      Branch: perl
5240            ! Configure config_h.SH
5241 ____________________________________________________________________________
5242 [  7502] By: jhi                                   on 2000/10/31  14:25:02
5243         Log: AUTHORS tweaks.
5244      Branch: perl
5245            ! AUTHORS
5246 ____________________________________________________________________________
5247 [  7501] By: jhi                                   on 2000/10/31  14:23:59
5248         Log: Subject: perlfaq style changes
5249              From: John Borwick <jhborwic@unity.ncsu.edu>
5250              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
5251              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
5252      Branch: perl
5253            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5254            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5255            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5256            ! pod/perlfaq9.pod
5257 ____________________________________________________________________________
5258 [  7500] By: jhi                                   on 2000/10/31  14:22:15
5259         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
5260              
5261              Subject: Re: [ID 20000918.005] ~ on wide chars
5262              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5263              Date: Mon, 30 Oct 2000 21:09:55 -0800
5264              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
5265              
5266              (The ord() part of the patch skipped.)
5267      Branch: perl
5268            ! doop.c
5269 ____________________________________________________________________________
5270 [  7499] By: jhi                                   on 2000/10/31  14:20:08
5271         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
5272              From: Jens Hamisch <jens@Strawberry.COM>
5273              Date: Mon, 30 Oct 2000 15:17:07 +0100
5274              Message-Id: <20001030151707.A9597@Strawberry.COM>
5275      Branch: perl
5276            ! av.c
5277 ____________________________________________________________________________
5278 [  7498] By: jhi                                   on 2000/10/31  14:16:29
5279         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
5280              From: Peter Prymmer <pvhp@forte.com>
5281              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
5282              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
5283      Branch: perl
5284            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
5285            + ext/Encode/Encode/posix-bc.enc
5286            ! MANIFEST t/lib/encode.t
5287 ____________________________________________________________________________
5288 [  7497] By: jhi                                   on 2000/10/31  14:13:22
5289         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
5290              From: Peter Prymmer <pvhp@forte.com>
5291              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
5292              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
5293      Branch: perl
5294            ! t/lib/cgi-html.t
5295 ____________________________________________________________________________
5296 [  7496] By: jhi                                   on 2000/10/31  14:12:05
5297         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
5298              From: Peter Prymmer <pvhp@forte.com>
5299              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
5300              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
5301      Branch: perl
5302            ! t/lib/cgi-function.t
5303 ____________________________________________________________________________
5304 [  7495] By: jhi                                   on 2000/10/31  14:11:08
5305         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
5306              From: Peter Prymmer <pvhp@forte.com>
5307              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
5308              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
5309      Branch: perl
5310            + ext/re/hints/aix.pl
5311            ! MANIFEST ext/re/Makefile.PL
5312 ____________________________________________________________________________
5313 [  7494] By: jhi                                   on 2000/10/31  14:08:32
5314         Log: Use Errno magic.
5315              
5316              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
5317              From: Casey Tweten <perl@ctweten.amsite.com>
5318              Date: Mon, 30 Oct 2000 15:51:17 -0500
5319              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
5320      Branch: perl
5321            ! lib/File/Temp.pm
5322 ____________________________________________________________________________
5323 [  7493] By: jhi                                   on 2000/10/31  14:05:07
5324         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
5325              
5326              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
5327              From: Nicholas Clark <nick@ccl4.org>
5328              Date: Mon, 30 Oct 2000 17:38:45 +0000
5329              Message-ID: <20001030173845.O60355@plum.flirble.org>
5330      Branch: perl
5331            ! Makefile.SH utils/perlbug.PL
5332 ____________________________________________________________________________
5333 [  7492] By: nick                                  on 2000/10/30  19:37:23
5334         Log: Change files which are mysteriously different to mainline to be
5335              copies of mainline.
5336      Branch: perlio
5337            ! objXSUB.h perlapi.c pod/perlapi.pod
5338 ____________________________________________________________________________
5339 [  7491] By: nick                                  on 2000/10/30  18:05:54
5340         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
5341              - typo in endian code in putc.
5342              - Don't allow read of write-only files and vice-versa
5343              - and off-by-one in flush-all loop.
5344              Remove debug calls as they were using GCC specific features.
5345      Branch: perlio
5346            ! perlio.c
5347 ____________________________________________________________________________
5348 [  7490] By: nick                                  on 2000/10/29  21:45:45
5349         Log: Integrate mainline to perlio
5350      Branch: perlio
5351           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
5352           !> toke.c
5353 ____________________________________________________________________________
5354 [  7489] By: jhi                                   on 2000/10/29  21:11:08
5355         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
5356              From: andreas.koenig@anima.de (Andreas J. Koenig)
5357              Date: 29 Oct 2000 22:05:59 +0100
5358              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
5359      Branch: perl
5360            ! lib/ExtUtils/Manifest.pm
5361 ____________________________________________________________________________
5362 [  7488] By: jhi                                   on 2000/10/29  21:07:47
5363         Log: Tests for #7487.
5364              
5365              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5366              From: andreas.koenig@anima.de (Andreas J. Koenig)
5367              Date: 29 Oct 2000 19:37:09 +0100
5368              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
5369      Branch: perl
5370            ! t/comp/proto.t
5371 ____________________________________________________________________________
5372 [  7487] By: jhi                                   on 2000/10/29  21:06:27
5373         Log: constsub spillage.
5374              
5375              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5376              From: John Tobey <jtobey@john-edwin-tobey.org>
5377              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
5378              Message-Id: <m13pvSr-000FObC@feynman.localnet>
5379      Branch: perl
5380            ! op.c
5381 ____________________________________________________________________________
5382 [  7486] By: nick                                  on 2000/10/29  21:05:04
5383         Log: Integrate mainline to perlio branch
5384      Branch: perlio
5385           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
5386           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
5387           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
5388           +> vos/install_perl.cm
5389            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
5390            - vos/config.h vos/config_h.SH_orig
5391           !> (integrate 141 files)
5392 ____________________________________________________________________________
5393 [  7485] By: jhi                                   on 2000/10/29  21:00:47
5394         Log: Make \x{...} consistently produce UTF-8.
5395              
5396              Subject: Re: \x{...} is confused 
5397              From: Simon Cozens <simon@cozens.net>
5398              Date: Sun, 29 Oct 2000 19:36:48 +0000
5399              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
5400      Branch: perl
5401            ! t/pragma/utf8.t toke.c
5402 ____________________________________________________________________________
5403 [  7484] By: nick                                  on 2000/10/29  20:05:29
5404         Log: PerlIO passes all tests.
5405      Branch: perlio
5406            ! perlio.c
5407 ____________________________________________________________________________
5408 [  7483] By: jhi                                   on 2000/10/29  18:06:55
5409         Log: Update Changes.
5410      Branch: perl
5411            ! Changes patchlevel.h
5412 ____________________________________________________________________________
5413 [  7482] By: nick                                  on 2000/10/29  17:43:28
5414         Log: Include <unistd.h> to get correct lseek() prototype etc.
5415              (I thought perl.h did that) - down to two fails
5416              - comp/require.t (last test)
5417              - lib/io_xs.t - possibly import/export of FILE * ?
5418      Branch: perlio
5419            ! perlio.c
5420 ____________________________________________________________________________
5421 [  7481] By: jhi                                   on 2000/10/29  17:02:37
5422         Log: UTF-8 decoder tweak.
5423      Branch: perl
5424            ! utf8.c
5425 ____________________________________________________________________________
5426 [  7480] By: nick                                  on 2000/10/29  16:26:11
5427         Log: Fixed two bugs:
5428              - error code not being set on close (of broken pipe)
5429              - append mode was truncating.
5430              At least one seek/tell bug remains.
5431      Branch: perlio
5432            ! perlio.c
5433 ____________________________________________________________________________
5434 [  7479] By: nick                                  on 2000/10/29  11:18:16
5435         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
5436              in case of accidents. Still several worrying fails, no line disciplines yet.
5437      Branch: perlio
5438            ! iperlsys.h perlio.c
5439 ____________________________________________________________________________
5440 [  7478] By: jhi                                   on 2000/10/29  02:04:01
5441         Log: Add also emailless people.
5442      Branch: perl
5443            ! AUTHORS
5444 ____________________________________________________________________________
5445 [  7477] By: jhi                                   on 2000/10/29  01:36:00
5446         Log: The #7476 needs a MANIFEST change, too.
5447      Branch: perl
5448            ! MANIFEST
5449 ____________________________________________________________________________
5450 [  7476] By: jhi                                   on 2000/10/29  01:35:21
5451         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
5452      Branch: perl
5453            - MAINTAIN
5454            ! AUTHORS Changes
5455 ____________________________________________________________________________
5456 [  7475] By: jhi                                   on 2000/10/28  23:57:25
5457         Log: De-quoted-unreadable to ISO Latin 1.
5458              (There's one ISO-2022-JP name in Changes5.004.)
5459      Branch: perl
5460            ! Changes Changes5.6
5461 ____________________________________________________________________________
5462 [  7474] By: jhi                                   on 2000/10/28  19:13:06
5463         Log: Subject: [ID 20001027.007] uniq array in perlfaq
5464              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
5465              Date: Fri, 27 Oct 2000 19:28:30 +0200
5466              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
5467      Branch: perl
5468            ! pod/perlfaq4.pod
5469 ____________________________________________________________________________
5470 [  7473] By: jhi                                   on 2000/10/28  18:02:05
5471         Log: Locking null mutexes is not recommendable.
5472              
5473              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
5474              From: Hugo <hv@crypt.compulink.co.uk>
5475              Date: Sat, 28 Oct 2000 18:41:12 +0100
5476              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
5477      Branch: perl
5478            ! op.c
5479 ____________________________________________________________________________
5480 [  7472] By: jhi                                   on 2000/10/28  17:52:58
5481         Log: Better create a true mailing list for the repository keepers.
5482      Branch: perl
5483            ! Porting/repository.pod
5484 ____________________________________________________________________________
5485 [  7471] By: jhi                                   on 2000/10/28  17:28:24
5486         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
5487              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
5488      Branch: perl
5489            + Porting/repository.pod
5490            ! MANIFEST
5491 ____________________________________________________________________________
5492 [  7470] By: jhi                                   on 2000/10/28  17:20:54
5493         Log: Subject: DOC PATCH 5.6.0
5494              From: mjd@plover.com
5495              Date: 27 Oct 2000 17:32:44 -0000
5496              Message-ID: <20001027173244.23754.qmail@plover.com>
5497      Branch: perl
5498            ! pod/perlfunc.pod
5499 ____________________________________________________________________________
5500 [  7469] By: jhi                                   on 2000/10/28  17:16:45
5501         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
5502              From: "Peter J. Farley III" <pjfarley@banet.net>
5503              Date: Fri, 27 Oct 2000 20:32:56 -0400
5504              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
5505      Branch: perl
5506            ! README.dos
5507 ____________________________________________________________________________
5508 [  7468] By: jhi                                   on 2000/10/28  17:07:18
5509         Log: Make target reordering to avoid pointless re-makes.
5510              
5511              Subject: Re: Total re-make of 'make okfile' after 7451 ?
5512              From: Nicholas Clark <nick@ccl4.org>
5513              Date: Sat, 28 Oct 2000 00:31:02 +0100
5514              Message-ID: <20001028003101.A54517@plum.flirble.org>
5515      Branch: perl
5516            ! Makefile.SH
5517 ____________________________________________________________________________
5518 [  7467] By: jhi                                   on 2000/10/28  17:05:31
5519         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
5520              From: lvirden@cas.org
5521              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
5522              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
5523      Branch: perl
5524            ! README.os2
5525 ____________________________________________________________________________
5526 [  7466] By: jhi                                   on 2000/10/28  16:09:16
5527         Log: Upgrade to CPAN 1.58_55.
5528              
5529              Subject: CPAN.pm status
5530              From: andreas.koenig@anima.de (Andreas J. Koenig) 
5531              Date: 28 Oct 2000 08:18:00 +0200 
5532              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
5533      Branch: perl
5534            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5535 ____________________________________________________________________________
5536 [  7465] By: jhi                                   on 2000/10/28  16:02:47
5537         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
5538      Branch: perl
5539            ! embed.h embed.pl perl.h proto.h toke.c
5540 ____________________________________________________________________________
5541 [  7464] By: nick                                  on 2000/10/28  10:43:44
5542         Log: Fix for sv_2iv() on "shared" value from keys %hash.
5543      Branch: perl
5544            ! sv.c
5545 ____________________________________________________________________________
5546 [  7463] By: jhi                                   on 2000/10/27  16:18:29
5547         Log: Update Changes.
5548      Branch: perl
5549            ! Changes patchlevel.h
5550 ____________________________________________________________________________
5551 [  7462] By: jhi                                   on 2000/10/27  16:17:44
5552         Log: Too enthusiastic editing in #7460.
5553      Branch: metaconfig
5554            ! U/modified/Oldsym.U
5555      Branch: perl
5556            ! Configure config_h.SH
5557 ____________________________________________________________________________
5558 [  7461] By: jhi                                   on 2000/10/27  15:37:38
5559         Log: Retract #7459, the script needs more work.
5560      Branch: perl
5561            - mkreef
5562            ! MANIFEST
5563 ____________________________________________________________________________
5564 [  7460] By: jhi                                   on 2000/10/27  15:23:14
5565         Log: Use $sort, $uniq (and $tr) consistently as wondered
5566              by Nicholas Clark.
5567      Branch: metaconfig
5568            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
5569            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
5570            ! U/modified/libc.U
5571      Branch: perl
5572            ! Configure config_h.SH
5573 ____________________________________________________________________________
5574 [  7459] By: jhi                                   on 2000/10/27  15:02:07
5575         Log: (Retracted by #7461)
5576              
5577              Add a shell script for creating/removing symbolic link farms,
5578              useful for keeping the source code read-only and doing the
5579              builds somewhere else.
5580      Branch: perl
5581            + mkreef
5582            ! MANIFEST
5583 ____________________________________________________________________________
5584 [  7458] By: jhi                                   on 2000/10/27  14:42:20
5585         Log: Do away with the fix_pl.
5586      Branch: perl
5587            - fix_pl
5588            ! MANIFEST Makefile.SH
5589 ____________________________________________________________________________
5590 [  7457] By: jhi                                   on 2000/10/27  12:43:13
5591         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
5592              From: Jens Hamisch <jens@Strawberry.COM>
5593              Date: Fri, 27 Oct 2000 14:38:21 +0200
5594              Message-Id: <20001027143821.B3366@Strawberry.COM>
5595      Branch: perl
5596            ! perl.h
5597 ____________________________________________________________________________
5598 [  7456] By: jhi                                   on 2000/10/27  12:33:42
5599         Log: Subject: [PATCH] todo
5600              From: Nicholas Clark <nick@ccl4.org>
5601              Date: Thu, 26 Oct 2000 22:32:29 +0100
5602              Message-ID: <20001026223229.A44540@plum.flirble.org>
5603      Branch: perl
5604            ! pod/perltodo.pod
5605 ____________________________________________________________________________
5606 [  7455] By: jhi                                   on 2000/10/27  12:02:21
5607         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
5608              From: John Tobey <jtobey@john-edwin-tobey.org>
5609              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
5610              Message-Id: <m13ozHF-000FObC@feynman.localnet>
5611      Branch: perl
5612            ! op.c t/pragma/sub_lval.t
5613 ____________________________________________________________________________
5614 [  7454] By: jhi                                   on 2000/10/27  11:59:42
5615         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
5616              From: sthoenna@efn.org
5617              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
5618              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
5619      Branch: perl
5620            ! pp.c t/op/assignwarn.t
5621 ____________________________________________________________________________
5622 [  7453] By: jhi                                   on 2000/10/27  00:15:08
5623         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
5624      Branch: perl
5625            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5626            ! ext/Storable/Storable.xs t/lib/st-lock.t
5627 ____________________________________________________________________________
5628 [  7452] By: jhi                                   on 2000/10/26  13:05:52
5629         Log: Undo #7451, this seems to be a deficiency in Perforce,
5630              there is no per-file line-terminator type, only per-client.
5631      Branch: perl
5632            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
5633            ! win32/makefile.mk
5634 ____________________________________________________________________________
5635 [  7451] By: jhi                                   on 2000/10/26  04:56:03
5636         Log: Experimenting in DOS arcana.
5637      Branch: perl
5638            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
5639            ! win32/makefile.mk
5640 ____________________________________________________________________________
5641 [  7450] By: jhi                                   on 2000/10/26  04:50:52
5642         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
5643              From: "Peter J. Farley III" <pjfarley@banet.net>            
5644              Date: Wed, 25 Oct 2000 23:10:18 -0400
5645              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
5646      Branch: perl
5647            ! t/io/open.t
5648 ____________________________________________________________________________
5649 [  7449] By: jhi                                   on 2000/10/26  04:49:16
5650         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
5651              From: Hugo <hv@crypt.compulink.co.uk>
5652              Date: Thu, 26 Oct 2000 01:55:17 +0100
5653              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
5654              
5655              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
5656      Branch: perl
5657            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
5658 ____________________________________________________________________________
5659 [  7448] By: jhi                                   on 2000/10/26  04:38:36
5660         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
5661              From: Peter Prymmer <pvhp@forte.com>
5662              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
5663              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
5664      Branch: perl
5665            ! configure.com
5666 ____________________________________________________________________________
5667 [  7447] By: jhi                                   on 2000/10/25  23:20:02
5668         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
5669              in platforms that strictly require all the symbols being present
5670              at link time.
5671      Branch: perl
5672            ! handy.h
5673 ____________________________________________________________________________
5674 [  7446] By: jhi                                   on 2000/10/25  21:55:57
5675         Log: Update Changes.
5676      Branch: perl
5677            ! Changes patchlevel.h
5678 ____________________________________________________________________________
5679 [  7445] By: jhi                                   on 2000/10/25  21:27:08
5680         Log: Integrate with vmsperl #7430 by Charles Bailey:
5681              
5682              Cleanup from prior patch (Charles Lane?):
5683              - improve handling of MFDs in Basename and Path
5684              - default to no xsubpp line # munging when building debug images
5685      Branch: perl
5686           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5687 ____________________________________________________________________________
5688 [  7444] By: jhi                                   on 2000/10/25  21:03:50
5689         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
5690              From: John Peacock <JPeacock@UnivPress.com>
5691              Date: Thu, 18 May 2000 11:55:27 -0400
5692              Message-ID: <3924126F.A58BE57A@UnivPress.com>
5693      Branch: perl
5694            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
5695            ! t/op/write.t
5696 ____________________________________________________________________________
5697 [  7443] By: jhi                                   on 2000/10/25  20:43:10
5698         Log: Temporary stopgap for the self-tying issue: for now only
5699              array and hash self-ties are verboten.  The real fix, of
5700              course, would be to comprehensively test (and implement?)
5701              and debug (and document) self-ties.
5702      Branch: perl
5703            ! pod/perldiag.pod pp_sys.c t/op/tie.t
5704 ____________________________________________________________________________
5705 [  7442] By: jhi                                   on 2000/10/25  20:14:30
5706         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
5707              From: Dan Sugalski <dan@sidhe.org>
5708              Date: Wed, 25 Oct 2000 13:36:35 -0400
5709              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
5710              
5711              plus regen global.sym.
5712      Branch: perl
5713            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
5714            ! thrdvar.h util.c
5715 ____________________________________________________________________________
5716 [  7441] By: jhi                                   on 2000/10/25  20:12:20
5717         Log: buildtoc target tweaks.
5718      Branch: perl
5719            ! pod/Makefile.SH
5720 ____________________________________________________________________________
5721 [  7440] By: jhi                                   on 2000/10/25  20:03:53
5722         Log: A new version of making the syslog test more robust.
5723              (Replaces #7421.)
5724              
5725              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5726              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5727              Date: Wed, 25 Oct 2000 12:13:54 -0400
5728              Message-ID: <20001025121354.B2264@O2.chapin.edu>
5729      Branch: perl
5730            ! t/lib/syslog.t
5731 ____________________________________________________________________________
5732 [  7439] By: jhi                                   on 2000/10/25  20:00:48
5733         Log: Continue the internal UTF-8 API tweaking.
5734              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
5735              used much more than the simpler API, now called utf8_to_uv_simple().
5736              Still not quite happy with API, too much partial duplication
5737              of functionality.
5738      Branch: perl
5739            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
5740            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
5741            ! regcomp.c regexec.c sv.c toke.c utf8.c
5742 ____________________________________________________________________________
5743 [  7438] By: jhi                                   on 2000/10/25  18:52:30
5744         Log: Allow poking holes at the UTF-8 decoding strictness.
5745      Branch: perl
5746            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
5747            ! utf8.h
5748 ____________________________________________________________________________
5749 [  7437] By: jhi                                   on 2000/10/25  13:53:05
5750         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
5751              UTF8LEN() and UTF8SKIP(). 
5752      Branch: perl
5753            ! pp.c utf8.c utf8.h
5754 ____________________________________________________________________________
5755 [  7436] By: jhi                                   on 2000/10/25  13:51:37
5756         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
5757              From: Nicholas Clark <nick@ccl4.org>
5758              Date: Wed, 25 Oct 2000 14:44:05 +0100
5759              Message-ID: <20001025144404.D27253@plum.flirble.org>
5760      Branch: perl
5761            ! pod/perlrun.pod
5762 ____________________________________________________________________________
5763 [  7435] By: jhi                                   on 2000/10/25  13:49:32
5764         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
5765              From: Mike Guy <mjtg@cam.ac.uk>
5766              Date: Tue, 24 Oct 2000 14:59:40 +0100
5767              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
5768      Branch: perl
5769            ! scope.c
5770 ____________________________________________________________________________
5771 [  7434] By: jhi                                   on 2000/10/25  13:48:41
5772         Log: AIX is picky about its symbol exports.  Solution for now
5773              is to include the deb.o explicitly to the re extension build.
5774              
5775              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
5776              From: Peter Prymmer <pvhp@forte.com>
5777              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
5778              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
5779      Branch: perl
5780            ! ext/re/Makefile.PL hints/aix.sh
5781 ____________________________________________________________________________
5782 [  7433] By: jhi                                   on 2000/10/25  13:46:49
5783         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
5784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5785              Date: Wed, 25 Oct 2000 12:02:20 +0200
5786              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
5787      Branch: perl
5788            ! perlsdio.h
5789 ____________________________________________________________________________
5790 [  7432] By: jhi                                   on 2000/10/25  13:44:28
5791         Log: Subject: Minor update to find2perl, for portability
5792              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5793              Date: Wed, 25 Oct 2000 12:05:47 +0100
5794              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
5795      Branch: perl
5796            ! x2p/find2perl.PL
5797 ____________________________________________________________________________
5798 [  7431] By: jhi                                   on 2000/10/25  13:40:39
5799         Log: Add targets to Makefile.SH, most importantly
5800              'regen_all' which also remembers to update vms/perly*.
5801      Branch: perl
5802            ! Makefile.SH
5803 ____________________________________________________________________________
5804 [  7430] By: bailey                                on 2000/10/25  03:13:53
5805         Log: Cleanup from prior patch (Charles Lane?):
5806              - improve handling of MFDs in Basename and Path
5807              - default to no xsubpp line # munging when building debug images
5808      Branch: vmsperl
5809            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5810 ____________________________________________________________________________
5811 [  7429] By: jhi                                   on 2000/10/24  20:03:40
5812         Log: Podify README.epoc and README.vos.
5813      Branch: perl
5814            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
5815            ! pod/perlport.pod pod/perltoc.pod
5816 ____________________________________________________________________________
5817 [  7428] By: jhi                                   on 2000/10/24  19:10:33
5818         Log: Stratus VOS updates from Paul Green.
5819      Branch: perl
5820            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5821            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
5822            - vos/config.def vos/config.h vos/config_h.SH_orig
5823            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
5824            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
5825 ____________________________________________________________________________
5826 [  7427] By: jhi                                   on 2000/10/24  18:59:48
5827         Log: Check if stdio supports tweaking lval and cnt simultaneously.
5828              
5829              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5830              From: Nicholas Clark <nick@ccl4.org>
5831              Date: Mon, 23 Oct 2000 15:39:32 +0100
5832              Message-ID: <20001023153932.A10786@plum.flirble.org>
5833      Branch: metaconfig
5834            ! U/compline/d_stdstdio.U
5835      Branch: perl
5836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5837            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
5838            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
5839            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
5840            ! vos/config.h vos/config_h.SH_orig win32/config.bc
5841            ! win32/config.gc win32/config.vc
5842 ____________________________________________________________________________
5843 [  7426] By: jhi                                   on 2000/10/24  17:57:44
5844         Log: Missed the header file changes from #7425.
5845      Branch: perl
5846            ! embed.h embed.pl objXSUB.h proto.h
5847 ____________________________________________________________________________
5848 [  7425] By: jhi                                   on 2000/10/24  17:55:17
5849         Log: Fix the bug reported in
5850              
5851              From: andreas.koenig@anima.de (Andreas J. Koenig)
5852              Subject: Encode bug?
5853              Date: 24 Oct 2000 14:01:26 +0200 
5854              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
5855              
5856              Also make is_utf8_char() stricter.
5857      Branch: perl
5858            ! ext/Encode/Encode.xs utf8.c
5859 ____________________________________________________________________________
5860 [  7424] By: jhi                                   on 2000/10/24  15:15:39
5861         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
5862              From: Peter Scott <Peter@PSDT.com>
5863              Date: Mon, 23 Oct 2000 19:46:01 -0700
5864              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
5865      Branch: perl
5866            ! pod/perlfaq5.pod
5867 ____________________________________________________________________________
5868 [  7423] By: jhi                                   on 2000/10/24  14:25:30
5869         Log: Test tweak to avoid pulling in the whole Config.
5870      Branch: perl
5871            ! t/lib/st-lock.t
5872 ____________________________________________________________________________
5873 [  7422] By: jhi                                   on 2000/10/24  14:03:16
5874         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
5875      Branch: perl
5876            ! pp.c
5877 ____________________________________________________________________________
5878 [  7421] By: jhi                                   on 2000/10/24  13:32:09
5879         Log: (Replaced by #7440.)
5880              
5881              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5882              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5883              Date: Mon, 23 Oct 2000 16:40:54 -0400
5884              Message-ID: <20001023164054.B14491@O2.chapin.edu>
5885      Branch: perl
5886            ! t/lib/syslog.t
5887 ____________________________________________________________________________
5888 [  7420] By: jhi                                   on 2000/10/24  13:30:53
5889         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
5890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5891              Date: Mon, 23 Oct 2000 17:29:03 -0400
5892              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
5893      Branch: perl
5894            ! lib/ExtUtils/MM_Unix.pm
5895 ____________________________________________________________________________
5896 [  7419] By: jhi                                   on 2000/10/24  13:29:57
5897         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
5898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5899              Date: Mon, 23 Oct 2000 19:01:32 -0400
5900              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
5901      Branch: perl
5902            ! utils/h2xs.PL
5903 ____________________________________________________________________________
5904 [  7418] By: jhi                                   on 2000/10/24  13:26:04
5905         Log: Replace #7409 with
5906              
5907              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
5908              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5909              Date: Mon, 23 Oct 2000 20:08:56 +0200
5910              Message-ID: <20001023200855.A14850@nice.ram.loc>
5911      Branch: perl
5912            ! ext/Storable/Storable.pm t/lib/st-lock.t
5913 ____________________________________________________________________________
5914 [  7417] By: jhi                                   on 2000/10/24  13:17:52
5915         Log: Run vms/vms_yfix.pl, should have done that after changing
5916              perly.c in #7382.
5917      Branch: perl
5918            ! vms/perly_c.vms vms/perly_h.vms
5919 ____________________________________________________________________________
5920 [  7416] By: jhi                                   on 2000/10/24  02:55:33
5921         Log: Make the UTF-8 decoding stricter and more verbose when
5922              malformation happens.  This involved adding an argument
5923              to utf8_to_uv_chk(), which involved changing its prototype,
5924              and prefer STRLEN over I32 for the UTF-8 length, which as
5925              a domino effect necessitated changing the prototypes of
5926              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
5927              The stricter UTF-8 decoding checking uses Markus Kuhn's
5928              UTF-8 Decode Stress Tester from
5929              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
5930      Branch: perl
5931            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
5932            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
5933            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
5934            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
5935 ____________________________________________________________________________
5936 [  7415] By: jhi                                   on 2000/10/23  14:06:06
5937         Log: Update Changes.
5938      Branch: perl
5939            ! Changes patchlevel.h
5940 ____________________________________________________________________________
5941 [  7414] By: jhi                                   on 2000/10/23  12:39:52
5942         Log: Undo the basename() part of #7412 since the lib/basename
5943              tests would need upgrading too.
5944      Branch: perl
5945            ! lib/File/Basename.pm
5946 ____________________________________________________________________________
5947 [  7413] By: jhi                                   on 2000/10/23  12:19:27
5948         Log: Document PERL_INSTALL_ROOT of #7210.
5949      Branch: perl
5950            ! lib/ExtUtils/Install.pm
5951 ____________________________________________________________________________
5952 [  7412] By: jhi                                   on 2000/10/23  12:16:47
5953         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
5954      Branch: perl
5955            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
5956            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
5957 ____________________________________________________________________________
5958 [  7411] By: jhi                                   on 2000/10/23  12:07:41
5959         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
5960              From: Prymmer/Kahn <pvhp@best.com>
5961              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
5962              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
5963      Branch: perl
5964            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
5965 ____________________________________________________________________________
5966 [  7410] By: jhi                                   on 2000/10/23  04:10:11
5967         Log: The change #7187 was not so good on VMS.
5968              
5969              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
5970              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5971              Date: Sun, 22 Oct 2000 23:03:08 -0500
5972              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
5973      Branch: perl
5974            ! utils/perldoc.PL
5975 ____________________________________________________________________________
5976 [  7409] By: jhi                                   on 2000/10/23  03:57:36
5977         Log: Avoid Storable locking on DJGPP for now.
5978              
5979              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
5980              From: "Peter J. Farley III" <pjfarley@banet.net>
5981              Date: Sun, 22 Oct 2000 20:00:00 -0400
5982              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
5983      Branch: perl
5984            ! ext/Storable/Storable.pm t/lib/st-lock.t
5985 ____________________________________________________________________________
5986 [  7408] By: jhi                                   on 2000/10/23  03:50:24
5987         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
5988              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5989              Date: Sun, 22 Oct 2000 21:12:22 -0400
5990              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
5991      Branch: perl
5992            ! lib/vars.pm
5993 ____________________________________________________________________________
5994 [  7407] By: jhi                                   on 2000/10/23  03:43:12
5995         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
5996              From: Hugo <hv@crypt.compulink.co.uk>
5997              Date: Mon, 23 Oct 2000 00:47:22 +0100
5998              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
5999      Branch: perl
6000            ! regexec.c t/op/pat.t
6001 ____________________________________________________________________________
6002 [  7406] By: jhi                                   on 2000/10/23  03:40:29
6003         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
6004      Branch: perl
6005            ! lib/ExtUtils/MakeMaker.pm
6006 ____________________________________________________________________________
6007 [  7405] By: jhi                                   on 2000/10/22  21:32:00
6008         Log: Doc patch.
6009              
6010              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
6011              From: rspier@pobox.com (Robert Spier)
6012              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
6013              Message-ID: <14835.16112.13457.447971@rls.cx>
6014      Branch: perl
6015            ! lib/strict.pm
6016 ____________________________________________________________________________
6017 [  7404] By: jhi                                   on 2000/10/22  21:30:51
6018         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
6019              From: rspier@pobox.com (Robert Spier)
6020              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
6021              Message-ID: <14835.17223.72448.705566@rls.cx>
6022      Branch: perl
6023            ! lib/ExtUtils/MakeMaker.pm
6024 ____________________________________________________________________________
6025 [  7403] By: jhi                                   on 2000/10/22  21:24:11
6026         Log: Subject: [PATCH bleadperl] ripples from constsub patch
6027              From: John Tobey <jtobey@john-edwin-tobey.org>
6028              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
6029              Message-Id: <m13nSOB-000FObC@feynman.localnet>
6030      Branch: perl
6031            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
6032 ____________________________________________________________________________
6033 [  7402] By: jhi                                   on 2000/10/22  20:59:35
6034         Log: Support s?printf parameter reordering.
6035      Branch: perl
6036            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
6037 ____________________________________________________________________________
6038 [  7401] By: jhi                                   on 2000/10/22  19:19:14
6039         Log: Expand %Config variables only if explicitly so requested
6040              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
6041              
6042              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
6043              From: Gurusamy Sarathy <gsar@ActiveState.com>
6044              Date: Sun, 22 Oct 2000 11:47:32 -0700
6045              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
6046      Branch: perl
6047            ! Makefile.SH lib/lib_pm.PL
6048 ____________________________________________________________________________
6049 [  7400] By: jhi                                   on 2000/10/22  18:24:10
6050         Log: Move the #7390 test from warn/op to comp/redef.
6051              
6052              Subject: Re: Creating const subs for constants.
6053              From: John Tobey <jtobey@john-edwin-tobey.org>
6054              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
6055              Message-Id: <m13nG72-000FObC@feynman.localnet>               
6056      Branch: perl
6057            ! t/comp/redef.t t/pragma/warn/op
6058 ____________________________________________________________________________
6059 [  7399] By: jhi                                   on 2000/10/22  17:49:59
6060         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
6061              From: Nicholas Clark <nick@ccl4.org>
6062              Date: Sat, 21 Oct 2000 22:23:19 +0100
6063              Message-ID: <20001021222319.B45586@plum.flirble.org>
6064      Branch: perl
6065            ! ext/DynaLoader/DynaLoader_pm.PL
6066 ____________________________________________________________________________
6067 [  7398] By: jhi                                   on 2000/10/22  17:47:35
6068         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
6069              From: Hugo <hv@crypt.compulink.co.uk>
6070              Date: Sat, 21 Oct 2000 18:19:59 +0100
6071              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
6072      Branch: perl
6073            ! ext/B/B.pm ext/B/B/C.pm
6074 ____________________________________________________________________________
6075 [  7397] By: jhi                                   on 2000/10/22  17:35:18
6076         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
6077              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6078              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
6079              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
6080      Branch: perl
6081            ! hints/openbsd.sh
6082 ____________________________________________________________________________
6083 [  7396] By: jhi                                   on 2000/10/22  17:19:46
6084         Log: Subject: installman go-faster stripes
6085              From: Nicholas Clark <nick@talking.bollo.cx>
6086              Date: Sat, 21 Oct 2000 17:24:53 +0100
6087              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
6088              
6089              Subject: Re: installman go-faster stripes
6090              From: Russ Allbery <rra@stanford.edu>
6091              Date: 21 Oct 2000 11:04:13 -0700
6092              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
6093      Branch: perl
6094            ! installman pod/pod2man.PL
6095 ____________________________________________________________________________
6096 [  7395] By: jhi                                   on 2000/10/22  17:17:35
6097         Log: Hints tweak from Anton Berezin.
6098      Branch: perl
6099            ! hints/freebsd.sh
6100 ____________________________________________________________________________
6101 [  7394] By: jhi                                   on 2000/10/22  04:50:04
6102         Log: Tweak the Is* definitions of Unicode character classes
6103              to better match the official categorizations; embrace
6104              the official categorizations; add the combining marks
6105              as alpha (and -numeric); fix DCinital (a typo and edito)
6106              to be DCmedial.
6107      Branch: perl
6108            + lib/unicode/Is/DCmedial.pl
6109            - lib/unicode/Is/DCinital.pl
6110            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6111            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
6112            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
6113            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6114 ____________________________________________________________________________
6115 [  7393] By: jhi                                   on 2000/10/21  18:06:05
6116         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
6117              From: Daniel Chetlin <daniel@chetlin.com>
6118              Date: Sat, 21 Oct 2000 02:57:03 -0700
6119              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
6120      Branch: perl
6121            + t/lib/tie-splice.t
6122            ! MANIFEST lib/Tie/Array.pm
6123 ____________________________________________________________________________
6124 [  7392] By: gsar                                  on 2000/10/21  18:05:15
6125         Log: resync utfperl branch with mainline
6126      Branch: utfperl
6127           !> (integrate 1760 files)
6128 ____________________________________________________________________________
6129 [  7391] By: jhi                                   on 2000/10/21  14:37:49
6130         Log: Testcases for a #7383,#7385 related bug.
6131              
6132              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
6133              From: Nicholas Clark <nick@ccl4.org>
6134              Date: Sat, 21 Oct 2000 15:04:51 +0100
6135              Message-ID: <20001021150451.A51566@plum.flirble.org>
6136      Branch: perl
6137            ! t/pragma/utf8.t
6138 ____________________________________________________________________________
6139 [  7390] By: jhi                                   on 2000/10/21  14:35:57
6140         Log: Add a testcase for #7389.
6141      Branch: perl
6142            ! t/pragma/warn/op
6143 ____________________________________________________________________________
6144 [  7389] By: jhi                                   on 2000/10/21  14:26:45
6145         Log: Subject: Re: Creating const subs for constants.
6146              From: John Tobey <jtobey@john-edwin-tobey.org>
6147              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
6148              Message-Id: <m13mo0N-000FObC@feynman.localnet>
6149      Branch: perl
6150            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
6151            ! proto.h sv.c
6152 ____________________________________________________________________________
6153 [  7388] By: nick                                  on 2000/10/21  11:44:23
6154         Log: Populate perlio branch
6155      Branch: perlio
6156           +> (branch 1760 files)
6157 ____________________________________________________________________________
6158 [  7387] By: nick                                  on 2000/10/21  10:52:05
6159         Log: Get branch back as replica of mainline via :
6160              p4 integrate -b utfperl
6161              p4 resolve -at ./...
6162      Branch: utfperl
6163           +> (branch 269 files)
6164            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
6165            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
6166            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
6167            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
6168            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
6169            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6170            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6171            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6172            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6173            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6174            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6175            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6176            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6177            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6178            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6179            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6180            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6181            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6182            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
6183            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
6184            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
6185            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
6186            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
6187            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
6188            - lib/unicode/UCD300.html lib/unicode/Unicode.300
6189            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
6190            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
6191            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
6192            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6193           !> (integrate 965 files)
6194 ____________________________________________________________________________
6195 [  7386] By: jhi                                   on 2000/10/21  01:31:12
6196         Log: Update Changes.
6197      Branch: perl
6198            ! Changes patchlevel.h
6199 ____________________________________________________________________________
6200 [  7385] By: jhi                                   on 2000/10/21  01:28:42
6201         Log: The #7383 was right only in the context of the original bug report,
6202              not in more general case.
6203      Branch: perl
6204            ! pp_hot.c
6205 ____________________________________________________________________________
6206 [  7384] By: jhi                                   on 2000/10/21  01:08:23
6207         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
6208      Branch: perl
6209            ! ext/IO/lib/IO/Select.pm
6210 ____________________________________________________________________________
6211 [  7383] By: jhi                                   on 2000/10/21  00:44:18
6212         Log: Fix for ID 20001020.006, concatenating an unset submatch
6213              with utf8 resulted in "Modification of a read-only value".
6214      Branch: perl
6215            ! pp_hot.c t/pragma/utf8.t
6216 ____________________________________________________________________________
6217 [  7382] By: jhi                                   on 2000/10/20  20:44:31
6218         Log: Make scan_num() reëntrant, as suggested in
6219              
6220              Subject: [PATCH perl@7229] Rentrant parser and yylex()
6221              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6222              Date: Fri, 20 Oct 2000 14:17:27 +0100
6223              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
6224      Branch: perl
6225            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
6226            ! toke.c
6227 ____________________________________________________________________________
6228 [  7381] By: jhi                                   on 2000/10/20  20:07:29
6229         Log: Reëntrancy fix.
6230              
6231              Subject: [PATCH perl@7229] Rentrant parser and yylex()
6232              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6233              Date: Fri, 20 Oct 2000 14:17:27 +0100
6234              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
6235      Branch: perl
6236            ! embed.h embed.pl perl.h proto.h toke.c
6237 ____________________________________________________________________________
6238 [  7380] By: jhi                                   on 2000/10/20  19:15:54
6239         Log: Don't write double values through long double pointers,
6240              based on a part of
6241              
6242              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
6243              From: Jens Hamisch <jens@Strawberry.COM>
6244              Date: Tue, 17 Oct 2000 08:39:36 +0200
6245              Message-Id: <20001017083936.A11104@Strawberry.COM>
6246      Branch: perl
6247            ! perl.h pp.c
6248 ____________________________________________________________________________
6249 [  7379] By: jhi                                   on 2000/10/20  18:43:37
6250         Log: Portability tweak on #7377.
6251              
6252              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
6253              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6254              Date:     Fri, 20 Oct 2000 13:13:41 EDT
6255              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
6256      Branch: perl
6257            ! t/lib/dprof.t
6258 ____________________________________________________________________________
6259 [  7378] By: jhi                                   on 2000/10/20  12:57:19
6260         Log: SOCKS function redefinitions need prototypes, too, otherwise
6261              for example 32 bit versus 64 bit differences cause a lot of
6262              problems.  Part of
6263              
6264              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
6265              From: Jens Hamisch <jens@Strawberry.COM>
6266              Date: Tue, 17 Oct 2000 08:39:36 +0200
6267              Message-Id: <20001017083936.A11104@Strawberry.COM>
6268      Branch: perl
6269            ! doio.c pp_sys.c
6270 ____________________________________________________________________________
6271 [  7377] By: jhi                                   on 2000/10/20  12:37:12
6272         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
6273              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6274              Date:     Fri, 20 Oct 2000 08:26:04 EDT
6275              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
6276      Branch: perl
6277            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
6278 ____________________________________________________________________________
6279 [  7376] By: jhi                                   on 2000/10/20  12:35:31
6280         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
6281              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6282              Date:     Fri, 20 Oct 2000 07:48:15 EDT
6283              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
6284      Branch: perl
6285            ! configure.com vms/gen_shrfls.pl
6286 ____________________________________________________________________________
6287 [  7375] By: bailey                                on 2000/10/20  04:44:37
6288         Log: SYN SYN
6289      Branch: vmsperl
6290           +> (branch 134 files)
6291            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
6292            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6293            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6294            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
6295            - eg/cgi/frameset.cgi eg/cgi/index.html
6296            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6297            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6298            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6299            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6300            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6301            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6302            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6303            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6304            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6305            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6306            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6307            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6308            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6309            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
6310            - lib/unicode/Props.txt lib/unicode/UCD300.html
6311            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
6312            - utils/perlbc.PL vms/subconfigure.com
6313           !> (integrate 785 files)
6314 ____________________________________________________________________________
6315 [  7374] By: jhi                                   on 2000/10/20  00:59:48
6316         Log: In the latest compiler builds cccdlflags must not become -fpic,
6317              from Wilfredo Sánchez.
6318      Branch: perl
6319            ! hints/darwin.sh
6320 ____________________________________________________________________________
6321 [  7373] By: jhi                                   on 2000/10/20  00:56:35
6322         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
6323              From: Tony Cook <tony@develop-help.com>
6324              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
6325              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
6326      Branch: perl
6327            ! pod/perlop.pod
6328 ____________________________________________________________________________
6329 [  7372] By: jhi                                   on 2000/10/19  19:34:40
6330         Log: Typo noted by Mark Lutz.
6331      Branch: perl
6332            ! t/op/64bitint.t
6333 ____________________________________________________________________________
6334 [  7371] By: jhi                                   on 2000/10/19  19:33:13
6335         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
6336      Branch: metaconfig
6337            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6338      Branch: metaconfig/U/perl
6339            ! End.U dlsrc.U libperl.U
6340      Branch: perl
6341            + hints/nonstopux.sh
6342            ! Configure MANIFEST config_h.SH
6343 ____________________________________________________________________________
6344 [  7370] By: jhi                                   on 2000/10/19  17:18:08
6345         Log: Subject: PATCH do_print has 2 PerlIO_error()s
6346              From: nick@ccl4.org
6347              Date: Thu, 19 Oct 2000 18:09:20 +0100
6348              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
6349      Branch: perl
6350            ! doio.c
6351 ____________________________________________________________________________
6352 [  7369] By: jhi                                   on 2000/10/19  14:01:49
6353         Log: Update Changes.
6354      Branch: perl
6355            ! Changes patchlevel.h
6356 ____________________________________________________________________________
6357 [  7368] By: jhi                                   on 2000/10/19  13:04:29
6358         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
6359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6360              Date: Wed, 18 Oct 2000 13:12:01 +0200
6361              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
6362      Branch: perl
6363            ! hints/aix.sh
6364 ____________________________________________________________________________
6365 [  7367] By: jhi                                   on 2000/10/19  02:22:40
6366         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
6367              of a 'pmshort' anywhere in the B, so the offending line was simply
6368              removed.
6369      Branch: perl
6370            ! ext/B/B/Debug.pm
6371 ____________________________________________________________________________
6372 [  7366] By: jhi                                   on 2000/10/19  02:12:37
6373         Log: Add the test case for the bug id 20000730.004 which seems
6374              to have been fixed by now.
6375      Branch: perl
6376            ! t/pragma/utf8.t
6377 ____________________________________________________________________________
6378 [  7365] By: jhi                                   on 2000/10/18  23:36:24
6379         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
6380              From: Hugo <hv@crypt.compulink.co.uk>
6381              Date: Wed, 18 Oct 2000 23:25:58 +0100
6382              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
6383      Branch: perl
6384            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
6385 ____________________________________________________________________________
6386 [  7364] By: jhi                                   on 2000/10/18  21:12:53
6387         Log: (retracted)
6388      Branch: perl
6389            ! pp.c
6390 ____________________________________________________________________________
6391 [  7363] By: jhi                                   on 2000/10/18  20:55:38
6392         Log: Missing change from #7362.
6393      Branch: perl
6394            ! win32/perlhost.h
6395 ____________________________________________________________________________
6396 [  7362] By: jhi                                   on 2000/10/18  20:52:01
6397         Log: Borland C fstat() never saw the fd as writable.
6398              
6399              Subject: fix for Borland's weak "stat" (perl@7211)
6400              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6401              Date: Mon, 16 Oct 2000 09:55:03 +0400
6402              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
6403      Branch: perl
6404            ! win32/win32.c
6405 ____________________________________________________________________________
6406 [  7361] By: jhi                                   on 2000/10/18  17:43:50
6407         Log: Regen toc.
6408      Branch: perl
6409            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
6410 ____________________________________________________________________________
6411 [  7360] By: jhi                                   on 2000/10/18  17:07:44
6412         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6413              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
6414              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
6415              Date: Mon, 16 Oct 2000 15:19:49 +0200
6416      Branch: perl
6417            + README.aix
6418            ! MANIFEST
6419 ____________________________________________________________________________
6420 [  7359] By: jhi                                   on 2000/10/18  17:04:49
6421         Log: Subject: Pod patch for Devel::Peek
6422              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6423              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
6424              Date: Mon, 16 Oct 2000 12:26:34 +0200
6425      Branch: perl
6426            ! ext/Devel/Peek/Peek.pm
6427 ____________________________________________________________________________
6428 [  7358] By: jhi                                   on 2000/10/18  17:03:15
6429         Log: Make Cwd more bulletproof in chrooted environments.
6430              
6431              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
6432              From: "Eric E. Coe" <Eric.Coe@oracle.com>
6433              Date: Wed, 18 Oct 2000 04:03:54 -0400
6434              Message-Id: <39ED596A.70E599FE@oracle.com>
6435      Branch: perl
6436            ! lib/Cwd.pm
6437 ____________________________________________________________________________
6438 [  7357] By: jhi                                   on 2000/10/18  16:37:26
6439         Log: Disable the UTF8 downgrade croakage for now to avoid
6440              too many not okay messages.
6441      Branch: perl
6442            ! doio.c
6443 ____________________________________________________________________________
6444 [  7356] By: jhi                                   on 2000/10/17  23:29:41
6445         Log: Show the failed remote port, instead of the failing line number.
6446              
6447              Subject: [PATCH 5.6.1 Debugger] More diagnostics
6448              From: David Sparks <daves@ActiveState.com>
6449              Date: Tue, 17 Oct 2000 15:00:24 -0700
6450              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
6451      Branch: perl
6452            ! lib/perl5db.pl
6453 ____________________________________________________________________________
6454 [  7355] By: jhi                                   on 2000/10/17  14:11:31
6455         Log: On output try to downgrade to bytes, croak if impossible,
6456              from Simon Cozens.  This means that outputting >255 UTF8
6457              is impossible.  Consider this as a strong incentive to get
6458              the I/O disciplines implemented.
6459      Branch: perl
6460            ! doio.c pod/perldiag.pod sv.c
6461 ____________________________________________________________________________
6462 [  7354] By: jhi                                   on 2000/10/17  13:42:23
6463         Log: Clarify documentation on 'use bytes'.
6464              
6465              Subject: Re: What does 'use bytes' "mean" ?
6466              From: Simon Cozens <simon@cozens.net>
6467              Date: Mon, 18 Sep 2000 18:24:25 +0100
6468              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
6469      Branch: perl
6470            ! lib/bytes.pm
6471 ____________________________________________________________________________
6472 [  7353] By: jhi                                   on 2000/10/17  13:28:12
6473         Log: Workaround for a sfio bug where the stream error indicator
6474              is not cleared as documented.
6475              
6476              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
6477              From: Nicholas Clark <nick@ccl4.org>
6478              Date: Mon, 16 Oct 2000 18:28:23 +0100
6479              Message-ID: <20001016182823.J19700@plum.flirble.org>
6480      Branch: perl
6481            ! doio.c
6482 ____________________________________________________________________________
6483 [  7352] By: jhi                                   on 2000/10/17  13:06:19
6484         Log: More IoTYPE sprinkling.
6485      Branch: perl
6486            ! doio.c pp_hot.c
6487 ____________________________________________________________________________
6488 [  7351] By: jhi                                   on 2000/10/16  22:47:07
6489         Log: Detect early whether the std streams have gone bad.
6490              
6491              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
6492              Date: Mon, 16 Oct 2000 23:28:42 +0100
6493              From: Nicholas Clark <nick@ccl4.org>
6494              Message-ID: <20001016232842.A37942@plum.flirble.org>
6495      Branch: perl
6496            ! t/op/misc.t
6497 ____________________________________________________________________________
6498 [  7350] By: jhi                                   on 2000/10/16  22:45:16
6499         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
6500              From: "Peter J. Farley III" <pjfarley@banet.net>
6501              Date: Mon, 16 Oct 2000 18:15:59 -0400
6502              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
6503      Branch: perl
6504            ! djgpp/djgpp.c dosish.h t/io/open.t
6505 ____________________________________________________________________________
6506 [  7349] By: jhi                                   on 2000/10/16  22:36:45
6507         Log: perldelta tweak.
6508      Branch: perl
6509            ! pod/perldelta.pod
6510 ____________________________________________________________________________
6511 [  7348] By: jhi                                   on 2000/10/16  15:17:53
6512         Log: Update Changes.
6513      Branch: perl
6514            ! Changes patchlevel.h
6515 ____________________________________________________________________________
6516 [  7347] By: jhi                                   on 2000/10/16  13:55:27
6517         Log: Add the capability to include/exclude branches.
6518      Branch: perl
6519            ! Porting/genlog
6520 ____________________________________________________________________________
6521 [  7346] By: jhi                                   on 2000/10/16  13:18:04
6522         Log: Add Charles Lane.
6523      Branch: perl
6524            ! AUTHORS Changes
6525 ____________________________________________________________________________
6526 [  7345] By: jhi                                   on 2000/10/16  13:13:21
6527         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
6528      Branch: perl
6529            ! pod/perldelta.pod
6530 ____________________________________________________________________________
6531 [  7344] By: gsar                                  on 2000/10/16  09:30:21
6532         Log: integrate change#6220 from cfgperl
6533              
6534              Win32 patches from Benjamin Stuhl.
6535      Branch: maint-5.6/perl
6536           !> makedef.pl win32/win32.h
6537 ____________________________________________________________________________
6538 [  7343] By: gsar                                  on 2000/10/16  08:32:19
6539         Log: integrate changes#6221,6222 from cfgperl
6540              
6541              Remove tr///CU (the feature is to be obsoleted by better interfaces).
6542              From: simon@brecon.co.uk (Simon Cozens)
6543              Subject: [PATCH] Eliminate tr///[CU][CU]
6544              Date: 23 Jun 2000 11:05:40 GMT
6545              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
6546              
6547              doc typo fix
6548              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
6549              From: Ian Phillipps <Ian.Phillipps@iname.com>
6550              Date: Fri, 23 Jun 2000 10:40:58 +0100
6551              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
6552      Branch: maint-5.6/perl
6553           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
6554 ____________________________________________________________________________
6555 [  7342] By: gsar                                  on 2000/10/16  08:28:08
6556         Log: integrate change#6217 from cfgperl (in part)
6557              
6558              Rename the fdpid locking and integrate with Sarathy.
6559      Branch: maint-5.6/perl
6560           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
6561           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
6562           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
6563           !> win32/win32.c
6564 ____________________________________________________________________________
6565 [  7341] By: gsar                                  on 2000/10/16  08:23:39
6566         Log: integrate changes#6214..6216 from mainline
6567              
6568              @_ can't have junk in it even in the non-USE_ITHREADS case because
6569              caller() wants to populate @DB::args with it (causes a coredump
6570              in Carp::confess())
6571              
6572              tweak comment about @DB::args
6573              
6574              be more optimal about clearing @_
6575      Branch: maint-5.6/perl
6576           !> av.h cop.h pp_ctl.c t/op/runlevel.t
6577 ____________________________________________________________________________
6578 [  7340] By: gsar                                  on 2000/10/16  08:20:37
6579         Log: integrate changes#6207..6210 from cfgperl
6580              
6581              Subject: [PATCH 5.6.0] Threadsafe patches
6582              From: Dan Sugalski <dan@sidhe.org>
6583              To: perl5-porters@perl.org
6584              Date: Mon, 08 May 2000 18:08:13 -0400
6585              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
6586              
6587              Regen headers for #6207.
6588              
6589              Lock PL_fdpid against race conditions, based on:
6590              Subject: [PATCH 5.6.0]subprocess fixup for threads
6591              From: Dan Sugalski <dan@sidhe.org>
6592              To: perl5-porters@perl.org
6593              Date: Tue, 11 Apr 2000 17:02:32 -0400
6594              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
6595              
6596              Mopup for #6207 and #6209.
6597      Branch: maint-5.6/perl
6598           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
6599           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
6600           !> win32/win32.c
6601 ____________________________________________________________________________
6602 [  7339] By: gsar                                  on 2000/10/16  08:14:34
6603         Log: integrate change#6203 from cfgperl
6604              
6605              perldiag should refer to perlos2.pod not README.os2
6606      Branch: maint-5.6/perl
6607           !> pod/perldiag.pod
6608 ____________________________________________________________________________
6609 [  7338] By: gsar                                  on 2000/10/16  08:11:42
6610         Log: integrate change#6201 from mainline
6611              
6612              Perl_eval_pv() leaks 4 bytes every time it is called because it
6613              does a PUSHMARK that's never ever POPMARKed; in general, only
6614              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
6615              Perl_eval_[sp]v() don't because they don't take any incoming
6616              arguments (this leak has been around since the original version
6617              of perl_eval_pv() in 5.003_97e)
6618      Branch: maint-5.6/perl
6619           !> perl.c
6620 ____________________________________________________________________________
6621 [  7337] By: gsar                                  on 2000/10/16  08:08:47
6622         Log: integrate changes#6197..6200 from cfgperl
6623              
6624              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
6625              From: John Borwick <jhborwic@unity.ncsu.edu>
6626              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
6627              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
6628              
6629              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
6630              From: Dan Sugalski <dan@sidhe.org>
6631              To: vmsperl@perl.org, perl5-porters@perl.org
6632              Date: Fri, 02 Jun 2000 16:00:41 -0400
6633              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
6634              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
6635              
6636              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
6637              From: Dan Sugalski <dan@sidhe.org>
6638              To: perl5-porters@perl.org, vmsperl@perl.org
6639              Date: Fri, 02 Jun 2000 17:30:51 -0400
6640              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
6641              
6642              Update to cperl-mode.el 4.31 from
6643              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
6644              Subject: A couple of notes
6645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6646              To: Mailing list Perl5 <perl5-porters@perl.org>
6647              Date: Sat, 3 Jun 2000 23:33:32 -0400
6648              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
6649      Branch: maint-5.6/perl
6650           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
6651           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
6652           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
6653           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
6654           !> vms/vmsish.h
6655 ____________________________________________________________________________
6656 [  7336] By: gsar                                  on 2000/10/16  08:03:46
6657         Log: integrate changes#6194,6195 from mainline
6658              
6659              fix small eval"" memory leaks under USE_ITHREADS
6660              
6661              fix yet another eval"" leak under USE_ITHREADS
6662      Branch: maint-5.6/perl
6663           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
6664           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6665           !> vms/perly_c.vms
6666 ____________________________________________________________________________
6667 [  7335] By: gsar                                  on 2000/10/16  08:02:15
6668         Log: integrate changes#6190,6191 from mainline
6669              
6670              submit missing embed.pl change
6671              
6672              vec() loses numericalness (modified version of patch suggested
6673              by Robin Barker)
6674      Branch: maint-5.6/perl
6675           !> doop.c embed.pl t/op/vec.t
6676 ____________________________________________________________________________
6677 [  7334] By: gsar                                  on 2000/10/16  08:01:03
6678         Log: integrate change#6189 from mainline
6679              
6680              counting tr/// corrupts later operation (from M.J.T Guy)
6681      Branch: maint-5.6/perl
6682           !> doop.c t/op/tr.t
6683 ____________________________________________________________________________
6684 [  7333] By: gsar                                  on 2000/10/16  07:59:07
6685         Log: integrate changes#6183..6188 from mainline
6686              
6687              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
6688              <nick@ccl4.org>)
6689              
6690              tweak for change#6127
6691              
6692              remove incorrect documentation about implicit split to @_ in
6693              list context, which never really worked in perl 5 (from
6694              M.J.T. Guy)
6695              
6696              further qualify references to "alphanumeric" (from Wolfgang Laun
6697              <wolfgang.laun@alcatel.at>)
6698              
6699              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
6700              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6701              
6702              h2xs tweaks
6703      Branch: maint-5.6/perl
6704           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
6705           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
6706           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
6707           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
6708           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
6709           !> pod/pod2latex.PL utils/h2xs.PL
6710 ____________________________________________________________________________
6711 [  7332] By: gsar                                  on 2000/10/16  07:53:52
6712         Log: integrate change#6179 from mainline
6713              
6714              buggy modulus on UVs introduced by change#3378 (resulted in
6715              4063328477 % 65535 amounting to 27406, instead of 27407)
6716      Branch: maint-5.6/perl
6717           !> pp.c t/op/arith.t
6718 ____________________________________________________________________________
6719 [  7331] By: gsar                                  on 2000/10/16  07:52:49
6720         Log: integrate changes#6176,6177,6178,6182 from cfgperl
6721              
6722              Single-quoted utf8 patch from Simon Cozens.
6723              
6724              Substitution utf8 patch from Simon Cozens.
6725              
6726              Be cleaner.
6727              
6728              Be Cleaner Part Deux.
6729      Branch: maint-5.6/perl
6730           !> Makefile.SH pp_hot.c toke.c
6731 ____________________________________________________________________________
6732 [  7330] By: gsar                                  on 2000/10/16  07:41:36
6733         Log: integrate change#6172 from mainline
6734              
6735              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
6736              (from Ilya Zakharevich)
6737      Branch: maint-5.6/perl
6738           !> regexec.c t/op/re_tests
6739 ____________________________________________________________________________
6740 [  7329] By: gsar                                  on 2000/10/16  07:40:25
6741         Log: integrate change#6171 from mainline
6742              
6743              scalar() doesn't force scalar context when used in void context
6744              (from Simon Cozens)
6745      Branch: maint-5.6/perl
6746           !> op.c t/op/wantarray.t
6747 ____________________________________________________________________________
6748 [  7328] By: gsar                                  on 2000/10/16  07:39:33
6749         Log: integrate change#6170 from mainline
6750              
6751              change#6142 needs tweaks to tests to work where there's no
6752              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6753      Branch: maint-5.6/perl
6754           !> t/lib/filefind.t
6755 ____________________________________________________________________________
6756 [  7327] By: gsar                                  on 2000/10/16  07:35:34
6757         Log: integrate changes#6166..6168 from cfgperl
6758              
6759              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
6760              in case somebody wants to write an extension for more
6761              shadow database interfaces.
6762              
6763              tweak todo
6764              
6765              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
6766      Branch: maint-5.6/perl
6767           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6768           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
6769           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
6770           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6771           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6772           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6773 ____________________________________________________________________________
6774 [  7326] By: gsar                                  on 2000/10/16  07:29:05
6775         Log: integrate changes#6157,6159..6161,6164 from cfgperl
6776              
6777              Regen Configure to jive with #6149.
6778              
6779              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
6780              
6781              Changes for the File::Temp 0.08 (change #6159) test suite
6782              to fit better into the Perl distribution test framework.
6783              
6784              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
6785              both from Simon Cozens.
6786              
6787              detypo
6788      Branch: maint-5.6/perl
6789           +> pod/perlmodlib.PL pod/perlnewmod.pod
6790           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
6791           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
6792           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6793           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6794 ____________________________________________________________________________
6795 [  7325] By: gsar                                  on 2000/10/16  07:25:13
6796         Log: integrate change#6158 from vmsperl
6797              
6798              Add fallback to tmpfile for use in cases where user's relying on
6799              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
6800              Lane's patch)
6801      Branch: maint-5.6/perl
6802           !> vms/vms.c vms/vmsish.h
6803 ____________________________________________________________________________
6804 [  7324] By: gsar                                  on 2000/10/16  07:20:50
6805         Log: integrate changes#6153..6155 from mainline
6806              
6807              prettier Test::Harness output on failed tests (from Nicholas Clark
6808              <nick@Bagpuss.uk.boo.com>)
6809              
6810              avoid type mismatch warning
6811              
6812              small bug in change#6144; remove random \xA0 character that snuck
6813              in via change#6145
6814      Branch: maint-5.6/perl
6815           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
6816           !> perl.c
6817 ____________________________________________________________________________
6818 [  7323] By: gsar                                  on 2000/10/16  07:18:47
6819         Log: integrate changes#6151,6152 from mainline
6820              
6821              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
6822              
6823              cosmetic fixups of RE debug output (from Ilya Zakharevich)
6824      Branch: maint-5.6/perl
6825           !> regexec.c
6826 ____________________________________________________________________________
6827 [  7322] By: gsar                                  on 2000/10/16  07:17:25
6828         Log: integrate changes#6146..6150 from mainline
6829              
6830              doc typo
6831              
6832              add a make entry to Config.pm so "perl -V:make" works on VMS
6833              (from Peter Prymmer)
6834              
6835              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
6836              
6837              OS/2 tweaks for usethreads build (from Rocco Caputo
6838              <troc@netrus.net>)
6839              
6840              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
6841      Branch: maint-5.6/perl
6842           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
6843           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
6844           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
6845           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
6846           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
6847           !> warnings.pl x2p/a2p.h
6848 ____________________________________________________________________________
6849 [  7321] By: gsar                                  on 2000/10/16  07:14:02
6850         Log: integrate changes#6143..6145 from mainline
6851              
6852              MacOS support, part 1 (from Matthias Neeracher
6853              <neeri@iis.ee.ethz.ch>)
6854              
6855              MacOS support, part 2: make AutoSplit use File::Spec instead
6856              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
6857              <neeri@iis.ee.ethz.ch>)
6858              
6859              make xsubpp skip embedded pod (from Matthias Neeracher
6860              <neeri@iis.ee.ethz.ch>)
6861      Branch: maint-5.6/perl
6862           +> ext/DynaLoader/dl_mac.xs
6863           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
6864           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6865           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
6866           !> pp_ctl.c proto.h toke.c util.c util.h
6867 ____________________________________________________________________________
6868 [  7320] By: gsar                                  on 2000/10/16  07:12:13
6869         Log: integrate changes#6141,6142 from mainline
6870              
6871              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
6872              forwarded by Peter Seebach from the bsdi-users mailing list.
6873              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
6874              
6875              File::Find fails to chdir when chasing symlinks (from
6876              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6877      Branch: maint-5.6/perl
6878           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
6879 ____________________________________________________________________________
6880 [  7319] By: gsar                                  on 2000/10/16  07:04:30
6881         Log: integrate change#6139 from mainline
6882              
6883              revise mktables.PL for bugs and newness in Unicode 3.0
6884              (from James Bence <jbence@amgen.com>)
6885      Branch: maint-5.6/perl
6886           +> (branch 30 files)
6887           !> (integrate 49 files)
6888 ____________________________________________________________________________
6889 [  7318] By: gsar                                  on 2000/10/16  07:01:01
6890         Log: integrate changes#6137,6138 from mainline
6891              
6892              fix bogus redeclaration warning for "our" variables in different
6893              scopes
6894              
6895              add note about the handling of negative indices to tied arrays
6896              (from Michael G Schwern <schwern@pobox.com>)
6897      Branch: maint-5.6/perl
6898           !> op.c pod/perltie.pod t/pragma/strict-vars
6899 ____________________________________________________________________________
6900 [  7317] By: gsar                                  on 2000/10/16  06:58:46
6901         Log: integrate changes#6127..6136 from mainline
6902              
6903              call_method(...,G_EVAL) can longjmp() out if the method probing
6904              failed (from Gisle Aas)
6905              
6906              new perlxstut example for passing/returning refs to arrays
6907              (from David Lowe <dlowe@pootpoot.com>)
6908              
6909              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
6910              
6911              fix places that mean C<"word" character> but say C<alphanumeric
6912              character>
6913              
6914              avoid warnings in POSIX.pm (from Barrie Slaymaker)
6915              
6916              warnings::enabled() doesn't fall back to looking at $^W if
6917              caller isn't using lexical warnings (from Paul Marquess)
6918              
6919              elide bogus test in change#6132
6920              
6921              make Test::Harness use wait.h/WCOREDUMP if available
6922              (from Ben Tilly <ben_tilly@hotmail.com>)
6923              
6924              enable Test::Harness to dynamically determine column width etc.
6925              (from Rob Napier <rnapier@employees.org>)
6926              
6927              random pod typos (from Peter Scott <Peter@PSDT.com>)
6928      Branch: maint-5.6/perl
6929           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
6930           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
6931           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
6932           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
6933 ____________________________________________________________________________
6934 [  7316] By: gsar                                  on 2000/10/16  06:53:23
6935         Log: integrate change#6126 from mainline
6936              
6937              change#2879 broke rvalue autovivification of magicals such as
6938              ${$num} (reworked variant of patch suggested by Simon Cozens)
6939      Branch: maint-5.6/perl
6940           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
6941           !> pp_hot.c proto.h t/op/gv.t
6942 ____________________________________________________________________________
6943 [  7315] By: gsar                                  on 2000/10/16  06:51:38
6944         Log: integrate changes#6123,6125 from mainline
6945              
6946              clarify gotcha with #line directives (from Rocco Caputo
6947              <troc@netrus.net>)
6948              
6949              enable propagating exception objects via Perl_croak() in XS code
6950              (from Gisle Aas)
6951      Branch: maint-5.6/perl
6952           !> pod/perldebug.pod pod/perlsyn.pod util.c
6953 ____________________________________________________________________________
6954 [  7314] By: gsar                                  on 2000/10/16  06:49:28
6955         Log: integrate change#6122 from mainline
6956              
6957              downgrade fatal error on C<"foo@nosucharray.com"> to optional
6958              warning (from Mark-Jason Dominus)
6959      Branch: maint-5.6/perl
6960           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
6961           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
6962           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
6963           !> toke.c
6964 ____________________________________________________________________________
6965 [  7313] By: gsar                                  on 2000/10/16  06:46:54
6966         Log: integrate changes#6112..6121 from vmsperl
6967              
6968              Check for existence of file before trying to delete
6969              
6970              Ugly workaround for version-specific RTL error
6971              
6972              Urk -- undo previous removal of vmsish 'exit' change
6973              
6974              Add bounds checking for several strings (Charles Lane)
6975              
6976              Miscellaneous cosmetic fixes (Charles Lane)
6977              
6978              Treat sockets as special in sys(read|write) (Charles Lane et al.)
6979              
6980              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
6981              Flatten case labels in switch statements uniformly (Charles Bailey)
6982              
6983              Quiet error messages in vmsish.t (Charles Lane)
6984              
6985              Add missing escape (Charles Lane)
6986              
6987              Allow eliminate_macros() and fixpath() to handle space-delimited
6988              lists (based on fixes by Craig Berry)
6989      Branch: maint-5.6/perl
6990           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
6991           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
6992           !> vms/vmsish.h
6993 ____________________________________________________________________________
6994 [  7312] By: gsar                                  on 2000/10/16  06:41:18
6995         Log: integrate changes#6107,6110 from cfgperl
6996              
6997              Tweak the todo list.
6998              
6999              todo tweak
7000      Branch: maint-5.6/perl
7001           !> Todo-5.6
7002 ____________________________________________________________________________
7003 [  7311] By: gsar                                  on 2000/10/16  06:38:38
7004         Log: integrate changes#6104,6108 from mainline
7005              
7006              PL_sys_intern was being initialized too late on windows
7007              
7008              reenable fake signal handling on Windows, bugs and all
7009      Branch: maint-5.6/perl
7010           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
7011           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
7012           !> win32/win32.c
7013 ____________________________________________________________________________
7014 [  7310] By: gsar                                  on 2000/10/16  06:36:03
7015         Log: integrate changes#6095,6097..6103 from cfgperl
7016              
7017              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
7018              might be useful in future.
7019              
7020              Add a note about possible compilation problems from Allen Smith.
7021              
7022              Add a note about other, yet unsupported, shadow password APIs.
7023              
7024              Tweaks for the cc bugs from Allen Smith.
7025              
7026              More compilation tweakery from Allen Smith.
7027              
7028              Hints and test tweaks for Unicos.
7029              
7030              The test suite tweak in #6101 wasn't quite right.
7031              
7032              Test tweaking for Unicos continues.
7033      Branch: maint-5.6/perl
7034           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7035           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
7036           !> t/lib/complex.t t/op/64bitint.t
7037 ____________________________________________________________________________
7038 [  7309] By: gsar                                  on 2000/10/16  06:29:41
7039         Log: integrate changes#6093,6094 from mainline
7040              
7041              fork() failure to create pseudo process sets errno=EAGAIN and returns
7042              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
7043              
7044              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
7045      Branch: maint-5.6/perl
7046           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
7047           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
7048 ____________________________________________________________________________
7049 [  7308] By: gsar                                  on 2000/10/16  06:27:29
7050         Log: integrate change#6092 from cfgperl
7051              
7052              Regen perltoc with the fixed buildtoc.
7053      Branch: maint-5.6/perl
7054           !> pod/perltoc.pod
7055 ____________________________________________________________________________
7056 [  7307] By: gsar                                  on 2000/10/16  06:26:40
7057         Log: integrate changes#6089,6090 from mainline
7058              
7059              buildtoc tweak to fix newline lossage
7060              
7061              concat doesn't preserve utf8-ness, and doesn't invalidate
7062              [NI]OK; added tests for both
7063      Branch: maint-5.6/perl
7064           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
7065 ____________________________________________________________________________
7066 [  7306] By: gsar                                  on 2000/10/16  06:24:05
7067         Log: integrate change#6088 from cfgperl
7068              
7069              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
7070              because we do not use those.  The HAS_GETSPNAM remains,
7071              though, because we still do use that.
7072      Branch: maint-5.6/perl
7073           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7074           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
7075           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
7076           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
7077           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7078           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7079 ____________________________________________________________________________
7080 [  7305] By: gsar                                  on 2000/10/16  06:15:52
7081         Log: integrate changes#6084,6085,6087 from mainline
7082              
7083              substr() does not preserve utf8-ness (from Stefan Eissing
7084              <Eissing@medicaldataservice.de>); added tests
7085              
7086              repeat operator (x) doesn't preserve utf8-ness
7087              
7088              reverse() and quotemeta() weren't preserving utf8-ness; add tests
7089      Branch: maint-5.6/perl
7090           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
7091 ____________________________________________________________________________
7092 [  7304] By: gsar                                  on 2000/10/16  06:13:10
7093         Log: integrate changes#6077..6083 from mainline
7094              
7095              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
7096              and Tom Phoenix)
7097              
7098              workaround for CRT bug in chdir() (from Charles Lane, via
7099              Peter Prymmer)
7100              
7101              remove outdated kludge in Carp (NULLs are permitted in diagnostics
7102              now)
7103              
7104              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
7105              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7106              
7107              better default perlbug categories for ok reports (from Richard Foley)
7108              
7109              peek.t non-portable to ithreads
7110              
7111              note about undocumented caller() return value (from M.J.T. Guy);
7112              yet another peek.t tweak
7113      Branch: maint-5.6/perl
7114           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7115           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7116           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
7117           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
7118           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
7119           !> vms/vmsish.h
7120 ____________________________________________________________________________
7121 [  7303] By: gsar                                  on 2000/10/16  06:03:18
7122         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
7123              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
7124              
7125              &HUGE_VAL is not defined, it exists.
7126              
7127              Do not warn that an infinity does not look like a number.
7128              
7129              Rewrite the pwent/spent logic to be a little bit more clearer.
7130              
7131              Continue on the pwent/spent case.
7132              
7133              Correct Freudian slip.
7134              
7135              Use HUGE_VALL if applicable.
7136              
7137              pwent/spent #ifdef imbalance.
7138              
7139              Infinite problems.
7140              
7141              Call getspnam() only iff needd.
7142              
7143              Test both the scalar and list contexts.
7144              
7145              Use setxxent()/endxxent().
7146              
7147              Complex tweakery.
7148              
7149              Unicos hint tweak.
7150              
7151              Be more forgiving in POSIX about HUGE_VALL.
7152              
7153              Detypo.
7154              
7155              The search of infinity continues, this time simplified.
7156              
7157              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
7158              in natively 64-bit platforms where a long is a quad (no need
7159              for long longs).  Also added bias for IVs.
7160              
7161              Complex tweaks.
7162              
7163              Introduce t/lib/peek.t.
7164              
7165              Make the test more portable.
7166      Branch: maint-5.6/perl
7167           +> t/lib/peek.t
7168            ! pp_sys.c
7169           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
7170           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
7171           !> t/op/pwent.t toke.c util.c
7172 ____________________________________________________________________________
7173 [  7302] By: gsar                                  on 2000/10/16  05:03:37
7174         Log: integrate changes#6066..6071 from mainline
7175              
7176              s/END/CHECK/
7177              
7178              replace direct call to sighandler() with (*PL_sighandlerp)()
7179              
7180              note about values()
7181              
7182              File::Spec compatibility update (from Barrie Slaymaker
7183              <barries@slaysys.com>)
7184              
7185              remove misleading comment (from M.J.T. Guy)
7186              
7187              misformatted perllocal.pod (from Tim Jenness
7188              <t.jenness@jach.hawaii.edu>)
7189      Branch: maint-5.6/perl
7190           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7191           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7192           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
7193           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
7194 ____________________________________________________________________________
7195 [  7301] By: gsar                                  on 2000/10/16  05:00:08
7196         Log: integrate changes#6061..6063 from mainline
7197              
7198              change#5921 neglected to make eq honor "use bytes"
7199              
7200              additional tests for utf8.t
7201              
7202              tokeq() could read unallocated field in argument
7203      Branch: maint-5.6/perl
7204           !> sv.c t/pragma/utf8.t toke.c
7205 ____________________________________________________________________________
7206 [  7300] By: gsar                                  on 2000/10/16  04:56:54
7207         Log: integrate changes#6046,6048,6057,6058 from mainline
7208              
7209              libscheck has insufficient checks for n32 libs (from
7210              Albert Chin-A-Young <china@thewrittenword.com>)
7211              
7212              add note about how $( doesn't interpolate in REs (from
7213              Philip Newton <newton@ficus.frogspace.net>)
7214              
7215              fix broken parsing of /\x{ab}/
7216              
7217              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
7218              (spotted by Donald Kinzer <dkinzer@premia.com>)
7219      Branch: maint-5.6/perl
7220           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
7221           !> t/pragma/utf8.t
7222 ____________________________________________________________________________
7223 [  7299] By: gsar                                  on 2000/10/16  04:52:50
7224         Log: integrate change#6044 from mainline
7225              
7226              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
7227              such that underscores are only ignored in literal numbers,
7228              "\x{...}", and hex/oct argument
7229      Branch: maint-5.6/perl
7230           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
7231 ____________________________________________________________________________
7232 [  7298] By: gsar                                  on 2000/10/16  04:50:53
7233         Log: integrate changes#6027..6043 from mainline
7234              
7235              podlators-1.02 update (from Russ Allbery)
7236              
7237              Pod::Man generates groff-incompatible macro definition (from
7238              Tom Christiansen)
7239              
7240              add CGI.pm v2.66 (from Lincoln Stein)
7241              
7242              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
7243              for @- and @+ (from Johan Vromans)
7244              
7245              small nits in diagnostics.pm (from Robin Barker)
7246              
7247              whitespace adjustments
7248              
7249              missing files in MANIFEST
7250              
7251              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
7252              to compensate
7253              
7254              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
7255              
7256              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
7257      Branch: maint-5.6/perl
7258           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
7259           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
7260           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
7261           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
7262           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
7263           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
7264           !> t/lib/cgi-html.t t/lib/cgi-request.t
7265 ____________________________________________________________________________
7266 [  7297] By: gsar                                  on 2000/10/16  04:44:30
7267         Log: integrate change#6025 from mainline
7268              
7269              Is{Alnum,Alpha,Word} don't match titlecase
7270              TODO: IsSpace is defined recursively!
7271              (both spotted by Larry)
7272      Branch: maint-5.6/perl
7273           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7274           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
7275 ____________________________________________________________________________
7276 [  7296] By: gsar                                  on 2000/10/16  04:39:30
7277         Log: integrate change#6023 from mainline
7278              
7279              debugger stomps on $. (from M.J.T. Guy)
7280      Branch: maint-5.6/perl
7281           !> lib/perl5db.pl
7282 ____________________________________________________________________________
7283 [  7295] By: gsar                                  on 2000/10/16  04:38:02
7284         Log: integrate change#6022 from mainline
7285              
7286              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
7287      Branch: maint-5.6/perl
7288           !> sv.c
7289 ____________________________________________________________________________
7290 [  7294] By: gsar                                  on 2000/10/16  04:37:05
7291         Log: integrate changes#6018..6021 from mainline
7292              
7293              make lib/syslog.t portable to systems that don't have _PATH_LOG,
7294              make _PATH_LOG() return "" if unavailable
7295              
7296              windows portability tweaks
7297              
7298              test tweak
7299              
7300              remove Win2K issue in pod (fixed by change#6020)
7301      Branch: maint-5.6/perl
7302           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
7303           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
7304           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
7305 ____________________________________________________________________________
7306 [  7293] By: gsar                                  on 2000/10/16  04:20:00
7307         Log: integrate changes#6013..6015 from mainline
7308              
7309              tweak change#5945 to display correct switch name in diagnostic
7310              
7311              glob() loading File::Glob behind the scenes may cause syntax errors
7312              
7313              tweak test for portability
7314      Branch: maint-5.6/perl
7315           !> op.c perl.c pod/perldiag.pod t/lib/b.t
7316 ____________________________________________________________________________
7317 [  7292] By: gsar                                  on 2000/10/16  04:18:11
7318         Log: integrate changes#6005..6010 from mainline, cfgperl
7319              
7320              perldoc might fail via "use blib" (from Hugo van der Sanden)
7321              
7322              Regen Configure.
7323              
7324              note about compile failures and END blocks (from M.J.T. Guy)
7325              
7326              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
7327              
7328              (change#6009 integrated earlier in change#7255)
7329              
7330              clarify note about shadow password support (from
7331              gellyfish@gellyfish.com)
7332      Branch: maint-5.6/perl
7333           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7334           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
7335           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
7336 ____________________________________________________________________________
7337 [  7291] By: gsar                                  on 2000/10/16  04:12:03
7338         Log: integrate changes#6002,6003 from mainline
7339              
7340              destructive sv_setsv() can lose UV-ness from source, causing
7341              numeric promotions/comparisons to fail to do the right thing
7342              
7343              allow REG_EXPAND_SZ keys in Windows registry (from
7344              John Clayton <John.Clayton@barclayscapital.com>)
7345      Branch: maint-5.6/perl
7346           !> sv.c win32/win32.c
7347 ____________________________________________________________________________
7348 [  7290] By: gsar                                  on 2000/10/16  04:10:19
7349         Log: integrate change#6001 from mainline
7350              
7351              support additional library locations via $Config{otherlibdirs}
7352              (from Andy Dougherty)
7353      Branch: maint-5.6/perl
7354           !> Configure INSTALL Porting/Glossary Porting/config.sh
7355           !> Porting/config_H config_h.SH epoc/config.sh perl.c
7356           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
7357           !> win32/config.bc win32/config.gc win32/config.vc
7358 ____________________________________________________________________________
7359 [  7289] By: gsar                                  on 2000/10/16  04:08:28
7360         Log: integrate change#5999 from mainline
7361              
7362              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
7363      Branch: maint-5.6/perl
7364           !> t/pragma/warn/toke toke.c
7365 ____________________________________________________________________________
7366 [  7288] By: gsar                                  on 2000/10/16  04:07:01
7367         Log: integrate changes#5997,5998 from cfgperl
7368              
7369              Preserve $!.
7370              
7371              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
7372      Branch: maint-5.6/perl
7373           !> lib/Math/Complex.pm
7374 ____________________________________________________________________________
7375 [  7287] By: gsar                                  on 2000/10/16  04:04:37
7376         Log: integrate change#5995 from mainline
7377              
7378              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
7379      Branch: maint-5.6/perl
7380           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
7381 ____________________________________________________________________________
7382 [  7286] By: gsar                                  on 2000/10/16  04:03:21
7383         Log: integrate change#5994 from mainline
7384              
7385              fix for missed accounting for null byte in pack("Z",...) (from
7386              M.J.T. Guy)
7387      Branch: maint-5.6/perl
7388           !> pp.c t/op/pack.t
7389 ____________________________________________________________________________
7390 [  7285] By: gsar                                  on 2000/10/16  04:02:11
7391         Log: integrate changes#5989..5993 from mainline
7392              
7393              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
7394              itself and no other (from Tom Hughes)
7395              
7396              use $ENV{LIB} to search for libs under Visual C compiler
7397              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
7398              
7399              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
7400              
7401              pod nit (from Simon Cozens)
7402              
7403              various minor tweaks seen on p5p
7404      Branch: maint-5.6/perl
7405           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
7406           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
7407           !> t/op/array.t toke.c
7408 ____________________________________________________________________________
7409 [  7284] By: gsar                                  on 2000/10/16  03:59:00
7410         Log: integrate changes#5978..5988 from mainline
7411              
7412              sync version numbers in File::Spec with the ones on CPAN
7413              (from Barrie Slaymaker)
7414              
7415              under useithreads, constant pad entries could inadvertantly be
7416              shared across threads (from Eric Blood <eblood@xmission.com>);
7417              added Eric's test case to testsuite
7418              
7419              allow Configure -S to run non-interactively (spotted by Greg Hudson
7420              <ghudson@mit.edu>)
7421              
7422              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
7423              prototype mismatch with CORE::glob(); update pod and tests to
7424              suit (File::Glob::glob() is still available for backward
7425              compatibility, but should be considered deprecated)
7426              
7427              avoid error in IO::Socket::INET when given an unknown service name
7428              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
7429              
7430              numeric conversion of non-number in change#3378 tramples on
7431              OOK offset, causing segfaults
7432              
7433              attributes::reftype() doesn't work on tied argument
7434              
7435              forked child may not exit correctly if it failed to open
7436              /dev/console (from Graham Barr)
7437              
7438              add regular expressions tutorial and quick-start guide (from
7439              Mark Kvale <kvale@phy.ucsf.edu>)
7440              
7441              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
7442              
7443              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
7444              <paul@miraclefish.com>)
7445      Branch: maint-5.6/perl
7446           +> pod/perlrequick.pod pod/perlretut.pod
7447           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
7448           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
7449           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
7450           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
7451           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7452           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7453           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
7454           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
7455 ____________________________________________________________________________
7456 [  7283] By: gsar                                  on 2000/10/16  03:52:14
7457         Log: integrate change#5977 from mainline
7458              
7459              autoquote barewords followed by newline and arrow properly
7460              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
7461      Branch: maint-5.6/perl
7462           !> t/pragma/warn/toke toke.c
7463 ____________________________________________________________________________
7464 [  7282] By: gsar                                  on 2000/10/16  03:50:48
7465         Log: integrate change#5976 from mainline
7466              
7467              DB_File v1.73 update (from Paul Marquess)
7468      Branch: maint-5.6/perl
7469           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7470           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
7471 ____________________________________________________________________________
7472 [  7281] By: gsar                                  on 2000/10/16  03:49:14
7473         Log: integrate change#5975 from mainline
7474              
7475              allow sort() reentrancy (variant of patch suggested by
7476              Hugo van der Sanden)
7477      Branch: maint-5.6/perl
7478           !> pp_ctl.c t/op/sort.t
7479 ____________________________________________________________________________
7480 [  7280] By: gsar                                  on 2000/10/16  03:48:22
7481         Log: integrate change#5974 from mainline
7482              
7483              change#4197 somehow missed initializing PL_errors, meaning
7484              syntax error queueing wasn't working outside eval"" at all;
7485              also fixed eval"" to localize PL_error_count, so that compile-time
7486              eval's don't clobber the error state of the outer context
7487      Branch: maint-5.6/perl
7488           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
7489           !> t/pragma/warn/toke
7490 ____________________________________________________________________________
7491 [  7279] By: gsar                                  on 2000/10/16  03:46:21
7492         Log: integrate change#5973 from mainline
7493              
7494              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
7495      Branch: maint-5.6/perl
7496           !> regcomp.c regexec.c t/op/re_tests
7497 ____________________________________________________________________________
7498 [  7278] By: gsar                                  on 2000/10/16  03:44:54
7499         Log: integrate change#5971 from cfgperl
7500              
7501              Unicos tweaks from Mark P. Lutz.
7502      Branch: maint-5.6/perl
7503           !> hints/unicos.sh lib/Math/Complex.pm
7504 ____________________________________________________________________________
7505 [  7277] By: gsar                                  on 2000/10/16  03:42:59
7506         Log: integrate changes#5966..5970 from mainline
7507              
7508              add testsuite for B backends, fix bug in B::Deparse (from
7509              Simon Cozens <simon@brecon.co.uk>)
7510              
7511              improved docs on the warn_uninit diagnostic (from David Glasser
7512              and Simon Cozens)
7513              
7514              tolerate spaces in group names in test on solaris (from David Boyce
7515              <dsb@boyski.com>)
7516              
7517              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
7518              
7519              Data::Dumper fumbles negative numbers on 32-bit platforms where
7520              IV is >32bits
7521      Branch: maint-5.6/perl
7522           +> t/lib/b.t t/lib/syslog.t
7523           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
7524           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
7525           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
7526 ____________________________________________________________________________
7527 [  7276] By: gsar                                  on 2000/10/16  03:39:30
7528         Log: integrate change#5965 from mainline
7529              
7530              avoid "will not stay shared" warnings for our variables (from
7531              Robin Barker)
7532      Branch: maint-5.6/perl
7533           !> op.c t/pragma/warn/op
7534 ____________________________________________________________________________
7535 [  7275] By: gsar                                  on 2000/10/16  03:38:18
7536         Log: integrate change#5964 from mainline
7537              
7538              reformat to 72 columns (again)
7539      Branch: maint-5.6/perl
7540           !> pod/perldiag.pod
7541 ____________________________________________________________________________
7542 [  7274] By: gsar                                  on 2000/10/16  03:36:58
7543         Log: integrate change#5963 from mainline
7544              
7545              patch from Larry to make (\&) prototype work; added tests for
7546              the same
7547      Branch: maint-5.6/perl
7548           !> op.c t/comp/proto.t
7549 ____________________________________________________________________________
7550 [  7273] By: gsar                                  on 2000/10/16  03:35:51
7551         Log: integrate changes#5956..5962 from mainline
7552              
7553              better diagnostics on failed tests (from Ilya Zakharevich)
7554              
7555              pod nits (from A. C. Yardley <yardley@tanet.net>)
7556              
7557              change#3569 deleted some essential code, revert; avoid use of
7558              atexit() to make DynaLoader work properly on AIX under mod_perl
7559              (from Jens-Uwe Mager <jum@helios.de>)
7560              
7561              doubled words in pods (from Simon Cozens
7562              <simon.p.cozens@jp.pwcglobal.com>)
7563              
7564              better INSTALL notes on Solaris issues (from Dominic Dunlop)
7565              
7566              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
7567              
7568              updated README.hpux (from Jeff Okamoto)
7569      Branch: maint-5.6/perl
7570           !> INSTALL README.hpux emacs/cperl-mode.el
7571           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
7572           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
7573           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7574           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
7575           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
7576           !> t/op/lex_assign.t
7577 ____________________________________________________________________________
7578 [  7272] By: gsar                                  on 2000/10/16  03:31:22
7579         Log: integrate change#5955 from mainline
7580              
7581              longstanding bug exposed by change#3307: sort arguments weren't
7582              compiled with the right wantarray context (ensuing runtime lookup
7583              via block_gimme() was getting the incidental context of the
7584              sort() itself)
7585      Branch: maint-5.6/perl
7586           !> op.c t/op/sort.t
7587 ____________________________________________________________________________
7588 [  7271] By: gsar                                  on 2000/10/16  03:29:11
7589         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
7590              branch
7591              
7592              Flatten the cpp jungle doing the nosuid checking.
7593              
7594              Do not assume sign propagation. (from M.J.T. Guy)
7595              
7596              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
7597              
7598              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
7599              Now pp_ncmp() returns undef is either operand is a NaN.
7600              
7601              On second thoughts frexp() does have two arguments.
7602              
7603              Document that tr() is not tr(1).
7604              
7605              Be more robust on "extreme" (large absolute value)
7606              arguments.  Originally reported by Daniel Connelly
7607              as a problem with asinh() on large negative arguments,
7608              asinh() used to bail out because an argument to log()
7609              ended up being zero.  Ilya Zakharevich proposed using
7610              Taylor's series in such cases, which for such large
7611              arguments is a very good approximation.
7612              
7613              Undo "use integer" addition from 64bitint as it seems
7614              to break most of the subtests in Digital UNIX;
7615              Unicos needs to find another way.
7616      Branch: maint-5.6/perl
7617           !> (integrate 29 files)
7618 ____________________________________________________________________________
7619 [  7270] By: gsar                                  on 2000/10/16  03:09:44
7620         Log: integrate changes#5948,5949,5950 from mainline
7621              
7622              typo in vars.pm that leads to cryptic message (from Piotr
7623              Piatkowski <kompas@kompas.usr.onet.pl>)
7624              
7625              make perldoc use the pod2man from the same version (from
7626              M.J.T. Guy)
7627              
7628              reformat perldiag to avoid long lines
7629      Branch: maint-5.6/perl
7630           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
7631 ____________________________________________________________________________
7632 [  7269] By: gsar                                  on 2000/10/16  03:05:54
7633         Log: integrate change#5947 from mainline
7634              
7635              use &dl_error rather than &dl_load_file as the guard for calling
7636              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
7637              statically built perl)
7638      Branch: maint-5.6/perl
7639           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
7640 ____________________________________________________________________________
7641 [  7268] By: gsar                                  on 2000/10/16  03:04:48
7642         Log: integrate change#5945 from mainline
7643              
7644              make module name mandatory after -M switch; reorder perldiag
7645              alphabetically (from Mark-Jason Dominus)
7646      Branch: maint-5.6/perl
7647           !> perl.c pod/perldiag.pod
7648 ____________________________________________________________________________
7649 [  7267] By: gsar                                  on 2000/10/16  03:03:01
7650         Log: integrate change#5939 from mainline
7651              
7652              more pod nits (from Larry Virden)
7653      Branch: maint-5.6/perl
7654           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
7655           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
7656           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
7657 ____________________________________________________________________________
7658 [  7266] By: gsar                                  on 2000/10/16  03:01:39
7659         Log: integrate change#5938 from mainline
7660              
7661              Consolidated B::Deparse fixes (from Stephen McCamant)
7662      Branch: maint-5.6/perl
7663           !> ext/B/B/Deparse.pm
7664 ____________________________________________________________________________
7665 [  7265] By: gsar                                  on 2000/10/16  03:00:43
7666         Log: integrate change#5936 from mainline
7667              
7668              additional tests for change#7263 (from Paul Marquess)
7669      Branch: maint-5.6/perl
7670           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
7671           !> t/pragma/warn/5nolint t/pragma/warn/6default
7672 ____________________________________________________________________________
7673 [  7264] By: gsar                                  on 2000/10/16  02:58:34
7674         Log: integrate change#5934 from mainline
7675              
7676              propagate lexical warnings from surrounding scope correctly
7677              within string eval() (from Paul Marquess)
7678      Branch: maint-5.6/perl
7679           !> pp_ctl.c t/pragma/warn/pp_ctl
7680 ____________________________________________________________________________
7681 [  7263] By: gsar                                  on 2000/10/16  02:56:53
7682         Log: integrate change#5932 from mainline
7683              
7684              add rsignal(), whichsig() and do_join() to public API list
7685              (mod_perl uses them to good advantage)
7686      Branch: maint-5.6/perl
7687           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
7688 ____________________________________________________________________________
7689 [  7262] By: gsar                                  on 2000/10/16  02:55:53
7690         Log: integrate change#5931 from mainline
7691              
7692              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
7693      Branch: maint-5.6/perl
7694           !> pp_hot.c regexec.c t/op/pat.t
7695 ____________________________________________________________________________
7696 [  7261] By: gsar                                  on 2000/10/16  02:55:01
7697         Log: integrate change#5930 from mainline
7698              
7699              small os390 tweaks (from Peter Prymmer)
7700      Branch: maint-5.6/perl
7701           !> config_h.SH makedepend.SH
7702 ____________________________________________________________________________
7703 [  7260] By: gsar                                  on 2000/10/16  02:54:10
7704         Log: integrate change#5929 from mainline
7705              
7706              pod nits
7707      Branch: maint-5.6/perl
7708           !> pod/perlguts.pod
7709 ____________________________________________________________________________
7710 [  7259] By: gsar                                  on 2000/10/16  02:52:55
7711         Log: integrate change#5927 from mainline
7712              
7713              arrange for next() to resume at the unstack op rather than the
7714              loop conditional, so that scope cleanup happens correctly
7715              (from Stephen McCamant)
7716      Branch: maint-5.6/perl
7717           !> op.c pp_ctl.c t/op/misc.t
7718 ____________________________________________________________________________
7719 [  7258] By: gsar                                  on 2000/10/16  02:51:38
7720         Log: integrate change#5926 from mainline
7721              
7722              on windows, reserve 16M of stack rather than 128M (allows more
7723              threads to run concurrently)
7724      Branch: maint-5.6/perl
7725           !> win32/Makefile win32/makefile.mk
7726 ____________________________________________________________________________
7727 [  7257] By: gsar                                  on 2000/10/16  02:50:37
7728         Log: integrate change#5925 from mainline
7729              
7730              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
7731      Branch: maint-5.6/perl
7732           !> toke.c
7733 ____________________________________________________________________________
7734 [  7256] By: gsar                                  on 2000/10/16  02:49:36
7735         Log: integrate change#5924 from mainline
7736              
7737              avoid using uninitialized memory in require version check
7738      Branch: maint-5.6/perl
7739           !> pp_ctl.c universal.c
7740 ____________________________________________________________________________
7741 [  7255] By: gsar                                  on 2000/10/16  02:48:03
7742         Log: integrate changes#5923,5928,6009 from mainline
7743              
7744              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
7745      Branch: maint-5.6/perl
7746           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
7747 ____________________________________________________________________________
7748 [  7254] By: gsar                                  on 2000/10/16  02:44:46
7749         Log: integrate change#5922 from mainline
7750              
7751              commentary about IoTYPE() (from Nathan Torkington)
7752      Branch: maint-5.6/perl
7753           !> sv.h
7754 ____________________________________________________________________________
7755 [  7253] By: gsar                                  on 2000/10/16  02:43:49
7756         Log: integrate change#5921 from mainline
7757              
7758              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
7759      Branch: maint-5.6/perl
7760           !> sv.c t/lib/charnames.t t/pragma/utf8.t
7761 ____________________________________________________________________________
7762 [  7252] By: gsar                                  on 2000/10/16  02:42:31
7763         Log: integrate change#5920 from mainline
7764              
7765              Larry's fix for buggy propagation of utf8-ness in join(); add test
7766      Branch: maint-5.6/perl
7767           !> doop.c t/op/ver.t
7768 ____________________________________________________________________________
7769 [  7251] By: gsar                                  on 2000/10/16  02:41:14
7770         Log: integrate changes#5915..5919 from mainline
7771              
7772              various (pod tweaks &c)
7773      Branch: maint-5.6/perl
7774           !> (integrate 33 files)
7775 ____________________________________________________________________________
7776 [  7250] By: gsar                                  on 2000/10/16  02:38:16
7777         Log: integrate change#5914 from mainline
7778              
7779              caller() wasn't returning the right number of elements for
7780              eval {...}
7781      Branch: maint-5.6/perl
7782           !> pp_ctl.c t/pragma/warn/9enabled
7783 ____________________________________________________________________________
7784 [  7249] By: gsar                                  on 2000/10/16  02:37:02
7785         Log: integrate change#5913 from mainline
7786              
7787              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
7788              (from Mark-Jason Dominus)
7789      Branch: maint-5.6/perl
7790           !> pod/perlfunc.pod
7791 ____________________________________________________________________________
7792 [  7248] By: gsar                                  on 2000/10/16  02:35:58
7793         Log: integrate change#5912 from mainline
7794              
7795              fix totally broken caching in UNIVERSAL::isa() (from
7796              Nick Ing-Simmons)
7797      Branch: maint-5.6/perl
7798           !> t/op/universal.t universal.c
7799 ____________________________________________________________________________
7800 [  7247] By: gsar                                  on 2000/10/16  02:34:27
7801         Log: integrate changes#5910,5911 from mainline
7802              
7803              typo in pod
7804              
7805              add linebreak properties from unicode/LineBrk.txt (from
7806              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
7807      Branch: maint-5.6/perl
7808           +> (branch 29 files)
7809           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
7810 ____________________________________________________________________________
7811 [  7246] By: gsar                                  on 2000/10/16  02:33:29
7812         Log: integrate change#5909 from mainline
7813              
7814              mode argument to do_binmode() should be file mode, not boolean
7815      Branch: maint-5.6/perl
7816           !> pp_sys.c
7817 ____________________________________________________________________________
7818 [  7245] By: gsar                                  on 2000/10/16  02:31:04
7819         Log: integrate change#5908 from mainline
7820              
7821              introduce illegal symbols into null package so that
7822              gv_fetchpv(...,TRUE) always returns a valid GV even when the
7823              symbol is trapped by strictures (avoids coredumps)
7824      Branch: maint-5.6/perl
7825           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
7826           !> t/pragma/strict-vars
7827 ____________________________________________________________________________
7828 [  7244] By: jhi                                   on 2000/10/16  02:29:54
7829         Log: Subject: $Carp::ExportLevel confusion in Exporter
7830              From: "Ben Tilly" <ben_tilly@hotmail.com>
7831              Date: Sat, 14 Oct 2000 16:44:34 EDT
7832              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
7833      Branch: perl
7834            ! lib/Exporter/Heavy.pm
7835 ____________________________________________________________________________
7836 [  7243] By: jhi                                   on 2000/10/16  02:28:33
7837         Log: Subject: [PATCH perlguts.pod] Document offset hack
7838              From: Simon Cozens <simon@cozens.net>
7839              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
7840              Date: Sat, 14 Oct 2000 19:32:25 +0100
7841      Branch: perl
7842            ! pod/perlguts.pod
7843 ____________________________________________________________________________
7844 [  7242] By: gsar                                  on 2000/10/16  02:26:51
7845         Log: integrate changes#5905,5906,5907,6064 from mainline
7846              
7847              printf/sprintf didn't get quad types right under use64bitint
7848      Branch: maint-5.6/perl
7849           !> pp_sys.c sv.c t/op/64bitint.t
7850 ____________________________________________________________________________
7851 [  7241] By: jhi                                   on 2000/10/16  02:22:44
7852         Log: Subject: small pod patch
7853              From: Dan Boorstein <dan_boo@bellsouth.net>
7854              Date: Sat, 14 Oct 2000 14:29:24 -0400
7855              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
7856      Branch: perl
7857            ! pod/perlfaq7.pod pod/perlmod.pod
7858 ____________________________________________________________________________
7859 [  7240] By: jhi                                   on 2000/10/16  02:13:46
7860         Log: -w cleanup.
7861              
7862              Subject: Re: Problems with bleadperl 
7863              From: "Stephen P. Potter" <spp@ds.net>
7864              Date: Fri, 13 Oct 2000 13:32:49 -0400
7865              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
7866      Branch: perl
7867            ! t/pragma/overload.t
7868 ____________________________________________________________________________
7869 [  7239] By: jhi                                   on 2000/10/16  01:41:18
7870         Log: One more ~utf8 tweak.
7871      Branch: perl
7872            ! t/op/bop.t
7873 ____________________________________________________________________________
7874 [  7238] By: jhi                                   on 2000/10/16  01:34:14
7875         Log: Tweak the test of #7235.
7876      Branch: perl
7877            ! t/op/bop.t
7878 ____________________________________________________________________________
7879 [  7237] By: jhi                                   on 2000/10/16  01:25:04
7880         Log: Fix a couple of compiler-noted nits in #7235.
7881      Branch: perl
7882            ! pp.c
7883 ____________________________________________________________________________
7884 [  7236] By: jhi                                   on 2000/10/16  01:22:46
7885         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
7886      Branch: perl
7887            ! pp.c pp_hot.c
7888 ____________________________________________________________________________
7889 [  7235] By: jhi                                   on 2000/10/15  16:24:44
7890         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
7891              
7892              From: Simon Cozens <simon@cozens.net>
7893              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
7894              Date: Sat, 14 Oct 2000 20:52:13 +0100
7895              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
7896      Branch: perl
7897            ! pp.c t/op/bop.t utf8.h
7898 ____________________________________________________________________________
7899 [  7234] By: jhi                                   on 2000/10/15  15:19:29
7900         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
7901              The problem was that rx->minlen was in chars while pp_split()
7902              thought it would be in bytes. 
7903      Branch: perl
7904            ! pp.c t/pragma/utf8.t
7905 ____________________________________________________________________________
7906 [  7233] By: jhi                                   on 2000/10/14  20:24:24
7907         Log: Document FNCASE=y as discussed in the bug 20000902.009.
7908      Branch: perl
7909            ! README.dos
7910 ____________________________________________________________________________
7911 [  7232] By: jhi                                   on 2000/10/14  18:52:21
7912         Log: Add test for bug id 20000427.003 (which seems to have
7913              been fixed) (also duplicate as 20000427.004, though
7914              with a higher severity).  Move one utf8 from op/append
7915              to pragma/utf8, tag the tests with bug ids.
7916      Branch: perl
7917            ! t/op/append.t t/pragma/utf8.t
7918 ____________________________________________________________________________
7919 [  7231] By: jhi                                   on 2000/10/14  17:28:37
7920         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
7921      Branch: perl
7922            ! t/pragma/utf8.t
7923 ____________________________________________________________________________
7924 [  7230] By: jhi                                   on 2000/10/14  14:24:50
7925         Log: Needs to be conditional on SunOS 4.
7926              
7927              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
7928              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7929              Date: Sat, 14 Oct 2000 13:37:49 +0100
7930              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
7931      Branch: metaconfig/U/perl
7932            ! End.U
7933      Branch: perl
7934            ! Configure myconfig.SH pod/perldelta.pod
7935 ____________________________________________________________________________
7936 [  7229] By: jhi                                   on 2000/10/14  00:49:22
7937         Log: Update Changes.
7938      Branch: perl
7939            ! Changes patchlevel.h
7940 ____________________________________________________________________________
7941 [  7228] By: jhi                                   on 2000/10/14  00:46:10
7942         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
7943              From: Peter Prymmer <pvhp@forte.com>
7944              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
7945              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
7946      Branch: perl
7947            ! lib/utf8.pm
7948 ____________________________________________________________________________
7949 [  7227] By: jhi                                   on 2000/10/13  23:20:30
7950         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
7951      Branch: perl
7952            ! t/op/tie.t
7953 ____________________________________________________________________________
7954 [  7226] By: jhi                                   on 2000/10/13  22:14:32
7955         Log: Tweak #7225.
7956              
7957              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
7958              From: Peter Prymmer <pvhp@forte.com>
7959              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
7960              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
7961      Branch: perl
7962            ! t/op/sprintf.t
7963 ____________________________________________________________________________
7964 [  7225] By: jhi                                   on 2000/10/13  22:11:31
7965         Log: op/sprintf.t patch for OS/390 (and any other host with limited
7966              floating-point exponent length)
7967              
7968              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
7969              From: Dominic Dunlop <domo@computer.org>
7970              Date: Fri, 13 Oct 2000 19:17:57 +0200
7971              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
7972      Branch: perl
7973            ! t/op/sprintf.t
7974 ____________________________________________________________________________
7975 [  7224] By: jhi                                   on 2000/10/13  18:40:48
7976         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
7977      Branch: perl
7978            ! toke.c
7979 ____________________________________________________________________________
7980 [  7223] By: jhi                                   on 2000/10/13  18:37:13
7981         Log: Thinko in #7222.
7982      Branch: perl
7983            ! utf8.c
7984 ____________________________________________________________________________
7985 [  7222] By: jhi                                   on 2000/10/13  18:05:23
7986         Log: Use UTF8SKIP(), from Simon Cozens.
7987      Branch: perl
7988            ! utf8.c
7989 ____________________________________________________________________________
7990 [  7221] By: jhi                                   on 2000/10/13  15:43:19
7991         Log: (accidentally empty check-in)
7992      Branch: perl
7993            ! utf8.c
7994 ____________________________________________________________________________
7995 [  7220] By: jhi                                   on 2000/10/13  15:23:51
7996         Log: Add (optimistically) Storable to static extensions.
7997      Branch: perl
7998            ! hints/uwin.sh hints/vmesa.sh
7999 ____________________________________________________________________________
8000 [  7219] By: jhi                                   on 2000/10/13  15:20:05
8001         Log: Amdahl UTS doesn't seem to do dynaloading.
8002      Branch: perl
8003            ! hints/uts.sh
8004 ____________________________________________________________________________
8005 [  7218] By: jhi                                   on 2000/10/13  15:15:20
8006         Log: Slight tweak of the code to appease Amdahl UTS cc.
8007      Branch: perl
8008            ! pp.c
8009 ____________________________________________________________________________
8010 [  7217] By: jhi                                   on 2000/10/13  14:50:42
8011         Log: In Amdahl UTS "struct sv" is defined by a system header,
8012              <ksync.h>.
8013      Branch: perl
8014            ! perl.h sv.h
8015 ____________________________________________________________________________
8016 [  7216] By: jhi                                   on 2000/10/13  11:58:25
8017         Log: Ilya implemented the memory profiling API.
8018      Branch: perl
8019            ! Todo
8020 ____________________________________________________________________________
8021 [  7215] By: jhi                                   on 2000/10/13  02:56:38
8022         Log: Subject: [PATCH 5.7.0] Perl API for mstats
8023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8024              Date: Thu, 12 Oct 2000 22:52:40 -0400
8025              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
8026      Branch: perl
8027            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8028 ____________________________________________________________________________
8029 [  7214] By: jhi                                   on 2000/10/13  02:55:38
8030         Log: Subject: [PATCH 5.7.0] IVs in mtats
8031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8032              Date: Thu, 12 Oct 2000 22:51:04 -0400
8033              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
8034      Branch: perl
8035            ! malloc.c perl.h
8036 ____________________________________________________________________________
8037 [  7213] By: jhi                                   on 2000/10/13  02:31:47
8038         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
8039      Branch: perl
8040            ! pod/perldiag.pod pp_sys.c
8041 ____________________________________________________________________________
8042 [  7212] By: jhi                                   on 2000/10/13  01:27:38
8043         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
8044              From: Peter Prymmer <pvhp@forte.com>
8045              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
8046              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
8047      Branch: perl
8048            ! t/op/oct.t
8049 ____________________________________________________________________________
8050 [  7211] By: jhi                                   on 2000/10/13  00:35:09
8051         Log: Update Changes.
8052      Branch: perl
8053            ! Changes patchlevel.h
8054 ____________________________________________________________________________
8055 [  7210] By: jhi                                   on 2000/10/12  23:59:40
8056         Log: The Install.pm third of
8057              
8058              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
8059              From: Bill Campbell <bill@celestial.com>
8060              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
8061              Date: Thu, 5 Oct 2000 18:04:51 -0700
8062      Branch: perl
8063            ! lib/ExtUtils/Install.pm
8064 ____________________________________________________________________________
8065 [  7209] By: jhi                                   on 2000/10/12  23:58:43
8066         Log: Two thirds of
8067              
8068              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
8069              Date: Thu, 5 Oct 2000 18:04:51 -0700
8070              From: Bill Campbell <bill@celestial.com>
8071              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
8072              
8073              The Install.pm changes will be submitted separately because
8074              they need some work and discussion still.
8075      Branch: perl
8076            ! lib/getopts.pl lib/termcap.pl
8077 ____________________________________________________________________________
8078 [  7208] By: jhi                                   on 2000/10/12  23:41:19
8079         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
8080              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8081              Date:     Thu, 12 Oct 2000 07:30:02 EDT
8082              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
8083      Branch: perl
8084            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
8085            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
8086 ____________________________________________________________________________
8087 [  7207] By: jhi                                   on 2000/10/12  23:39:01
8088         Log: An updated EBCDIC tr patch.
8089              
8090              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
8091              From: Peter Prymmer <pvhp@forte.com>
8092              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
8093              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
8094      Branch: perl
8095            ! t/op/tr.t
8096 ____________________________________________________________________________
8097 [  7206] By: jhi                                   on 2000/10/12  23:34:55
8098         Log: Upgrade to CPAN 1.58, from Andreas König.
8099      Branch: perl
8100            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8101 ____________________________________________________________________________
8102 [  7205] By: jhi                                   on 2000/10/12  23:29:08
8103         Log: Introduce the man[24-8] variables, from Andy Dougherty.
8104      Branch: metaconfig/U/perl
8105            + mandirs.U mandirstyle.U
8106      Branch: perl
8107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8108            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
8109            ! vos/config.h vos/config.pl vos/config_h.SH_orig
8110            ! win32/config.bc win32/config.gc win32/config.vc
8111 ____________________________________________________________________________
8112 [  7204] By: gsar                                  on 2000/10/12  18:11:24
8113         Log: restore change#7202
8114      Branch: perl
8115            ! mg.c
8116 ____________________________________________________________________________
8117 [  7203] By: gsar                                  on 2000/10/12  18:09:40
8118         Log: another test of the Emergency Broadcast System--back out 
8119              change#7202
8120      Branch: perl
8121            ! mg.c
8122 ____________________________________________________________________________
8123 [  7202] By: gsar                                  on 2000/10/12  16:40:47
8124         Log: (submitted on behalf of Jarkko)
8125              Fix the lib/encode.t subtest 6 failure as reported by Andreas
8126              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
8127              was unearthed by change 7182, as was a bug in HTML::Entities.
8128      Branch: perl
8129            ! mg.c
8130 ____________________________________________________________________________
8131 [  7201] By: jhi                                   on 2000/10/11  03:16:05
8132         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
8133      Branch: perl
8134            ! pp_hot.c t/pragma/utf8.t
8135 ____________________________________________________________________________
8136 [  7200] By: jhi                                   on 2000/10/11  00:40:30
8137         Log: The #7198 was a false alarm.
8138      Branch: perl
8139            ! pp_hot.c
8140 ____________________________________________________________________________
8141 [  7199] By: jhi                                   on 2000/10/11  00:26:04
8142         Log: Remove duplicated code.
8143      Branch: perl
8144            ! t/lib/cgi-html.t
8145 ____________________________________________________________________________
8146 [  7198] By: jhi                                   on 2000/10/10  23:30:46
8147         Log: (Retracted by #7200.)
8148      Branch: perl
8149            ! pp_hot.c
8150 ____________________________________________________________________________
8151 [  7197] By: jhi                                   on 2000/10/10  21:49:30
8152         Log: Add the test case for #7190, from the original bug report
8153              by Andreas König.
8154      Branch: perl
8155            ! t/pragma/utf8.t
8156 ____________________________________________________________________________
8157 [  7196] By: jhi                                   on 2000/10/10  21:40:49
8158         Log: Reapply Andy's patch and regen Configure.
8159      Branch: perl
8160            ! Configure INSTALL Makefile.SH Porting/Glossary
8161            ! Porting/config.sh config_h.SH epoc/config.sh installperl
8162            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8163            ! win32/config.vc
8164 ____________________________________________________________________________
8165 [  7195] By: jhi                                   on 2000/10/10  21:09:30
8166         Log: Use the versiononly instead of the installscripts,
8167              retract the changes 7146 and 7147.
8168      Branch: perl
8169            ! Configure INSTALL Makefile.SH Porting/Glossary
8170            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
8171            ! installperl uconfig.sh vos/config.def win32/config.bc
8172            ! win32/config.gc win32/config.vc
8173 ____________________________________________________________________________
8174 [  7194] By: jhi                                   on 2000/10/10  21:06:15
8175         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
8176              From: Peter Prymmer <pvhp@forte.com>
8177              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
8178              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
8179      Branch: perl
8180            ! t/op/ver.t
8181 ____________________________________________________________________________
8182 [  7193] By: jhi                                   on 2000/10/10  21:05:12
8183         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
8184              From: Peter Prymmer <pvhp@forte.com>
8185              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
8186              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
8187      Branch: perl
8188            ! t/op/tr.t
8189 ____________________________________________________________________________
8190 [  7192] By: jhi                                   on 2000/10/10  20:57:30
8191         Log: Add versiononly, delete installscripts, from Andy Dougherty.
8192      Branch: metaconfig
8193            - U/installdirs/installscripts.U
8194      Branch: metaconfig/U/perl
8195            + versiononly.U
8196 ____________________________________________________________________________
8197 [  7191] By: jhi                                   on 2000/10/10  19:41:21
8198         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
8199              From: Peter Prymmer <pvhp@forte.com>
8200              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
8201              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
8202      Branch: perl
8203            ! pod/perlebcdic.pod
8204 ____________________________________________________________________________
8205 [  7190] By: jhi                                   on 2000/10/10  19:26:14
8206         Log: Subject: Re: utf8 concat, mg_get
8207              From: Simon Cozens <simon@cozens.net>
8208              Date: Tue, 10 Oct 2000 17:40:17 +0100
8209              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
8210      Branch: perl
8211            ! pp_hot.c
8212 ____________________________________________________________________________
8213 [  7189] By: jhi                                   on 2000/10/10  19:23:03
8214         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
8215              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
8216              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
8217              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
8218      Branch: perl
8219            ! lib/ExtUtils/MM_Unix.pm
8220 ____________________________________________________________________________
8221 [  7188] By: jhi                                   on 2000/10/10  15:31:24
8222         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
8223              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8224              Date: Fri, 14 Jul 2000 10:47:36 +0100
8225              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
8226      Branch: perl
8227            ! README.win32
8228 ____________________________________________________________________________
8229 [  7187] By: jhi                                   on 2000/10/10  13:30:10
8230         Log: Quote the temp file name, needed in Win32 because the
8231              default name unfortunately contains spaces, shouldn't
8232              hurt elsewhere.
8233              
8234              Subject: FW: perldoc fails if $TEMP contains spaces
8235              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8236              Date: Thu, 14 Sep 2000 08:58:45 +0100
8237              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
8238      Branch: perl
8239            ! utils/perldoc.PL
8240 ____________________________________________________________________________
8241 [  7186] By: jhi                                   on 2000/10/10  13:16:27
8242         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
8243              From: hv@hugo.hybyte.com
8244              Date: Tue, 10 Oct 2000 14:10:20 +0100
8245              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
8246      Branch: perl
8247            ! t/lib/thr5005.t util.c
8248 ____________________________________________________________________________
8249 [  7185] By: jhi                                   on 2000/10/10  12:06:22
8250         Log: Upgrade to podlators 1.04, from Russ Allbery.
8251      Branch: perl
8252            ! lib/Pod/Man.pm lib/Pod/Text.pm
8253 ____________________________________________________________________________
8254 [  7184] By: jhi                                   on 2000/10/10  12:01:32
8255         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
8256      Branch: perl
8257            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
8258 ____________________________________________________________________________
8259 [  7183] By: jhi                                   on 2000/10/09  23:47:15
8260         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
8261              From: Peter Prymmer <pvhp@forte.com>
8262              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
8263              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
8264      Branch: perl
8265            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
8266 ____________________________________________________________________________
8267 [  7182] By: jhi                                   on 2000/10/09  23:43:16
8268         Log: Make eq work again with utf8 (disabling the upgrading
8269              should no more be necessary since the copies of the
8270              scalars are upgraded, not the scalars themselves).
8271              Takes care of ID 20001009.001.  (The claimed length()
8272              bug in 20001009.001 seems bogus to me.)
8273      Branch: perl
8274            ! sv.c t/pragma/utf8.t
8275 ____________________________________________________________________________
8276 [  7181] By: gsar                                  on 2000/10/09  19:41:54
8277         Log: tweak for change#7173
8278      Branch: perl
8279            ! win32/win32sck.c
8280 ____________________________________________________________________________
8281 [  7180] By: gsar                                  on 2000/10/09  19:26:56
8282         Log: on Windows, clean targets might not work under some flavors of the shell
8283      Branch: perl
8284            ! win32/Makefile win32/makefile.mk
8285 ____________________________________________________________________________
8286 [  7179] By: jhi                                   on 2000/10/09  19:21:02
8287         Log: Update Changes.
8288      Branch: perl
8289            ! Changes patchlevel.h
8290 ____________________________________________________________________________
8291 [  7178] By: jhi                                   on 2000/10/09  19:18:23
8292         Log: Warn about unknown scripts.
8293              
8294              Subject: Re: ideas? patches? [PATCH bleadperl]
8295              From: Dominic Dunlop <domo@computer.org>
8296              Date: Mon, 9 Oct 2000 14:57:17 +0200
8297              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
8298      Branch: perl
8299            ! lib/charnames.pm
8300 ____________________________________________________________________________
8301 [  7177] By: jhi                                   on 2000/10/09  19:13:27
8302         Log: Change #7160 had a nasty typo.
8303      Branch: metaconfig
8304            ! U/compline/Compile.U
8305      Branch: perl
8306            ! Configure config_h.SH
8307 ____________________________________________________________________________
8308 [  7176] By: gsar                                  on 2000/10/09  18:59:33
8309         Log: pod nit
8310      Branch: perl
8311            ! pod/perlport.pod
8312 ____________________________________________________________________________
8313 [  7175] By: gsar                                  on 2000/10/09  18:54:28
8314         Log: Windows9x doesn't support link(), despite what Config.pm
8315              might think
8316      Branch: perl
8317            ! lib/ExtUtils/Manifest.pm
8318 ____________________________________________________________________________
8319 [  7174] By: gsar                                  on 2000/10/09  18:50:03
8320         Log: avoid nonportable example code
8321      Branch: perl
8322            ! lib/File/Copy.pm
8323 ____________________________________________________________________________
8324 [  7173] By: gsar                                  on 2000/10/09  18:46:54
8325         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
8326              being used) when closing a socket handle
8327      Branch: perl
8328            ! win32/win32.c win32/win32.h win32/win32sck.c
8329 ____________________________________________________________________________
8330 [  7172] By: gsar                                  on 2000/10/09  18:41:40
8331         Log: on Windows, cwd strings in the environment should be of the
8332              form =X:=X:\foo instead of =X=X:\foo\
8333      Branch: perl
8334            ! win32/vdir.h
8335 ____________________________________________________________________________
8336 [  7171] By: gsar                                  on 2000/10/09  18:30:09
8337         Log: on Windows, LoadLibrary() could load an extension DLL multiple
8338              times if forward slashes are used in the path
8339      Branch: perl
8340            ! win32/win32.c
8341 ____________________________________________________________________________
8342 [  7170] By: jhi                                   on 2000/10/09  17:53:59
8343         Log: Add a todo note about overloadable assertions.
8344      Branch: perl
8345            ! Todo-5.6
8346 ____________________________________________________________________________
8347 [  7169] By: jhi                                   on 2000/10/09  13:43:45
8348         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
8349              From: mjd@plover.com
8350              Date: 9 Oct 2000 00:24:44 -0000
8351              Message-ID: <20001009002444.10616.qmail@plover.com>
8352      Branch: perl
8353            ! pod/perldebguts.pod
8354 ____________________________________________________________________________
8355 [  7168] By: nick                                  on 2000/10/08  13:16:33
8356         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
8357              is not right thing to do on (e.g. x86). Network order is also "right" for
8358              X fonts.
8359      Branch: perl
8360            ! ext/Encode/Encode.pm
8361 ____________________________________________________________________________
8362 [  7167] By: nick                                  on 2000/10/08  12:54:42
8363         Log: Make "encodings" work post-install when Encode/*.enc files may not
8364              be in same directory as Encode.pm
8365      Branch: perl
8366            ! ext/Encode/Encode.pm
8367 ____________________________________________________________________________
8368 [  7166] By: nick                                  on 2000/10/08  11:51:26
8369         Log: Work round the fact that $hash->{$key} does not take into account
8370              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
8371              so that key is always in the "expected" encoding - i.e. same way we put
8372              it in the hash.
8373      Branch: perl
8374            ! ext/Encode/Encode.pm
8375 ____________________________________________________________________________
8376 [  7165] By: gsar                                  on 2000/10/08  04:15:29
8377         Log: save_re_context() could reset PL_curcop to freed memory, causing core
8378              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
8379      Branch: perl
8380            ! pp_ctl.c
8381 ____________________________________________________________________________
8382 [  7164] By: jhi                                   on 2000/10/06  20:51:48
8383         Log: UTF8ize split() so that the cloned substrings get the UTF8
8384              flag of the original scalar.  Problem reported by Simon Cozens.
8385      Branch: perl
8386            ! pp.c t/pragma/utf8.t
8387 ____________________________________________________________________________
8388 [  7163] By: nick                                  on 2000/10/06  20:48:34
8389         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
8390              got a false +ve and so did not reach code which would have un-FAKEd the SV.
8391      Branch: perl
8392            ! sv.c
8393 ____________________________________________________________________________
8394 [  7162] By: nick                                  on 2000/10/06  20:25:37
8395         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
8396              To fix  (sort {$a <=> $b} keys %hash) in particular but
8397              should cover a number of other as-yet-unknown cases as well.
8398      Branch: perl
8399            ! sv.c
8400 ____________________________________________________________________________
8401 [  7161] By: jhi                                   on 2000/10/06  19:56:18
8402         Log: Change the version number of Tie::Handle in the core to 4.0,
8403              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
8404              
8405              Subject: Note on Tie::Handle
8406              From: andreas.koenig@anima.de (Andreas J. Koenig)
8407              Date:      06 Oct 2000 21:48:58 +0200
8408              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
8409      Branch: perl
8410            ! lib/Tie/Handle.pm
8411 ____________________________________________________________________________
8412 [  7160] By: jhi                                   on 2000/10/06  18:20:35
8413         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
8414              as the first option of cc/ld because of ultrapicky compilers
8415              (e.g. OS/390 R2.5)
8416      Branch: metaconfig
8417            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
8418            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
8419            ! U/compline/orderlib.U U/modified/Cppsym.U
8420            ! U/modified/d_access.U
8421      Branch: metaconfig/U/perl
8422            ! Checkcc.U d_dlsymun.U gccvers.U
8423      Branch: perl
8424            ! Configure config_h.SH
8425 ____________________________________________________________________________
8426 [  7159] By: jhi                                   on 2000/10/06  13:56:39
8427         Log: Update Changes.
8428      Branch: perl
8429            ! Changes patchlevel.h
8430 ____________________________________________________________________________
8431 [  7158] By: jhi                                   on 2000/10/06  12:48:40
8432         Log: Eliminate $Is_VMS code from the test.
8433              
8434              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
8435              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8436              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
8437              Date:     Thu, 5 Oct 2000 07:46:33 EDT
8438      Branch: perl
8439            ! t/lib/b.t
8440 ____________________________________________________________________________
8441 [  7157] By: jhi                                   on 2000/10/06  12:47:13
8442         Log: Also the $ccflags is needed for the C compiler check.
8443              
8444              Subject: Configure (check for C-compiler)
8445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8446              Date: Fri, 06 Oct 2000 08:47:15 +0200
8447              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
8448      Branch: metaconfig/U/perl
8449            ! Checkcc.U
8450      Branch: perl
8451            ! Configure config_h.SH
8452 ____________________________________________________________________________
8453 [  7156] By: jhi                                   on 2000/10/06  11:45:15
8454         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
8455      Branch: perl
8456            ! perl.c pp_ctl.c sv.h utf8.c
8457 ____________________________________________________________________________
8458 [  7155] By: jhi                                   on 2000/10/06  11:40:41
8459         Log: IO::Handle->syswrite() did not handle length omission
8460              like CORE::syswrite() does.
8461              
8462              Subject: [Fwd] IO::Handle, syswrite and arguments
8463              From: Graham Barr <gbarr@pobox.com>
8464              Date: Fri, 6 Oct 2000 10:22:05 +0100
8465              Message-ID: <20001006102205.U6312@pobox.com>
8466              
8467              The original patch from andrew@ugh.net.au.
8468      Branch: perl
8469            ! ext/IO/lib/IO/Handle.pm
8470 ____________________________________________________________________________
8471 [  7154] By: jhi                                   on 2000/10/06  01:42:15
8472         Log: Tweak #7153.
8473      Branch: perl
8474            ! utf8.h
8475 ____________________________________________________________________________
8476 [  7153] By: jhi                                   on 2000/10/06  00:39:55
8477         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
8478      Branch: perl
8479            ! utf8.h
8480 ____________________________________________________________________________
8481 [  7152] By: jhi                                   on 2000/10/06  00:38:11
8482         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
8483      Branch: perl
8484            ! perl.c pp_ctl.c sv.h utf8.c
8485 ____________________________________________________________________________
8486 [  7151] By: jhi                                   on 2000/10/06  00:36:38
8487         Log: Subject: Re: Questions about Tie::Array and perl modules
8488              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8489              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
8490              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
8491              
8492              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
8493      Branch: perl
8494            ! lib/Tie/Array.pm t/op/array.t
8495 ____________________________________________________________________________
8496 [  7150] By: jhi                                   on 2000/10/05  00:20:45
8497         Log: Regen Changes.
8498      Branch: perl
8499            ! Changes patchlevel.h
8500 ____________________________________________________________________________
8501 [  7149] By: jhi                                   on 2000/10/05  00:20:01
8502         Log: Regen toc.
8503      Branch: perl
8504            ! pod/perltoc.pod
8505 ____________________________________________________________________________
8506 [  7148] By: jhi                                   on 2000/10/04  23:35:08
8507         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
8508              reported several times by Dominic Dunlop, for example in
8509              ID 20000315.008.  Patch from Dominic.  Patch affects at
8510              least MachTen, and possibly other oldish BSDs. Should not
8511              break non-broken platforms (tested on LinuxPPC). 
8512      Branch: perl
8513            ! doio.c
8514 ____________________________________________________________________________
8515 [  7147] By: jhi                                   on 2000/10/04  23:26:34
8516         Log: The one that got away from 7146.
8517      Branch: metaconfig
8518            + U/installdirs/installscripts.U
8519 ____________________________________________________________________________
8520 [  7146] By: jhi                                   on 2000/10/04  23:25:04
8521         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
8522              suggested by H. Merijn Brand.
8523      Branch: perl
8524            ! Configure INSTALL Makefile.SH Porting/Glossary
8525            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
8526            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8527            ! win32/config.vc
8528 ____________________________________________________________________________
8529 [  7145] By: jhi                                   on 2000/10/04  22:08:21
8530         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
8531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8532              Date: Wed, 4 Oct 2000 17:37:46 -0400
8533              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
8534      Branch: perl
8535            ! utils/h2xs.PL
8536 ____________________________________________________________________________
8537 [  7144] By: jhi                                   on 2000/10/04  18:11:41
8538         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
8539              From: Jeff Pinyan <jeffp@crusoe.net>
8540              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
8541              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
8542      Branch: perl
8543            ! pod/perlrun.pod
8544 ____________________________________________________________________________
8545 [  7143] By: jhi                                   on 2000/10/04  18:09:58
8546         Log: Subject: perlhack.pod Patch for Externals Tools
8547              From: Fisher Mark <fisherm@tce.com>
8548              Date: Tue, 3 Oct 2000 15:43:27 -0500 
8549              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
8550      Branch: perl
8551            ! pod/perlhack.pod
8552 ____________________________________________________________________________
8553 [  7142] By: jhi                                   on 2000/10/04  18:08:41
8554         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
8555              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8556              Date:     Wed, 4 Oct 2000 12:11:11 EDT
8557              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
8558      Branch: perl
8559            ! vms/vms.c
8560 ____________________________________________________________________________
8561 [  7141] By: jhi                                   on 2000/10/04  12:20:16
8562         Log: Subject: [PATCH 5.7.0] h2xs not working
8563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8564              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
8565              Date: Tue, 3 Oct 2000 21:43:01 -0400
8566              
8567              Subject: [PATCH 5.7.0] h2xs not documenting the created module
8568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8569              Date: Tue, 3 Oct 2000 22:55:19 -0400
8570              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
8571      Branch: perl
8572            ! utils/h2xs.PL
8573 ____________________________________________________________________________
8574 [  7140] By: jhi                                   on 2000/10/04  11:53:44
8575         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
8576              From: nick@babyhippo.com
8577              Date: Wed, 4 Oct 2000 12:06:45 +0100
8578              Message-Id: <20001004120645.A7356@babyhippo.com>
8579              
8580              Retract 7118 and 7135.
8581      Branch: perl
8582            ! installman installperl op.c t/pragma/subs.t
8583 ____________________________________________________________________________
8584 [  7139] By: jhi                                   on 2000/10/03  22:09:41
8585         Log: It is possible to have no hosts database at all.  Pointed out in
8586              
8587              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8588              From: Peter Prymmer <pvhp@forte.com>
8589              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8590              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8591      Branch: metaconfig
8592            ! U/modified/myhostname.U
8593      Branch: perl
8594            ! Configure config_h.SH
8595 ____________________________________________________________________________
8596 [  7138] By: jhi                                   on 2000/10/03  21:49:49
8597         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8598              From: Peter Prymmer <pvhp@forte.com>
8599              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8600              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8601      Branch: perl
8602            ! pp_sys.c
8603 ____________________________________________________________________________
8604 [  7137] By: jhi                                   on 2000/10/03  20:10:05
8605         Log: One remaining nit less at the VMS mailbox sizing.
8606      Branch: perl
8607            ! vms/vms.c
8608 ____________________________________________________________________________
8609 [  7136] By: jhi                                   on 2000/10/03  20:08:47
8610         Log: Test harness update to sync with the new perlcc,
8611              from Simon Cozens.
8612      Branch: perl
8613            ! t/TEST t/UTEST
8614 ____________________________________________________________________________
8615 [  7135] By: jhi                                   on 2000/10/03  15:15:42
8616         Log: Subject: Re: PATCH for 20001003.004
8617              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
8618              From: "AARON B. DOSSETT" <aaron@iglou.com>
8619              Message-Id: <E13gTay-0006od-00@iglou.com>
8620      Branch: perl
8621            ! installman installperl
8622 ____________________________________________________________________________
8623 [  7134] By: jhi                                   on 2000/10/03  15:00:34
8624         Log: Subject: [ID 20001003.006] B::Debug not -w clean
8625              From: Nicholas Clark <nick@babyhippo.co.uk>
8626              Date: Tue, 03 Oct 2000 15:46:32 +0100
8627              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
8628      Branch: perl
8629            ! ext/B/B/Debug.pm
8630 ____________________________________________________________________________
8631 [  7133] By: jhi                                   on 2000/10/03  14:58:39
8632         Log: Scale down the VMS message boxes, by Charles Lane.
8633              Fix for ID 20000903.009, workaround at
8634              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
8635      Branch: perl
8636            ! vms/vms.c
8637 ____________________________________________________________________________
8638 [  7132] By: jhi                                   on 2000/10/03  11:20:37
8639         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
8640      Branch: perl
8641            + t/lib/st-lock.t t/lib/st-utf8.t
8642            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
8643            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8644 ____________________________________________________________________________
8645 [  7131] By: jhi                                   on 2000/10/03  03:38:23
8646         Log: Encode nits.
8647      Branch: perl
8648            ! MANIFEST Makefile.SH
8649 ____________________________________________________________________________
8650 [  7130] By: jhi                                   on 2000/10/03  03:31:05
8651         Log: Update Changes.
8652      Branch: perl
8653            ! Changes patchlevel.h
8654 ____________________________________________________________________________
8655 [  7129] By: jhi                                   on 2000/10/03  02:24:02
8656         Log: Misplaced else.
8657      Branch: metaconfig/U/perl
8658            ! d_strtoll.U
8659      Branch: perl
8660            ! Configure config_h.SH
8661 ____________________________________________________________________________
8662 [  7128] By: jhi                                   on 2000/10/03  02:08:29
8663         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
8664              From: sthoenna@efn.org
8665              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
8666              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
8667      Branch: metaconfig/U/perl
8668            ! d_strtoll.U
8669      Branch: perl
8670            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
8671 ____________________________________________________________________________
8672 [  7127] By: jhi                                   on 2000/10/03  01:13:14
8673         Log: Update Changes.
8674      Branch: perl
8675            ! Changes patchlevel.h
8676 ____________________________________________________________________________
8677 [  7126] By: jhi                                   on 2000/10/03  00:57:08
8678         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
8679              as suggested by Olaf Flebbe and Nick Clark.
8680      Branch: perl
8681            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
8682 ____________________________________________________________________________
8683 [  7125] By: jhi                                   on 2000/10/03  00:50:56
8684         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
8685              From: Nick Clark <nick@plum.flirble.org>
8686              Date: Mon, 2 Oct 2000 11:03:24 +0100
8687              Message-Id: <20001002110324.D20073@plum.flirble.org>
8688              
8689              Also fixes bug ID 20001002.005.
8690      Branch: perl
8691            ! t/lib/encode.t
8692 ____________________________________________________________________________
8693 [  7124] By: jhi                                   on 2000/10/03  00:34:59
8694         Log: Subject: [PATCH 5.7.0] Epoc update
8695              From: Olaf Flebbe <o.flebbe@gmx.de>
8696              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
8697              Message-ID: <26423.969484586@www10.gmx.net>
8698      Branch: perl
8699            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
8700            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
8701            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
8702            ! util.c util.h
8703 ____________________________________________________________________________
8704 [  7123] By: jhi                                   on 2000/10/03  00:30:07
8705         Log: Regen headers.
8706      Branch: perl
8707            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
8708 ____________________________________________________________________________
8709 [  7122] By: jhi                                   on 2000/10/03  00:10:48
8710         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
8711      Branch: perl
8712            ! hints/openbsd.sh
8713 ____________________________________________________________________________
8714 [  7121] By: jhi                                   on 2000/10/03  00:05:06
8715         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
8716              From: <abigail@foad.org>
8717              Date: Tue, 26 Sep 2000 13:36:14 -0400
8718              Message-ID: <20000926173614.4356.qmail@foad.org>
8719      Branch: perl
8720            ! pod/perlop.pod
8721 ____________________________________________________________________________
8722 [  7120] By: jhi                                   on 2000/10/03  00:04:00
8723         Log: Inside require() $^S was always left undefined.
8724              
8725              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
8726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8727              Date: Wed, 27 Sep 2000 18:54:49 -0400
8728              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
8729      Branch: perl
8730            ! cop.h mg.c pp_ctl.c util.c
8731 ____________________________________________________________________________
8732 [  7119] By: jhi                                   on 2000/10/03  00:00:16
8733         Log: Subject: [PATCH] DLL not restartabke with threaded perl
8734              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
8735              Date: Thu, 28 Sep 2000 09:20:46 +0100
8736              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
8737      Branch: perl
8738            ! perl.c
8739 ____________________________________________________________________________
8740 [  7118] By: jhi                                   on 2000/10/02  23:59:20
8741         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
8742              From: Nicholas Clark <nick@ccl4.org>
8743              Date: Thu, 28 Sep 2000 11:52:24 +0100
8744              Message-ID: <20000928115224.D7924@plum.flirble.org>
8745      Branch: perl
8746            ! op.c
8747 ____________________________________________________________________________
8748 [  7117] By: jhi                                   on 2000/10/02  23:57:51
8749         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
8750              From: Nicholas Clark <nick@babyhippo.co.uk>
8751              Date: Thu, 28 Sep 2000 12:18:10 +0100
8752              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
8753              
8754              Did not apply cleanly, manual intervention was needed.
8755      Branch: perl
8756            ! ext/B/B/Bytecode.pm utils/perlcc.PL
8757 ____________________________________________________________________________
8758 [  7116] By: jhi                                   on 2000/10/02  23:50:40
8759         Log: Document the issue (is not a syntax error, kind of)
8760              
8761              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
8762              From: Nicholas Clark <nick@ccl4.org>
8763              Date: Thu, 28 Sep 2000 17:12:42 +0100
8764              Message-ID: <20000928171242.K7924@plum.flirble.org>
8765      Branch: perl
8766            ! pod/perldata.pod
8767 ____________________________________________________________________________
8768 [  7115] By: jhi                                   on 2000/10/02  23:48:58
8769         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
8770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8771              Date: Thu, 28 Sep 2000 21:55:31 -0400
8772              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
8773      Branch: perl
8774            ! regexec.c
8775 ____________________________________________________________________________
8776 [  7114] By: jhi                                   on 2000/10/02  23:47:57
8777         Log: Subject: DOC PATCH 5.6.0
8778              From: mjd@plover.com
8779              Date: 30 Sep 2000 06:02:34 -0000
8780              Message-ID: <20000930060234.4559.qmail@plover.com>
8781      Branch: perl
8782            ! pod/perldebguts.pod
8783 ____________________________________________________________________________
8784 [  7113] By: jhi                                   on 2000/10/02  23:46:43
8785         Log: SOCK_DGRAM and listen() do not mix as reported in
8786              
8787              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
8788              From: Petter Reinholdtsen <pere@hungry.com>
8789              Date: Sun, 1 Oct 2000 10:57:20 +0800
8790              Message-Id: <200010010257.KAA05735@localhost.localdomain>
8791              
8792              The patch for 5.7.0+ had to be reengineered, though.
8793      Branch: perl
8794            ! ext/IO/lib/IO/Socket/UNIX.pm
8795 ____________________________________________________________________________
8796 [  7112] By: jhi                                   on 2000/10/02  23:36:57
8797         Log: Subject: Re: [PATCH 5.005_64 missed]
8798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8799              Date: Sun, 1 Oct 2000 18:50:10 -0400
8800              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
8801      Branch: perl
8802            ! pod/perlxs.pod
8803 ____________________________________________________________________________
8804 [  7111] By: jhi                                   on 2000/10/02  23:35:40
8805         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
8806              From: Radu Greab <radu@netsoft.ro>
8807              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
8808              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
8809      Branch: perl
8810            ! op.c opcode.pl t/op/substr.t
8811 ____________________________________________________________________________
8812 [  7110] By: jhi                                   on 2000/10/02  23:32:38
8813         Log: Subject: [PATCH] Fix aliasing of tied filehandles
8814              From: Daniel Chetlin <daniel@chetlin.com>
8815              Date: Mon, 2 Oct 2000 14:53:27 -0700
8816              Message-ID: <20001002145327.C1617@ilmd>
8817      Branch: perl
8818            ! perl.h pp_hot.c t/op/tiehandle.t
8819 ____________________________________________________________________________
8820 [  7109] By: jhi                                   on 2000/10/02  23:31:30
8821         Log: s/Robin Parker/Robin Barker/
8822      Branch: perl
8823            ! Changes5.6
8824 ____________________________________________________________________________
8825 [  7108] By: jhi                                   on 2000/10/02  23:15:46
8826         Log: Retract #7091 as suggested in
8827              
8828              From: Robin Barker <rmb1@cise.npl.co.uk> 
8829              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
8830              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
8831              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
8832      Branch: perl
8833            ! embed.pl proto.h
8834 ____________________________________________________________________________
8835 [  7107] By: nick                                  on 2000/10/02  18:23:14
8836         Log: A few tweaks to get Tk803 to work with Encode scheme.
8837      Branch: perl
8838            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
8839 ____________________________________________________________________________
8840 [  7106] By: nick                                  on 2000/10/01  21:34:14
8841         Log: Add checking cases to Encode's toUnicode and fromUnicode.
8842      Branch: perl
8843            ! ext/Encode/Encode.pm
8844 ____________________________________________________________________________
8845 [  7105] By: nick                                  on 2000/10/01  17:18:01
8846         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
8847              To read and use them.
8848              Add a lib/encode.t which checks a few things.
8849      Branch: perl
8850            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
8851            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
8852            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
8853            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
8854            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
8855            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
8856            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
8857            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
8858            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
8859            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
8860            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
8861            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
8862            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
8863            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
8864            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
8865            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
8866            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
8867            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
8868            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
8869            + ext/Encode/Encode/iso2022-jp.enc
8870            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8871            + ext/Encode/Encode/iso8859-1.enc
8872            + ext/Encode/Encode/iso8859-2.enc
8873            + ext/Encode/Encode/iso8859-3.enc
8874            + ext/Encode/Encode/iso8859-4.enc
8875            + ext/Encode/Encode/iso8859-5.enc
8876            + ext/Encode/Encode/iso8859-6.enc
8877            + ext/Encode/Encode/iso8859-7.enc
8878            + ext/Encode/Encode/iso8859-8.enc
8879            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
8880            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
8881            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
8882            + ext/Encode/Encode/macCentEuro.enc
8883            + ext/Encode/Encode/macCroatian.enc
8884            + ext/Encode/Encode/macCyrillic.enc
8885            + ext/Encode/Encode/macDingbats.enc
8886            + ext/Encode/Encode/macGreek.enc
8887            + ext/Encode/Encode/macIceland.enc
8888            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
8889            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
8890            + ext/Encode/Encode/macTurkish.enc
8891            + ext/Encode/Encode/macUkraine.enc
8892            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
8893            + t/lib/encode.t
8894            ! MANIFEST ext/Encode/Encode.pm
8895 ____________________________________________________________________________
8896 [  7104] By: nick                                  on 2000/09/30  13:04:30
8897         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
8898              From: Daniel Chetlin <daniel@chetlin.com>
8899              Date: Mon, 18 Sep 2000 05:05:40 -0700
8900              Message-Id: <20000918050540.C652@ilmd>
8901      Branch: perl
8902            ! lib/overload.pm sv.c t/pragma/overload.t
8903 ____________________________________________________________________________
8904 [  7103] By: nick                                  on 2000/09/30  12:53:36
8905         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
8906              From: Johan Vromans <jvromans@squirrel.nl>
8907              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
8908              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
8909      Branch: perl
8910            ! pod/Makefile.SH
8911 ____________________________________________________________________________
8912 [  7102] By: nick                                  on 2000/09/30  12:52:31
8913         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
8914              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8915              Date: Sat, 16 Sep 2000 16:36:45 -0400
8916              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
8917      Branch: perl
8918            ! ext/B/B/Deparse.pm
8919 ____________________________________________________________________________
8920 [  7101] By: nick                                  on 2000/09/30  12:51:41
8921         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
8922              From: Craig A. Berry <craig.berry@psinetcs.com>
8923              Date: Sat, 16 Sep 2000 10:11:10 -0500
8924              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
8925      Branch: perl
8926            ! vms/vms.c
8927 ____________________________________________________________________________
8928 [  7100] By: nick                                  on 2000/09/30  12:50:33
8929         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8930              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8931              Date: Fri, 15 Sep 2000 16:37:58 -0400
8932              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
8933      Branch: perl
8934            ! t/op/append.t
8935 ____________________________________________________________________________
8936 [  7099] By: nick                                  on 2000/09/30  12:49:35
8937         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8938              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8939              Date: Fri, 15 Sep 2000 16:25:30 -0400
8940              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
8941      Branch: perl
8942            ! pp_hot.c
8943 ____________________________________________________________________________
8944 [  7098] By: nick                                  on 2000/09/30  12:48:00
8945         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
8946              From: Gisle Aas <gisle@ActiveState.com>
8947              Date: 15 Sep 2000 16:23:41 +0200
8948              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
8949      Branch: perl
8950            ! toke.c
8951 ____________________________________________________________________________
8952 [  7097] By: nick                                  on 2000/09/30  12:45:16
8953         Log: Subject: [PATCH] Nits in perlmod.pod
8954              From: Daniel Chetlin <daniel@chetlin.com>
8955              Date: Fri, 15 Sep 2000 02:04:09 -0700
8956              Message-Id: <20000915020409.A2104@ilmd>
8957      Branch: perl
8958            ! pod/perlmod.pod
8959 ____________________________________________________________________________
8960 [  7096] By: nick                                  on 2000/09/30  12:18:00
8961         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
8962              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
8963              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
8964              0 to checking to get the warning.
8965      Branch: perl
8966            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
8967            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
8968            ! regexec.c sv.c toke.c utf8.c
8969 ____________________________________________________________________________
8970 [  7095] By: nick                                  on 2000/09/15  16:55:59
8971         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
8972              
8973              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
8974              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8975              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
8976              Date: Fri, 15 Sep 2000 06:37:30 -0400
8977      Branch: perl
8978            ! ext/Encode/Encode.xs sv.c
8979 ____________________________________________________________________________
8980 [  7094] By: jhi                                   on 2000/09/15  03:23:32
8981         Log: Update Changes.
8982      Branch: perl
8983            ! Changes patchlevel.h
8984 ____________________________________________________________________________
8985 [  7093] By: jhi                                   on 2000/09/15  03:11:44
8986         Log: Fix for the charnames.t failures from Spider Boardman.
8987      Branch: perl
8988            ! toke.c
8989 ____________________________________________________________________________
8990 [  7092] By: jhi                                   on 2000/09/15  00:15:48
8991         Log: Botched the #7090 check-in.
8992      Branch: perl
8993            ! sv.c
8994 ____________________________________________________________________________
8995 [  7091] By: jhi                                   on 2000/09/14  23:33:24
8996         Log: Part of #7081 didn't come through.
8997      Branch: perl
8998            ! embed.pl proto.h
8999 ____________________________________________________________________________
9000 [  7090] By: jhi                                   on 2000/09/14  23:17:39
9001         Log: Subject: Re: perl@7078 
9002              From: Spider Boardman <spider@web.zk3.dec.com>
9003              Date: Thu, 14 Sep 2000 19:06:36 -0400
9004              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
9005      Branch: perl
9006            ! sv.c toke.c
9007 ____________________________________________________________________________
9008 [  7089] By: jhi                                   on 2000/09/14  23:11:21
9009         Log: Small portability tweaks.
9010      Branch: perl
9011            ! ext/Encode/Encode.xs
9012 ____________________________________________________________________________
9013 [  7088] By: jhi                                   on 2000/09/14  22:57:23
9014         Log: Fake return to pacify picky compilers.
9015      Branch: perl
9016            ! ext/Encode/Encode.xs
9017 ____________________________________________________________________________
9018 [  7087] By: jhi                                   on 2000/09/14  22:53:37
9019         Log: Subject: [PATCH] utf8.c apidoc
9020              From: Simon Cozens <simon@cozens.net>
9021              Date: Thu, 14 Sep 2000 23:46:57 +0100
9022              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
9023      Branch: perl
9024            ! perlapi.c pod/perlapi.pod utf8.c
9025 ____________________________________________________________________________
9026 [  7086] By: jhi                                   on 2000/09/14  22:40:38
9027         Log: We don't need to count the high bit bytes, a boolean is enough. 
9028      Branch: perl
9029            ! sv.c
9030 ____________________________________________________________________________
9031 [  7085] By: jhi                                   on 2000/09/14  21:20:09
9032         Log: Replace #7084 with
9033              
9034              Subject: Re: perl@7078 
9035              From: Spider Boardman <spider@web.zk3.dec.com>
9036              Date: Thu, 14 Sep 2000 17:09:36 -0400
9037              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
9038      Branch: perl
9039            ! sv.c utf8.c
9040 ____________________________________________________________________________
9041 [  7084] By: jhi                                   on 2000/09/14  20:03:34
9042         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
9043              convertable to bytes by checking it doesn't go above 0xc3
9044              
9045              Subject: Re: perl@7078
9046              From: Simon Cozens <simon@cozens.net>
9047              Date: Thu, 14 Sep 2000 20:59:19 +0100
9048              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
9049      Branch: perl
9050            ! utf8.c
9051 ____________________________________________________________________________
9052 [  7083] By: jhi                                   on 2000/09/14  19:38:47
9053         Log: Subject: Re: perl@7078
9054              From: Simon Cozens <simon@cozens.net>
9055              Date: Thu, 14 Sep 2000 20:13:09 +0100
9056              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
9057      Branch: perl
9058            ! t/op/bop.t
9059 ____________________________________________________________________________
9060 [  7082] By: jhi                                   on 2000/09/14  17:50:44
9061         Log: The one that got away.
9062      Branch: perl
9063            ! lib/File/Find.pm
9064 ____________________________________________________________________________
9065 [  7081] By: jhi                                   on 2000/09/14  17:45:35
9066         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
9067              From: Robin Barker <rmb1@cise.npl.co.uk>
9068              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
9069              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
9070      Branch: perl
9071            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
9072            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
9073            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
9074            ! regcomp.c toke.c universal.c
9075 ____________________________________________________________________________
9076 [  7080] By: jhi                                   on 2000/09/14  17:40:35
9077         Log: Problems picked up by AIX cc.
9078              
9079              Subject: Re: perl@7078 (patch included)
9080              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9081              Date: Thu, 14 Sep 2000 18:53:30 +0200
9082              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
9083      Branch: perl
9084            ! ext/Encode/Encode.xs
9085 ____________________________________________________________________________
9086 [  7079] By: jhi                                   on 2000/09/14  17:38:27
9087         Log: Subject: File::Find 5.7.0 POD nits
9088              From: Rich Morin <rdm@cfcl.com>
9089              Date: Wed, 13 Sep 2000 22:03:58 -0700
9090              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
9091      Branch: perl
9092            ! lib/File/Find.pm
9093 ____________________________________________________________________________
9094 [  7078] By: jhi                                   on 2000/09/14  14:58:20
9095         Log: Update Changes.
9096      Branch: perl
9097            ! Changes patchlevel.h
9098 ____________________________________________________________________________
9099 [  7077] By: jhi                                   on 2000/09/14  14:55:54
9100         Log: Compilation warnings and an error.
9101      Branch: perl
9102            ! sv.c
9103 ____________________________________________________________________________
9104 [  7076] By: jhi                                   on 2000/09/14  14:42:56
9105         Log: Fix for a parsing bug, not for the original bug.
9106              
9107              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
9108              From: Spider Boardman <spider@web.zk3.dec.com>
9109              Date: Wed, 13 Sep 2000 17:52:20 -0400
9110              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
9111      Branch: perl
9112            ! regcomp.c
9113 ____________________________________________________________________________
9114 [  7075] By: jhi                                   on 2000/09/14  14:40:40
9115         Log: Batch of UTF-8 patches from Simon Cozens.
9116      Branch: perl
9117            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
9118            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
9119            ! toke.c utf8.c
9120 ____________________________________________________________________________
9121 [  7074] By: jhi                                   on 2000/09/14  14:29:58
9122         Log: Subject: Re: Two advertising clauses need to be removed
9123              From: Russ Allbery <rra@stanford.edu>
9124              Date: 13 Sep 2000 18:50:26 -0700
9125              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
9126      Branch: perl
9127            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
9128 ____________________________________________________________________________
9129 [  7073] By: jhi                                   on 2000/09/14  14:28:20
9130         Log: Subject: [PATCH] de-wall t/README
9131              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9132              Date: Wed, 13 Sep 2000 17:46:55 -0700
9133              Message-ID: <//Bw5gzkge/e092yn@efn.org>
9134      Branch: perl
9135            ! t/README
9136 ____________________________________________________________________________
9137 [  7072] By: jhi                                   on 2000/09/14  14:25:10
9138         Log: Hints optimization.
9139              
9140              Subject: Minor nit
9141              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9142              Date: Wed, 13 Sep 2000 21:42:07 +0200
9143              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
9144      Branch: perl
9145            ! hints/hpux.sh
9146 ____________________________________________________________________________
9147 [  7071] By: jhi                                   on 2000/09/14  14:23:30
9148         Log: Allow chop() and chomp() to be overridden.
9149              
9150              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
9151              From: "Casey R. Tweten" <crt@kiski.net>
9152              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
9153              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
9154      Branch: perl
9155            ! toke.c
9156 ____________________________________________________________________________
9157 [  7070] By: jhi                                   on 2000/09/14  14:20:36
9158         Log: The return value of setlocale must be copied away.
9159              
9160              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
9161              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9162              Date: Wed, 13 Sep 2000 16:27:37 +0100 
9163              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
9164      Branch: perl
9165            ! util.c
9166 ____________________________________________________________________________
9167 [  7069] By: jhi                                   on 2000/09/14  14:16:27
9168         Log: Remove vestiges of tr//CU.
9169              
9170              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9171              From: Nick Clark <nick@plum.flirble.org>
9172              Date: Tue, 12 Sep 2000 22:50:14 +0100
9173              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
9174              
9175              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9176              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9177              Date: Tue, 12 Sep 2000 21:38:48 -0700
9178              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
9179      Branch: perl
9180            ! op.h pod/perlunicode.pod
9181 ____________________________________________________________________________
9182 [  7068] By: jhi                                   on 2000/09/13  14:18:39
9183         Log: Add the Encode extension.  The code is still largely just skeleton.
9184      Branch: perl
9185            + ext/Encode/Encode.pm ext/Encode/Encode.xs
9186            + ext/Encode/Makefile.PL ext/Encode/Todo
9187            ! MANIFEST Todo-5.6
9188 ____________________________________________________________________________
9189 [  7067] By: jhi                                   on 2000/09/12  17:43:33
9190         Log: Allow for whitespace between "#" and "line" in cpp output.
9191              
9192              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
9193              From: Calle Dybedahl <calle@lysator.liu.se>
9194              Date: 12 Sep 2000 19:38:02 +0200 
9195              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
9196      Branch: perl
9197            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
9198 ____________________________________________________________________________
9199 [  7066] By: gsar                                  on 2000/09/12  17:24:29
9200         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
9201              initialization in all the threads on Windows
9202      Branch: perl
9203            ! win32/win32.c
9204 ____________________________________________________________________________
9205 [  7065] By: jhi                                   on 2000/09/12  15:11:31
9206         Log: Update Changes.
9207      Branch: perl
9208            ! Changes patchlevel.h
9209 ____________________________________________________________________________
9210 [  7064] By: jhi                                   on 2000/09/12  14:54:54
9211         Log: Retract #7062, the pod tests are not ready.
9212      Branch: perl
9213            ! t/TEST t/harness
9214 ____________________________________________________________________________
9215 [  7063] By: jhi                                   on 2000/09/12  14:25:41
9216         Log: The #7054 truncated Configure badly.
9217      Branch: metaconfig/U/perl
9218            ! End.U
9219      Branch: perl
9220            ! Configure config_h.SH
9221 ____________________________________________________________________________
9222 [  7062] By: jhi                                   on 2000/09/12  14:08:32
9223         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
9224              From: sthoenna@efn.org
9225              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
9226              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
9227      Branch: perl
9228            ! t/TEST t/harness
9229 ____________________________________________________________________________
9230 [  7061] By: jhi                                   on 2000/09/12  14:07:18
9231         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
9232              From: sthoenna@efn.org
9233              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
9234              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
9235      Branch: perl
9236            ! pod/perlxs.pod
9237 ____________________________________________________________________________
9238 [  7060] By: jhi                                   on 2000/09/12  14:06:08
9239         Log: Break up the myconfig lines a bit.
9240              
9241              Subject: perlbug/perl -V output format
9242              From: sthoenna@efn.org
9243              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
9244              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
9245      Branch: perl
9246            ! myconfig.SH
9247 ____________________________________________________________________________
9248 [  7059] By: jhi                                   on 2000/09/12  14:05:04
9249         Log: Test for the #7049.
9250              
9251              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
9252              From: andreas.koenig@anima.de (Andreas J. Koenig)
9253              Date: 12 Sep 2000 06:42:01 +0200
9254              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
9255      Branch: perl
9256            ! t/op/my.t
9257 ____________________________________________________________________________
9258 [  7058] By: jhi                                   on 2000/09/12  14:03:05
9259         Log: Subject: [patch: perl@7045] vms updates
9260              From: Peter Prymmer <pvhp@forte.com>
9261              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
9262              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
9263      Branch: perl
9264            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
9265 ____________________________________________________________________________
9266 [  7057] By: jhi                                   on 2000/09/12  14:00:51
9267         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
9268              From: sthoenna@efn.org
9269              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
9270              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
9271      Branch: perl
9272            ! t/op/64bitint.t
9273 ____________________________________________________________________________
9274 [  7056] By: jhi                                   on 2000/09/12  13:58:14
9275         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
9276              From: Jeff Pinyan <jeffp@crusoe.net>
9277              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
9278              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
9279      Branch: perl
9280            ! pod/perlfunc.pod
9281 ____________________________________________________________________________
9282 [  7055] By: jhi                                   on 2000/09/12  13:56:32
9283         Log: Do in VMS as the #7054 does.
9284      Branch: perl
9285            ! configure.com
9286 ____________________________________________________________________________
9287 [  7054] By: jhi                                   on 2000/09/12  13:50:31
9288         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
9289              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9290              Date: Mon, 11 Sep 2000 08:33:09 +0100
9291              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
9292      Branch: metaconfig/U/perl
9293            ! End.U
9294      Branch: perl
9295            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
9296            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
9297 ____________________________________________________________________________
9298 [  7053] By: jhi                                   on 2000/09/12  13:29:19
9299         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
9300              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9301              Date:     Tue, 12 Sep 2000 08:35:59 EDT
9302              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
9303      Branch: perl
9304            ! vms/test.com
9305 ____________________________________________________________________________
9306 [  7052] By: jhi                                   on 2000/09/11  23:01:50
9307         Log: Document the SvUTF8*().
9308      Branch: perl
9309            ! pod/perlapi.pod sv.h
9310 ____________________________________________________________________________
9311 [  7051] By: gsar                                  on 2000/09/11  14:46:30
9312         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
9313              (missed a spot when fixing up op_pmreplroot hack for ithreads)
9314      Branch: perl
9315            ! op.c t/op/split.t
9316 ____________________________________________________________________________
9317 [  7050] By: nick                                  on 2000/09/11  10:03:51
9318         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
9319              
9320              Subject: borland C++ win32.c tweak
9321              From: Vadim Konovalov <vkonovalov@lucent.com>
9322              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
9323              Date: Mon, 11 Sep 2000 11:22:33 +0400
9324      Branch: perl
9325            ! win32/win32.c
9326 ____________________________________________________________________________
9327 [  7049] By: nick                                  on 2000/09/11  09:57:33
9328         Log: Point fix for s/// on foreach (keys %xxx).
9329      Branch: perl
9330            ! pp_hot.c
9331 ____________________________________________________________________________
9332 [  7048] By: jhi                                   on 2000/09/10  23:37:09
9333         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
9334              by Pod::Text, from Brad Appleton.
9335      Branch: perl
9336            ! t/pod/testp2pt.pl
9337 ____________________________________________________________________________
9338 [  7047] By: jhi                                   on 2000/09/10  14:32:53
9339         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
9340              by Russ Allbery.
9341      Branch: perl
9342            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
9343 ____________________________________________________________________________
9344 [  7046] By: jhi                                   on 2000/09/10  14:15:08
9345         Log: Upgrade to CPAN 1.57_65, from Andreas König.
9346      Branch: perl
9347            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9348 ____________________________________________________________________________
9349 [  7045] By: jhi                                   on 2000/09/08  21:36:32
9350         Log: Update Changes.
9351      Branch: perl
9352            ! Changes patchlevel.h
9353 ____________________________________________________________________________
9354 [  7044] By: jhi                                   on 2000/09/08  21:29:56
9355         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
9356              From: Peter Prymmer <pvhp@forte.com>
9357              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
9358              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
9359      Branch: perl
9360            ! configure.com
9361 ____________________________________________________________________________
9362 [  7043] By: jhi                                   on 2000/09/08  21:27:50
9363         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
9364              From: Peter Prymmer <pvhp@forte.com>
9365              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
9366              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
9367      Branch: perl
9368            ! Makefile.SH installperl
9369 ____________________________________________________________________________
9370 [  7042] By: jhi                                   on 2000/09/08  21:23:21
9371         Log: Continue #7041.
9372      Branch: perl
9373            ! cygwin/Makefile.SHs os2/Makefile.SHs
9374 ____________________________________________________________________________
9375 [  7041] By: jhi                                   on 2000/09/08  21:18:10
9376         Log: Do away with memory models cruft.  Sorry, PDP users.
9377      Branch: metaconfig
9378            ! U/modified/cc.U U/modified/libpth.U
9379      Branch: perl
9380            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9381            ! Porting/config_H cflags.SH config_h.SH configure.com
9382            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
9383            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
9384            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
9385 ____________________________________________________________________________
9386 [  7040] By: jhi                                   on 2000/09/08  14:34:18
9387         Log: Major rewrite of s2p.  And I mean really major, it is
9388              an implementation of sed in perl.  If called as s2p it
9389              will function as s2p.  Note: needs non-UNIXifying.
9390              
9391              Subject: s2p
9392              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9393              Date: Mon, 28 Aug 2000 14:05:12 +0200
9394              Message-ID: <39AA5578.2102E2AA@alcatel.at>
9395      Branch: perl
9396            ! x2p/s2p.PL
9397 ____________________________________________________________________________
9398 [  7039] By: jhi                                   on 2000/09/08  14:19:49
9399         Log: Re-allow vec() for characters > 255.
9400              
9401              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
9402              From: Spider Boardman <spider@web.zk3.dec.com>
9403              Date: Fri, 08 Sep 2000 02:21:02 -0400
9404              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
9405      Branch: perl
9406            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9407            ! t/op/vec.t
9408 ____________________________________________________________________________
9409 [  7038] By: jhi                                   on 2000/09/08  14:14:18
9410         Log: Subject: [PATCH lib/Benchmark.pm]
9411              From: <abigail@foad.org>
9412              Date: Thu, 7 Sep 2000 15:03:20 -0400
9413              Message-ID: <20000907190320.888.qmail@foad.org>
9414      Branch: perl
9415            ! lib/Benchmark.pm
9416 ____________________________________________________________________________
9417 [  7037] By: jhi                                   on 2000/09/08  14:11:06
9418         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
9419              
9420              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
9421              From: Spider Boardman <spider@web.zk3.dec.com>
9422              Date: Fri, 08 Sep 2000 01:30:27 -0400
9423              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
9424      Branch: perl
9425            ! op.c
9426 ____________________________________________________________________________
9427 [  7036] By: jhi                                   on 2000/09/08  14:08:58
9428         Log: Subject: [ID 20000908.002] perlipc documentation bug.
9429              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
9430              Date: Fri, 08 Sep 2000 12:38:32 +0200
9431              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
9432      Branch: perl
9433            ! pod/perlipc.pod
9434 ____________________________________________________________________________
9435 [  7035] By: jhi                                   on 2000/09/08  14:03:12
9436         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9438              Date: Fri, 08 Sep 2000 11:47:34 +0200
9439              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
9440      Branch: perl
9441            ! hints/dec_osf.sh
9442 ____________________________________________________________________________
9443 [  7034] By: jhi                                   on 2000/09/08  13:59:35
9444         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
9445              From: Simon Cozens <simon@cozens.net>
9446              Date: Thu, 7 Sep 2000 20:40:38 +0100
9447              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
9448      Branch: perl
9449            ! pp_hot.c
9450 ____________________________________________________________________________
9451 [  7033] By: jhi                                   on 2000/09/08  04:03:03
9452         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
9453              From: "Larry W. Virden" <lvirden@cas.org>
9454              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
9455              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
9456      Branch: perl
9457            ! pod/perldiag.pod
9458 ____________________________________________________________________________
9459 [  7032] By: jhi                                   on 2000/09/07  22:18:30
9460         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
9461              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
9462              Date: Mon, 04 Sep 2000 13:16:38 -0700
9463              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
9464      Branch: perl
9465            ! lib/perl5db.pl
9466 ____________________________________________________________________________
9467 [  7031] By: jhi                                   on 2000/09/07  22:02:29
9468         Log: Fix the ccversion detection for 5.1 and beyond.
9469              
9470              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9471              From: Spider Boardman <spider@leggy.zk3.dec.com>
9472              Date: Thu, 7 Sep 2000 17:54:27 -0400
9473              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
9474      Branch: perl
9475            ! hints/dec_osf.sh
9476 ____________________________________________________________________________
9477 [  7030] By: jhi                                   on 2000/09/07  19:12:28
9478         Log: Fix for
9479              
9480              Subject: [ID 20000903.001] \w in utf8-strings
9481              From: Marc Lehmann <pcg@goof.com>
9482              Date: Sun, 03 Sep 2000 09:44:29 +0200
9483              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
9484              
9485              and various related nits.
9486      Branch: perl
9487            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
9488 ____________________________________________________________________________
9489 [  7029] By: jhi                                   on 2000/09/07  18:49:09
9490         Log: Fix the URL, but the server is still missing in action.
9491              
9492              Subject: [ID 20000905.002] perlfaq1.pod URL error
9493              From: "Larry W. Virden" <lvirden@cas.org>
9494              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
9495              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
9496      Branch: perl
9497            ! pod/perlfaq1.pod
9498 ____________________________________________________________________________
9499 [  7028] By: jhi                                   on 2000/09/07  18:47:13
9500         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
9501              From: Hugo <hv@crypt.compulink.co.uk>
9502              Date: Tue, 05 Sep 2000 14:13:37 +0100
9503              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
9504      Branch: perl
9505            ! toke.c
9506 ____________________________________________________________________________
9507 [  7027] By: jhi                                   on 2000/09/07  18:45:35
9508         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
9509              From: Daniel Chetlin <daniel@chetlin.com>
9510              Date: Tue, 5 Sep 2000 04:57:07 -0700
9511              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
9512      Branch: perl
9513            ! pod/perlfaq6.pod pod/perlop.pod
9514 ____________________________________________________________________________
9515 [  7026] By: jhi                                   on 2000/09/07  18:44:01
9516         Log: Document the new ref() semantics.
9517              
9518              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9519              From: Gisle Aas <gisle@ActiveState.com>
9520              Date: 05 Sep 2000 08:10:30 +0200
9521              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
9522      Branch: perl
9523            ! pod/perldelta.pod
9524 ____________________________________________________________________________
9525 [  7025] By: jhi                                   on 2000/09/07  18:42:27
9526         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
9527              
9528              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9529              From: Gisle Aas <gisle@ActiveState.com>
9530              Date: 05 Sep 2000 08:11:40 +0200
9531              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
9532      Branch: perl
9533            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
9534 ____________________________________________________________________________
9535 [  7024] By: jhi                                   on 2000/09/07  18:39:32
9536         Log: Subject: [PATCH] Modernize Opcode.pm documentation
9537              From: Gisle Aas <gisle@ActiveState.com>
9538              Date: 4 Sep 2000 00:18:55 -0000
9539              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
9540      Branch: perl
9541            ! ext/Opcode/Opcode.pm
9542 ____________________________________________________________________________
9543 [  7023] By: jhi                                   on 2000/09/07  18:37:42
9544         Log: Subject: [PATCH] Tied filehandle documentation
9545              From: Gisle Aas <gisle@ActiveState.com>
9546              Date: 4 Sep 2000 00:14:40 -0000
9547              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
9548      Branch: perl
9549            ! pod/perlfunc.pod pod/perltie.pod
9550 ____________________________________________________________________________
9551 [  7022] By: jhi                                   on 2000/09/07  18:35:37
9552         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
9553              From: Gisle Aas <gisle@ActiveState.com>
9554              Date: 4 Sep 2000 00:04:22 -0000
9555              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
9556      Branch: perl
9557            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
9558 ____________________________________________________________________________
9559 [  7021] By: jhi                                   on 2000/09/07  18:33:22
9560         Log: Subject: small apidoc fix
9561              From: Marc Lehmann <pcg@goof.com>
9562              Date: Sun, 3 Sep 2000 05:12:06 +0200
9563              Message-ID: <20000903051206.A5909@cerebro.laendle>
9564      Branch: perl
9565            ! pod/perlapi.pod utf8.c
9566 ____________________________________________________________________________
9567 [  7020] By: jhi                                   on 2000/09/07  16:14:57
9568         Log: Tiny perldelta nits.
9569      Branch: perl
9570            ! pod/perldelta.pod
9571 ____________________________________________________________________________
9572 [  7019] By: jhi                                   on 2000/09/07  16:04:20
9573         Log: Guard against bad string->int conversion for quads.
9574      Branch: perl
9575            ! t/op/64bitint.t
9576 ____________________________________________________________________________
9577 [  7018] By: jhi                                   on 2000/09/06  17:07:03
9578         Log: Update Unicode todo list.
9579      Branch: perl
9580            ! Todo-5.6
9581 ____________________________________________________________________________
9582 [  7017] By: jhi                                   on 2000/09/05  21:16:01
9583         Log: Document the SvIOK_.*UV().
9584      Branch: perl
9585            ! pod/perlapi.pod sv.h
9586 ____________________________________________________________________________
9587 [  7016] By: nick                                  on 2000/09/03  21:54:46
9588         Log: Hash lookup of constant strings optimization:
9589              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
9590              to string table (as per sharepvn). Add newSV_pvn_share to create such
9591              a thing. Make hv.c compare addresses of strings and skip string compare
9592              if equal. Make method_named and helem ops use these shared-string SVs
9593              when arg is constant. Make keys op return shared-string SVs (less clearly
9594              a win).
9595      Branch: perl
9596            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
9597            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
9598            ! pod/perlintern.pod pp_hot.c proto.h sv.c
9599 ____________________________________________________________________________
9600 [  7015] By: jhi                                   on 2000/09/02  17:48:59
9601         Log: This is 5.7.0.
9602      Branch: perl
9603            ! Changes
9604 ____________________________________________________________________________
9605 [  7014] By: jhi                                   on 2000/09/02  17:35:45
9606         Log: Changes and patchlevel tweaks.
9607      Branch: perl
9608            ! Changes patchlevel.h
9609 ____________________________________________________________________________
9610 [  7013] By: jhi                                   on 2000/09/02  17:30:50
9611         Log: Update Changes.
9612      Branch: perl
9613            ! Changes patchlevel.h
9614 ____________________________________________________________________________
9615 [  7012] By: nick                                  on 2000/09/02  17:25:20
9616         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
9617      Branch: perl
9618            ! gv.c lib/overload.pm
9619 ____________________________________________________________________________
9620 [  7011] By: jhi                                   on 2000/09/02  17:16:25
9621         Log: Update perlhist.
9622      Branch: perl
9623            ! pod/perlhist.pod
9624 ____________________________________________________________________________
9625 [  7010] By: jhi                                   on 2000/09/02  17:01:35
9626         Log: perldelta nits.
9627      Branch: perl
9628            ! pod/perldelta.pod
9629 ____________________________________________________________________________
9630 [  7009] By: nick                                  on 2000/09/02  16:48:35
9631         Log: If overloaded %{} etc. return the object do not loop.
9632              Thus  sub deref { $_[0] } functions if object is wanted type.
9633      Branch: perl
9634            ! pp.h
9635 ____________________________________________________________________________
9636 [  7008] By: jhi                                   on 2000/09/02  16:26:11
9637         Log: Retab MANIFEST.
9638      Branch: perl
9639            ! ext/Storable/MANIFEST
9640 ____________________________________________________________________________
9641 [  7007] By: jhi                                   on 2000/09/02  16:23:02
9642         Log: Make certain cc is set before trying to run it.
9643      Branch: perl
9644            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
9645 ____________________________________________________________________________
9646 [  7006] By: jhi                                   on 2000/09/02  15:45:41
9647         Log: Unicode notes.
9648      Branch: perl
9649            ! pod/perldelta.pod
9650 ____________________________________________________________________________
9651 [  7005] By: jhi                                   on 2000/09/02  15:42:11
9652         Log: Various Configure nits by Philip Newton,
9653              plus the ebcdic one by me.
9654      Branch: metaconfig
9655            + U/modified/pager.U
9656            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
9657      Branch: metaconfig/U/perl
9658            ! Devel.U quadfio.U
9659      Branch: perl
9660            ! Configure config_h.SH
9661 ____________________________________________________________________________
9662 [  7004] By: jhi                                   on 2000/09/02  15:06:14
9663         Log: Apparently avoiding the swapping is too costly.
9664              
9665              From: "Ben Tilly" <ben_tilly@hotmail.com>
9666              Subject: Re: the door is closed.
9667              Date: Fri, 01 Sep 2000 20:23:16 EDT
9668              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
9669      Branch: perl
9670            ! pod/perlfaq4.pod
9671 ____________________________________________________________________________
9672 [  7003] By: nick                                  on 2000/09/02  12:26:04
9673         Log: Undo part of change 6489 which looks like a bulk edit which
9674              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
9675              The supressing of main:: on return from select() is undesirable.
9676      Branch: perl
9677            ! pp_sys.c
9678 ____________________________________________________________________________
9679 [  7002] By: jhi                                   on 2000/09/01  23:08:54
9680         Log: Update Changes.
9681      Branch: perl
9682            ! Changes patchlevel.h
9683 ____________________________________________________________________________
9684 [  7001] By: jhi                                   on 2000/09/01  23:00:13
9685         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
9686              From: Peter Prymmer <pvhp@forte.com>
9687              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
9688              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
9689              
9690              plus rework the http: spots as suggested by Tom Christiansen,
9691              plus regen perltoc.
9692      Branch: perl
9693            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
9694            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
9695 ____________________________________________________________________________
9696 [  7000] By: jhi                                   on 2000/09/01  22:36:01
9697         Log: Only the first line, thank you very much.
9698      Branch: perl
9699            ! hints/solaris_2.sh
9700 ____________________________________________________________________________
9701 [  6999] By: gsar                                  on 2000/09/01  22:16:40
9702         Log: change#6791 accidentally clobbered change#6710, put it back
9703      Branch: perl
9704            ! win32/win32.c
9705 ____________________________________________________________________________
9706 [  6998] By: jhi                                   on 2000/09/01  22:14:16
9707         Log: Mention the HP-UX LP64 freak failure.
9708      Branch: perl
9709            ! pod/perldelta.pod
9710 ____________________________________________________________________________
9711 [  6997] By: jhi                                   on 2000/09/01  21:48:32
9712         Log: Detypo.
9713      Branch: perl
9714            ! hints/hpux.sh
9715 ____________________________________________________________________________
9716 [  6996] By: jhi                                   on 2000/09/01  21:27:10
9717         Log: Update Changes.
9718      Branch: perl
9719            ! Changes patchlevel.h
9720 ____________________________________________________________________________
9721 [  6995] By: jhi                                   on 2000/09/01  21:14:24
9722         Log: Mi splgn s gnin.g
9723      Branch: perl
9724            ! pp_ctl.c
9725 ____________________________________________________________________________
9726 [  6994] By: jhi                                   on 2000/09/01  21:09:54
9727         Log: Subject: http:// in L<>
9728              From: Nicholas Clark <nick@ccl4.org>
9729              Date: Fri, 1 Sep 2000 22:03:21 +0100
9730              Message-ID: <20000901220321.B72074@plum.flirble.org>
9731      Branch: perl
9732            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
9733 ____________________________________________________________________________
9734 [  6993] By: jhi                                   on 2000/09/01  21:06:54
9735         Log: Update to Storable 1.0, from Raphael Manfredi.
9736      Branch: perl
9737            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
9738            ! ext/Storable/Makefile.PL ext/Storable/README
9739            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9740            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
9741            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
9742            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
9743            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
9744            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
9745 ____________________________________________________________________________
9746 [  6992] By: jhi                                   on 2000/09/01  20:43:05
9747         Log: Mention known sfio+linux buglet.
9748      Branch: perl
9749            ! pod/perldelta.pod
9750 ____________________________________________________________________________
9751 [  6991] By: jhi                                   on 2000/09/01  20:40:11
9752         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
9753              From: Peter Prymmer <pvhp@forte.com>
9754              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
9755              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
9756      Branch: perl
9757            ! vms/vms.c
9758 ____________________________________________________________________________
9759 [  6990] By: jhi                                   on 2000/09/01  20:25:26
9760         Log: Retract #6986.
9761      Branch: perl
9762            ! hints/solaris_2.sh
9763 ____________________________________________________________________________
9764 [  6989] By: jhi                                   on 2000/09/01  20:23:00
9765         Log: Mergesort is back.
9766      Branch: perl
9767            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
9768 ____________________________________________________________________________
9769 [  6988] By: jhi                                   on 2000/09/01  19:37:40
9770         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
9771              From: Mike Guy <mjtg@cam.ac.uk>
9772              Date: Fri, 01 Sep 2000 17:43:33 +0100
9773              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
9774      Branch: perl
9775            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
9776            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
9777 ____________________________________________________________________________
9778 [  6987] By: jhi                                   on 2000/09/01  19:17:10
9779         Log: Regen perltoc.
9780      Branch: perl
9781            ! pod/perltoc.pod
9782 ____________________________________________________________________________
9783 [  6986] By: jhi                                   on 2000/09/01  18:51:10
9784         Log: Subject: Re: Solaris x86 has no SPARC libraries!
9785              From: Lupe Christoph <lupe@lupe-christoph.de>
9786              Date: Fri, 1 Sep 2000 20:41:20 +0200
9787              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
9788      Branch: perl
9789            ! hints/solaris_2.sh
9790 ____________________________________________________________________________
9791 [  6985] By: jhi                                   on 2000/09/01  18:28:10
9792         Log: Update Changes.
9793      Branch: perl
9794            ! Changes patchlevel.h
9795 ____________________________________________________________________________
9796 [  6984] By: jhi                                   on 2000/09/01  18:26:53
9797         Log: Feature ordering tweak.
9798      Branch: perl
9799            ! myconfig.SH
9800 ____________________________________________________________________________
9801 [  6983] By: jhi                                   on 2000/09/01  18:19:50
9802         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9803              From: <abigail@foad.org>
9804              Date: Fri, 1 Sep 2000 13:07:32 -0400
9805              Message-ID: <20000901170732.18249.qmail@foad.org>
9806      Branch: perl
9807            ! t/pragma/overload.t
9808 ____________________________________________________________________________
9809 [  6982] By: jhi                                   on 2000/09/01  18:17:54
9810         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
9811              so that case-ignoring systems like DCL can tell them from
9812              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
9813      Branch: metaconfig/U/perl
9814            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
9815      Branch: perl
9816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9817            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
9818            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
9819            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
9820            ! vos/config.def vos/config.h vos/config_h.SH_orig
9821            ! win32/config.bc win32/config.gc win32/config.vc
9822 ____________________________________________________________________________
9823 [  6981] By: nick                                  on 2000/09/01  17:21:57
9824         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
9825              warning when UNTIE exists and instead pass the cound of extra references to
9826              the UNTIE method.
9827      Branch: perl
9828            ! pod/perltie.pod pp_sys.c
9829 ____________________________________________________________________________
9830 [  6980] By: jhi                                   on 2000/09/01  16:54:44
9831         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
9832              From: Peter Prymmer <pvhp@forte.com>
9833              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
9834              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
9835      Branch: perl
9836            ! configure.com
9837 ____________________________________________________________________________
9838 [  6979] By: jhi                                   on 2000/09/01  16:06:20
9839         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
9840              From: Mike Guy <mjtg@cam.ac.uk> 
9841              Date: Fri, 01 Sep 2000 16:49:27 +0100
9842              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
9843      Branch: perl
9844            ! t/base/rs.t
9845 ____________________________________________________________________________
9846 [  6978] By: jhi                                   on 2000/09/01  16:00:42
9847         Log: Update to PodParser 1.18, from Brad Appleton.
9848      Branch: perl
9849            ! lib/Pod/Checker.pm t/pod/find.t
9850 ____________________________________________________________________________
9851 [  6977] By: jhi                                   on 2000/09/01  14:48:58
9852         Log: Subject: Nit in Configure (bleadperl@6961)
9853              From: Lupe Christoph <lupe@lupe-christoph.de>
9854              Date: Fri, 1 Sep 2000 16:34:29 +0200
9855              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
9856      Branch: metaconfig
9857            ! U/compline/ccflags.U
9858      Branch: perl
9859            ! Configure config_h.SH
9860 ____________________________________________________________________________
9861 [  6976] By: jhi                                   on 2000/09/01  14:39:52
9862         Log: Update Changes.
9863      Branch: perl
9864            ! Changes patchlevel.h
9865 ____________________________________________________________________________
9866 [  6975] By: jhi                                   on 2000/09/01  14:37:36
9867         Log: microperl config update.
9868      Branch: perl
9869            ! uconfig.h uconfig.sh
9870 ____________________________________________________________________________
9871 [  6974] By: jhi                                   on 2000/09/01  14:36:53
9872         Log: Document known deficiencies.
9873      Branch: perl
9874            ! pod/perldelta.pod
9875 ____________________________________________________________________________
9876 [  6973] By: jhi                                   on 2000/09/01  14:10:20
9877         Log: Mention warnings fixes and updates.
9878      Branch: perl
9879            ! pod/perldelta.pod
9880 ____________________________________________________________________________
9881 [  6972] By: jhi                                   on 2000/09/01  14:01:52
9882         Log: Drop unused argument.
9883              
9884              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
9885              From: Spider Boardman <spider@web.zk3.dec.com>
9886              Date: Thu, 31 Aug 2000 16:10:15 -0400
9887              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
9888      Branch: perl
9889            ! toke.c
9890 ____________________________________________________________________________
9891 [  6971] By: jhi                                   on 2000/09/01  13:59:24
9892         Log: Add the overload warnings to perldiag.
9893      Branch: perl
9894            ! lib/overload.pm pod/perldiag.pod
9895 ____________________________________________________________________________
9896 [  6970] By: jhi                                   on 2000/09/01  13:55:10
9897         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9898              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9899              Date: Fri, 1 Sep 2000 13:43:15 +0100 
9900              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
9901      Branch: perl
9902            ! lib/overload.pm t/pragma/overload.t
9903 ____________________________________________________________________________
9904 [  6969] By: jhi                                   on 2000/09/01  13:52:27
9905         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9906              From: <abigail@foad.org>
9907              Date: Fri, 1 Sep 2000 05:46:54 -0400
9908              Message-ID: <20000901094654.6476.qmail@foad.org>
9909      Branch: perl
9910            ! lib/overload.pm
9911 ____________________________________________________________________________
9912 [  6968] By: jhi                                   on 2000/09/01  13:50:05
9913         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
9914              From: Daniel Chetlin <daniel@chetlin.com>
9915              Date: Fri, 1 Sep 2000 02:10:55 -0700
9916              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
9917      Branch: perl
9918            ! pod/perlretut.pod
9919 ____________________________________________________________________________
9920 [  6967] By: jhi                                   on 2000/09/01  13:47:54
9921         Log: Part of the solution.
9922              
9923              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
9924              From: Mike Guy <mjtg@cam.ac.uk>
9925              Date: Fri, 01 Sep 2000 14:16:01 +0100
9926              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
9927      Branch: perl
9928            ! gv.c mg.c
9929 ____________________________________________________________________________
9930 [  6966] By: jhi                                   on 2000/09/01  13:46:17
9931         Log: Subject: CPAN.pm beta 1.57_57 for the core
9932              From: andreas.koenig@anima.de (Andreas J. Koenig)
9933              Date: 01 Sep 2000 15:16:31 +0200
9934              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
9935      Branch: perl
9936            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9937 ____________________________________________________________________________
9938 [  6965] By: jhi                                   on 2000/09/01  13:43:18
9939         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
9940              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9941              Date: Fri, 01 Sep 2000 01:47:22 -0500
9942              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
9943      Branch: perl
9944            ! pod/perldelta.pod vms/vms.c
9945 ____________________________________________________________________________
9946 [  6964] By: jhi                                   on 2000/09/01  13:35:35
9947         Log: File::Temp patches from Andreas König,
9948              
9949              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
9950              From: andreas.koenig@anima.de (Andreas J. Koenig)
9951              Date: 01 Sep 2000 10:07:20 +0200
9952              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
9953              
9954              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
9955              From: andreas.koenig@anima.de (Andreas J. Koenig)
9956              Date: 31 Aug 2000 23:26:08 +0200
9957              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
9958      Branch: perl
9959            ! lib/File/Temp.pm t/lib/ftmp-security.t
9960 ____________________________________________________________________________
9961 [  6963] By: jhi                                   on 2000/09/01  02:22:24
9962         Log: Retract the mergesort code, way too incompatible licensing
9963              and copyrights.
9964      Branch: perl
9965            ! pod/perldelta.pod pp_ctl.c
9966 ____________________________________________________________________________
9967 [  6962] By: jhi                                   on 2000/08/31  23:27:32
9968         Log: Update Changes.
9969      Branch: perl
9970            ! Changes patchlevel.h
9971 ____________________________________________________________________________
9972 [  6961] By: jhi                                   on 2000/08/31  23:20:04
9973         Log: Small tweaks all over.
9974      Branch: metaconfig
9975            ! U/compline/d_gconvert.U
9976      Branch: perl
9977            ! AUTHORS Configure config_h.SH pp_ctl.c
9978 ____________________________________________________________________________
9979 [  6960] By: jhi                                   on 2000/08/31  22:39:36
9980         Log: Further rewording.
9981      Branch: perl
9982            ! pp_ctl.c
9983 ____________________________________________________________________________
9984 [  6959] By: jhi                                   on 2000/08/31  21:26:44
9985         Log: More address tweaking.
9986      Branch: perl
9987            ! AUTHORS Changes
9988 ____________________________________________________________________________
9989 [  6958] By: jhi                                   on 2000/08/31  20:47:25
9990         Log: AUTHORS tweaks, from Peter Prymmer.
9991              
9992              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
9993              From: Peter Prymmer <pvhp@forte.com>
9994              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
9995              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
9996      Branch: perl
9997            ! AUTHORS MAINTAIN
9998 ____________________________________________________________________________
9999 [  6957] By: jhi                                   on 2000/08/31  20:34:43
10000         Log: perldelta tweaks.
10001      Branch: perl
10002            ! pod/perldelta.pod
10003 ____________________________________________________________________________
10004 [  6956] By: jhi                                   on 2000/08/31  19:11:06
10005         Log: Regen perltoc.
10006      Branch: perl
10007            ! pod/perltoc.pod
10008 ____________________________________________________________________________
10009 [  6955] By: jhi                                   on 2000/08/31  19:06:30
10010         Log: Clarify the mergesort situation.
10011      Branch: perl
10012            ! pp_ctl.c
10013 ____________________________________________________________________________
10014 [  6954] By: jhi                                   on 2000/08/31  18:24:17
10015         Log: Move the Solaris 7 scan to use64bitall, make the
10016              failure to find 64-bot sparc libc to mention the
10017              possibility of being in an intel, from Lupe and Alan.
10018      Branch: perl
10019            ! hints/solaris_2.sh
10020 ____________________________________________________________________________
10021 [  6953] By: jhi                                   on 2000/08/31  18:09:20
10022         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
10023              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
10024      Branch: metaconfig
10025            ! U/compline/d_gconvert.U U/threads/archname.U
10026      Branch: metaconfig/U/perl
10027            ! perlxv.U
10028      Branch: perl
10029            ! Configure config_h.SH sv.c
10030 ____________________________________________________________________________
10031 [  6952] By: jhi                                   on 2000/08/31  17:42:24
10032         Log: :: not allowed in pathnames, change to .
10033              
10034              Subject: [PATCH perl@6938] cygwin port
10035              From: "Fifer, Eric" <EFifer@sanwaint.com>
10036              Date: Thu, 31 Aug 2000 16:32:59 +0100
10037              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
10038      Branch: metaconfig/U/perl
10039            ! perlxv.U
10040 ____________________________________________________________________________
10041 [  6951] By: jhi                                   on 2000/08/31  17:02:05
10042         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
10043      Branch: perl
10044            ! perl.h
10045 ____________________________________________________________________________
10046 [  6950] By: jhi                                   on 2000/08/31  16:26:08
10047         Log: More author updates.
10048              
10049              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
10050              From: Simon Cozens <simon@cozens.net>
10051              Date: Thu, 31 Aug 2000 17:13:32 +0100
10052              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
10053      Branch: perl
10054            ! AUTHORS
10055 ____________________________________________________________________________
10056 [  6949] By: jhi                                   on 2000/08/31  16:04:49
10057         Log: POSIX doesn't report long double values under -Duselongdouble
10058              when the long doubles are "real" (bigger than doubles).
10059              
10060              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
10061              From: Spider Boardman <spider@peano.zk3.dec.com>
10062              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
10063              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
10064      Branch: perl
10065            ! ext/POSIX/POSIX.xs
10066 ____________________________________________________________________________
10067 [  6948] By: jhi                                   on 2000/08/31  15:25:10
10068         Log: Update Changes.
10069      Branch: perl
10070            ! Changes patchlevel.h
10071 ____________________________________________________________________________
10072 [  6947] By: jhi                                   on 2000/08/31  15:22:29
10073         Log: Document UNTIE in a very minimalistic way.
10074      Branch: perl
10075            ! pod/perlfunc.pod pod/perltie.pod
10076 ____________________________________________________________________________
10077 [  6946] By: jhi                                   on 2000/08/31  15:15:23
10078         Log: Document known failures.
10079      Branch: perl
10080            ! pod/perldelta.pod
10081 ____________________________________________________________________________
10082 [  6945] By: jhi                                   on 2000/08/31  15:07:00
10083         Log: Don't attach -ld to the archname if pointless.
10084      Branch: metaconfig
10085            ! U/threads/archname.U
10086      Branch: perl
10087            ! Configure config_h.SH
10088 ____________________________________________________________________________
10089 [  6944] By: jhi                                   on 2000/08/31  14:37:42
10090         Log: Wrap the test in eval.
10091              
10092              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
10093              From: Tim Jenness <timj@jach.hawaii.edu>
10094              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
10095              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
10096      Branch: perl
10097            ! t/lib/ftmp-security.t
10098 ____________________________________________________________________________
10099 [  6943] By: jhi                                   on 2000/08/31  14:30:57
10100         Log: Make -Dusemorebits find long doubles in Solaris.
10101      Branch: perl
10102            ! hints/solaris_2.sh
10103 ____________________________________________________________________________
10104 [  6942] By: jhi                                   on 2000/08/31  13:48:45
10105         Log: Clarify the third case of ftmp-security warnings.
10106      Branch: perl
10107            ! INSTALL
10108 ____________________________________________________________________________
10109 [  6941] By: jhi                                   on 2000/08/31  13:40:31
10110         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
10111              From: <abigail@foad.org>
10112              Date: Thu, 31 Aug 2000 01:35:05 -0400
10113              Message-ID: <20000831053505.32120.qmail@foad.org>
10114      Branch: perl
10115            ! pod/perldelta.pod
10116 ____________________________________________________________________________
10117 [  6940] By: jhi                                   on 2000/08/31  13:38:48
10118         Log: Issue useful diagnostic on unknown pod commands.
10119              
10120              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
10121              From: <abigail@foad.org>
10122              Date: Thu, 31 Aug 2000 03:41:18 -0400
10123              Message-ID: <20000831074118.24880.qmail@foad.org>
10124      Branch: perl
10125            ! lib/Pod/Man.pm
10126 ____________________________________________________________________________
10127 [  6939] By: jhi                                   on 2000/08/31  13:34:33
10128         Log: Reveal Borland's isnan.
10129              
10130              Subject: build with BC++ tweak
10131              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10132              Date: Thu, 31 Aug 2000 13:09:37 +0400
10133              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
10134      Branch: perl
10135            ! win32/win32.h
10136 ____________________________________________________________________________
10137 [  6938] By: jhi                                   on 2000/08/31  05:01:20
10138         Log: Update Changes.
10139      Branch: perl
10140            ! Changes patchlevel.h
10141 ____________________________________________________________________________
10142 [  6937] By: jhi                                   on 2000/08/31  04:26:23
10143         Log: sscanf() may be the only way to read long doubles from strings.
10144      Branch: metaconfig/U/perl
10145            ! longdblfio.U
10146      Branch: perl
10147            ! Configure config_h.SH perl.h util.c
10148 ____________________________________________________________________________
10149 [  6936] By: jhi                                   on 2000/08/31  04:18:19
10150         Log: The #6929 was too skimpy.
10151      Branch: perl
10152            ! sv.c
10153 ____________________________________________________________________________
10154 [  6935] By: jhi                                   on 2000/08/31  02:47:07
10155         Log: Subject: Re: typos in pods
10156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10157              Date: Wed, 30 Aug 2000 19:25:34 -0700
10158              Message-ID: <eIcr5gzkg25X092yn@efn.org>
10159      Branch: perl
10160            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
10161 ____________________________________________________________________________
10162 [  6934] By: jhi                                   on 2000/08/31  02:42:55
10163         Log: Missed one Unicode file.
10164      Branch: perl
10165            + lib/unicode/UCDFF301.html
10166 ____________________________________________________________________________
10167 [  6933] By: jhi                                   on 2000/08/30  23:42:27
10168         Log: Update Changes.
10169      Branch: perl
10170            ! Changes patchlevel.h
10171 ____________________________________________________________________________
10172 [  6932] By: jhi                                   on 2000/08/30  23:40:07
10173         Log: Mention UNTIE in perldelta.  Still needs documenting
10174              in perltie et alia.
10175      Branch: perl
10176            ! pod/perldelta.pod
10177 ____________________________________________________________________________
10178 [  6931] By: jhi                                   on 2000/08/30  23:36:02
10179         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
10180              From: <abigail@foad.org>
10181              Date: Wed, 30 Aug 2000 19:28:07 -0400
10182              Message-ID: <20000830232807.305.qmail@foad.org>
10183      Branch: perl
10184            ! pod/perldelta.pod
10185 ____________________________________________________________________________
10186 [  6930] By: jhi                                   on 2000/08/30  23:32:40
10187         Log: Update to Unicode 3.0.1.
10188      Branch: perl
10189            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
10190            + lib/unicode/PropList.txt lib/unicode/README.perl
10191            + lib/unicode/UCD301.html lib/unicode/Unicode.301
10192            - lib/unicode/Props.txt lib/unicode/UCD300.html
10193            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10194            ! (edit 257 files)
10195 ____________________________________________________________________________
10196 [  6929] By: jhi                                   on 2000/08/30  22:38:18
10197         Log: Heap decorruption.
10198              
10199              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
10200              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10201              Date: Wed, 30 Aug 2000 22:39:52 +0100
10202              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
10203      Branch: perl
10204            ! sv.c
10205 ____________________________________________________________________________
10206 [  6928] By: jhi                                   on 2000/08/30  22:29:34
10207         Log: Retract the dummy test, skip the security tests (instead of failing),
10208              explain what the warnings mean.
10209      Branch: perl
10210            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
10211 ____________________________________________________________________________
10212 [  6927] By: jhi                                   on 2000/08/30  22:14:13
10213         Log: Change the internal implementation of sort() to be mergesort
10214              instead of quicksort, from John Linderman <jpl@research.att.com>.
10215              Gives us better worst case, better average case, and stability.
10216              What's there not to like?  (Small fixes for threaded builds
10217              were required).
10218      Branch: perl
10219            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
10220 ____________________________________________________________________________
10221 [  6926] By: jhi                                   on 2000/08/30  20:55:20
10222         Log: A better fix for the Socket building problem from Craig Berry.
10223      Branch: perl
10224            ! vms/vms.c
10225 ____________________________________________________________________________
10226 [  6925] By: jhi                                   on 2000/08/30  20:20:25
10227         Log: Subject: [PATCH] Re: UNTIE method 
10228              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10229              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
10230              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
10231      Branch: perl
10232            ! pp_sys.c t/op/tie.t
10233 ____________________________________________________________________________
10234 [  6924] By: jhi                                   on 2000/08/30  20:17:11
10235         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
10236              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10237              Date: Wed, 30 Aug 2000 15:03:14 -0500
10238              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
10239      Branch: perl
10240            ! vms/vms.c
10241 ____________________________________________________________________________
10242 [  6923] By: jhi                                   on 2000/08/30  20:15:18
10243         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
10244              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10245              Date: Wed, 30 Aug 2000 13:30:36 -0500
10246              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
10247      Branch: perl
10248            ! vms/vms.c
10249 ____________________________________________________________________________
10250 [  6922] By: jhi                                   on 2000/08/30  19:54:43
10251         Log: Better options for rsync.
10252      Branch: perl
10253            ! pod/perlhack.pod
10254 ____________________________________________________________________________
10255 [  6921] By: jhi                                   on 2000/08/30  19:40:16
10256         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
10257              From: Rick Delaney <rick@consumercontact.com>
10258              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
10259              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
10260      Branch: perl
10261            ! pod/perlfunc.pod
10262 ____________________________________________________________________________
10263 [  6920] By: jhi                                   on 2000/08/30  19:36:40
10264         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
10265              From: Peter Prymmer <pvhp@forte.com>
10266              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
10267              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
10268      Branch: perl
10269            ! configure.com
10270 ____________________________________________________________________________
10271 [  6919] By: jhi                                   on 2000/08/30  14:52:02
10272         Log: Update Changes.
10273      Branch: perl
10274            ! Changes patchlevel.h
10275 ____________________________________________________________________________
10276 [  6918] By: jhi                                   on 2000/08/30  14:48:34
10277         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
10278      Branch: perl
10279            ! lib/ExtUtils/typemap
10280 ____________________________________________________________________________
10281 [  6917] By: jhi                                   on 2000/08/30  14:46:34
10282         Log: Subject: typos in pods
10283              From: Nicholas Clark <nick@ccl4.org>
10284              Date: Wed, 30 Aug 2000 01:12:50 +0100
10285              Message-ID: <20000830011249.A61388@plum.flirble.org>
10286      Branch: perl
10287            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
10288            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
10289            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
10290            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
10291 ____________________________________________________________________________
10292 [  6916] By: jhi                                   on 2000/08/30  14:19:09
10293         Log: Document Storable problems on Crays.  (Will have
10294              to document all the other Storable problems, too.)
10295      Branch: perl
10296            ! pod/perldelta.pod
10297 ____________________________________________________________________________
10298 [  6915] By: jhi                                   on 2000/08/30  14:06:02
10299         Log: Subject: [PATCH] fix misc cast warnings
10300              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10301              Date: Tue, 29 Aug 2000 23:16:14 -0700
10302              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
10303      Branch: perl
10304            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
10305            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
10306            ! os2/os2ish.h
10307 ____________________________________________________________________________
10308 [  6914] By: jhi                                   on 2000/08/30  14:03:45
10309         Log: Timestamp mismatch again.  Need to fix this dependence on
10310              config_h.SH timestamp, since it's the contents of config_h.SH
10311              that matter.
10312      Branch: perl
10313            ! uconfig.h uconfig.sh
10314 ____________________________________________________________________________
10315 [  6913] By: jhi                                   on 2000/08/30  13:54:06
10316         Log: Don't say "Perl 5.0 source kit".
10317      Branch: perl
10318            ! perl.c
10319 ____________________________________________________________________________
10320 [  6912] By: jhi                                   on 2000/08/30  13:51:24
10321         Log: Reset archname and archname64 always, forcing them be
10322              recomputed at each Configure run, make Configure and
10323              the hints files agree on the naming of largefiles variables.
10324      Branch: metaconfig
10325            ! U/threads/archname.U
10326      Branch: metaconfig/U/perl
10327            ! use64bits.U
10328      Branch: perl
10329            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
10330            ! hints/linux.sh hints/solaris_2.sh
10331 ____________________________________________________________________________
10332 [  6911] By: jhi                                   on 2000/08/30  13:30:13
10333         Log: Put back the slice accidentally removed by #6907.
10334      Branch: perl
10335            ! hints/solaris_2.sh
10336 ____________________________________________________________________________
10337 [  6910] By: jhi                                   on 2000/08/30  01:24:26
10338         Log: Be consistent: other Net::get* do export theirs.
10339              
10340              Subject: Re: Net::protoent does not export 'getproto'
10341              From: Yasushi Nakajima <sey@jkc.co.jp>
10342              Date: Wed, 30 Aug 2000 09:53:14 +0900
10343              Message-Id: <200008300051.DAA24700@taku.hut.fi>
10344      Branch: perl
10345            ! lib/Net/protoent.pm
10346 ____________________________________________________________________________
10347 [  6909] By: jhi                                   on 2000/08/30  01:17:25
10348         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
10349              From: Gurusamy Sarathy <gsar@ActiveState.com>
10350              Date: Tue, 29 Aug 2000 17:17:07 -0700
10351              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
10352      Branch: perl
10353            ! cop.h
10354 ____________________________________________________________________________
10355 [  6908] By: jhi                                   on 2000/08/30  00:58:05
10356         Log: Update Changes.
10357      Branch: perl
10358            ! Changes patchlevel.h
10359 ____________________________________________________________________________
10360 [  6907] By: jhi                                   on 2000/08/30  00:57:22
10361         Log: Introduce ccname to keep track of what compiler kind of we have.
10362      Branch: metaconfig/U/perl
10363            ! Checkcc.U gccvers.U
10364      Branch: perl
10365            ! Configure config_h.SH hints/solaris_2.sh
10366 ____________________________________________________________________________
10367 [  6906] By: jhi                                   on 2000/08/30  00:25:47
10368         Log: Put back the flags dump as reasoned in
10369              
10370              Subject: Re: [PATCH] Glob dumping
10371              From: Mike Guy <mjtg@cam.ac.uk> 
10372              Date: Tue, 29 Aug 2000 21:41:32 +0100
10373              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
10374      Branch: perl
10375            ! dump.c t/lib/peek.t
10376 ____________________________________________________________________________
10377 [  6905] By: jhi                                   on 2000/08/30  00:16:17
10378         Log: Make the epsilon to be relative, not absolute.
10379              
10380              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
10381              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
10382              Date: Tue, 29 Aug 2000 19:58:56 -0400
10383              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
10384      Branch: perl
10385            ! t/lib/trig.t
10386 ____________________________________________________________________________
10387 [  6904] By: jhi                                   on 2000/08/30  00:13:09
10388         Log: From now on, Gisle is on my list of usual suspects :-)
10389              Retract #6902.
10390      Branch: perl
10391            ! ext/Opcode/Safe.pm
10392 ____________________________________________________________________________
10393 [  6903] By: jhi                                   on 2000/08/29  23:51:20
10394         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
10395              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10396              Date: Tue, 29 Aug 2000 18:43:26 -0500
10397              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
10398      Branch: perl
10399            + vms/vmspipe.com
10400            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
10401            ! vms/vms.c
10402 ____________________________________________________________________________
10403 [  6902] By: jhi                                   on 2000/08/29  23:44:14
10404         Log: Retry what #6882 attempted.
10405              
10406              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
10407              From: Gisle Aas <gisle@ActiveState.com>
10408              Date: 30 Aug 2000 00:33:09 +0200
10409              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
10410      Branch: perl
10411            ! ext/Opcode/Safe.pm
10412 ____________________________________________________________________________
10413 [  6901] By: jhi                                   on 2000/08/29  22:59:32
10414         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
10415              From: Hugo <hv@crypt.compulink.co.uk>
10416              Date: Mon, 12 Jun 2000 19:36:08 +0100
10417              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
10418      Branch: perl
10419            ! sv.c
10420 ____________________________________________________________________________
10421 [  6900] By: jhi                                   on 2000/08/29  22:58:35
10422         Log: Admit that we are leaking scalars.
10423              
10424              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
10425              From: Spider Boardman <spider@leggy.zk3.dec.com>
10426              Date: Tue, 29 Aug 2000 18:48:29 -0400
10427              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
10428      Branch: perl
10429            ! t/pragma/warnings.t
10430 ____________________________________________________________________________
10431 [  6899] By: jhi                                   on 2000/08/29  20:53:13
10432         Log: Update Changes.
10433      Branch: perl
10434            ! Changes patchlevel.h
10435 ____________________________________________________________________________
10436 [  6898] By: jhi                                   on 2000/08/29  20:46:21
10437         Log: Undo namespace pollution of #6878.
10438              
10439              Subject: Re: Net::protoent does not export 'getproto'
10440              From: Mike Guy <mjtg@cam.ac.uk>
10441              Date: Tue, 29 Aug 2000 21:32:37 +0100
10442              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
10443      Branch: perl
10444            ! lib/Net/protoent.pm
10445 ____________________________________________________________________________
10446 [  6897] By: jhi                                   on 2000/08/29  20:44:29
10447         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
10448              From: Peter Prymmer <pvhp@forte.com>
10449              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
10450              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
10451      Branch: perl
10452            ! pod/perlebcdic.pod
10453 ____________________________________________________________________________
10454 [  6896] By: jhi                                   on 2000/08/29  20:40:57
10455         Log: There's no point repeating the 'revision' (5) of perl5.
10456      Branch: metaconfig/U/perl
10457            ! Devel.U patchlevel.U
10458      Branch: perl
10459            ! Configure config_h.SH
10460 ____________________________________________________________________________
10461 [  6895] By: jhi                                   on 2000/08/29  20:16:58
10462         Log: Regen Configure for #6894.
10463      Branch: metaconfig/U/perl
10464            ! perladmin.U
10465      Branch: perl
10466            ! Configure config_h.SH
10467 ____________________________________________________________________________
10468 [  6894] By: jhi                                   on 2000/08/29  19:59:52
10469         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
10470              From: "Philip Newton" <Philip.Newton@gmx.net>
10471              Date: Tue, 29 Aug 2000 21:39:14 +0200
10472              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
10473      Branch: perl
10474            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
10475            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
10476            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
10477            ! utils/perlbug.PL
10478 ____________________________________________________________________________
10479 [  6893] By: jhi                                   on 2000/08/29  19:55:30
10480         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
10481              From: "Philip Newton" <Philip.Newton@gmx.net>
10482              Date: Tue, 29 Aug 2000 21:39:14 +0200
10483              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
10484      Branch: perl
10485            ! installhtml
10486 ____________________________________________________________________________
10487 [  6892] By: jhi                                   on 2000/08/29  19:53:59
10488         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
10489              From: "Philip Newton" <Philip.Newton@gmx.net>
10490              Date: Tue, 29 Aug 2000 21:48:18 +0200
10491              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
10492      Branch: perl
10493            ! lib/File/Temp.pm
10494 ____________________________________________________________________________
10495 [  6891] By: jhi                                   on 2000/08/29  18:30:03
10496         Log: Nail the ID 20000828.023.
10497      Branch: perl
10498            ! ext/Storable/Storable.xs
10499 ____________________________________________________________________________
10500 [  6890] By: jhi                                   on 2000/08/29  16:50:17
10501         Log: Under usethreads the dumped variable is IN_PAD.
10502              
10503              Subject: Re: [PATCH] Glob dumping
10504              From: Gisle Aas <gisle@ActiveState.com>
10505              Date: 29 Aug 2000 18:45:05 +0200
10506              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
10507      Branch: perl
10508            ! t/lib/peek.t
10509 ____________________________________________________________________________
10510 [  6889] By: jhi                                   on 2000/08/29  15:17:37
10511         Log: Update Changes.
10512      Branch: perl
10513            ! Changes patchlevel.h
10514 ____________________________________________________________________________
10515 [  6888] By: jhi                                   on 2000/08/29  14:49:59
10516         Log: Retract #6882, broke the safe tests.
10517      Branch: perl
10518            ! ext/Opcode/Safe.pm
10519 ____________________________________________________________________________
10520 [  6887] By: jhi                                   on 2000/08/29  14:47:06
10521         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
10522              From: Gisle Aas <gisle@ActiveState.com> 
10523              Date: 09 Jun 2000 20:00:11 +0200
10524              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
10525      Branch: perl
10526            ! utils/perldoc.PL
10527 ____________________________________________________________________________
10528 [  6886] By: jhi                                   on 2000/08/29  14:42:45
10529         Log: The #6881 removed one dump line.
10530      Branch: perl
10531            ! t/lib/peek.t
10532 ____________________________________________________________________________
10533 [  6885] By: jhi                                   on 2000/08/29  14:30:47
10534         Log: Don't forget to tidy up.
10535      Branch: perl
10536            ! t/lib/ftmp-security.t
10537 ____________________________________________________________________________
10538 [  6884] By: jhi                                   on 2000/08/29  14:25:17
10539         Log: Disabling the one test is a bit tricky.
10540      Branch: perl
10541            ! t/lib/ftmp-security.t
10542 ____________________________________________________________________________
10543 [  6883] By: jhi                                   on 2000/08/29  14:16:25
10544         Log: Disable one of the tests for now.
10545      Branch: perl
10546            ! t/lib/ftmp-security.t
10547 ____________________________________________________________________________
10548 [  6882] By: jhi                                   on 2000/08/29  14:05:50
10549         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
10550              From: gisle@aas.no
10551              Date: 29 Aug 2000 10:35:06 -0000
10552              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
10553      Branch: perl
10554            ! ext/Opcode/Safe.pm
10555 ____________________________________________________________________________
10556 [  6881] By: jhi                                   on 2000/08/29  14:03:51
10557         Log: Subject: [PATCH] Glob dumping
10558              From: Gisle Aas <gisle@ActiveState.com>
10559              Date: 29 Aug 2000 07:59:42 -0000
10560              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
10561      Branch: perl
10562            ! dump.c
10563 ____________________________________________________________________________
10564 [  6880] By: jhi                                   on 2000/08/29  14:02:01
10565         Log: Subject: [PATCH] Warnings in B::Deparse
10566              From: <abigail@foad.org>
10567              Date: Tue, 29 Aug 2000 00:00:01 -0400
10568              Message-ID: <20000829040001.2999.qmail@foad.org>
10569      Branch: perl
10570            ! ext/B/B/Deparse.pm
10571 ____________________________________________________________________________
10572 [  6879] By: jhi                                   on 2000/08/29  13:57:26
10573         Log: Missed a change in #6869.
10574      Branch: perl
10575            ! mg.c
10576 ____________________________________________________________________________
10577 [  6878] By: jhi                                   on 2000/08/29  13:45:04
10578         Log: Subject: Net::protoent does not export 'getproto'
10579              From: Yasushi Nakajima <sey@jkc.co.jp>
10580              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
10581      Branch: perl
10582            ! lib/Net/protoent.pm
10583 ____________________________________________________________________________
10584 [  6877] By: jhi                                   on 2000/08/29  13:39:19
10585         Log: Patches all over for people and the files they (hopefully) care about.
10586      Branch: perl
10587            ! AUTHORS Changes MAINTAIN
10588 ____________________________________________________________________________
10589 [  6876] By: jhi                                   on 2000/08/29  12:53:54
10590         Log: Fix for thinko in #6848.
10591              
10592              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
10593              From: Lupe Christoph <lupe@lupe-christoph.de>
10594              Date: Tue, 29 Aug 2000 09:04:08 +0200
10595              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
10596      Branch: perl
10597            ! ext/Thread/Thread.xs
10598 ____________________________________________________________________________
10599 [  6875] By: jhi                                   on 2000/08/29  12:50:14
10600         Log: Update to Getopt::Long 2.24, from Johan Vromans.
10601      Branch: perl
10602            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
10603 ____________________________________________________________________________
10604 [  6874] By: jhi                                   on 2000/08/29  02:09:53
10605         Log: Use minimal @INC in tests, most of the time just '../lib',
10606              so that we simply can't pick up stuff from other Perls than
10607              the one we are testing.  Pointed out by
10608              
10609              From: Mike Guy <mjtg@cam.ac.uk>
10610              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
10611              Date: Fri, 25 Aug 2000 15:15:59 +0100
10612              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
10613      Branch: perl
10614            ! (edit 185 files)
10615 ____________________________________________________________________________
10616 [  6873] By: jhi                                   on 2000/08/29  01:07:11
10617         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
10618              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10619              Date: Mon, 28 Aug 2000 17:45:52 -0700
10620              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
10621      Branch: perl
10622            ! Makefile.SH hints/os2.sh
10623 ____________________________________________________________________________
10624 [  6872] By: jhi                                   on 2000/08/28  23:33:39
10625         Log: Subject: [PATCH bleedperl@6866] spellings
10626              From: marcel@codewerk.com (Marcel Grunauer)
10627              Date: Tue, 29 Aug 2000 01:19:59 +0200
10628              Message-Id: <200008282319.BAA29862@gandalf.local>
10629      Branch: perl
10630            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
10631            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
10632            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
10633 ____________________________________________________________________________
10634 [  6871] By: jhi                                   on 2000/08/28  23:22:09
10635         Log: Take out the SUIDMAIL thing, that will not be
10636              a problem in 5.7.*.
10637      Branch: perl
10638            ! patchlevel.h
10639 ____________________________________________________________________________
10640 [  6870] By: jhi                                   on 2000/08/28  23:19:30
10641         Log: -S is the silent flag, -s is the strip flag.
10642              
10643              Subject: [PATCH] Re: [PATCH] make no-install          
10644              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10645              Date: Mon, 28 Aug 2000 15:12:55 -0700
10646              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
10647      Branch: perl
10648            ! Makefile.SH
10649 ____________________________________________________________________________
10650 [  6869] By: jhi                                   on 2000/08/28  23:12:05
10651         Log: Subject: [PATCH bleedperl@6856] warnings fixes
10652              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10653              Date: Mon, 28 Aug 2000 23:55:06 +0100
10654              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
10655      Branch: perl
10656            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
10657            ! warnings.h warnings.pl
10658 ____________________________________________________________________________
10659 [  6868] By: jhi                                   on 2000/08/28  21:38:22
10660         Log: Potential cruft.
10661      Branch: perl
10662            ! Makefile.SH
10663 ____________________________________________________________________________
10664 [  6867] By: jhi                                   on 2000/08/28  21:35:36
10665         Log: Update Changes.
10666      Branch: perl
10667            ! Changes patchlevel.h
10668 ____________________________________________________________________________
10669 [  6866] By: jhi                                   on 2000/08/28  21:33:49
10670         Log: Subject: hv.h Doc Patch
10671              From: Fisher Mark <fisherm@tce.com>
10672              Date: Mon, 28 Aug 2000 16:24:59 -0500
10673              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
10674      Branch: perl
10675            ! hv.h
10676 ____________________________________________________________________________
10677 [  6865] By: jhi                                   on 2000/08/28  21:02:15
10678         Log: Add -ld to archname on long tr...double platforms.
10679      Branch: metaconfig
10680            ! U/threads/archname.U
10681      Branch: perl
10682            ! Configure config_h.SH
10683 ____________________________________________________________________________
10684 [  6864] By: jhi                                   on 2000/08/28  20:38:59
10685         Log: An attempt to fix the problem reported in
10686              
10687              Subject: Building perl@6856 using gcc/AIX 4.3.3 
10688              From: Daniel Muino <dmuino@afip.gov.ar> 
10689              Date: Mon, 28 Aug 2000 15:50:01 -0300   
10690              Message-ID: <20000828155001.A14403@con2-dgi>
10691              
10692              I can't test this properly since the gcc installation I have
10693              access to seems to be botched (gcc is calling the AIX cpp,
10694              a losing proposition...)
10695      Branch: perl
10696            ! hints/aix.sh
10697 ____________________________________________________________________________
10698 [  6863] By: jhi                                   on 2000/08/28  18:57:52
10699         Log: Fix for ID 20000828.001, long doubles were not formatted
10700              correctly (showed up in $], which stopped installing perl).
10701      Branch: perl
10702            ! sv.c
10703 ____________________________________________________________________________
10704 [  6862] By: jhi                                   on 2000/08/28  18:07:15
10705         Log: Typo in #6858.
10706      Branch: perl
10707            ! lib/Cwd.pm
10708 ____________________________________________________________________________
10709 [  6861] By: jhi                                   on 2000/08/28  17:57:27
10710         Log: opmini.o may be left around if a build is interrupted.
10711      Branch: perl
10712            ! Makefile.SH
10713 ____________________________________________________________________________
10714 [  6860] By: jhi                                   on 2000/08/28  16:52:50
10715         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
10716              From: Daniel Chetlin <daniel@chetlin.com>
10717              Date: Mon, 28 Aug 2000 01:14:18 -0700
10718              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
10719      Branch: perl
10720            ! lib/overload.pm
10721 ____________________________________________________________________________
10722 [  6859] By: jhi                                   on 2000/08/28  16:08:46
10723         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
10724              From: Nicholas Clark <nick@ccl4.org>
10725              Date: Mon, 28 Aug 2000 16:03:27 +0100
10726              Message-Id: <20000828160327.C49785@plum.flirble.org>
10727      Branch: perl
10728            ! ext/ByteLoader/bytecode.h
10729 ____________________________________________________________________________
10730 [  6858] By: jhi                                   on 2000/08/28  16:02:10
10731         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
10732              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
10733              Date: Mon, 28 Aug 2000 13:08:30 +0200
10734              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
10735      Branch: perl
10736            ! lib/Cwd.pm
10737 ____________________________________________________________________________
10738 [  6857] By: jhi                                   on 2000/08/28  15:42:47
10739         Log: display_format used as a class method without arguments was broken,
10740              reported in
10741              
10742              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
10743              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
10744              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
10745              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
10746      Branch: perl
10747            ! lib/Math/Complex.pm t/lib/complex.t
10748 ____________________________________________________________________________
10749 [  6856] By: jhi                                   on 2000/08/27  22:09:48
10750         Log: Update Changes.
10751      Branch: perl
10752            ! Changes patchlevel.h
10753 ____________________________________________________________________________
10754 [  6855] By: jhi                                   on 2000/08/27  21:59:21
10755         Log: Retract #6853 (false alarm).
10756      Branch: perl
10757            ! lib/ExtUtils/xsubpp
10758 ____________________________________________________________________________
10759 [  6854] By: jhi                                   on 2000/08/27  21:37:44
10760         Log: Update Changes.
10761      Branch: perl
10762            ! Changes patchlevel.h
10763 ____________________________________________________________________________
10764 [  6853] By: jhi                                   on 2000/08/27  21:37:16
10765         Log: Subject: [PATCH perl@6850] workaround for xsubpp
10766              From: Hugo <hv@crypt.compulink.co.uk>
10767              Date: Sun, 27 Aug 2000 22:30:25 +0100
10768              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
10769      Branch: perl
10770            ! lib/ExtUtils/xsubpp
10771 ____________________________________________________________________________
10772 [  6852] By: jhi                                   on 2000/08/27  21:33:58
10773         Log: Big-endian 64-bit patch from Raphael Manfredi.
10774      Branch: perl
10775            ! ext/Storable/Storable.xs
10776 ____________________________________________________________________________
10777 [  6851] By: jhi                                   on 2000/08/27  21:22:21
10778         Log: More ruthless editing from Hugo van der Sanden.
10779      Branch: perl
10780            ! pod/perldelta.pod
10781 ____________________________________________________________________________
10782 [  6850] By: jhi                                   on 2000/08/27  16:11:46
10783         Log: Update Changes.
10784      Branch: perl
10785            ! Changes patchlevel.h
10786 ____________________________________________________________________________
10787 [  6849] By: jhi                                   on 2000/08/27  16:11:05
10788         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
10789      Branch: perl
10790            ! configpm pod/perldelta.pod
10791 ____________________________________________________________________________
10792 [  6848] By: jhi                                   on 2000/08/27  15:35:08
10793         Log: Use the actual thread type, not the pointer-to-struct.
10794      Branch: perl
10795            ! ext/Thread/Thread.xs
10796 ____________________________________________________________________________
10797 [  6847] By: jhi                                   on 2000/08/27  15:30:49
10798         Log: Test nit.
10799      Branch: perl
10800            ! t/pragma/warn/pp_sys
10801 ____________________________________________________________________________
10802 [  6846] By: jhi                                   on 2000/08/27  15:19:02
10803         Log: Passing -R in ldflags makes now it to appear in the default
10804              for lddlflags, just like with -L.
10805              
10806              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10807              From: Lupe Christoph <lupe@lupe-christoph.de>
10808              Date: Sun, 27 Aug 2000 10:28:21 +0200
10809              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
10810      Branch: metaconfig/U/perl
10811            ! dlsrc.U
10812      Branch: perl
10813            ! Configure
10814 ____________________________________________________________________________
10815 [  6845] By: jhi                                   on 2000/08/27  15:08:54
10816         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10817              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10818              Date: Sat, 26 Aug 2000 22:23:27 +0100
10819              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
10820      Branch: perl
10821            ! lib/ExtUtils/MM_Unix.pm
10822 ____________________________________________________________________________
10823 [  6844] By: jhi                                   on 2000/08/27  15:02:37
10824         Log: DJGPP update from Laszlo Molnar.
10825              
10826              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
10827              From: ml1050 <ml1050@freemail.hu>
10828              Date: Sat, 26 Aug 2000 23:24:40 +0200
10829              Message-Id: <20000826232440.A439@freemail.hu>
10830      Branch: perl
10831            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
10832            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
10833 ____________________________________________________________________________
10834 [  6843] By: jhi                                   on 2000/08/27  14:53:58
10835         Log: Subject: installman buglet
10836              From: Lupe Christoph <lupe@lupe-christoph.de>
10837              Date: Sun, 27 Aug 2000 14:38:59 +0200
10838              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
10839      Branch: perl
10840            ! installman
10841 ____________________________________________________________________________
10842 [  6842] By: jhi                                   on 2000/08/27  14:52:08
10843         Log: Can't get the test to reliably work thanks to the
10844              inaccurateness of floating point.  "Resolves" bug ids
10845              20000826.003, 20000826.009, 20000826.010,
10846      Branch: perl
10847            ! t/lib/trig.t
10848 ____________________________________________________________________________
10849 [  6841] By: jhi                                   on 2000/08/26  15:53:58
10850         Log: Update Changes.
10851      Branch: perl
10852            ! Changes patchlevel.h
10853 ____________________________________________________________________________
10854 [  6840] By: jhi                                   on 2000/08/26  14:23:03
10855         Log: grep -e isn't portable.
10856              
10857              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
10858              From: chris@broadband.att.com
10859              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
10860              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
10861      Branch: perl
10862            ! hints/solaris_2.sh
10863 ____________________________________________________________________________
10864 [  6839] By: jhi                                   on 2000/08/26  14:12:23
10865         Log: no-install target a la make -n.
10866              
10867              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
10868              From: <abigail@foad.org>
10869              Date: Sat, 26 Aug 2000 03:57:34 -0400
10870              Message-ID: <20000826075735.18912.qmail@foad.org>
10871      Branch: perl
10872            ! Makefile.SH installman installperl
10873 ____________________________________________________________________________
10874 [  6838] By: jhi                                   on 2000/08/26  14:06:33
10875         Log: Retract #6826 as the #6828 should be do the same
10876              in a More Correct Way.
10877      Branch: perl
10878            ! installperl
10879 ____________________________________________________________________________
10880 [  6837] By: jhi                                   on 2000/08/26  05:24:00
10881         Log: More casting.
10882      Branch: perl
10883            ! ext/Storable/Storable.xs
10884 ____________________________________________________________________________
10885 [  6836] By: jhi                                   on 2000/08/26  05:05:46
10886         Log: Nicer in decimal.
10887      Branch: perl
10888            ! ext/Storable/Storable.xs
10889 ____________________________________________________________________________
10890 [  6835] By: jhi                                   on 2000/08/26  05:03:50
10891         Log: There be no UVdf.
10892      Branch: perl
10893            ! ext/Storable/Storable.xs
10894 ____________________________________________________________________________
10895 [  6834] By: jhi                                   on 2000/08/26  05:00:18
10896         Log: Continue IVdfing and UVxfing.
10897      Branch: perl
10898            ! ext/Storable/Storable.xs
10899 ____________________________________________________________________________
10900 [  6833] By: jhi                                   on 2000/08/26  04:53:14
10901         Log: Use IVdf.
10902      Branch: perl
10903            ! ext/Storable/Storable.xs
10904 ____________________________________________________________________________
10905 [  6832] By: jhi                                   on 2000/08/26  04:40:41
10906         Log: Document PTR2XX and INT2PTR.
10907      Branch: perl
10908            ! pod/perlguts.pod
10909 ____________________________________________________________________________
10910 [  6831] By: jhi                                   on 2000/08/26  04:33:18
10911         Log: Use UVxf, PTR2UV, NVff.
10912      Branch: perl
10913            ! ext/Storable/Storable.xs
10914 ____________________________________________________________________________
10915 [  6830] By: jhi                                   on 2000/08/26  04:31:32
10916         Log: Update the test count.
10917      Branch: perl
10918            ! t/lib/trig.t
10919 ____________________________________________________________________________
10920 [  6829] By: jhi                                   on 2000/08/26  03:05:50
10921         Log: Subject: [PATCH] installation not quite silent yet.
10922              From: <abigail@foad.org>
10923              Date: Fri, 25 Aug 2000 20:07:53 -0400
10924              Message-ID: <20000826000753.7822.qmail@foad.org>
10925      Branch: perl
10926            ! installman installperl
10927 ____________________________________________________________________________
10928 [  6828] By: jhi                                   on 2000/08/26  03:05:14
10929         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10930              From: Spider Boardman <spider@web.zk3.dec.com>
10931              Date: Fri, 25 Aug 2000 19:12:40 -0400
10932              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
10933      Branch: perl
10934            ! gv.c
10935 ____________________________________________________________________________
10936 [  6827] By: jhi                                   on 2000/08/25  23:54:34
10937         Log: Support preserving extremely big/small angles.
10938      Branch: perl
10939            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
10940 ____________________________________________________________________________
10941 [  6826] By: jhi                                   on 2000/08/25  23:01:20
10942         Log: Patch installperl to be long double-aware.
10943              
10944              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10945              From: Spider Boardman <spider@web.zk3.dec.com>
10946              Date: Fri, 25 Aug 2000 18:15:23 -0400
10947              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
10948      Branch: perl
10949            ! installperl
10950 ____________________________________________________________________________
10951 [  6825] By: jhi                                   on 2000/08/25  22:58:25
10952         Log: Remove duplicately applied patch shards.
10953              
10954              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
10955              From: Spider Boardman <spider@leggy.zk3.dec.com>
10956              Date: Fri, 25 Aug 2000 16:45:03 -0400
10957              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
10958      Branch: perl
10959            ! t/lib/cgi-html.t
10960 ____________________________________________________________________________
10961 [  6824] By: jhi                                   on 2000/08/25  22:57:00
10962         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10963              From: Daniel Chetlin <daniel@chetlin.com>
10964              Date: Fri, 25 Aug 2000 12:23:16 -0700
10965              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
10966              
10967              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10968              From: Daniel Chetlin <daniel@chetlin.com>
10969              Date: Fri, 25 Aug 2000 14:47:19 -0700
10970              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
10971      Branch: perl
10972            ! installman
10973 ____________________________________________________________________________
10974 [  6823] By: jhi                                   on 2000/08/25  22:44:17
10975         Log: Timestamp problem?
10976      Branch: perl
10977            ! uconfig.h uconfig.sh
10978 ____________________________________________________________________________
10979 [  6822] By: jhi                                   on 2000/08/25  19:01:06
10980         Log: One forgotten file from #6816.
10981      Branch: perl
10982            ! vos/config.h
10983 ____________________________________________________________________________
10984 [  6821] By: jhi                                   on 2000/08/25  18:56:39
10985         Log: Regen Changes.
10986      Branch: perl
10987            ! Changes patchlevel.h
10988 ____________________________________________________________________________
10989 [  6820] By: jhi                                   on 2000/08/25  18:52:35
10990         Log: Fix Changes ordering.
10991      Branch: perl
10992            ! Changes
10993 ____________________________________________________________________________
10994 [  6819] By: jhi                                   on 2000/08/25  18:50:25
10995         Log: Update Changes.
10996      Branch: perl
10997            ! Changes patchlevel.h
10998 ____________________________________________________________________________
10999 [  6818] By: jhi                                   on 2000/08/25  18:47:45
11000         Log: Tweak the sfio/useperlio logic, hopefully as wished in
11001              
11002              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
11003              From: Nicholas Clark <nick@babyhippo.co.uk>
11004              Date: Fri, 25 Aug 2000 12:01:45 +0100
11005              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
11006      Branch: metaconfig/U/perl
11007            ! d_sfio.U
11008      Branch: perl
11009            ! Configure
11010 ____________________________________________________________________________
11011 [  6817] By: jhi                                   on 2000/08/25  18:32:51
11012         Log: Allow microperl to assume <math.h>, without it the math
11013              functions like floor() are assumed to return int, which makes
11014              for core dumps in machines where integer and floating register
11015              don't mix.
11016      Branch: perl
11017            ! uconfig.h uconfig.sh
11018 ____________________________________________________________________________
11019 [  6816] By: jhi                                   on 2000/08/25  18:27:17
11020         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
11021              the problem reported in
11022              
11023              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
11024              From: danhale@us.ibm.com
11025              Date: Fri, 25 Aug 2000 10:58:06 -0400
11026              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
11027      Branch: metaconfig/U/perl
11028            + d_socks5_init.U
11029      Branch: perl
11030            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
11031            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
11032            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
11033            ! win32/config.gc win32/config.vc
11034 ____________________________________________________________________________
11035 [  6815] By: jhi                                   on 2000/08/25  17:43:31
11036         Log: A solution for the retrieve_fd autosplit warning,
11037              idea suggested by Mike Guy.
11038      Branch: perl
11039            ! ext/Storable/Storable.pm
11040 ____________________________________________________________________________
11041 [  6814] By: jhi                                   on 2000/08/25  17:16:03
11042         Log: Add install-silent target.
11043      Branch: perl
11044            ! Makefile.SH
11045 ____________________________________________________________________________
11046 [  6813] By: jhi                                   on 2000/08/25  17:14:23
11047         Log: Subject: Re: [PATCH] More silencing of installman.
11048              From: <abigail@foad.org>
11049              Date: Thu, 24 Aug 2000 19:27:03 -0400
11050              Message-ID: <20000824232703.7001.qmail@foad.org>
11051              
11052              Subject: Re: [PATCH] More silencing of installman.
11053              From: <abigail@foad.org>
11054              Date: Fri, 25 Aug 2000 03:00:58 -0400
11055              Message-ID: <20000825070058.10697.qmail@foad.org>
11056      Branch: perl
11057            ! installman
11058 ____________________________________________________________________________
11059 [  6812] By: jhi                                   on 2000/08/25  17:11:28
11060         Log: installperl --verbose and --silent.
11061              
11062              Subject: Re: [PATCH] More silencing of installman.
11063              From: <abigail@foad.org>
11064              Message-ID: <20000825064430.9719.qmail@foad.org>
11065              Date: Fri, 25 Aug 2000 02:44:30 -0400
11066      Branch: perl
11067            ! installperl
11068 ____________________________________________________________________________
11069 [  6811] By: jhi                                   on 2000/08/25  17:05:43
11070         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
11071              From: "Peter J. Farley III" <pjfarley@banet.net>
11072              Date: Thu, 24 Aug 2000 21:58:03 -0400
11073              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
11074              
11075              (applied slightly modified)
11076      Branch: perl
11077            ! lib/ExtUtils/MM_Unix.pm
11078 ____________________________________________________________________________
11079 [  6810] By: jhi                                   on 2000/08/25  17:01:18
11080         Log: Missing parts of 
11081              
11082              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
11083              From: Peter Prymmer <pvhp@forte.com>
11084              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
11085              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
11086      Branch: perl
11087            ! t/lib/cgi-html.t
11088 ____________________________________________________________________________
11089 [  6809] By: jhi                                   on 2000/08/25  16:46:32
11090         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
11091              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11092              Date: Thu, 24 Aug 2000 19:13:11 -0500
11093              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
11094      Branch: perl
11095            ! vms/vms.c
11096 ____________________________________________________________________________
11097 [  6808] By: jhi                                   on 2000/08/25  16:39:22
11098         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
11099              From: Peter Prymmer <pvhp@forte.com>
11100              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
11101              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
11102      Branch: perl
11103            ! configure.com
11104 ____________________________________________________________________________
11105 [  6807] By: jhi                                   on 2000/08/25  16:36:37
11106         Log: Better wording for the vec lvalue diagnostic.
11107              
11108              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
11109              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11110              Date: Wed, 23 Aug 2000 14:12:16 -0400
11111              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
11112      Branch: perl
11113            ! pod/perldiag.pod
11114 ____________________________________________________________________________
11115 [  6806] By: jhi                                   on 2000/08/24  18:17:22
11116         Log: Subject: [PATCH] More silencing of installman.
11117              From: <abigail@foad.org>
11118              Date: Thu, 24 Aug 2000 14:01:44 -0400
11119              Message-ID: <20000824180144.20062.qmail@foad.org>
11120      Branch: perl
11121            ! installman
11122 ____________________________________________________________________________
11123 [  6805] By: jhi                                   on 2000/08/24  15:00:31
11124         Log: Update Changes.
11125      Branch: perl
11126            ! Changes patchlevel.h
11127 ____________________________________________________________________________
11128 [  6804] By: jhi                                   on 2000/08/24  14:59:07
11129         Log: Regen perltoc.
11130      Branch: perl
11131            ! pod/perltoc.pod
11132 ____________________________________________________________________________
11133 [  6803] By: jhi                                   on 2000/08/24  14:44:39
11134         Log: Show the doc file, not the temp file.
11135      Branch: perl
11136            ! installman
11137 ____________________________________________________________________________
11138 [  6802] By: jhi                                   on 2000/08/24  14:41:53
11139         Log: Continue silencing.
11140      Branch: perl
11141            ! installman
11142 ____________________________________________________________________________
11143 [  6801] By: jhi                                   on 2000/08/24  14:34:40
11144         Log: Actually do something with the silencer option.
11145      Branch: perl
11146            ! installman
11147 ____________________________________________________________________________
11148 [  6800] By: jhi                                   on 2000/08/24  14:26:22
11149         Log: Make installman to recognize the silence flag -S.
11150      Branch: perl
11151            ! installman
11152 ____________________________________________________________________________
11153 [  6799] By: jhi                                   on 2000/08/24  13:49:38
11154         Log: DOS patches and portability/porting notes, from Tim Jenness.
11155      Branch: perl
11156            ! lib/File/Temp.pm
11157 ____________________________________________________________________________
11158 [  6798] By: jhi                                   on 2000/08/24  13:48:27
11159         Log: Create directories in silence.
11160              
11161              Subject: [PATCH] Another silencer for MakeMaker
11162              From: andreas.koenig@anima.de (Andreas J. Koenig)
11163              Date: 24 Aug 2000 14:18:52 +0200
11164              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
11165      Branch: perl
11166            ! lib/ExtUtils/Command.pm
11167 ____________________________________________________________________________
11168 [  6797] By: jhi                                   on 2000/08/24  13:46:42
11169         Log: More liberal parsing of version numbers.
11170              
11171              Subject: Re: CPAN.pm beta for testing available
11172              From: andreas.koenig@anima.de (Andreas J. Koenig)
11173              Date: 24 Aug 2000 13:51:57 +0200
11174              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
11175      Branch: perl
11176            ! lib/CPAN.pm
11177 ____________________________________________________________________________
11178 [  6796] By: jhi                                   on 2000/08/24  13:44:36
11179         Log: Make "make install" by default silent.  A new "install-verbose"
11180              target is verbose.
11181      Branch: perl
11182            ! Makefile.SH
11183 ____________________________________________________________________________
11184 [  6795] By: jhi                                   on 2000/08/24  13:39:14
11185         Log: Add silencer flags to installperl.
11186              
11187              Subject: [PATCH] Making installperl silent.
11188              From: <abigail@foad.org>
11189              Date: Thu, 24 Aug 2000 05:01:45 -0400
11190              Message-ID: <20000824090145.13141.qmail@foad.org>
11191      Branch: perl
11192            ! installperl
11193 ____________________________________________________________________________
11194 [  6794] By: jhi                                   on 2000/08/24  13:35:50
11195         Log: installperl couldn't tell whether it had run tests or not.
11196              
11197              Subject: [PATCH] Re: installperl and t/TEST
11198              From: <abigail@foad.org>
11199              Date: Thu, 24 Aug 2000 04:00:53 -0400
11200              Message-ID: <20000824080053.2494.qmail@foad.org>
11201      Branch: perl
11202            ! Makefile.SH installperl
11203 ____________________________________________________________________________
11204 [  6793] By: jhi                                   on 2000/08/24  13:27:50
11205         Log: Drop the separate perlbc, perlcc -b should be enough.
11206      Branch: perl
11207            - utils/perlbc.PL
11208            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
11209 ____________________________________________________________________________
11210 [  6792] By: jhi                                   on 2000/08/24  04:41:30
11211         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
11212              plus the typo fix from Peter Prymmer.
11213      Branch: perl
11214            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11215            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11216 ____________________________________________________________________________
11217 [  6791] By: jhi                                   on 2000/08/24  02:10:43
11218         Log: Replace #6705 with a minimal doc patch.
11219              
11220              Subject: [PATCH 5.6.0] replace change #6705
11221              From: Jan Dubois <jand@ActiveState.com>
11222              Date: Wed, 23 Aug 2000 18:31:51 -0700
11223              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
11224      Branch: perl
11225            ! lib/Win32.pod win32/win32.c
11226 ____________________________________________________________________________
11227 [  6790] By: jhi                                   on 2000/08/23  17:52:00
11228         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
11229              From: Mike Guy <mjtg@cam.ac.uk>
11230              Date: Wed, 23 Aug 2000 18:38:46 +0100
11231              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
11232      Branch: perl
11233            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
11234 ____________________________________________________________________________
11235 [  6789] By: jhi                                   on 2000/08/23  15:34:21
11236         Log: Update Changes.
11237      Branch: perl
11238            ! Changes patchlevel.h
11239 ____________________________________________________________________________
11240 [  6788] By: jhi                                   on 2000/08/23  15:33:40
11241         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
11242              From: Wilfredo Sánchez <wsanchez@apple.com>
11243              Date: Tue, 22 Aug 2000 19:31:27 -0700
11244              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
11245      Branch: perl
11246            ! perl.h
11247 ____________________________________________________________________________
11248 [  6787] By: jhi                                   on 2000/08/23  15:29:31
11249         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
11250              From: Spider Boardman <spider@leggy.zk3.dec.com>
11251              Date: Wed, 23 Aug 2000 10:33:23 -0400
11252              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
11253      Branch: perl
11254            ! lib/Pod/Html.pm
11255 ____________________________________________________________________________
11256 [  6786] By: jhi                                   on 2000/08/23  15:28:11
11257         Log: Bad makefile.
11258      Branch: perl
11259            ! ext/B/Makefile.PL
11260 ____________________________________________________________________________
11261 [  6785] By: jhi                                   on 2000/08/23  14:37:04
11262         Log: Update Changes.
11263      Branch: perl
11264            ! Changes patchlevel.h
11265 ____________________________________________________________________________
11266 [  6784] By: jhi                                   on 2000/08/23  13:58:41
11267         Log: Portability fix from Hugo van der Sanden.
11268      Branch: perl
11269            ! ext/re/Makefile.PL
11270 ____________________________________________________________________________
11271 [  6783] By: jhi                                   on 2000/08/23  13:53:53
11272         Log: Storable support, v-version fixes.
11273              
11274              Subject: CPAN.pm beta for testing available
11275              From: andreas.koenig@anima.de (Andreas J. Koenig)
11276              Date: 22 Aug 2000 23:31:33 +0200
11277              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
11278      Branch: perl
11279            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11280 ____________________________________________________________________________
11281 [  6782] By: jhi                                   on 2000/08/23  13:51:26
11282         Log: Mac and other portability updates from Chris Nandor.
11283      Branch: perl
11284            ! pod/perlmodinstall.pod
11285 ____________________________________________________________________________
11286 [  6781] By: jhi                                   on 2000/08/23  13:47:33
11287         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
11288              From: Peter Prymmer <pvhp@forte.com>
11289              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
11290              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
11291      Branch: perl
11292            ! ext/Storable/Storable.xs
11293 ____________________________________________________________________________
11294 [  6780] By: jhi                                   on 2000/08/23  13:33:34
11295         Log: VMS MMS (make) wants null action.
11296      Branch: perl
11297            ! ext/B/Makefile.PL
11298 ____________________________________________________________________________
11299 [  6779] By: jhi                                   on 2000/08/22  19:44:47
11300         Log: Forgot portability nit.
11301      Branch: perl
11302            ! t/lib/st-forgive.t
11303 ____________________________________________________________________________
11304 [  6778] By: jhi                                   on 2000/08/22  19:35:25
11305         Log: Be portable.
11306      Branch: perl
11307            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
11308            ! t/lib/st-store.t
11309 ____________________________________________________________________________
11310 [  6777] By: jhi                                   on 2000/08/22  18:50:53
11311         Log: Update Changes.
11312      Branch: perl
11313            ! Changes patchlevel.h
11314 ____________________________________________________________________________
11315 [  6776] By: jhi                                   on 2000/08/22  18:44:46
11316         Log: cSVOPo_*v things index into the current PL_curpad
11317              under ithreads, which is different from the curpad
11318              used by the XSUB.  (In other words, the code as-is
11319              before this patch wouldn't work under ithreads.)
11320              From Sarathy.
11321      Branch: perl
11322            ! ext/B/B.xs
11323 ____________________________________________________________________________
11324 [  6775] By: jhi                                   on 2000/08/22  18:18:37
11325         Log: Make the selection of NVff et al stricter.
11326      Branch: metaconfig/U/perl
11327            ! perlxvf.U
11328      Branch: perl
11329            ! Configure config_h.SH
11330 ____________________________________________________________________________
11331 [  6774] By: jhi                                   on 2000/08/22  17:19:42
11332         Log: perldelta nits.
11333      Branch: perl
11334            ! pod/perldelta.pod
11335 ____________________________________________________________________________
11336 [  6773] By: jhi                                   on 2000/08/22  17:06:26
11337         Log: Long double fixes from Spider Boardman.
11338              
11339              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
11340              From: system PRIVILEGED account <root@peano.zk3.dec.com>
11341              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
11342              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
11343      Branch: perl
11344            ! t/lib/bigfltpm.t t/lib/st-06compat.t
11345 ____________________________________________________________________________
11346 [  6772] By: jhi                                   on 2000/08/22  15:04:53
11347         Log: Update Changes.
11348      Branch: perl
11349            ! Changes patchlevel.h
11350 ____________________________________________________________________________
11351 [  6771] By: jhi                                   on 2000/08/22  15:01:44
11352         Log: perldelta fixes from Hugo van der Sanden.
11353      Branch: perl
11354            ! pod/perldelta.pod
11355 ____________________________________________________________________________
11356 [  6770] By: jhi                                   on 2000/08/22  14:34:49
11357         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
11358              From: Hugo <hv@crypt.compulink.co.uk>
11359              Date: Tue, 22 Aug 2000 11:21:53 +0100
11360              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
11361      Branch: perl
11362            ! regcomp.c
11363 ____________________________________________________________________________
11364 [  6769] By: jhi                                   on 2000/08/22  14:30:02
11365         Log: Add Yitzchak, reformat.
11366      Branch: perl
11367            ! Changes config_h.SH
11368 ____________________________________________________________________________
11369 [  6768] By: jhi                                   on 2000/08/22  14:21:35
11370         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
11371              and Spider Boardman.
11372      Branch: metaconfig
11373            ! U/compline/d_gconvert.U
11374      Branch: perl
11375            ! Configure
11376 ____________________________________________________________________________
11377 [  6767] By: jhi                                   on 2000/08/22  14:11:24
11378         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
11379              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11380              Date: Mon, 21 Aug 2000 19:08:31 -0700
11381              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
11382      Branch: perl
11383            - ext/Storable/patchlevel.h
11384            ! MANIFEST ext/Storable/MANIFEST
11385 ____________________________________________________________________________
11386 [  6766] By: jhi                                   on 2000/08/22  13:49:29
11387         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
11388              From: Peter Prymmer <pvhp@forte.com>
11389              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
11390              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
11391      Branch: perl
11392            ! configure.com ext/Storable/Makefile.PL
11393 ____________________________________________________________________________
11394 [  6765] By: jhi                                   on 2000/08/22  13:44:59
11395         Log: Subject: [PATCH blead] B:: missing dependency
11396              From: Hugo <hv@crypt.compulink.co.uk>
11397              Date: Tue, 22 Aug 2000 06:44:33 +0100
11398              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
11399      Branch: perl
11400            ! ext/B/Makefile.PL
11401 ____________________________________________________________________________
11402 [  6764] By: jhi                                   on 2000/08/22  13:38:12
11403         Log: More bytecompiler.
11404      Branch: perl
11405            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
11406 ____________________________________________________________________________
11407 [  6763] By: jhi                                   on 2000/08/22  13:36:44
11408         Log: Bytecompiler patches from Benjamin Stuhl.
11409      Branch: perl
11410            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
11411            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
11412            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
11413            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11414            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
11415            ! perl.c perlapi.h pod/perldelta.pod
11416 ____________________________________________________________________________
11417 [  6762] By: jhi                                   on 2000/08/21  23:43:40
11418         Log: An obsoleted diagnostic.
11419      Branch: perl
11420            ! pod/perldelta.pod
11421 ____________________________________________________________________________
11422 [  6761] By: jhi                                   on 2000/08/21  23:01:45
11423         Log: The #6759 wasn't quite right.
11424      Branch: perl
11425            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
11426            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
11427            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11428            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11429            ! t/lib/st-tieditems.t
11430 ____________________________________________________________________________
11431 [  6760] By: jhi                                   on 2000/08/21  22:35:49
11432         Log: Be verydeepclean.
11433      Branch: perl
11434            ! Makefile.SH
11435 ____________________________________________________________________________
11436 [  6759] By: jhi                                   on 2000/08/21  22:25:40
11437         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
11438              From: Peter Prymmer <pvhp@forte.com>
11439              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
11440              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
11441      Branch: perl
11442            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
11443            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
11444            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11445            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11446            ! t/lib/st-tieditems.t
11447 ____________________________________________________________________________
11448 [  6758] By: jhi                                   on 2000/08/21  22:22:32
11449         Log: Few more casts, need reported in
11450              
11451              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
11452              From: Mike Stok <mike@stok.co.uk>
11453              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
11454              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
11455              
11456              and
11457              
11458              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
11459              From: abigail@foad.org
11460              Date: 21 Aug 2000 21:31:34 -0000
11461              Message-Id: <20000821213134.30170.qmail@foad.org>
11462      Branch: perl
11463            ! ext/Storable/Storable.xs
11464 ____________________________________________________________________________
11465 [  6757] By: jhi                                   on 2000/08/21  18:37:07
11466         Log: Update Changes.
11467      Branch: perl
11468            ! Changes patchlevel.h
11469 ____________________________________________________________________________
11470 [  6756] By: jhi                                   on 2000/08/21  18:34:02
11471         Log: A pod nit.
11472              
11473              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
11474              From: <abigail@foad.org>
11475              Date: Mon, 21 Aug 2000 14:00:16 -0400
11476              Message-ID: <20000821180016.28627.qmail@foad.org>
11477      Branch: perl
11478            ! pod/perlre.pod
11479 ____________________________________________________________________________
11480 [  6755] By: jhi                                   on 2000/08/21  18:30:56
11481         Log: Use PodParser 1.18 new test.
11482      Branch: perl
11483            ! t/pod/special_seqs.t t/pod/special_seqs.xr
11484 ____________________________________________________________________________
11485 [  6754] By: jhi                                   on 2000/08/21  18:28:35
11486         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
11487              patches cannot be applied since #6712 conflicts.
11488      Branch: perl
11489            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
11490 ____________________________________________________________________________
11491 [  6753] By: jhi                                   on 2000/08/21  18:15:11
11492         Log: Weed out some smaller changes.
11493      Branch: perl
11494            ! pod/perldelta.pod
11495 ____________________________________________________________________________
11496 [  6752] By: jhi                                   on 2000/08/21  18:02:30
11497         Log: Also under djgpp the timestamps are funky.
11498      Branch: perl
11499            ! t/op/stat.t
11500 ____________________________________________________________________________
11501 [  6751] By: jhi                                   on 2000/08/21  17:55:56
11502         Log: Tweak the floating point output routine preferences.
11503      Branch: metaconfig
11504            ! U/compline/d_gconvert.U
11505      Branch: perl
11506            ! Configure
11507 ____________________________________________________________________________
11508 [  6750] By: jhi                                   on 2000/08/21  17:51:29
11509         Log: Unicos/mk requires elaborate paranoia.
11510      Branch: perl
11511            ! lib/Math/Complex.pm
11512 ____________________________________________________________________________
11513 [  6749] By: gsar                                  on 2000/08/21  16:53:31
11514         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
11515      Branch: perl
11516            ! lib/Cwd.pm
11517 ____________________________________________________________________________
11518 [  6748] By: gsar                                  on 2000/08/21  16:22:19
11519         Log: free TLS slot properly on Windows
11520      Branch: perl
11521            ! thread.h win32/perllib.c win32/win32thread.h
11522 ____________________________________________________________________________
11523 [  6747] By: jhi                                   on 2000/08/21  16:20:58
11524         Log: Rename the macro argument because some preprocessors
11525              can't tell the difference and expand arguments also inside
11526              double quoted strings.
11527      Branch: perl
11528            ! regcomp.c
11529 ____________________________________________________________________________
11530 [  6746] By: jhi                                   on 2000/08/21  16:09:41
11531         Log: Support long doubles in Storable.
11532              
11533              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
11534              From: Radu Greab <radu@netsoft.ro>
11535              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
11536              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
11537      Branch: perl
11538            ! ext/Storable/Storable.xs
11539 ____________________________________________________________________________
11540 [  6745] By: jhi                                   on 2000/08/21  15:51:40
11541         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
11542              From: "Fifer, Eric" <EFifer@sanwaint.com>
11543              Date: Mon, 21 Aug 2000 15:34:49 +0100
11544              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
11545      Branch: perl
11546            ! t/pragma/warn/9enabled
11547 ____________________________________________________________________________
11548 [  6744] By: jhi                                   on 2000/08/21  15:39:35
11549         Log: Document the endianness of Alpha more precisely.
11550      Branch: perl
11551            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
11552            ! pod/perlport.pod
11553 ____________________________________________________________________________
11554 [  6743] By: jhi                                   on 2000/08/21  14:47:05
11555         Log: perldelta fixes from the p5p crowd.
11556      Branch: perl
11557            ! pod/perldelta.pod pod/perlop.pod
11558 ____________________________________________________________________________
11559 [  6742] By: jhi                                   on 2000/08/21  13:34:51
11560         Log: Update to Pod::LaTeX 0.53.
11561              
11562              Subject: [PATCH] lib/Pod/LaTeX.pm updates
11563              From: Tim Jenness <timj@jach.hawaii.edu>
11564              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
11565              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
11566      Branch: perl
11567            ! lib/Pod/LaTeX.pm
11568 ____________________________________________________________________________
11569 [  6741] By: jhi                                   on 2000/08/21  13:33:01
11570         Log: Subject: [PATCH] os2.c fix for use64bitint
11571              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11572              Date: Mon, 21 Aug 2000 01:32:25 -0700
11573              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
11574      Branch: perl
11575            ! os2/os2.c
11576 ____________________________________________________________________________
11577 [  6740] By: jhi                                   on 2000/08/21  13:28:52
11578         Log: Array context keeps slithering in.
11579              
11580              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
11581              From: Daniel Chetlin <daniel@chetlin.com>
11582              Date: Sun, 20 Aug 2000 21:40:25 -0700
11583              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
11584      Branch: perl
11585            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
11586            ! pod/perldebtut.pod
11587 ____________________________________________________________________________
11588 [  6739] By: jhi                                   on 2000/08/21  13:23:55
11589         Log: Big-endian quad fixes for Storable from Radu Greab,
11590              plus few explicit null casts for picky compilers.
11591      Branch: perl
11592            ! ext/Storable/Storable.xs
11593 ____________________________________________________________________________
11594 [  6738] By: gsar                                  on 2000/08/21  05:56:13
11595         Log: small tweaks for change#6705: avoid C++ style comments in C code;
11596              use Perl's malloc API rather than the low level system one
11597      Branch: perl
11598            ! win32/win32.c
11599 ____________________________________________________________________________
11600 [  6737] By: gsar                                  on 2000/08/21  05:35:41
11601         Log: add Storable to list of extensions on Windows
11602      Branch: perl
11603            ! win32/Makefile win32/makefile.mk
11604 ____________________________________________________________________________
11605 [  6736] By: jhi                                   on 2000/08/21  02:57:53
11606         Log: Update Changes.
11607      Branch: perl
11608            ! Changes patchlevel.h
11609 ____________________________________________________________________________
11610 [  6735] By: jhi                                   on 2000/08/21  02:57:20
11611         Log: Draft 0.
11612      Branch: perl
11613            ! pod/perldelta.pod
11614 ____________________________________________________________________________
11615 [  6734] By: jhi                                   on 2000/08/21  02:57:03
11616         Log: Add Storable 0.7.2 from Raphael Manfredi,
11617              plus the patch from
11618              
11619              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
11620              From: Radu Greab <radu@netsoft.ro>
11621              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
11622              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
11623              
11624              plus changes to get Storable to compile with
11625              picky ANSI compilers.
11626      Branch: perl
11627            + ext/Storable/ChangeLog ext/Storable/MANIFEST
11628            + ext/Storable/Makefile.PL ext/Storable/README
11629            + ext/Storable/Storable.pm ext/Storable/Storable.xs
11630            + ext/Storable/patchlevel.h t/lib/st-06compat.t
11631            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
11632            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
11633            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11634            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11635            + t/lib/st-tieditems.t
11636            ! MANIFEST
11637 ____________________________________________________________________________
11638 [  6733] By: jhi                                   on 2000/08/21  02:29:09
11639         Log: The correct cleaning order is an art.
11640      Branch: perl
11641            ! Makefile.SH
11642 ____________________________________________________________________________
11643 [  6732] By: jhi                                   on 2000/08/21  01:23:39
11644         Log: The #6724 is here.
11645      Branch: perl
11646            ! t/lib/ftmp-security.t
11647 ____________________________________________________________________________
11648 [  6731] By: jhi                                   on 2000/08/20  23:17:03
11649         Log: s/this one/the 5.6.0 release/
11650      Branch: perl
11651            ! pod/perl56delta.pod
11652 ____________________________________________________________________________
11653 [  6730] By: jhi                                   on 2000/08/20  23:07:34
11654         Log: Mention perlebcdic and perlposix-bc.
11655      Branch: perl
11656            ! pod/perlport.pod
11657 ____________________________________________________________________________
11658 [  6729] By: jhi                                   on 2000/08/20  21:32:59
11659         Log: Document the number of exponent digits.
11660      Branch: perl
11661            ! pod/perlfunc.pod
11662 ____________________________________________________________________________
11663 [  6728] By: jhi                                   on 2000/08/20  21:16:47
11664         Log: Use File::Spec->tmpdir().
11665              
11666              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
11667              From: Tim Jenness <timj@jach.hawaii.edu>
11668              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
11669              MIME-Version: 1.0
11670              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
11671      Branch: perl
11672            ! utils/perlbug.PL
11673 ____________________________________________________________________________
11674 [  6727] By: jhi                                   on 2000/08/20  20:43:32
11675         Log: Update Changes.
11676      Branch: perl
11677            ! Changes patchlevel.h
11678 ____________________________________________________________________________
11679 [  6726] By: jhi                                   on 2000/08/20  20:41:44
11680         Log: The veryclean target needs to clobber.
11681      Branch: perl
11682            ! Makefile.SH
11683 ____________________________________________________________________________
11684 [  6725] By: jhi                                   on 2000/08/20  20:37:38
11685         Log: Document odd vs even subreleases and -Dusedevel.
11686      Branch: perl
11687            ! INSTALL
11688 ____________________________________________________________________________
11689 [  6724] By: jhi                                   on 2000/08/20  19:58:05
11690         Log: Use temporary directory instead of current directory.
11691              
11692              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
11693              From: Tim Jenness <timj@jach.hawaii.edu>
11694              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
11695              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
11696      Branch: perl
11697            ! t/lib/ftmp-security.t
11698 ____________________________________________________________________________
11699 [  6723] By: jhi                                   on 2000/08/20  19:55:55
11700         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
11701              From: andreas.koenig@anima.de (Andreas J. Koenig)
11702              Date: 20 Aug 2000 15:52:03 +0200
11703              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
11704      Branch: perl
11705            ! lib/ExtUtils/MM_Unix.pm
11706 ____________________________________________________________________________
11707 [  6722] By: jhi                                   on 2000/08/20  19:46:01
11708         Log: Update to CGI 2.72, from Lincoln Stein.
11709      Branch: perl
11710            ! lib/CGI.pm
11711 ____________________________________________________________________________
11712 [  6721] By: jhi                                   on 2000/08/20  19:43:54
11713         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
11714              From: Radu Greab <radu@netsoft.ro>
11715              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
11716              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
11717      Branch: perl
11718            ! ext/GDBM_File/GDBM_File.xs
11719 ____________________________________________________________________________
11720 [  6720] By: jhi                                   on 2000/08/20  19:42:01
11721         Log: pp_open() could pass an uninitialized filename down to do_open9().
11722      Branch: perl
11723            ! pp_sys.c
11724 ____________________________________________________________________________
11725 [  6719] By: jhi                                   on 2000/08/20  14:06:41
11726         Log: UTF8 concat fixes.
11727              
11728              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
11729              From: Hugo <hv@crypt.compulink.co.uk>
11730              Date: Sun, 20 Aug 2000 07:30:46 +0100
11731              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
11732      Branch: perl
11733            ! pp_hot.c t/op/append.t
11734 ____________________________________________________________________________
11735 [  6718] By: jhi                                   on 2000/08/20  02:09:37
11736         Log: Let's try #6717 again.
11737      Branch: perl
11738            ! lib/File/Temp.pm
11739 ____________________________________________________________________________
11740 [  6717] By: jhi                                   on 2000/08/20  01:56:55
11741         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
11742              From: "Craig A. Berry" <craig.berry@metamorgs.com>
11743              Date: Sat, 19 Aug 2000 18:15:39 -0500
11744              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
11745      Branch: perl
11746            ! lib/File/Temp.pm
11747 ____________________________________________________________________________
11748 [  6716] By: jhi                                   on 2000/08/19  15:50:11
11749         Log: Update Changes.
11750      Branch: perl
11751            ! Changes patchlevel.h
11752 ____________________________________________________________________________
11753 [  6715] By: jhi                                   on 2000/08/19  15:39:09
11754         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
11755              From: Jonathan D Johnston <jdjohnston2@juno.com>
11756              Date: Thu, 17 Aug 2000 23:13:01 -0400       
11757              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
11758      Branch: perl
11759            ! pod/perlfunc.pod
11760 ____________________________________________________________________________
11761 [  6714] By: jhi                                   on 2000/08/19  15:34:04
11762         Log: Introduce a 'veryclean' target that is like 'distclean'
11763              but also removes *~ and *.orig.
11764      Branch: perl
11765            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
11766            ! utils/Makefile x2p/Makefile.SH
11767 ____________________________________________________________________________
11768 [  6713] By: jhi                                   on 2000/08/19  14:15:45
11769         Log: Put back the long double avoidance code to POSIX.xs
11770              because VMS seems to need it still.
11771      Branch: perl
11772            ! ext/POSIX/POSIX.xs
11773 ____________________________________________________________________________
11774 [  6712] By: jhi                                   on 2000/08/19  14:10:41
11775         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
11776              From: Peter Prymmer <pvhp@forte.com>
11777              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
11778              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
11779      Branch: perl
11780            ! lib/Pod/Find.pm t/pod/find.t
11781 ____________________________________________________________________________
11782 [  6711] By: jhi                                   on 2000/08/19  14:09:19
11783         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
11784              From: Peter Prymmer <pvhp@forte.com>
11785              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
11786              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
11787              cc: vmsperl@perl.org
11788      Branch: perl
11789            ! t/lib/peek.t
11790 ____________________________________________________________________________
11791 [  6710] By: jhi                                   on 2000/08/19  14:08:01
11792         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
11793              From: Jan Dubois <jand@ActiveState.com>
11794              Date: Fri, 18 Aug 2000 16:31:48 -0700
11795              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
11796      Branch: perl
11797            ! win32/win32.c
11798 ____________________________________________________________________________
11799 [  6709] By: jhi                                   on 2000/08/19  14:06:57
11800         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
11801              
11802              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
11803              From: Spider.Boardman@Orb.Nashua.NH.US
11804              Date: Fri, 18 Aug 2000 18:41:14 -0400
11805              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
11806      Branch: perl
11807            ! regcomp.c
11808 ____________________________________________________________________________
11809 [  6708] By: jhi                                   on 2000/08/18  22:04:49
11810         Log: Update Changes.
11811      Branch: perl
11812            ! Changes patchlevel.h
11813 ____________________________________________________________________________
11814 [  6707] By: jhi                                   on 2000/08/18  21:55:14
11815         Log: Add warnif(), check warnings further up the stack,
11816              all the warnings functions now can take an optional object reference.
11817              
11818              Subject: [PATCH bleedperl@6691] warnings pragma update
11819              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11820              Date: Fri, 18 Aug 2000 22:42:06 +0100
11821              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
11822      Branch: perl
11823            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
11824            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
11825            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
11826 ____________________________________________________________________________
11827 [  6706] By: jhi                                   on 2000/08/18  21:41:45
11828         Log: Typo in pp_complement().
11829              
11830              Subject: [PATCH perl-current] Deparse
11831              From: Peter Scott <Peter@PSDT.com>
11832              Date: Fri, 18 Aug 2000 12:44:37 -0700
11833              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
11834      Branch: perl
11835            ! ext/B/B/Deparse.pm
11836 ____________________________________________________________________________
11837 [  6705] By: jhi                                   on 2000/08/18  21:25:59
11838         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
11839              From: Jan Dubois <jand@ActiveState.com>
11840              Date: Fri, 18 Aug 2000 14:22:51 -0700
11841              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
11842      Branch: perl
11843            ! lib/Win32.pod win32/win32.c
11844 ____________________________________________________________________________
11845 [  6704] By: jhi                                   on 2000/08/18  21:16:14
11846         Log: Don't eat leading os from index entries.
11847              
11848              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
11849              From: Russ Allbery <rra@stanford.edu>
11850              Date: 10 Aug 2000 20:49:25 -0700
11851              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
11852      Branch: perl
11853            ! lib/Pod/Man.pm
11854 ____________________________________________________________________________
11855 [  6703] By: jhi                                   on 2000/08/18  21:07:06
11856         Log: Add [[:blank:]] as suggested in
11857              
11858              Subject: [ID 20000716.024] [=cc=] / [:blank:]
11859              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
11860              Date: Sun, 16 Jul 2000 17:55:29 -0700
11861              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
11862              
11863              (the [=cc=] has already been taken care of by #6439
11864              so the whole bug report can be closed)
11865              
11866              and make [[:space:]] to be equivalent to isspace(3)
11867              (as opposed to \s, which is isSPACE()).  The difference
11868              is that now [[:space:]] matches the mythical vertical tab,
11869              while \s doesn't.
11870      Branch: perl
11871            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
11872            ! regexec.c t/op/pat.t
11873 ____________________________________________________________________________
11874 [  6702] By: jhi                                   on 2000/08/18  18:47:47
11875         Log: The new tests were missing from #6415.
11876      Branch: perl
11877            ! t/op/bop.t
11878 ____________________________________________________________________________
11879 [  6701] By: jhi                                   on 2000/08/18  18:20:40
11880         Log: Document the NDBM_File and ODBM_File as SDBM_File
11881              was documented in #6417.
11882      Branch: perl
11883            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11884            ! ext/SDBM_File/SDBM_File.pm
11885 ____________________________________________________________________________
11886 [  6700] By: jhi                                   on 2000/08/18  18:10:39
11887         Log: Subject: [PATCH perl@6698] cygwin port
11888              From: "Fifer, Eric" <EFifer@sanwaint.com>
11889              Date: Fri, 18 Aug 2000 17:30:05 +0100
11890              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
11891      Branch: perl
11892            ! lib/File/Temp.pm
11893 ____________________________________________________________________________
11894 [  6699] By: jhi                                   on 2000/08/18  16:21:49
11895         Log: Document code point which makes if (defined %stash::) to work
11896              (noted by Spider Boardman).
11897      Branch: perl
11898            ! op.c
11899 ____________________________________________________________________________
11900 [  6698] By: jhi                                   on 2000/08/18  13:43:27
11901         Log: Update Changes.
11902      Branch: perl
11903            ! Changes patchlevel.h
11904 ____________________________________________________________________________
11905 [  6697] By: jhi                                   on 2000/08/18  13:35:57
11906         Log: Tiny Getopt::Long patch from Johan Vromans.
11907      Branch: perl
11908            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
11909 ____________________________________________________________________________
11910 [  6696] By: jhi                                   on 2000/08/18  13:26:14
11911         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
11912              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
11913              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
11914              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
11915      Branch: perl
11916            ! pod/perldiag.pod pod/perlsyn.pod
11917 ____________________________________________________________________________
11918 [  6695] By: jhi                                   on 2000/08/18  13:13:26
11919         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
11920              From: Daniel Chetlin <daniel@chetlin.com>
11921              Date: Fri, 18 Aug 2000 03:13:36 -0700
11922              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
11923      Branch: perl
11924            ! pod/perlfunc.pod
11925 ____________________________________________________________________________
11926 [  6694] By: jhi                                   on 2000/08/18  13:08:05
11927         Log: Subject: [PATCH] perltrap.pod spring cleaning
11928              From: Daniel Chetlin <daniel@chetlin.com>
11929              Date: Fri, 18 Aug 2000 03:06:54 -0700
11930              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
11931              
11932              plus Mike Guy's nitfix.
11933      Branch: perl
11934            ! pod/perltrap.pod
11935 ____________________________________________________________________________
11936 [  6693] By: jhi                                   on 2000/08/18  13:00:26
11937         Log: Unbuffer the output.
11938              
11939              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
11940              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11941              Date: Thu, 17 Aug 2000 18:39:29 -0700
11942              Message-ID: <RPJn5gzkgydf092yn@efn.org>
11943      Branch: perl
11944            ! t/op/fork.t
11945 ____________________________________________________________________________
11946 [  6692] By: jhi                                   on 2000/08/18  05:19:17
11947         Log: Delete the image, too, not just its MANIFEStation.
11948      Branch: perl
11949            - lib/CGI/eg/wilogo.gif
11950 ____________________________________________________________________________
11951 [  6691] By: jhi                                   on 2000/08/18  05:10:26
11952         Log: Propagate new Configure vars.
11953      Branch: perl
11954            ! configure.com epoc/config.sh uconfig.h uconfig.sh
11955            ! vos/config.def vos/config.h vos/config_h.SH_orig
11956            ! win32/config.bc win32/config.gc win32/config.vc
11957            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11958 ____________________________________________________________________________
11959 [  6690] By: jhi                                   on 2000/08/18  04:30:56
11960         Log: Update Changes.
11961      Branch: perl
11962            ! Changes patchlevel.h
11963 ____________________________________________________________________________
11964 [  6689] By: jhi                                   on 2000/08/18  04:12:30
11965         Log: Fix the lib/complex failure of
11966              
11967              From: abigail@foad.org
11968              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11969              Date: 15 Aug 2000 04:06:38 -0000
11970              Message-Id: <20000815040638.8524.qmail@foad.org> 
11971              
11972              Linux long double accuracy issue: something that
11973              when printed with %g looks like "2" but int() of it is 1.
11974      Branch: perl
11975            ! lib/Math/Complex.pm
11976 ____________________________________________________________________________
11977 [  6688] By: jhi                                   on 2000/08/18  03:15:35
11978         Log: The byteorder code in #6671 was wrong.
11979      Branch: perl
11980            ! configpm
11981 ____________________________________________________________________________
11982 [  6687] By: jhi                                   on 2000/08/18  02:08:42
11983         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
11984              From: Jan Dubois <jand@ActiveState.com>
11985              Date: Thu, 17 Aug 2000 18:31:55 -0700
11986              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
11987      Branch: perl
11988            ! sv.c
11989 ____________________________________________________________________________
11990 [  6686] By: jhi                                   on 2000/08/18  02:04:15
11991         Log: Use NVs in POSIX math, not doubles.
11992              
11993              From: abigail@foad.org
11994              Subject: [ID 20000817.014] POSIX & modfl
11995              Date: 17 Aug 2000 20:49:18 -0000
11996              Message-Id: <20000817204918.23123.qmail@foad.org>
11997      Branch: perl
11998            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
11999 ____________________________________________________________________________
12000 [  6685] By: jhi                                   on 2000/08/18  02:02:12
12001         Log: Introduce NVef, NVff, and NVgf, use the middle one.
12002              (helps for lib/peek + Linux + long doubles)  Reported in
12003              
12004              From: abigail@foad.org
12005              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12006              Date: 15 Aug 2000 04:06:38 -0000
12007              Message-Id: <20000815040638.8524.qmail@foad.org> 
12008              
12009              (note: the lib/complex failure has not yet been addressed)
12010      Branch: metaconfig/U/perl
12011            ! perlxvf.U
12012      Branch: perl
12013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12014            ! config_h.SH dump.c perl.h pod/perlguts.pod
12015 ____________________________________________________________________________
12016 [  6684] By: jhi                                   on 2000/08/17  23:22:19
12017         Log: Add byteorder to the myconfig output.
12018      Branch: perl
12019            ! myconfig.SH
12020 ____________________________________________________________________________
12021 [  6683] By: jhi                                   on 2000/08/17  23:20:19
12022         Log: The image doth not exist, spotted by Johan Vromans.
12023      Branch: perl
12024            ! MANIFEST
12025 ____________________________________________________________________________
12026 [  6682] By: jhi                                   on 2000/08/17  22:38:16
12027         Log: Document what the backtick returns if the command fails.
12028      Branch: perl
12029            ! pod/perlop.pod
12030 ____________________________________________________________________________
12031 [  6681] By: jhi                                   on 2000/08/17  22:33:12
12032         Log: Do not use prototyping here.
12033              
12034              Subject: [ID 20000817.016] [PATCH] Peek.xs
12035              From: abigail@foad.org
12036              Date: 17 Aug 2000 20:55:56 -0000
12037              Message-Id: <20000817205556.24270.qmail@foad.org>
12038      Branch: perl
12039            ! ext/Devel/Peek/Makefile.PL
12040 ____________________________________________________________________________
12041 [  6680] By: jhi                                   on 2000/08/17  19:46:43
12042         Log: Don't propose using modules built for 5.005 if no binary
12043              compatibility with 5.005 is attempted.
12044              
12045              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12046              Subject: Minor nit with 5.7.0 (6655)
12047              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
12048              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
12049      Branch: metaconfig
12050            ! U/installdirs/inc_version_list.U
12051      Branch: perl
12052            ! Configure config_h.SH
12053 ____________________________________________________________________________
12054 [  6679] By: jhi                                   on 2000/08/17  19:16:39
12055         Log: Microperl config update.
12056      Branch: perl
12057            ! uconfig.h uconfig.sh
12058 ____________________________________________________________________________
12059 [  6678] By: jhi                                   on 2000/08/17  19:16:13
12060         Log: The #6648 wasn't protective enough for limited platforms
12061              (like microperl).
12062      Branch: perl
12063            ! dump.c sv.c
12064 ____________________________________________________________________________
12065 [  6677] By: jhi                                   on 2000/08/17  14:46:35
12066         Log: Update Changes.
12067      Branch: perl
12068            ! Changes patchlevel.h
12069 ____________________________________________________________________________
12070 [  6676] By: jhi                                   on 2000/08/17  14:44:02
12071         Log: Add perlebcdic from Peter Prymmer, regen toc.
12072      Branch: perl
12073            + pod/perlebcdic.pod
12074            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12075 ____________________________________________________________________________
12076 [  6675] By: jhi                                   on 2000/08/17  14:41:52
12077         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
12078      Branch: perl
12079            ! pod/perldebtut.pod
12080 ____________________________________________________________________________
12081 [  6674] By: jhi                                   on 2000/08/17  14:29:43
12082         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
12083              
12084              Subject: [ID 20000724.006] -DLEAKTEST problem
12085              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
12086              Date: Tue, 25 Jul 2000 00:36:32 -0500
12087              Message-Id: <20000725003632.A26186@www.llamacom.com>
12088              
12089              Reminder sent
12090              
12091              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
12092              From: Hugo <hv@crypt.compulink.co.uk>
12093              Date: Thu, 17 Aug 2000 15:23:42 +0100
12094              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
12095      Branch: perl
12096            ! util.c
12097 ____________________________________________________________________________
12098 [  6673] By: jhi                                   on 2000/08/17  04:07:10
12099         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
12100              From: John Peacock <JPeacock@UnivPress.com>
12101              Date: Tue, 01 Aug 2000 09:38:12 -0400
12102              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
12103      Branch: perl
12104            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
12105 ____________________________________________________________________________
12106 [  6672] By: jhi                                   on 2000/08/17  03:04:35
12107         Log: Subject: [PATCH] Cwd.pm now uses strict
12108              From: Tim Jenness <timj@jach.hawaii.edu>
12109              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
12110              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
12111      Branch: perl
12112            ! lib/Cwd.pm
12113 ____________________________________________________________________________
12114 [  6671] By: jhi                                   on 2000/08/17  02:16:35
12115         Log: Make $Config{byteorder} more magical so that it is
12116              dynamically computed: nice for 'fat binaries'.
12117              
12118              Subject: [PATCH]: default byteorder
12119              From: Wilfredo Sánchez <wsanchez@apple.com>
12120              Date: Mon, 31 Jul 2000 19:45:31 -0700
12121              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
12122      Branch: perl
12123            ! configpm
12124 ____________________________________________________________________________
12125 [  6670] By: gsar                                  on 2000/08/17  01:22:21
12126         Log: move WNOHANG definition to where other such things are
12127      Branch: perl
12128            ! win32/win32.h
12129 ____________________________________________________________________________
12130 [  6669] By: jhi                                   on 2000/08/17  01:19:17
12131         Log: Update Changes.
12132      Branch: perl
12133            ! Changes patchlevel.h
12134 ____________________________________________________________________________
12135 [  6668] By: jhi                                   on 2000/08/17  01:16:29
12136         Log: Doc nits spotted by Richard Soderberg.
12137      Branch: perl
12138            ! README.posix-bc README.vmesa
12139 ____________________________________________________________________________
12140 [  6667] By: jhi                                   on 2000/08/17  01:12:11
12141         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
12142              From: "Casey R. Tweten" <crt@kiski.net>
12143              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
12144              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
12145      Branch: perl
12146            ! pod/perldebtut.pod
12147 ____________________________________________________________________________
12148 [  6666] By: jhi                                   on 2000/08/17  01:09:31
12149         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
12150              From: "Casey R. Tweten" <crt@kiski.net>
12151              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
12152              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
12153      Branch: perl
12154            ! lib/Shell.pm
12155 ____________________________________________________________________________
12156 [  6665] By: gsar                                  on 2000/08/17  01:03:52
12157         Log: add "ok" targets from change#6632 in makefile.mk
12158      Branch: perl
12159            ! pod/perlport.pod win32/Makefile win32/makefile.mk
12160 ____________________________________________________________________________
12161 [  6664] By: gsar                                  on 2000/08/17  00:56:11
12162         Log: avoid warnings from dense compiler
12163      Branch: perl
12164            ! win32/win32.c
12165 ____________________________________________________________________________
12166 [  6663] By: jhi                                   on 2000/08/17  00:51:49
12167         Log: Tweak the regex compilation errors once more.
12168      Branch: perl
12169            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12170            ! t/op/regmesg.t t/pragma/warn/regcomp
12171 ____________________________________________________________________________
12172 [  6662] By: gsar                                  on 2000/08/17  00:28:19
12173         Log: trailing new %ENV entries weren't being pushed into the real
12174              environment of subprocesses on Windows
12175      Branch: perl
12176            ! t/op/magic.t win32/perlhost.h
12177 ____________________________________________________________________________
12178 [  6661] By: gsar                                  on 2000/08/17  00:19:20
12179         Log: waitpid() now handles externally spawned pids correctly;
12180              fixes for backtick/wait/waitpid failures on Windows 9x
12181              
12182              these changes make the pid returned by process functions on
12183              Windows 9x always positive by clearing the high bit (which
12184              is always set on Win9x); pseudo-process PIDs are likewise
12185              always negative now on Win9x (just as on NT/2000)
12186      Branch: perl
12187            ! pp_sys.c win32/perlhost.h win32/win32.c
12188 ____________________________________________________________________________
12189 [  6660] By: jhi                                   on 2000/08/17  00:04:32
12190         Log: Retract #6645.
12191      Branch: perl
12192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12193            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12194            ! t/op/sprintf.t
12195 ____________________________________________________________________________
12196 [  6659] By: gsar                                  on 2000/08/16  23:59:28
12197         Log: on windows, the return values from wait() and waitpid() don't
12198              match those of pseudo-pids
12199      Branch: perl
12200            ! pp_sys.c t/op/fork.t util.c win32/win32.c
12201 ____________________________________________________________________________
12202 [  6658] By: gsar                                  on 2000/08/16  23:56:14
12203         Log: pod nit seen in passing
12204      Branch: perl
12205            ! pod/perlfunc.pod
12206 ____________________________________________________________________________
12207 [  6657] By: gsar                                  on 2000/08/16  23:53:42
12208         Log: change#6328 could make close(SOCKET) return false on windows
12209              when it shouldn't
12210      Branch: perl
12211            ! win32/win32sck.c
12212 ____________________________________________________________________________
12213 [  6656] By: gsar                                  on 2000/08/16  23:46:57
12214         Log: check that the number pseudo children doesn't exceed
12215              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
12216              the WaitForMultipleObjects() limit that would cause wait()
12217              to crash)
12218              
12219              wait() and waitpid() could potentially be rewritten to use
12220              more than one thread to do the waiting to eliminate this
12221              limitation
12222      Branch: perl
12223            ! win32/perlhost.h
12224 ____________________________________________________________________________
12225 [  6655] By: jhi                                   on 2000/08/16  14:11:05
12226         Log: Update Changes.
12227      Branch: perl
12228            ! Changes patchlevel.h
12229 ____________________________________________________________________________
12230 [  6654] By: jhi                                   on 2000/08/16  14:10:12
12231         Log: Update to perldebtut 1.9, from Richard Foley.
12232      Branch: perl
12233            ! pod/perldebtut.pod
12234 ____________________________________________________________________________
12235 [  6653] By: jhi                                   on 2000/08/16  14:08:17
12236         Log: Change the regx compilation error markers to use = instead of <
12237              since pod makes using the latter quite messy.  Reported in
12238              ID 20000814.006 by Abigail and in
12239              Subject: Unknown escape E<> ?
12240              From: Lupe Christoph <lupe@lupe-christoph.de>
12241              Date: Fri, 11 Aug 2000 00:30:27 +0200
12242              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
12243      Branch: perl
12244            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12245            ! t/op/regmesg.t t/pragma/warn/regcomp
12246 ____________________________________________________________________________
12247 [  6652] By: jhi                                   on 2000/08/16  13:25:31
12248         Log: Change the perlbug address to perl.org since it's more forgiving.
12249              
12250              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
12251              From: abigail@foad.org
12252              Date: 15 Aug 2000 04:15:40 -0000
12253              Message-Id: <20000815041540.8633.qmail@foad.org>
12254      Branch: perl
12255            ! utils/perlbug.PL
12256 ____________________________________________________________________________
12257 [  6651] By: jhi                                   on 2000/08/16  13:22:35
12258         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
12259              From: Tim Jenness <timj@jach.hawaii.edu>
12260              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
12261              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
12262      Branch: perl
12263            ! lib/Cwd.pm
12264 ____________________________________________________________________________
12265 [  6650] By: jhi                                   on 2000/08/16  13:18:13
12266         Log: Update to CPAN 1.57.
12267              
12268              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
12269              From: andreas.koenig@anima.de (Andreas J. Koenig)
12270              Date: 16 Aug 2000 15:09:46 +0200
12271              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
12272      Branch: perl
12273            ! lib/CPAN.pm
12274 ____________________________________________________________________________
12275 [  6649] By: jhi                                   on 2000/08/16  13:12:31
12276         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
12277              From: "Larry W. Virden" <lvirden@cas.org>
12278              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
12279              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
12280      Branch: perl
12281            ! README.hpux
12282 ____________________________________________________________________________
12283 [  6648] By: jhi                                   on 2000/08/16  13:03:53
12284         Log: The numeric locale was reset to "C" by s?printf and never restored.
12285              
12286              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12287              From: Christian Kirsch <ck@held.mind.de>
12288              Date: Wed, 9 Aug 2000 17:05:17 +0200
12289              Message-Id: <20000809170517.A25389@held>
12290              
12291              No test since adding the failing example to locale.t
12292              does not fail -- probably because the locale settings are so
12293              thoroughly tweaked by that time.  Running the example standalone
12294              does fail, though.  UPDATE: test case added at change #7540.
12295      Branch: perl
12296            ! dump.c perl.h pp.c pp_ctl.c sv.c
12297 ____________________________________________________________________________
12298 [  6647] By: jhi                                   on 2000/08/16  00:07:54
12299         Log: Update Changes and test semi-automatic patchlevel updating.
12300      Branch: perl
12301            ! Changes patchlevel.h
12302 ____________________________________________________________________________
12303 [  6646] By: jhi                                   on 2000/08/15  23:35:07
12304         Log: Fix a dependency problem.
12305              
12306              Subject: [PATCH: 6640] VMS Makefile.SH update
12307              From: Peter Prymmer <pvhp@forte.com>
12308              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
12309              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
12310      Branch: perl
12311            ! vms/descrip_mms.template
12312 ____________________________________________________________________________
12313 [  6645] By: jhi                                   on 2000/08/15  23:33:23
12314         Log: (Retracted by #6660)
12315              
12316              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
12317              From: Dominic Dunlop <domo@computer.org>
12318              Date: Tue, 15 Aug 2000 22:20:52 +0200
12319              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
12320      Branch: metaconfig/U/perl
12321            + d_printfed.U
12322      Branch: perl
12323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12324            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12325            ! t/op/sprintf.t
12326 ____________________________________________________________________________
12327 [  6644] By: jhi                                   on 2000/08/15  21:17:20
12328         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
12329              From: abigail@foad.org
12330              Date: 15 Aug 2000 20:12:41 -0000
12331              Message-Id: <20000815201241.25556.qmail@foad.org>
12332      Branch: perl
12333            ! INSTALL
12334 ____________________________________________________________________________
12335 [  6643] By: jhi                                   on 2000/08/15  21:15:28
12336         Log: (an already applied patch)
12337      Branch: perl
12338            ! lib/CGI.pm
12339 ____________________________________________________________________________
12340 [  6642] By: gsar                                  on 2000/08/15  19:54:05
12341         Log: magic callbacks all need to have same type signature
12342      Branch: perl
12343            ! embed.pl mg.c proto.h
12344 ____________________________________________________________________________
12345 [  6641] By: jhi                                   on 2000/08/15  17:56:27
12346         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)
12347              From: Mike Guy <mjtg@cam.ac.uk>
12348              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
12349              Date: Tue, 15 Aug 2000 18:26:45 +0100
12350              
12351              Only the peek.t part applied, not the hash quality part.
12352      Branch: perl
12353            ! t/lib/peek.t
12354 ____________________________________________________________________________
12355 [  6640] By: jhi                                   on 2000/08/15  16:37:37
12356         Log: Update Changes.
12357      Branch: perl
12358            ! Changes
12359 ____________________________________________________________________________
12360 [  6639] By: jhi                                   on 2000/08/15  16:34:55
12361         Log: Missed a file from #6638.
12362      Branch: perl
12363            ! lib/File/Temp.pm
12364 ____________________________________________________________________________
12365 [  6638] By: jhi                                   on 2000/08/15  16:33:19
12366         Log: Subject: [PATCH perl@6620] cygwin port
12367              From: "Fifer, Eric" <EFifer@sanwaint.com>
12368              Date: Tue, 15 Aug 2000 17:00:49 +0100
12369              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
12370      Branch: perl
12371            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
12372 ____________________________________________________________________________
12373 [  6637] By: jhi                                   on 2000/08/15  16:29:22
12374         Log: Subject: [PATCH] debugger exit code should reflect user exit code
12375              From: Mike Guy <mjtg@cam.ac.uk>
12376              Date: Tue, 15 Aug 2000 16:55:59 +0100
12377              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
12378      Branch: perl
12379            ! lib/perl5db.pl
12380 ____________________________________________________________________________
12381 [  6636] By: jhi                                   on 2000/08/15  15:30:58
12382         Log: Update Changes.
12383      Branch: perl
12384            ! Changes
12385 ____________________________________________________________________________
12386 [  6635] By: jhi                                   on 2000/08/15  15:27:21
12387         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
12388      Branch: metaconfig
12389            ! U/mkglossary U/mksample
12390      Branch: metaconfig/U/perl
12391            ! Devel.U
12392      Branch: perl
12393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12394 ____________________________________________________________________________
12395 [  6634] By: jhi                                   on 2000/08/15  14:11:55
12396         Log: Don't blow limited stacks, a lower number is enough to
12397              tickle the lookbehind limit.
12398              
12399              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
12400              From: Dominic Dunlop <domo@computer.org>
12401              Date: Tue, 15 Aug 2000 13:51:24 +0200
12402              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
12403      Branch: perl
12404            ! t/op/regmesg.t
12405 ____________________________________________________________________________
12406 [  6633] By: jhi                                   on 2000/08/15  14:01:46
12407         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
12408              From: Mike Guy <mjtg@cam.ac.uk>
12409              Date: Tue, 15 Aug 2000 12:10:50 +0100
12410              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
12411      Branch: perl
12412            ! utils/perldoc.PL
12413 ____________________________________________________________________________
12414 [  6632] By: jhi                                   on 2000/08/15  13:58:48
12415         Log: make ok etc also for win32.
12416              
12417              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
12418              From: Prymmer/Kahn <pvhp@best.com>
12419              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
12420              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
12421      Branch: perl
12422            ! win32/Makefile
12423 ____________________________________________________________________________
12424 [  6631] By: jhi                                   on 2000/08/15  13:45:03
12425         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
12426      Branch: perl
12427            ! lib/Test.pm
12428 ____________________________________________________________________________
12429 [  6630] By: jhi                                   on 2000/08/15  03:25:09
12430         Log: Update Changes.
12431      Branch: perl
12432            ! Changes
12433 ____________________________________________________________________________
12434 [  6629] By: jhi                                   on 2000/08/15  03:23:53
12435         Log: magic_regdatum_set() is void, not int.
12436      Branch: perl
12437            ! embed.pl mg.c proto.h
12438 ____________________________________________________________________________
12439 [  6628] By: jhi                                   on 2000/08/15  03:08:02
12440         Log: Make the user to give up his firstborn, err, to knowingly
12441              verify installing an unstable developer release.  Also bump
12442              the release to 5.7.0, but leave a patch tag in the local
12443              patches saying that this is not yet the real thing.
12444      Branch: metaconfig
12445            ! U/modified/Instruct.U
12446      Branch: metaconfig/U/perl
12447            + Devel.U
12448      Branch: perl
12449            ! Configure patchlevel.h
12450 ____________________________________________________________________________
12451 [  6627] By: jhi                                   on 2000/08/14  22:32:52
12452         Log: README.os2 update.
12453              
12454              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
12455              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12456              Date: Wed, 02 Aug 2000 21:55:09 -0700
12457              Message-ID: <tsPi5gzkgegX092yn@efn.org>
12458      Branch: perl
12459            ! README.os2
12460 ____________________________________________________________________________
12461 [  6626] By: jhi                                   on 2000/08/14  21:00:02
12462         Log: Subject: Re: File::Temp problems on VMS in bleedperl
12463              From: Tim Jenness <timj@jach.hawaii.edu>
12464              cc: vmsperl@perl.org
12465              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
12466              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
12467      Branch: perl
12468            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
12469 ____________________________________________________________________________
12470 [  6625] By: jhi                                   on 2000/08/14  20:52:16
12471         Log: Add SUIDMAIL as was done for the CERT alert.
12472      Branch: perl
12473            ! patchlevel.h
12474 ____________________________________________________________________________
12475 [  6624] By: jhi                                   on 2000/08/14  20:48:50
12476         Log: Subject: sfio2000
12477              From: Daniel Muino <dmuino@afip.gov.ar>
12478              Date: Mon, 14 Aug 2000 16:58:11 -0300
12479              Message-ID: <20000814165811.B16368@con2-dgi>
12480      Branch: perl
12481            ! perlsdio.h perlsfio.h
12482 ____________________________________________________________________________
12483 [  6623] By: jhi                                   on 2000/08/14  20:47:36
12484         Log: Subject: warning: storage class after type is obsolescent
12485              From: Daniel Muino <dmuino@afip.gov.ar>
12486              Date: Mon, 14 Aug 2000 16:42:47 -0300
12487              Message-ID: <20000814164247.A16368@con2-dgi>
12488      Branch: perl
12489            ! regcomp.pl regnodes.h
12490 ____________________________________________________________________________
12491 [  6622] By: jhi                                   on 2000/08/14  20:43:05
12492         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
12493              From: abigail@foad.org
12494              Date: 14 Aug 2000 20:00:10 -0000
12495              Message-Id: <20000814200010.27271.qmail@foad.org>
12496      Branch: perl
12497            ! Changes
12498 ____________________________________________________________________________
12499 [  6621] By: jhi                                   on 2000/08/14  15:23:05
12500         Log: Update Changes.
12501      Branch: perl
12502            ! Changes
12503 ____________________________________________________________________________
12504 [  6620] By: jhi                                   on 2000/08/14  15:22:14
12505         Log: Subject: Re: [PATCH] @+, @- readonly
12506              From: Mike Guy <mjtg@cam.ac.uk>
12507              Date: Mon, 14 Aug 2000 15:26:55 +0100
12508              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
12509      Branch: perl
12510            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
12511            ! sv.c t/op/pat.t
12512 ____________________________________________________________________________
12513 [  6619] By: jhi                                   on 2000/08/14  14:12:08
12514         Log: Update Changes.
12515      Branch: perl
12516            ! Changes
12517 ____________________________________________________________________________
12518 [  6618] By: jhi                                   on 2000/08/14  14:09:34
12519         Log: For now remove the mail code.
12520      Branch: perl
12521            ! perl.c
12522 ____________________________________________________________________________
12523 [  6617] By: jhi                                   on 2000/08/14  14:08:28
12524         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
12525      Branch: perl
12526            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
12527            ! pod/perlfaq8.pod pod/perlsec.pod
12528 ____________________________________________________________________________
12529 [  6616] By: jhi                                   on 2000/08/14  14:00:11
12530         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12531              From: Mike Guy <mjtg@cam.ac.uk>
12532              Date: Mon, 14 Aug 2000 08:26:02 +0100
12533              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
12534      Branch: perl
12535            ! lib/perl5db.pl
12536 ____________________________________________________________________________
12537 [  6615] By: jhi                                   on 2000/08/14  13:58:45
12538         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
12539              From: Mike Guy <mjtg@cam.ac.uk>
12540              Date: Mon, 14 Aug 2000 08:04:22 +0100
12541              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
12542      Branch: perl
12543            ! gv.c mg.c t/op/pat.t
12544 ____________________________________________________________________________
12545 [  6614] By: jhi                                   on 2000/08/14  13:56:45
12546         Log: Subject: Test fails / warnings with perl-current #6612
12547              From: Mike Guy <mjtg@cam.ac.uk>
12548              Date: Mon, 14 Aug 2000 07:57:23 +0100
12549              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
12550      Branch: perl
12551            ! t/lib/b.t t/lib/peek.t
12552 ____________________________________________________________________________
12553 [  6613] By: jhi                                   on 2000/08/14  13:45:33
12554         Log: VMS configure.com update continues.
12555      Branch: perl
12556            - vms/configure.com
12557            ! MANIFEST configure.com
12558 ____________________________________________________________________________
12559 [  6612] By: jhi                                   on 2000/08/13  22:13:35
12560         Log: Update Changes.
12561      Branch: perl
12562            ! Changes
12563 ____________________________________________________________________________
12564 [  6611] By: jhi                                   on 2000/08/13  16:21:45
12565         Log: Upgrade to CGI 2.71, from Lincoln Stein.
12566      Branch: perl
12567            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
12568 ____________________________________________________________________________
12569 [  6610] By: jhi                                   on 2000/08/13  15:09:16
12570         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
12571              From: Mike Guy <mjtg@cam.ac.uk>
12572              Date: Sun, 13 Aug 2000 13:45:51 +0100
12573              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
12574      Branch: perl
12575            ! t/op/regmesg.t
12576 ____________________________________________________________________________
12577 [  6609] By: jhi                                   on 2000/08/13  14:31:26
12578         Log: Andreas says that 1.56 is fine, so reverting back to it.
12579      Branch: perl
12580            ! lib/CPAN.pm
12581 ____________________________________________________________________________
12582 [  6608] By: jhi                                   on 2000/08/13  05:34:20
12583         Log: Update Changes.
12584      Branch: perl
12585            ! Changes
12586 ____________________________________________________________________________
12587 [  6607] By: jhi                                   on 2000/08/13  05:32:01
12588         Log: Put back the \z changes of #5406 to CPAN.pm.
12589      Branch: perl
12590            ! lib/CPAN.pm
12591 ____________________________________________________________________________
12592 [  6606] By: jhi                                   on 2000/08/13  05:20:16
12593         Log: Fix-n-skip the tests under 5005threads.
12594      Branch: perl
12595            ! t/lib/b.t
12596 ____________________________________________________________________________
12597 [  6605] By: jhi                                   on 2000/08/13  05:07:48
12598         Log: Fix the test for 5005threads.
12599      Branch: perl
12600            ! t/lib/peek.t
12601 ____________________________________________________________________________
12602 [  6604] By: jhi                                   on 2000/08/13  03:35:37
12603         Log: Should have deleted this in #6603.
12604      Branch: perl
12605            - vms/subconfigure.com
12606 ____________________________________________________________________________
12607 [  6603] By: jhi                                   on 2000/08/12  18:29:32
12608         Log: Rewrite of vms/subconfigure.com as configure.com,
12609              from Peter Prymmer and the vmsperl crew.
12610      Branch: perl
12611            + vms/configure.com
12612            ! MANIFEST
12613 ____________________________________________________________________________
12614 [  6602] By: jhi                                   on 2000/08/11  13:00:01
12615         Log: PlainText.pm is dead.
12616      Branch: perl
12617            - lib/Pod/PlainText.pm
12618            ! MANIFEST
12619 ____________________________________________________________________________
12620 [  6601] By: jhi                                   on 2000/08/11  04:06:45
12621         Log: Update Changes.
12622      Branch: perl
12623            ! Changes
12624 ____________________________________________________________________________
12625 [  6600] By: jhi                                   on 2000/08/11  04:06:10
12626         Log: Add a few missing files, update MANIFEST.
12627      Branch: perl
12628            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
12629            + lib/Pod/PlainText.pm t/pod/find.t
12630            ! MANIFEST t/op/regmesg.t
12631 ____________________________________________________________________________
12632 [  6599] By: jhi                                   on 2000/08/11  03:31:10
12633         Log: Add Perl debugging tutorial, regen toc. 
12634              
12635              Subject: perldebtut.pod
12636              From: Richard Foley <Richard.Foley@m.dasa.de>
12637              Date: Wed, 09 Aug 2000 10:17:15 +0200
12638              Message-id: <3991138B.262247B8@m.dasa.de>
12639      Branch: perl
12640            + pod/perldebtut.pod
12641            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12642 ____________________________________________________________________________
12643 [  6598] By: jhi                                   on 2000/08/11  02:48:56
12644         Log: tiny Changes edit
12645      Branch: perl
12646            ! Changes
12647 ____________________________________________________________________________
12648 [  6597] By: jhi                                   on 2000/08/11  02:39:04
12649         Log: Tests for #6589.
12650              
12651              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12652              From: simon@brecon.co.uk (Simon Cozens)
12653              Date: 11 Aug 2000 02:24:52 GMT
12654              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
12655      Branch: perl
12656            ! t/lib/b.t
12657 ____________________________________________________________________________
12658 [  6596] By: jhi                                   on 2000/08/11  01:50:07
12659         Log: Update Changes.
12660      Branch: perl
12661            ! Changes
12662 ____________________________________________________________________________
12663 [  6595] By: jhi                                   on 2000/08/11  01:47:16
12664         Log: nitfix
12665      Branch: perl
12666            ! Changes
12667 ____________________________________________________________________________
12668 [  6594] By: jhi                                   on 2000/08/11  01:36:16
12669         Log: Subject: Getting perlio and threads to compile
12670              From: Lupe Christoph <lupe@lupe-christoph.de>
12671              Date: Wed, 9 Aug 2000 11:35:54 +0200
12672              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
12673              
12674              (the Solaris version changes in Configure skipped)
12675      Branch: perl
12676            ! hints/solaris_2.sh thread.h
12677 ____________________________________________________________________________
12678 [  6593] By: jhi                                   on 2000/08/11  01:30:16
12679         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
12680              From: simon@brecon.co.uk (Simon Cozens)
12681              Date: 1 Aug 2000 06:55:19 GMT
12682              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
12683      Branch: perl
12684            ! lib/utf8.pm
12685 ____________________________________________________________________________
12686 [  6592] By: jhi                                   on 2000/08/11  01:26:39
12687         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
12688              From: Peter Scott <Peter@PeterScott.com>
12689              Date: Thu, 10 Aug 2000 08:23:27 -0700
12690              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
12691      Branch: perl
12692            ! lib/perl5db.pl
12693 ____________________________________________________________________________
12694 [  6591] By: jhi                                   on 2000/08/11  01:22:02
12695         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
12696              From: Hugo <hv@crypt.compulink.co.uk>
12697              Date: Thu, 10 Aug 2000 19:23:04 +0100
12698              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
12699      Branch: perl
12700            ! regexec.c t/op/pat.t
12701 ____________________________________________________________________________
12702 [  6590] By: jhi                                   on 2000/08/11  01:19:19
12703         Log: Preprocessing and postprocessing for File::Find.
12704              
12705              Subject: Patch to Find::File.pm to allow alphabetical results
12706              From: Joe Smith <jsmith@inwap.com>
12707              Date: Wed, 9 Aug 2000 02:44:54 -0700
12708              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
12709      Branch: perl
12710            ! lib/File/Find.pm
12711 ____________________________________________________________________________
12712 [  6589] By: jhi                                   on 2000/08/11  01:12:39
12713         Log: B::Deparse didn't do sub attributes.
12714              
12715              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12716              From: simon@brecon.co.uk (Simon Cozens)
12717              Date: 9 Aug 2000 04:49:20 GMT
12718              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
12719      Branch: perl
12720            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
12721 ____________________________________________________________________________
12722 [  6588] By: jhi                                   on 2000/08/11  01:06:40
12723         Log: Subject: debugger "d" command doesnt check line number
12724              From: Mike Guy <mjtg@cam.ac.uk>
12725              Date: Tue, 08 Aug 2000 21:54:29 +0100
12726              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
12727      Branch: perl
12728            ! lib/perl5db.pl mg.c pod/perldiag.pod
12729 ____________________________________________________________________________
12730 [  6587] By: jhi                                   on 2000/08/11  00:45:03
12731         Log: sleep(1) does not necessarily return 1.
12732              
12733              Subject: [PATCH bleadperl] op/lex_assign.t  
12734              From: Hugo <hv@crypt.compulink.co.uk>
12735              Date: Thu, 03 Aug 2000 14:34:22 +0100        
12736              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
12737      Branch: perl
12738            ! t/op/lex_assign.t
12739 ____________________________________________________________________________
12740 [  6586] By: jhi                                   on 2000/08/11  00:31:50
12741         Log: Document the IO::Select timeout.
12742      Branch: perl
12743            ! ext/IO/lib/IO/Select.pm
12744 ____________________________________________________________________________
12745 [  6585] By: jhi                                   on 2000/08/11  00:13:54
12746         Log: Forgot contributor.
12747      Branch: perl
12748            ! Changes
12749 ____________________________________________________________________________
12750 [  6584] By: jhi                                   on 2000/08/11  00:09:19
12751         Log: detypo
12752      Branch: perl
12753            ! Changes
12754 ____________________________________________________________________________
12755 [  6583] By: jhi                                   on 2000/08/11  00:07:53
12756         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
12757              
12758              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
12759              From: Mike Guy <mjtg@cam.ac.uk> 
12760              Date: Thu, 10 Aug 2000 15:50:54 +0100
12761              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
12762      Branch: perl
12763            ! sv.c t/op/int.t
12764 ____________________________________________________________________________
12765 [  6582] By: jhi                                   on 2000/08/10  23:29:32
12766         Log: Update Changes.
12767      Branch: perl
12768            ! Changes
12769 ____________________________________________________________________________
12770 [  6581] By: jhi                                   on 2000/08/10  23:26:16
12771         Log: Put back the std @INC thing.
12772      Branch: perl
12773            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
12774            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
12775            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
12776            ! t/lib/gol-oo.t
12777 ____________________________________________________________________________
12778 [  6580] By: jhi                                   on 2000/08/10  23:03:34
12779         Log: Update to CGI 2.70, from Lincoln Stein.
12780      Branch: perl
12781            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12782            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12783            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
12784            ! t/lib/cgi-request.t
12785 ____________________________________________________________________________
12786 [  6579] By: jhi                                   on 2000/08/10  22:41:50
12787         Log: Update to CPAN 1.56, from Andreas König.
12788      Branch: perl
12789            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12790 ____________________________________________________________________________
12791 [  6578] By: jhi                                   on 2000/08/10  22:38:13
12792         Log: Update to Pod::Parser 1.17, from Brad Appleton.
12793      Branch: perl
12794            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
12795            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
12796            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
12797            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
12798            ! t/pod/include.t t/pod/included.t t/pod/lref.t
12799            ! t/pod/multiline_items.t t/pod/nested_items.t
12800            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
12801            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
12802            ! t/pod/special_seqs.t
12803 ____________________________________________________________________________
12804 [  6577] By: jhi                                   on 2000/08/10  22:35:41
12805         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
12806      Branch: perl
12807            ! AUTHORS MAINTAIN
12808 ____________________________________________________________________________
12809 [  6576] By: jhi                                   on 2000/08/10  22:24:54
12810         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
12811      Branch: perl
12812            + t/lib/gol-oo.t
12813            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
12814            ! t/lib/gol-compat.t t/lib/gol-linkage.t
12815 ____________________________________________________________________________
12816 [  6575] By: jhi                                   on 2000/08/10  22:02:07
12817         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
12818      Branch: perl
12819            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
12820 ____________________________________________________________________________
12821 [  6574] By: jhi                                   on 2000/08/10  21:55:03
12822         Log: Iterating perl6 description.
12823      Branch: perl
12824            ! pod/perlfaq1.pod
12825 ____________________________________________________________________________
12826 [  6573] By: jhi                                   on 2000/08/10  21:48:26
12827         Log: Revert the sv.c part of #6559, a better fix is needed.
12828      Branch: perl
12829            ! sv.c
12830 ____________________________________________________________________________
12831 [  6572] By: jhi                                   on 2000/08/10  20:33:43
12832         Log: It's the 2ndO'ROSSC.
12833      Branch: perl
12834            ! pod/perlfaq1.pod
12835 ____________________________________________________________________________
12836 [  6571] By: jhi                                   on 2000/08/10  15:55:48
12837         Log: detypo
12838      Branch: perl
12839            ! pod/perlfaq1.pod
12840 ____________________________________________________________________________
12841 [  6570] By: jhi                                   on 2000/08/10  14:11:17
12842         Log: An exceptionally sticky typo.
12843      Branch: perl
12844            ! Changes
12845 ____________________________________________________________________________
12846 [  6569] By: jhi                                   on 2000/08/10  14:09:33
12847         Log: detypo (and test Changes updating script)
12848      Branch: perl
12849            ! Changes
12850 ____________________________________________________________________________
12851 [  6568] By: jhi                                   on 2000/08/10  14:07:07
12852         Log: Update Changes.
12853      Branch: perl
12854            ! Changes
12855 ____________________________________________________________________________
12856 [  6567] By: jhi                                   on 2000/08/10  14:06:19
12857         Log: Amend the description of Perl6.
12858              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
12859              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12860              Date: Wed, 9 Aug 2000 22:11:06 -0500
12861              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
12862      Branch: perl
12863            ! pod/perlfaq1.pod
12864 ____________________________________________________________________________
12865 [  6566] By: jhi                                   on 2000/08/10  13:58:57
12866         Log: Subject: Remove dead entry in perldiag
12867              From: Mike Guy <mjtg@cam.ac.uk>
12868              Date: Thu, 10 Aug 2000 14:19:19 +0100
12869              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
12870      Branch: perl
12871            ! pod/perldiag.pod
12872 ____________________________________________________________________________
12873 [  6565] By: jhi                                   on 2000/08/10  13:51:48
12874         Log: Zero entries were skipped, fix from Adrian Goalby
12875              <argoalby@yahoo.co.uk>
12876      Branch: perl
12877            ! lib/unicode/Number.pl lib/unicode/mktables.PL
12878 ____________________________________________________________________________
12879 [  6564] By: jhi                                   on 2000/08/10  13:00:12
12880         Log: Subject: [PATCH 5.6.0] cygwin port
12881              From: "Fifer, Eric" <EFifer@sanwaint.com>
12882              Date: Thu, 10 Aug 2000 13:15:36 +0100
12883              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
12884      Branch: perl
12885            ! README.cygwin hints/cygwin.sh
12886 ____________________________________________________________________________
12887 [  6563] By: jhi                                   on 2000/08/10  12:55:16
12888         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
12889      Branch: perl
12890            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
12891 ____________________________________________________________________________
12892 [  6562] By: gsar                                  on 2000/08/10  08:38:39
12893         Log: warn is a macro, avoid using at a variable to avoid warnings
12894              in some configurations; readdir.t is too conservative in
12895              estimating number of *.t's
12896      Branch: perl
12897            ! t/op/readdir.t util.c
12898 ____________________________________________________________________________
12899 [  6561] By: jhi                                   on 2000/08/09  23:35:42
12900         Log: Update Changes.
12901      Branch: perl
12902            ! Changes
12903 ____________________________________________________________________________
12904 [  6560] By: jhi                                   on 2000/08/09  23:05:47
12905         Log: Subject: Re: enhanced(?) regex error messages
12906              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12907              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
12908              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
12909              
12910              (plus two small patches sent privately)
12911              (this still seems to leave few test failures)
12912      Branch: perl
12913            + t/op/regmesg.t
12914            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
12915            ! t/pragma/warn/regcomp
12916 ____________________________________________________________________________
12917 [  6559] By: jhi                                   on 2000/08/09  20:41:18
12918         Log: (The fix did work but was not right, retracted in #6573)
12919              
12920              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12921              From: Christian Kirsch <ck@held.mind.de>
12922              Date: Wed, 9 Aug 2000 17:05:17 +0200
12923              Message-Id: <20000809170517.A25389@held>
12924      Branch: perl
12925            ! sv.c t/pragma/locale.t
12926 ____________________________________________________________________________
12927 [  6558] By: jhi                                   on 2000/08/08  22:34:08
12928         Log: Tiny updates on the contributors list.
12929      Branch: perl
12930            ! Changes
12931 ____________________________________________________________________________
12932 [  6557] By: jhi                                   on 2000/08/08  19:34:28
12933         Log: Double check that we have a dirhandle.
12934      Branch: perl
12935            ! util.c
12936 ____________________________________________________________________________
12937 [  6556] By: jhi                                   on 2000/08/08  19:01:51
12938         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
12939              May be repopulated with fresh maintained examples.
12940      Branch: perl
12941            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
12942            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
12943            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
12944            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
12945            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
12946            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
12947            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
12948            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
12949            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
12950            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
12951            + lib/CGI/eg/wilogo_gif.uu
12952            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
12953            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
12954            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12955            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
12956            - eg/cgi/frameset.cgi eg/cgi/index.html
12957            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12958            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12959            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
12960            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
12961            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
12962            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12963            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12964            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12965            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12966            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12967            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12968            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12969            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12970            - eg/van/vanish eg/who eg/wrapsuid
12971            ! MANIFEST
12972 ____________________________________________________________________________
12973 [  6555] By: jhi                                   on 2000/08/08  18:51:08
12974         Log: Delete chat2 as requested by Randal.
12975              
12976              Subject: Re: perlfaq8 coyness
12977              From: merlyn@stonehenge.com (Randal L. Schwartz) 
12978              Date: 15 May 2000 18:52:42 -0700 
12979              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
12980      Branch: perl
12981            - lib/chat2.pl
12982            ! MANIFEST
12983 ____________________________________________________________________________
12984 [  6554] By: jhi                                   on 2000/08/08  18:31:35
12985         Log: Regen global.sym.
12986      Branch: perl
12987            ! global.sym
12988 ____________________________________________________________________________
12989 [  6553] By: jhi                                   on 2000/08/08  18:28:13
12990         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
12991              (either perlbug or p5p ate the original), plus regen
12992              perlapi and perltoc. 
12993      Branch: perl
12994            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
12995            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
12996            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12997            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
12998            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
12999            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
13000            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
13001            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
13002            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
13003            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
13004 ____________________________________________________________________________
13005 [  6552] By: jhi                                   on 2000/08/08  18:06:29
13006         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
13007              From: Mike Guy <mjtg@cam.ac.uk>
13008              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
13009              Date: Tue, 08 Aug 2000 15:51:27 +0100
13010      Branch: perl
13011            ! doop.c sv.h t/op/join.t t/pragma/overload.t
13012 ____________________________________________________________________________
13013 [  6551] By: jhi                                   on 2000/08/08  18:01:11
13014         Log: Re-apply #6549.
13015      Branch: perl
13016            ! lib/perl5db.pl
13017 ____________________________________________________________________________
13018 [  6550] By: jhi                                   on 2000/08/08  17:43:08
13019         Log: Accidental retraction of #6549.
13020      Branch: perl
13021            ! lib/perl5db.pl
13022 ____________________________________________________________________________
13023 [  6549] By: jhi                                   on 2000/08/08  17:40:04
13024         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13025              From: Mike Guy <mjtg@cam.ac.uk>
13026              Date: Mon, 07 Aug 2000 21:49:58 +0100
13027              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
13028      Branch: perl
13029            ! lib/perl5db.pl
13030 ____________________________________________________________________________
13031 [  6548] By: jhi                                   on 2000/08/08  17:37:57
13032         Log: Document here-doc better.
13033              
13034              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
13035              From: Mike Guy <mjtg@cam.ac.uk>
13036              Date: Mon, 07 Aug 2000 14:02:09 +0100
13037              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
13038      Branch: perl
13039            ! pod/perldata.pod
13040 ____________________________________________________________________________
13041 [  6547] By: jhi                                   on 2000/08/08  17:33:34
13042         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
13043              From: "Randy J. Ray" <rjray@redhat.com>
13044              Date: Mon, 07 Aug 2000 19:12:25 -0700
13045              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
13046      Branch: perl
13047            ! perl.c pod/perlrun.pod
13048 ____________________________________________________________________________
13049 [  6546] By: jhi                                   on 2000/08/08  17:29:26
13050         Log: Subject: Re: enhanced(?) regex error messages 
13051              From: Hugo <hv@crypt.compulink.co.uk>
13052              Date: Tue, 08 Aug 2000 03:25:51 +0100
13053              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
13054              
13055              plus Capitalize the error messages, plus perldiag them.
13056      Branch: perl
13057            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
13058 ____________________________________________________________________________
13059 [  6545] By: jhi                                   on 2000/08/08  13:59:28
13060         Log: Augment #6539 a bit: don't croak if there's magic in the air.
13061              
13062              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
13063              From: Hugo <hv@crypt.compulink.co.uk>
13064              Date: Tue, 08 Aug 2000 03:02:03 +0100
13065              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
13066      Branch: perl
13067            ! pp.c t/op/bless.t
13068 ____________________________________________________________________________
13069 [  6544] By: jhi                                   on 2000/08/07  21:11:52
13070         Log: Make the test -w clean.
13071      Branch: perl
13072            ! t/op/bless.t
13073 ____________________________________________________________________________
13074 [  6543] By: jhi                                   on 2000/08/07  19:49:53
13075         Log: use warnings instead of $^W.
13076      Branch: perl
13077            ! t/op/bless.t
13078 ____________________________________________________________________________
13079 [  6542] By: jhi                                   on 2000/08/07  17:41:41
13080         Log: Disable a portability warning Because We Know What We Are Doing.
13081      Branch: perl
13082            ! t/op/bless.t
13083 ____________________________________________________________________________
13084 [  6541] By: jhi                                   on 2000/08/07  17:29:51
13085         Log: Tiny tidying on report_evil_fh().
13086      Branch: perl
13087            ! util.c
13088 ____________________________________________________________________________
13089 [  6540] By: jhi                                   on 2000/08/07  16:37:38
13090         Log: Make regular expression parse error messages easier to understand.
13091              
13092              Subject: Re: enhanced(?) regex error messages
13093              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13094              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
13095              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
13096      Branch: perl
13097            ! regcomp.c
13098 ____________________________________________________________________________
13099 [  6539] By: jhi                                   on 2000/08/07  16:12:27
13100         Log: Make bless(REF, REF) a fatal error, add bless tests.
13101              
13102              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
13103              From: Hugo <hv@crypt.compulink.co.uk>
13104              Date: Mon, 07 Aug 2000 16:59:38 +0100
13105              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
13106      Branch: perl
13107            + t/op/bless.t
13108            ! MANIFEST pod/perldiag.pod pp.c sv.c
13109 ____________________________________________________________________________
13110 [  6538] By: jhi                                   on 2000/08/07  15:59:43
13111         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
13112              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
13113              Date: Thu, 3 Aug 2000 14:29:21 -0700
13114              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
13115      Branch: perl
13116            ! lib/lib_pm.PL
13117 ____________________________________________________________________________
13118 [  6537] By: jhi                                   on 2000/08/07  15:47:18
13119         Log: Retract #6419 for now since it breaks in AFS and MachTen.
13120      Branch: perl
13121            ! lib/Cwd.pm
13122 ____________________________________________________________________________
13123 [  6536] By: jhi                                   on 2000/08/07  15:05:29
13124         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
13125              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
13126              The security hole exists only in suidperls, which isn't
13127              installed or even built by default.
13128      Branch: perl
13129            ! perl.c
13130 ____________________________________________________________________________
13131 [  6535] By: jhi                                   on 2000/08/07  14:45:14
13132         Log: tr memory corruption fix from Simon Cozens.
13133      Branch: perl
13134            ! doop.c
13135 ____________________________________________________________________________
13136 [  6534] By: jhi                                   on 2000/08/06  11:38:16
13137         Log: Document a bit that UDP is not what you might think.
13138              
13139              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
13140              From: Lupe Christoph <lupe@lupe-christoph.de>
13141              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
13142              Date: Mon, 24 Jul 2000 08:59:15 +0200
13143      Branch: perl
13144            ! pod/perlipc.pod
13145 ____________________________________________________________________________
13146 [  6533] By: jhi                                   on 2000/08/06  11:35:01
13147         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
13148              From: Jeff Pinyan <jeffp@hut.crusoe.net>
13149              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
13150              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
13151      Branch: perl
13152            ! pod/perlfunc.pod
13153 ____________________________________________________________________________
13154 [  6532] By: jhi                                   on 2000/08/06  03:45:41
13155         Log: Have symbols for the IoTYPEs.
13156      Branch: perl
13157            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
13158 ____________________________________________________________________________
13159 [  6531] By: jhi                                   on 2000/08/06  01:33:55
13160         Log: Continue fixing the io warnings.  This also
13161              sort of fixes bug ID 20000802.003: the core dump
13162              is no more.  Whether the current behaviour is correct
13163              (giving a warning: "Not a format reference"), is another matter.
13164      Branch: perl
13165            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
13166            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13167 ____________________________________________________________________________
13168 [  6530] By: jhi                                   on 2000/08/05  21:33:12
13169         Log: Change the Policy policy: now -Dprefix= with an existing
13170              Policy.sh and prefix == siteprefix == vendorprefix, then all
13171              of them follow along the new prefix.
13172              
13173              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
13174              From: Andy Dougherty <doughera@lafayette.edu>
13175              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
13176              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
13177      Branch: perl
13178            ! Policy_sh.SH
13179 ____________________________________________________________________________
13180 [  6529] By: jhi                                   on 2000/08/05  18:57:28
13181         Log: Zap lib/Sys directory when cleaning up.
13182      Branch: perl
13183            ! Makefile.SH
13184 ____________________________________________________________________________
13185 [  6528] By: jhi                                   on 2000/08/05  18:40:44
13186         Log: Essential prototype changes were missing from #6527.
13187              Also make report_evil_fh() more bomb-proof.
13188      Branch: perl
13189            ! embed.h util.c
13190 ____________________________________________________________________________
13191 [  6527] By: jhi                                   on 2000/08/05  03:22:05
13192         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
13193              From: "Ronald F. Guilmette" <rfg@monkeys.com>
13194              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
13195              Message-Id: <200007242247.PAA52177@monkeys.com>
13196      Branch: perl
13197            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
13198 ____________________________________________________________________________
13199 [  6526] By: jhi                                   on 2000/08/04  21:23:27
13200         Log: gcc versions might have (parentheses) in them.
13201      Branch: metaconfig/U/perl
13202            ! gccvers.U
13203      Branch: perl
13204            ! Configure config_h.SH
13205 ____________________________________________________________________________
13206 [  6525] By: jhi                                   on 2000/08/04  20:23:12
13207         Log: Weed buglets pointed out by
13208              
13209              From: Lupe Christoph <lupe@lupe-christoph.de>
13210              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
13211              Date: Fri, 4 Aug 2000 17:34:39 +0200
13212              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
13213      Branch: metaconfig/U/perl
13214            ! gccvers.U uselfs.U
13215      Branch: perl
13216            ! Configure config_h.SH
13217 ____________________________________________________________________________
13218 [  6524] By: jhi                                   on 2000/08/04  19:02:08
13219         Log: Warn under -w if lstat(FH) is attempted.
13220              
13221              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
13222              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
13223              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
13224              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
13225      Branch: perl
13226            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
13227            ! t/pragma/warn/pp_sys
13228 ____________________________________________________________________________
13229 [  6523] By: jhi                                   on 2000/08/04  12:31:11
13230         Log: Subject: New perlcc, take 2
13231              From: simon@brecon.co.uk (Simon Cozens)
13232              Date: 4 Aug 2000 06:21:04 GMT
13233              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
13234      Branch: perl
13235            ! utils/perlcc.PL
13236 ____________________________________________________________________________
13237 [  6522] By: jhi                                   on 2000/08/04  12:26:33
13238         Log: Subject: Re: Array vs. List context
13239              From: Daniel Chetlin <daniel@chetlin.com>
13240              Date: Fri, 4 Aug 2000 00:22:44 -0700
13241              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
13242      Branch: perl
13243            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
13244            ! pod/perlfaq4.pod
13245 ____________________________________________________________________________
13246 [  6521] By: jhi                                   on 2000/08/04  12:22:38
13247         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
13248              From: Raymund Will <ray@caldera.de>
13249              Date: Fri, 4 Aug 2000 12:07:09 +0200
13250              Message-Id: <20000804120709.A14982@caldera.de>
13251      Branch: perl
13252            ! configure.gnu
13253 ____________________________________________________________________________
13254 [  6520] By: jhi                                   on 2000/08/04  04:09:06
13255         Log: After the #6519 a warning about stat() is just that,
13256              not about a filetest, which now have their own warning.
13257      Branch: perl
13258            ! pod/perldiag.pod
13259 ____________________________________________________________________________
13260 [  6519] By: jhi                                   on 2000/08/04  04:06:30
13261         Log: In the warnings call filehandles consistently so;
13262              add "unopened" warning for stat().
13263      Branch: perl
13264            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
13265            ! t/pragma/warn/pp_sys
13266 ____________________________________________________________________________
13267 [  6518] By: jhi                                   on 2000/08/04  02:55:35
13268         Log: Subject: Minor tweak to perlvar.pod
13269              From: "Stephen P. Potter" <spp@ds.net>
13270              Date: Tue, 18 Apr 2000 09:26:03 -0400
13271              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
13272      Branch: perl
13273            ! pod/perlvar.pod
13274 ____________________________________________________________________________
13275 [  6517] By: jhi                                   on 2000/08/04  02:50:08
13276         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
13277              From: "Clinton Pierce" <cpierce1@ford.com>
13278              Date: Wed, 21 Jul 1999 16:45:31 -0400
13279              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
13280              
13281              Fix by Stephen Potter (visible in the bug db but not in p5p?)
13282      Branch: perl
13283            ! pod/perlfunc.pod pod/perlop.pod
13284 ____________________________________________________________________________
13285 [  6516] By: jhi                                   on 2000/08/04  02:09:25
13286         Log: This is 6512.  Really.
13287      Branch: perl
13288            ! dump.c
13289 ____________________________________________________________________________
13290 [  6515] By: jhi                                   on 2000/08/04  01:25:50
13291         Log: mention the idea of @( and @)
13292      Branch: perl
13293            ! Todo-5.6
13294 ____________________________________________________________________________
13295 [  6514] By: bailey                                on 2000/08/04  01:18:46
13296         Log: YA resync with mainstem, including VMS patches from others
13297      Branch: vmsperl
13298           +> (branch 48 files)
13299            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
13300           !> (integrate 354 files)
13301 ____________________________________________________________________________
13302 [  6513] By: jhi                                   on 2000/08/04  01:18:18
13303         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
13304              From: Mark Dickinson <dickins3@fas.harvard.edu>
13305              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
13306              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
13307      Branch: perl
13308            ! t/op/grent.t t/op/pwent.t
13309 ____________________________________________________________________________
13310 [  6512] By: jhi                                   on 2000/08/04  01:14:06
13311         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
13312              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13313              Date: Wed, 02 Aug 2000 10:51:01 +0100
13314              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
13315      Branch: perl
13316            ! sv.c
13317 ____________________________________________________________________________
13318 [  6511] By: jhi                                   on 2000/08/04  00:57:00
13319         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
13320              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13321              Date: Thu, 03 Aug 2000 17:20:04 -0700
13322              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
13323      Branch: metaconfig
13324            ! U/modified/Cppsym.U
13325      Branch: perl
13326            ! Configure config_h.SH
13327 ____________________________________________________________________________
13328 [  6510] By: jhi                                   on 2000/08/04  00:25:28
13329         Log: detypo
13330      Branch: perl
13331            ! Makefile.SH
13332 ____________________________________________________________________________
13333 [  6509] By: jhi                                   on 2000/08/03  23:43:18
13334         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
13335              From: Dominic Dunlop <domo@computer.org>
13336              Date: Thu, 3 Aug 2000 22:16:46 +0200
13337              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
13338      Branch: perl
13339            ! t/op/sprintf.t
13340 ____________________________________________________________________________
13341 [  6508] By: jhi                                   on 2000/08/03  23:40:37
13342         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
13343              From: Hugo <hv@crypt.compulink.co.uk>
13344              Date: Thu, 03 Aug 2000 18:25:30 +0100
13345              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
13346      Branch: perl
13347            ! regcomp.c t/op/re_tests
13348 ____________________________________________________________________________
13349 [  6507] By: jhi                                   on 2000/08/03  23:38:28
13350         Log: Subject: [PATCH] sv.h documentation - SvLEN
13351              From: Mike Guy <mjtg@cam.ac.uk>
13352              Date: Thu, 03 Aug 2000 14:43:09 +0100
13353              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
13354      Branch: perl
13355            ! sv.h
13356 ____________________________________________________________________________
13357 [  6506] By: jhi                                   on 2000/08/03  15:49:14
13358         Log: Disable the fix_pl hack for now.
13359      Branch: perl
13360            ! Makefile.SH
13361 ____________________________________________________________________________
13362 [  6505] By: jhi                                   on 2000/08/03  13:49:04
13363         Log: Add a URL for FSF.
13364              
13365              Subject: Patch for README
13366              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13367              Date: Wed, 2 Aug 2000 13:25:09 -0500
13368              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
13369      Branch: perl
13370            ! README
13371 ____________________________________________________________________________
13372 [  6504] By: jhi                                   on 2000/08/03  13:29:19
13373         Log: Be more informative on what is skipped and why,
13374              also repeat the list at the end.
13375      Branch: perl
13376            ! Porting/p4desc
13377 ____________________________________________________________________________
13378 [  6503] By: jhi                                   on 2000/08/03  13:07:05
13379         Log: Circumvent the removal of .patch by fix_pl.
13380              
13381              Subject: Re: [ID 20000802.011] unable to 'make test'          
13382              From: simon@brecon.co.uk (Simon Cozens) 
13383              Date: 3 Aug 2000 04:17:00 GMT
13384              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
13385      Branch: perl
13386            ! Makefile.SH
13387 ____________________________________________________________________________
13388 [  6502] By: jhi                                   on 2000/08/03  00:14:34
13389         Log: Add the missing setproctitle unit.
13390      Branch: metaconfig/U/perl
13391            + d_setproctitle.U
13392 ____________________________________________________________________________
13393 [  6501] By: jhi                                   on 2000/08/03  00:00:26
13394         Log: The subtest 4 may fail also on VOBS, as pointed out
13395              by Nick Ing-Simmons in November 1999, bug id 19991124.003
13396              (but the failure in that bug report isn't the subtest 4).
13397      Branch: perl
13398            ! t/op/stat.t
13399 ____________________________________________________________________________
13400 [  6500] By: jhi                                   on 2000/08/02  23:49:30
13401         Log: Better skip message for the test; one of the two problems in
13402              
13403              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
13404              From: Lupe Christoph <lupe@lupe-christoph.de>
13405              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
13406              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
13407      Branch: perl
13408            ! t/op/numconvert.t
13409 ____________________________________________________________________________
13410 [  6499] By: jhi                                   on 2000/08/02  22:49:16
13411         Log: Allow "no Module;" even if there is no 'unimport'.
13412              
13413              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
13414              From: mjd@plover.com
13415              Date: 24 Mar 2000 15:24:34 -0000
13416              Message-Id: <20000324152434.15160.qmail@plover.com>
13417      Branch: perl
13418            ! gv.c
13419 ____________________________________________________________________________
13420 [  6498] By: jhi                                   on 2000/08/02  22:42:58
13421         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
13422              that are hopefully soon put into use.
13423      Branch: perl
13424            ! opcode.h opcode.pl opnames.h
13425 ____________________________________________________________________________
13426 [  6497] By: gsar                                  on 2000/08/02  22:28:59
13427         Log: require.t needs binmode() to work on windows
13428      Branch: perl
13429            ! t/comp/require.t
13430 ____________________________________________________________________________
13431 [  6496] By: jhi                                   on 2000/08/02  22:08:51
13432         Log: Document the IVdf UVuf UVof UVxf.
13433      Branch: perl
13434            ! pod/perlguts.pod
13435 ____________________________________________________________________________
13436 [  6495] By: jhi                                   on 2000/08/02  21:54:26
13437         Log: detypo #6494
13438      Branch: perl
13439            ! ext/Data/Dumper/Dumper.xs
13440 ____________________________________________________________________________
13441 [  6494] By: jhi                                   on 2000/08/02  21:49:17
13442         Log: Dump UVs as UVs in Data::Dumper.
13443              
13444              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
13445              From: Gurusamy Sarathy <gsar@ActiveState.com>
13446              Date: Thu, 27 Apr 2000 12:26:25 -0700
13447              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
13448      Branch: perl
13449            ! ext/Data/Dumper/Dumper.xs
13450 ____________________________________________________________________________
13451 [  6493] By: jhi                                   on 2000/08/02  17:01:58
13452         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
13453              From: Hugo <hv@crypt.compulink.co.uk>
13454              Date: Wed, 02 Aug 2000 14:53:56 +0100
13455              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
13456      Branch: perl
13457            ! regexec.c t/op/re_tests
13458 ____________________________________________________________________________
13459 [  6492] By: jhi                                   on 2000/08/02  15:02:46
13460         Log: The new setproctitle() feature is available only in 
13461              bleeding edge FreeBSD.  From Paul Saab.
13462      Branch: perl
13463            ! mg.c
13464 ____________________________________________________________________________
13465 [  6491] By: jhi                                   on 2000/08/02  13:34:36
13466         Log: The tr utf8 patching continues.
13467              
13468              Subject: Re: #6469, too many tests claimed in require.t
13469              From: simon@brecon.co.uk (Simon Cozens)
13470              Date: 2 Aug 2000 02:37:17 GMT
13471              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
13472              
13473              (the logic of the test was the wrong way round in the patch)
13474      Branch: perl
13475            ! doop.c
13476 ____________________________________________________________________________
13477 [  6490] By: jhi                                   on 2000/08/02  13:27:38
13478         Log: The name of a filehandle does not have <these>.
13479      Branch: perl
13480            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
13481            ! t/pragma/warn/pp_sys util.c
13482 ____________________________________________________________________________
13483 [  6489] By: jhi                                   on 2000/08/02  04:26:46
13484         Log: Remove the extraneous "main::" prefix from all the
13485              "opened only for", "on closed", and "never opened" warnings.
13486              
13487              Subject: Re: inappropriate warning
13488              From: Gurusamy Sarathy <gsar@ActiveState.com>
13489              Date: Mon, 20 Mar 2000 11:28:02 -0800
13490              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
13491      Branch: perl
13492            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
13493            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
13494            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13495 ____________________________________________________________________________
13496 [  6488] By: jhi                                   on 2000/08/02  03:02:57
13497         Log: memcpy has n o in it, as pinted ut by Sarathy.
13498      Branch: perl
13499            ! pod/perlguts.pod
13500 ____________________________________________________________________________
13501 [  6487] By: jhi                                   on 2000/08/02  02:44:51
13502         Log: Document in one place the memory abstractions used in Perl core.
13503              
13504              Subject: Re: Memory abstraction
13505              From: simon@brecon.co.uk (Simon Cozens)
13506              Date: 2 Aug 2000 02:20:23 GMT
13507              Organization: Earth.li Origins
13508      Branch: perl
13509            ! pod/perlguts.pod
13510 ____________________________________________________________________________
13511 [  6486] By: jhi                                   on 2000/08/02  02:41:57
13512         Log: regen_headers, regen perltoc.
13513      Branch: perl
13514            ! perlapi.c pod/perltoc.pod
13515 ____________________________________________________________________________
13516 [  6485] By: jhi                                   on 2000/08/02  01:43:33
13517         Log: "This little thing tests for a file .patch, and if it contains
13518              a number, pops into patchlevel.h" (making it easier to track
13519              which development version people are reporting bugs against)
13520              
13521              Subject: Patchlevel autogeneration for repository perls
13522              From: simon@brecon.co.uk (Simon Cozens)
13523              Date: 14 Jul 2000 07:12:15 GMT
13524              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
13525      Branch: perl
13526            + fix_pl
13527            ! MANIFEST Makefile.SH
13528 ____________________________________________________________________________
13529 [  6484] By: jhi                                   on 2000/08/02  01:32:54
13530         Log: FreeBSD 3.* updates from
13531              
13532              From: Paul Saab <ps@yahoo-inc.com>
13533              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13534              Date: Tue, 1 Aug 2000 15:41:39 -0700
13535              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13536      Branch: perl
13537            ! hints/freebsd.sh
13538 ____________________________________________________________________________
13539 [  6483] By: jhi                                   on 2000/08/02  01:27:44
13540         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
13541              instead one must use setproctitle().  This was already addressed
13542              by change #6457, but the below has a new variant for FreeBSD 4.0
13543              or later, and the matter is also documented more.
13544              
13545              From: Paul Saab <ps@yahoo-inc.com>
13546              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13547              Date: Tue, 1 Aug 2000 15:41:39 -0700
13548              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13549      Branch: metaconfig/U/perl
13550            + i_libutil.U
13551      Branch: perl
13552            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
13553 ____________________________________________________________________________
13554 [  6482] By: jhi                                   on 2000/08/01  22:17:32
13555         Log: The test from this
13556              
13557              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
13558              Date: Sat, 15 Apr 2000 17:03:44 +0100
13559              From: Tom Hughes <tom@compton.nu>
13560              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
13561              
13562              was missing, the code change went in as #5989
13563              (which had a different test?)
13564      Branch: perl
13565            ! t/op/misc.t
13566 ____________________________________________________________________________
13567 [  6481] By: jhi                                   on 2000/08/01  21:48:38
13568         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
13569              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13570              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
13571              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
13572      Branch: perl
13573            ! perl.h
13574 ____________________________________________________________________________
13575 [  6480] By: jhi                                   on 2000/08/01  18:05:28
13576         Log: Make p4desc to skip non-mainperl branches by default.
13577      Branch: perl
13578            ! Porting/p4desc
13579 ____________________________________________________________________________
13580 [  6479] By: jhi                                   on 2000/08/01  17:29:19
13581         Log: If gccosandvers is equal to osname, clear gccosandvers.
13582      Branch: metaconfig/U/perl
13583            ! gccvers.U
13584      Branch: perl
13585            ! Configure config_h.SH
13586 ____________________________________________________________________________
13587 [  6478] By: jhi                                   on 2000/08/01  15:54:08
13588         Log: BOM patching from Simon Cozens.
13589      Branch: perl
13590            ! toke.c
13591 ____________________________________________________________________________
13592 [  6477] By: jhi                                   on 2000/08/01  04:50:33
13593         Log: Stash away the largefiles flags and libswanted.
13594      Branch: perl
13595            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
13596 ____________________________________________________________________________
13597 [  6476] By: gsar                                  on 2000/08/01  04:24:24
13598         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
13599              on Windows)
13600      Branch: perl
13601            ! t/pragma/utf8.t utf8.c win32/win32.c
13602 ____________________________________________________________________________
13603 [  6475] By: jhi                                   on 2000/08/01  03:35:24
13604         Log: Make chr() for values >127 to create utf8 when under utf8.
13605              
13606              Subject: Re: uft8/chr()
13607              From: simon@brecon.co.uk (Simon Cozens)
13608              Date: 1 Aug 2000 02:37:02 GMT
13609              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
13610      Branch: perl
13611            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
13612 ____________________________________________________________________________
13613 [  6474] By: jhi                                   on 2000/08/01  02:36:18
13614         Log: In Digital UNIX warn if gcc explicitly chosen because even
13615              2.95.2 is known to cause problems.
13616      Branch: perl
13617            ! hints/dec_osf.sh
13618 ____________________________________________________________________________
13619 [  6473] By: jhi                                   on 2000/08/01  02:00:56
13620         Log: Make the safety catch for buggy gccs work with triple version
13621              numbers like 2.95.2.  Reported in
13622              
13623              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
13624              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
13625              Date: Mon, 31 Jul 2000 14:55:06 +0200
13626              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
13627      Branch: perl
13628            ! hints/dec_osf.sh
13629 ____________________________________________________________________________
13630 [  6472] By: jhi                                   on 2000/08/01  01:13:33
13631         Log: Subject: fix and question re: waitpid() under win32
13632              From: Brian Clarke <clarke@appliedmeta.com>
13633              Date: Fri, 28 Jul 2000 15:18:29 -0400
13634              Message-ID: <3981DC85.290314EB@appliedmeta.com>
13635              
13636              Slightly reformatted and WNOHANG # define moved to win32.h
13637              so that also POSIX.xs sees it, as suggsted by Sarathy.
13638      Branch: perl
13639            ! win32/win32.c win32/win32.h
13640 ____________________________________________________________________________
13641 [  6471] By: jhi                                   on 2000/08/01  00:55:05
13642         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
13643              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13644              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
13645              Date: Mon, 31 Jul 2000 13:28:51 +0100
13646              
13647              (aka ID 20000730.002)
13648      Branch: perl
13649            ! op.c t/op/tr.t
13650 ____________________________________________________________________________
13651 [  6470] By: jhi                                   on 2000/07/31  23:34:42
13652         Log: Document the problem with -P in HP-UX and its workaround.
13653              
13654              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
13655              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
13656              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
13657              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
13658      Branch: perl
13659            ! README.hpux
13660 ____________________________________________________________________________
13661 [  6469] By: jhi                                   on 2000/07/31  04:15:02
13662         Log: The swallow_bom() saga continues.  The #23 of require.t
13663              (UTF16-LE) still fails (silently, no output) but the #22
13664              (UTF16-BE) seems to be working now.  The root of the
13665              failure may be in sv_gets(): is it UTF-16LE-aware,
13666              especially when it comes to line endings? 
13667      Branch: perl
13668            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
13669            ! t/comp/require.t toke.c utf8.c
13670 ____________________________________________________________________________
13671 [  6468] By: jhi                                   on 2000/07/30  19:05:48
13672         Log: Find green threads before native threads.
13673              
13674              Subject: Re: Patch to jpl/JNI/Makefile.PL
13675              From: Jens Thomsen <jens@fiend.cis.com>
13676              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
13677              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
13678      Branch: perl
13679            ! jpl/JNI/Makefile.PL
13680 ____________________________________________________________________________
13681 [  6467] By: jhi                                   on 2000/07/30  18:36:22
13682         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
13683      Branch: perl
13684            ! doop.c
13685 ____________________________________________________________________________
13686 [  6466] By: jhi                                   on 2000/07/30  04:37:29
13687         Log: A new version of the "remove UPPERACSE string comparison"
13688              operators.  The problem with the previous one (change #6454)
13689              was that it was for Perl 5.6.0.  From Paul Marquess.
13690      Branch: perl
13691            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
13692            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
13693            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13694 ____________________________________________________________________________
13695 [  6465] By: jhi                                   on 2000/07/29  22:39:56
13696         Log: Do not upgrade SVs into utf8 just because they participate
13697              in eq or cmp.  Reported and fix suggested in
13698              
13699              Subject: [ID 20000720.009] sv_eq UTF8 bug
13700              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13701              Date: 21 Jul 2000 04:37:29 -0000
13702              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
13703              
13704              Exercise for the kind reader: should we or should we not
13705              cache the utf8 conversion alonside the SV? (as magic,
13706              as thestrxfrm()ed version is cached under use locale)
13707              Argue both for and against.
13708      Branch: perl
13709            ! sv.c
13710 ____________________________________________________________________________
13711 [  6464] By: jhi                                   on 2000/07/29  22:36:22
13712         Log: Subject: UTF8 concat
13713              From: simon@brecon.co.uk (Simon Cozens) 
13714              Date: 30 Jun 2000 06:13:25 GMT
13715              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
13716              
13717              (with a memory leak fixed, plus a few casts added)
13718              
13719              This also seems to help for
13720              
13721              Subject: [ID 20000716.015] join UTF8 weirdness
13722              From: root <root@ak-71.mind.de> 
13723              Date: Sat, 15 Jul 2000 15:29:54 +0200
13724              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
13725              
13726              (from Andreas König)
13727      Branch: perl
13728            ! pp_hot.c
13729 ____________________________________________________________________________
13730 [  6463] By: jhi                                   on 2000/07/29  00:55:39
13731         Log: Tune the comments and hopefully stop a memory leak.
13732      Branch: perl
13733            ! toke.c utf8.c
13734 ____________________________________________________________________________
13735 [  6462] By: jhi                                   on 2000/07/29  00:16:53
13736         Log: The problem described in this
13737              
13738              Subject: [ID 20000322.018] named chars aren't magical enough
13739              From: root <root@dixie.cscaper.com>     
13740              Date: Wed, 22 Mar 2000 18:37:42 -0700
13741              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
13742              
13743              has been fixed in perl 5.6.0 but just in case added a test
13744              to keep it away.  (The report from Joseph Hall.)
13745      Branch: perl
13746            ! t/lib/charnames.t
13747 ____________________________________________________________________________
13748 [  6461] By: jhi                                   on 2000/07/28  23:56:36
13749         Log: Tiny fixes for #6460.
13750      Branch: metaconfig/U/perl
13751            ! gccvers.U
13752      Branch: perl
13753            ! Configure config_h.SH
13754 ____________________________________________________________________________
13755 [  6460] By: jhi                                   on 2000/07/28  23:24:41
13756         Log: Warn if the version of the operating system used to compile gcc
13757              differs from the current version of the operating system.
13758              Also display the gcc compilation os and version in myconfig.
13759              Inspiration from
13760              
13761              Subject: Re: [ID 20000710.003] ERRORS!!         
13762              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13763              Date: Mon, 10 Jul 2000 15:54:16 -0400
13764              Message-ID: <20000710155416.A1384@O2.chapin.edu>
13765      Branch: metaconfig/U/perl
13766            ! gccvers.U
13767      Branch: perl
13768            ! Configure config_h.SH myconfig.SH
13769 ____________________________________________________________________________
13770 [  6459] By: jhi                                   on 2000/07/28  22:00:32
13771         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
13772              letter to $Config{osvers}.
13773      Branch: metaconfig
13774            ! U/modified/Oldconfig.U
13775      Branch: perl
13776            ! Configure config_h.SH
13777 ____________________________________________________________________________
13778 [  6458] By: jhi                                   on 2000/07/28  04:15:39
13779         Log: Back out #6454, doesn't seem to work.
13780              (Reason: that patch was for perl 5.6.0, not perl-current)
13781              (A version of the patch for perl-current came in later as #6466)
13782      Branch: perl
13783            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13784            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13785            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13786 ____________________________________________________________________________
13787 [  6457] By: jhi                                   on 2000/07/27  23:31:49
13788         Log: Use setproctitle() if available to modify $0.
13789              
13790              Subject: setting $* on BSD4 broken
13791              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13792              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
13793              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
13794      Branch: metaconfig
13795            ! U/modified/Myinit.U
13796      Branch: perl
13797            ! Configure config_h.SH mg.c
13798 ____________________________________________________________________________
13799 [  6456] By: jhi                                   on 2000/07/27  14:50:47
13800         Log: Allow "no AutoLoader;", based on change #6444,
13801              suggested by Graham Barr.
13802      Branch: perl
13803            ! lib/AutoLoader.pm
13804 ____________________________________________________________________________
13805 [  6455] By: jhi                                   on 2000/07/27  14:19:10
13806         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
13807              From: rspier@pobox.com (Robert Spier)
13808              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
13809              Message-ID: <14720.15855.787664.424783@rls.cx>
13810      Branch: perl
13811            ! pod/perldiag.pod
13812 ____________________________________________________________________________
13813 [  6454] By: jhi                                   on 2000/07/27  14:03:02
13814         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
13815              for a long time).
13816              
13817              Reported in
13818              
13819              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
13820              From: Ryan Herbert <rherbert@sycamorehq.com>
13821              Date: Mon, 17 Jul 2000 11:40:42 -0400
13822              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
13823              
13824              Patched in
13825              
13826              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
13827              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13828              Date: Wed, 26 Jul 2000 23:40:18 +0100
13829              Message-ID: <000001bff752$79511880$0a17073e@tiny>
13830              
13831              based on an earlier patch from Stephen P. Potter.
13832              
13833              (Removed later by change #6458 because this patch was for
13834              perl 5.6.0, not perl-current)
13835      Branch: perl
13836            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13837            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13838            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13839 ____________________________________________________________________________
13840 [  6453] By: jhi                                   on 2000/07/27  13:48:02
13841         Log: Subject: [PATCH] fixes bug 20000508.004
13842              From: Michael Stevens <mstevens@globnix.org>
13843              Date: Thu, 27 Jul 2000 13:49:04 +0100
13844              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
13845      Branch: perl
13846            ! pod/perldata.pod
13847 ____________________________________________________________________________
13848 [  6452] By: jhi                                   on 2000/07/26  23:51:26
13849         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
13850              and Craig A. Berry.
13851      Branch: perl
13852            ! lib/File/Temp.pm pod/perlport.pod
13853 ____________________________________________________________________________
13854 [  6451] By: jhi                                   on 2000/07/26  19:43:30
13855         Log: Be wary of close()s, too.
13856              
13857              Subject: Re: [PATCH] perlbug cleanup
13858              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13859              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
13860              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
13861      Branch: perl
13862            ! utils/perlbug.PL
13863 ____________________________________________________________________________
13864 [  6450] By: jhi                                   on 2000/07/26  18:41:40
13865         Log: Subject: Minor doc patch: handy.h
13866              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
13867              Date: Wed, 26 Jul 2000 15:34:25 -0300
13868              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
13869      Branch: perl
13870            ! handy.h pod/perlapi.pod
13871 ____________________________________________________________________________
13872 [  6449] By: jhi                                   on 2000/07/26  18:23:55
13873         Log: Subject: [PATCH] minor doc change - perlguts
13874              From: Michael Stevens <mstevens@globnix.org>
13875              Date: Thu, 13 Jul 2000 12:39:18 +0100
13876              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
13877      Branch: perl
13878            ! pod/perlguts.pod
13879 ____________________________________________________________________________
13880 [  6448] By: jhi                                   on 2000/07/26  18:20:30
13881         Log: open() wariness in perlbug.
13882              
13883              Subject: [PATCH] perlbug cleanup
13884              From: Michael Stevens <mstevens@globnix.org>
13885              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
13886              Date: Thu, 13 Jul 2000 15:52:23 +0100
13887      Branch: perl
13888            ! utils/perlbug.PL
13889 ____________________________________________________________________________
13890 [  6447] By: jhi                                   on 2000/07/26  18:13:04
13891         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
13892      Branch: perl
13893            ! lib/File/Temp.pm t/lib/ftmp-security.t
13894 ____________________________________________________________________________
13895 [  6446] By: jhi                                   on 2000/07/26  18:06:32
13896         Log: docfix from Peter Scott <Peter@PSDT.com>.
13897      Branch: perl
13898            ! pod/perlfunc.pod
13899 ____________________________________________________________________________
13900 [  6445] By: jhi                                   on 2000/07/26  17:53:31
13901         Log: Fix *foo{FORMAT}.
13902              
13903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13904              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13905              Date: Wed, 26 Jul 2000 19:51:02 +0200
13906              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
13907              
13908              From: Graham Barr <gbarr@pobox.com>
13909              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13910              Date: Wed, 26 Jul 2000 17:38:36 +0100
13911              Message-ID: <20000726173836.L472@pobox.com>
13912      Branch: perl
13913            ! pp.c sv.c t/op/gv.t
13914 ____________________________________________________________________________
13915 [  6444] By: jhi                                   on 2000/07/26  17:49:14
13916         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
13917              from Graham Barr in the module list.
13918      Branch: perl
13919            ! gv.c pod/perlobj.pod
13920 ____________________________________________________________________________
13921 [  6443] By: jhi                                   on 2000/07/26  16:06:56
13922         Log: More split() doc and test patches from Mike Guy.
13923      Branch: perl
13924            ! pod/perlfunc.pod t/op/split.t
13925 ____________________________________________________________________________
13926 [  6442] By: jhi                                   on 2000/07/26  16:05:30
13927         Log: MacOS nits from Matthias Neeracher.
13928      Branch: perl
13929            ! perl.c pp_ctl.c
13930 ____________________________________________________________________________
13931 [  6441] By: jhi                                   on 2000/07/26  04:39:57
13932         Log: Subject: [PATCH] split /^/
13933              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13934              Date: Tue, 25 Jul 2000 14:18:57 +0100
13935              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
13936              
13937              (with notes from tchrist and gbarr)
13938      Branch: perl
13939            ! pod/perlfunc.pod t/op/split.t
13940 ____________________________________________________________________________
13941 [  6440] By: jhi                                   on 2000/07/26  04:32:32
13942         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
13943              From: Peter Prymmer <pvhp@forte.com>
13944              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
13945              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
13946      Branch: perl
13947            ! vms/munchconfig.c
13948 ____________________________________________________________________________
13949 [  6439] By: jhi                                   on 2000/07/26  04:31:01
13950         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
13951              to be fatal errors (instead of by default ignoring them, and
13952              ignoring with a bug: even though -w gave an error, the opening [
13953              was left in)  Reported in:
13954              
13955              Subject: [ID 20000716.024] [=cc=] / [:blank:]
13956              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
13957              Date: Sun, 16 Jul 2000 17:55:29 -0700
13958              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
13959      Branch: perl
13960            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
13961 ____________________________________________________________________________
13962 [  6438] By: jhi                                   on 2000/07/25  15:41:15
13963         Log: Subject: [PATCH] av.c apidoc
13964              From: simon@brecon.co.uk (Simon Cozens)
13965              Date: 24 Jul 2000 06:40:52 GMT
13966              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
13967      Branch: perl
13968            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
13969            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
13970 ____________________________________________________________________________
13971 [  6437] By: jhi                                   on 2000/07/25  14:05:36
13972         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
13973              From: "Stephen P. Potter" <spp@ds.net>
13974              Date: Mon, 24 Jul 2000 14:22:23 -0400
13975              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
13976      Branch: perl
13977            ! pod/perllocale.pod
13978 ____________________________________________________________________________
13979 [  6436] By: jhi                                   on 2000/07/25  14:02:03
13980         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
13981              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13982              Date: Mon, 24 Jul 2000 18:04:28 +0100
13983              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
13984      Branch: perl
13985            ! t/lib/syslfs.t t/op/lfs.t
13986 ____________________________________________________________________________
13987 [  6435] By: jhi                                   on 2000/07/25  13:59:28
13988         Log: Get UTF16 BOMs working.  Patch from
13989              
13990              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13991              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13992              Date: Tue, 25 Jul 2000 12:52:45 +0100
13993              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
13994              
13995              and notes from
13996              
13997              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13998              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13999              Date: Tue, 25 Jul 2000 11:43:25 +0100
14000              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
14001      Branch: perl
14002            ! t/comp/require.t toke.c utf8.c
14003 ____________________________________________________________________________
14004 [  6434] By: jhi                                   on 2000/07/25  02:39:54
14005         Log: Make the "uninit variable" warning to say "concat or string"
14006              or "join or string" when in concat or join .
14007              
14008              Subject: Re: [ID 20000403.009] uninitialised concatenation???
14009              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14010              Date: Tue, 04 Apr 2000 18:22:58 +0100
14011              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
14012              
14013              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
14014              From: William R Ward <hermit@BayView.COM>
14015              Date: Thu, 30 Mar 2000 19:50:03 -0800
14016              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
14017      Branch: perl
14018            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
14019            ! t/pragma/warn/op t/pragma/warn/sv
14020 ____________________________________________________________________________
14021 [  6433] By: jhi                                   on 2000/07/24  17:52:56
14022         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
14023      Branch: perl
14024            ! lib/File/Spec/VMS.pm
14025 ____________________________________________________________________________
14026 [  6432] By: jhi                                   on 2000/07/24  17:44:44
14027         Log: Test cases for #6431.
14028              
14029              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14030              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14031              Date: Mon, 24 Jul 2000 15:32:29 +0100
14032              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
14033      Branch: perl
14034            ! t/op/pat.t t/op/split.t
14035 ____________________________________________________________________________
14036 [  6431] By: jhi                                   on 2000/07/24  17:43:17
14037         Log: Bind op fix.
14038              
14039              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14040              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14041              Date: Mon, 17 Jul 2000 20:04:56 +0100
14042              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
14043      Branch: perl
14044            ! op.c
14045 ____________________________________________________________________________
14046 [  6430] By: jhi                                   on 2000/07/24  03:42:42
14047         Log: Subject: [ID 20000716.023] syslog test fails without sockets
14048              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14049              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
14050              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
14051      Branch: metaconfig/U/perl
14052            ! Extensions.U
14053      Branch: perl
14054            ! Configure config_h.SH
14055 ____________________________________________________________________________
14056 [  6429] By: jhi                                   on 2000/07/24  03:11:52
14057         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
14058              case, but add also notes explaining the relationship of this
14059              patch and the earlier notes by Sarathy.
14060              
14061              Subject: Map is still slow
14062              From: "Ben Tilly" <ben_tilly@hotmail.com>
14063              Date: Sat, 15 Jul 2000 17:23:27 EDT
14064              Message-ID: <20000715212327.21656.qmail@hotmail.com>
14065      Branch: perl
14066            ! pp_ctl.c
14067 ____________________________________________________________________________
14068 [  6428] By: jhi                                   on 2000/07/24  02:58:52
14069         Log: Documentation to explain the behaviour of map().
14070              
14071              Subject: Re: Map is still slow 
14072              From: Gurusamy Sarathy <gsar@ActiveState.com>
14073              Date: Sat, 15 Jul 2000 16:05:09 -0700
14074              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
14075      Branch: perl
14076            ! pp_ctl.c
14077 ____________________________________________________________________________
14078 [  6427] By: jhi                                   on 2000/07/24  02:50:03
14079         Log: Add tests for
14080              [ID 19991110.003] another matching finding by pcre author
14081              which has already been fixed by some patch, as verified in
14082              
14083              Subject: Re: two regex bugs from the mists of time (well, last November)
14084              From: Hugo <hv@crypt.compulink.co.uk>
14085              Date: Sat, 22 Jul 2000 18:12:58 +0100
14086              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
14087      Branch: perl
14088            ! t/op/re_tests
14089 ____________________________________________________________________________
14090 [  6426] By: jhi                                   on 2000/07/24  02:11:20
14091         Log: A missing 'break' after the [[:space:]] switch case.
14092              
14093              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
14094              From: "Stephen P. Potter" <spp@ds.net>
14095              Date: Tue, 18 Jul 2000 16:25:17 -0400
14096              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
14097      Branch: perl
14098            ! regcomp.c
14099 ____________________________________________________________________________
14100 [  6425] By: jhi                                   on 2000/07/24  02:06:12
14101         Log: The output might have been produced in the wrong order.
14102              
14103              Subject: [ID 20000720.003] [PATCH] t/op/write.t
14104              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14105              Date: Thu, 20 Jul 2000 18:49:18 +0100
14106              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
14107      Branch: perl
14108            ! t/op/write.t
14109 ____________________________________________________________________________
14110 [  6424] By: jhi                                   on 2000/07/24  02:00:07
14111         Log: Use STDOUT consistently.
14112              
14113              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
14114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14115              Date: Thu, 20 Jul 2000 18:04:01 +0100
14116              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
14117      Branch: perl
14118            ! lib/Test/Harness.pm
14119 ____________________________________________________________________________
14120 [  6423] By: jhi                                   on 2000/07/24  01:54:54
14121         Log: Protect against "wild next"s, that is, callbacks doing "next"
14122              instead of "return".
14123              
14124              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
14125              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14126              Date: Tue, 18 Jul 2000 11:30:16 +0100
14127              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
14128      Branch: perl
14129            ! lib/File/Find.pm
14130 ____________________________________________________________________________
14131 [  6422] By: jhi                                   on 2000/07/24  01:35:47
14132         Log: Out-of-date note removed.
14133              
14134              Subject: [PATCH] documentation perlipc
14135              From: rspier@pobox.com (Robert Spier)
14136              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
14137              Message-ID: <14711.35178.572612.502654@rls.cx>
14138      Branch: perl
14139            ! pod/perlipc.pod
14140 ____________________________________________________________________________
14141 [  6421] By: jhi                                   on 2000/07/24  00:09:18
14142         Log: Send all installperl messages to STDERR and be -w clean.
14143              
14144              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
14145              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14146              Date: Sat, 22 Jul 2000 14:02:11 +0100
14147              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
14148      Branch: perl
14149            ! installperl
14150 ____________________________________________________________________________
14151 [  6420] By: jhi                                   on 2000/07/24  00:04:19
14152         Log: Decutandpasto.
14153              
14154              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
14155              From: "Richard Soderberg" <rs@crystalflame.net>
14156              Date: Sun, 23 Jul 2000 01:37:23 -0700
14157              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
14158      Branch: perl
14159            ! pod/perlipc.pod
14160 ____________________________________________________________________________
14161 [  6419] By: jhi                                   on 2000/07/24  00:01:12
14162         Log: A cleaner abs_path().
14163              Subject: Re: unix alternative to Cwd.pm
14164              From: Jeff Pinyan <jeffp@crusoe.net>
14165              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
14166              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
14167      Branch: perl
14168            ! lib/Cwd.pm
14169 ____________________________________________________________________________
14170 [  6418] By: jhi                                   on 2000/07/23  23:48:56
14171         Log: Detypo.
14172              
14173              Subject: [PATCH perl-current] Typo in hints/powerux.sh
14174              From: "Richard Soderberg" <rs@crystalflame.net>
14175              Date: Sun, 23 Jul 2000 01:27:33 -0700
14176              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
14177      Branch: perl
14178            ! hints/powerux.sh
14179 ____________________________________________________________________________
14180 [  6417] By: jhi                                   on 2000/07/17  22:13:31
14181         Log: Subject: SDBM_File documentation
14182              From: mjd@plover.com
14183              Date: 16 Jul 2000 17:41:17 -0000
14184              Message-ID: <20000716174117.18515.qmail@plover.com>
14185      Branch: perl
14186            ! ext/SDBM_File/SDBM_File.pm
14187 ____________________________________________________________________________
14188 [  6416] By: jhi                                   on 2000/07/17  19:13:26
14189         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
14190      Branch: perl
14191            ! hints/mpeix.sh mpeix/relink
14192 ____________________________________________________________________________
14193 [  6415] By: jhi                                   on 2000/07/15  14:11:02
14194         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
14195              the utf8 'characters' can be more than one octet).
14196              
14197              Date: Sat, 15 Jul 2000 00:21:56 +0100
14198              From: Tom Hughes <tom@compton.nu>
14199              Subject: Re: [ID 20000714.002]
14200              Message-ID: <db2334de49.tom@compton.compton.nu>
14201              
14202              Reported in
14203              
14204              Subject: [ID 20000714.002]
14205              From: "Simon Cozens" <simon@othersideofthe.earth.li>
14206              Date: 14 Jul 2000 15:13:09 -0000
14207              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
14208      Branch: perl
14209            ! doop.c
14210 ____________________________________________________________________________
14211 [  6414] By: jhi                                   on 2000/07/15  03:13:41
14212         Log: another VMS build tweak from Peter Prymmer
14213      Branch: perl
14214            ! vms/descrip_mms.template
14215 ____________________________________________________________________________
14216 [  6413] By: jhi                                   on 2000/07/15  03:10:40
14217         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
14218      Branch: perl
14219            ! vms/perlvms.pod
14220 ____________________________________________________________________________
14221 [  6412] By: jhi                                   on 2000/07/15  00:31:05
14222         Log: More docs for sv functions.
14223              
14224              Subject: [PATCH cfgperl] sv.c apidoc
14225              From: simon@brecon.co.uk (Simon Cozens)
14226              Date: 13 Jul 2000 09:00:20 GMT
14227              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
14228              
14229              Subject: Re: [PATCH cfgperl] sv.c apidoc
14230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14231              Date: Thu, 13 Jul 2000 12:27:41 +0100
14232              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
14233              
14234              Subject: Re: [PATCH cfgperl] sv.c apidoc
14235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14236              Date: Thu, 13 Jul 2000 13:23:09 +0100
14237              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
14238              
14239              Subject: Re: [PATCH cfgperl] sv.c apidoc
14240              From: simon@brecon.co.uk (Simon Cozens)
14241              Date: 14 Jul 2000 06:51:02 GMT
14242              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
14243      Branch: perl
14244            ! embed.pl pod/perlapi.pod sv.c
14245 ____________________________________________________________________________
14246 [  6411] By: jhi                                   on 2000/07/15  00:10:41
14247         Log: lib/b test fixes from Peter Prymmer.
14248      Branch: perl
14249            ! t/lib/b.t
14250 ____________________________________________________________________________
14251 [  6410] By: jhi                                   on 2000/07/15  00:02:09
14252         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
14253              From: Hugo <hv@crypt.compulink.co.uk>
14254              Date: Fri, 14 Jul 2000 23:05:20 +0100
14255              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
14256              
14257              Didn't anymore apply, but that point still could use another fix.
14258      Branch: perl
14259            ! pod/perlfunc.pod
14260 ____________________________________________________________________________
14261 [  6409] By: jhi                                   on 2000/07/14  23:15:15
14262         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
14263              not in pod, from Peter Prymmer
14264      Branch: perl
14265            ! vms/descrip_mms.template
14266 ____________________________________________________________________________
14267 [  6408] By: jhi                                   on 2000/07/14  20:35:05
14268         Log: The bug report
14269              [ID 19991110.002] minimal matching discrepancy found by pcre author
14270              seems to have been fixed (though differently from what was suggested
14271              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
14272      Branch: perl
14273            ! t/op/re_tests
14274 ____________________________________________________________________________
14275 [  6407] By: jhi                                   on 2000/07/14  17:38:08
14276         Log: Fix AutoSplit to use File::Spec the right way in VMS,
14277              from Peter Prymmer.
14278      Branch: perl
14279            ! lib/AutoSplit.pm
14280 ____________________________________________________________________________
14281 [  6406] By: jhi                                   on 2000/07/14  14:13:22
14282         Log: Merge perlhacktut into perlhack, update perlguts.
14283              
14284              Subject: Re: Perlhacktut
14285              From: simon@brecon.co.uk (Simon Cozens)
14286              Date: 14 Jul 2000 06:49:21 GMT
14287              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
14288              
14289              Subject: Re: Perlhacktut
14290              From: simon@brecon.co.uk (Simon Cozens)
14291              Date: 14 Jul 2000 07:09:45 GMT
14292              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
14293      Branch: perl
14294            ! pod/perlguts.pod pod/perlhack.pod
14295 ____________________________________________________________________________
14296 [  6405] By: jhi                                   on 2000/07/14  14:02:31
14297         Log: Integrate with Sarathy.
14298      Branch: cfgperl
14299           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
14300           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
14301           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
14302 ____________________________________________________________________________
14303 [  6404] By: gsar                                  on 2000/07/14  12:15:02
14304         Log: PERL_OBJECT build tweaks
14305      Branch: perl
14306            ! toke.c
14307 ____________________________________________________________________________
14308 [  6403] By: gsar                                  on 2000/07/14  11:23:41
14309         Log: inconsistent types needs casts
14310      Branch: perl
14311            ! toke.c
14312 ____________________________________________________________________________
14313 [  6402] By: gsar                                  on 2000/07/14  11:12:04
14314         Log: typos in change#6399, regen headers
14315      Branch: perl
14316            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
14317 ____________________________________________________________________________
14318 [  6401] By: gsar                                  on 2000/07/14  10:59:12
14319         Log: typecasts needed for change#6394
14320      Branch: perl
14321            ! toke.c
14322 ____________________________________________________________________________
14323 [  6400] By: gsar                                  on 2000/07/14  10:49:37
14324         Log: integrate cfgperl contents into mainline
14325      Branch: perl
14326           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
14327           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
14328 ____________________________________________________________________________
14329 [  6399] By: gsar                                  on 2000/07/14  10:38:35
14330         Log: enable UTF-16 filter by default if relevant BOM is seen; various
14331              cleanups (typos, misformatted code, and small bugs)
14332      Branch: perl
14333            ! doop.c embed.pl mg.c op.c pp.c toke.c
14334 ____________________________________________________________________________
14335 [  6398] By: gsar                                  on 2000/07/14  08:55:38
14336         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
14337              name suggests anyway)
14338      Branch: perl
14339            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
14340 ____________________________________________________________________________
14341 [  6397] By: gsar                                  on 2000/07/14  08:44:33
14342         Log: move new variables to the end of the interpreter structure (for
14343              bincompat in code that doesn't #include XSUB.h)
14344      Branch: perl
14345            ! intrpvar.h
14346 ____________________________________________________________________________
14347 [  6396] By: gsar                                  on 2000/07/14  08:13:58
14348         Log: MakeMaker should not remove editor backups (*~) on `make clean`
14349              by default (completes change#6383)
14350      Branch: perl
14351            ! lib/ExtUtils/MM_Unix.pm
14352 ____________________________________________________________________________
14353 [  6395] By: jhi                                   on 2000/07/14  05:20:33
14354         Log: Replace change #6337 with a better one.
14355              
14356              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14357              From: Hugo <hv@crypt.compulink.co.uk>
14358              Date: Fri, 14 Jul 2000 04:16:20 +0100
14359              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
14360      Branch: cfgperl
14361            ! regexec.c t/op/re_tests
14362 ____________________________________________________________________________
14363 [  6394] By: jhi                                   on 2000/07/14  01:33:59
14364         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
14365      Branch: cfgperl
14366            ! embed.pl global.sym proto.h toke.c
14367 ____________________________________________________________________________
14368 [  6393] By: jhi                                   on 2000/07/13  23:41:23
14369         Log: remove discarded test
14370      Branch: cfgperl
14371            ! MANIFEST
14372 ____________________________________________________________________________
14373 [  6392] By: jhi                                   on 2000/07/13  23:32:25
14374         Log: The {multiplier} of a fixed substring was overlooked which
14375              caused a wrong initial search offset for that substring.
14376              
14377              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
14378              From: Hugo <hv@crypt.compulink.co.uk>
14379              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
14380              Date: Thu, 13 Jul 2000 19:27:13 +0100
14381      Branch: cfgperl
14382            ! regcomp.c t/op/re_tests
14383 ____________________________________________________________________________
14384 [  6391] By: jhi                                   on 2000/07/13  16:37:42
14385         Log: typo fix from Craig Berry
14386      Branch: cfgperl
14387            ! vms/subconfigure.com
14388 ____________________________________________________________________________
14389 [  6390] By: jhi                                   on 2000/07/13  13:20:12
14390         Log: Integrate with Sarathy.
14391      Branch: cfgperl
14392            - t/op/method2entersub.t
14393           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
14394           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
14395           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
14396           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
14397 ____________________________________________________________________________
14398 [  6389] By: jhi                                   on 2000/07/13  13:18:48
14399         Log: Detypo from Peter Prymmer, part of #6388.
14400      Branch: cfgperl
14401            ! Configure config_h.SH
14402      Branch: metaconfig
14403            ! U/modified/d_longlong.U
14404 ____________________________________________________________________________
14405 [  6388] By: gsar                                  on 2000/07/13  06:33:40
14406         Log: typos (spotted by Peter Prymmer)
14407      Branch: perl
14408            ! Configure t/lib/english.t
14409 ____________________________________________________________________________
14410 [  6387] By: gsar                                  on 2000/07/13  05:35:28
14411         Log: new selfloader.t in change#6183 doesn't close DATA handles,
14412              and thus fails to clean up tmp files on dosish platforms
14413      Branch: perl
14414            ! t/lib/selfloader.t
14415 ____________________________________________________________________________
14416 [  6386] By: gsar                                  on 2000/07/12  21:42:39
14417         Log: sprintf test tweaks (from Dominic Dunlop)
14418      Branch: perl
14419            ! t/op/sprintf.t
14420 ____________________________________________________________________________
14421 [  6385] By: gsar                                  on 2000/07/12  21:33:46
14422         Log: fix bugs in processing %v-*d and similar format specs (from
14423              Avi Finkel <avi@finkel.org>)
14424      Branch: perl
14425            ! sv.c t/op/sprintf.t
14426 ____________________________________________________________________________
14427 [  6384] By: gsar                                  on 2000/07/12  16:04:19
14428         Log: readd missing perldelta.pod changes from changes#6339,6376
14429      Branch: perl
14430            ! pod/perldelta.pod
14431 ____________________________________________________________________________
14432 [  6383] By: gsar                                  on 2000/07/12  16:00:51
14433         Log: don't clobber *.orig files on *clean targets
14434      Branch: perl
14435            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
14436 ____________________________________________________________________________
14437 [  6382] By: gsar                                  on 2000/07/12  07:59:12
14438         Log: fix broken integrations in cfgperl
14439      Branch: cfgperl
14440           !> Changes pod/perldelta.pod
14441 ____________________________________________________________________________
14442 [  6381] By: gsar                                  on 2000/07/12  07:42:17
14443         Log: integrate cfgperl changes into mainline
14444      Branch: perl
14445            ! Changes
14446           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
14447           !> pod/perlre.pod
14448 ____________________________________________________________________________
14449 [  6380] By: gsar                                  on 2000/07/12  07:31:00
14450         Log: get sprintf.t to adjust properly for 3-digit exponents
14451      Branch: perl
14452            ! t/op/sprintf.t
14453 ____________________________________________________________________________
14454 [  6379] By: gsar                                  on 2000/07/12  06:40:04
14455         Log: change#6174 needs corresponding change in win32/config_h.PL,
14456              which grovels through config_h.SH to find the config.h name
14457      Branch: perl
14458            ! win32/config_h.PL
14459 ____________________________________________________________________________
14460 [  6378] By: jhi                                   on 2000/07/12  05:03:59
14461         Log: Do the cc sanity check both before the hints and
14462              after the cc selction.
14463      Branch: cfgperl
14464            ! Configure config_h.SH
14465      Branch: metaconfig
14466            ! U/modified/Oldconfig.U U/modified/cc.U
14467      Branch: metaconfig/U/perl
14468            + Checkcc.U
14469 ____________________________________________________________________________
14470 [  6377] By: jhi                                   on 2000/07/12  02:49:22
14471         Log: Fix nits noticed by Boston.pm.
14472      Branch: cfgperl
14473            ! pod/perlre.pod
14474 ____________________________________________________________________________
14475 [  6376] By: jhi                                   on 2000/07/11  21:22:13
14476         Log: Configure cosmetics and perldelta.
14477      Branch: cfgperl
14478            ! Configure config_h.SH pod/perldelta.pod
14479      Branch: metaconfig
14480            ! U/modified/cc.U
14481 ____________________________________________________________________________
14482 [  6375] By: gsar                                  on 2000/07/11  21:17:35
14483         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
14484      Branch: perl
14485            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
14486            ! win32/win32sck.c
14487 ____________________________________________________________________________
14488 [  6374] By: gsar                                  on 2000/07/11  20:48:50
14489         Log: tweak for build failure under multiplicity
14490      Branch: perl
14491            ! toke.c
14492 ____________________________________________________________________________
14493 [  6373] By: gsar                                  on 2000/07/11  20:37:23
14494         Log: integrate cfgperl changes#6325..6373 into mainline
14495              (NOTE: today's batch of integrations still untested)
14496      Branch: perl
14497           +> ext/DynaLoader/hints/netbsd.pl
14498            ! Changes
14499           !> (integrate 26 files)
14500 ____________________________________________________________________________
14501 [  6372] By: jhi                                   on 2000/07/11  20:30:36
14502         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
14503              regen perltoc.
14504      Branch: cfgperl
14505            + pod/perlbook.pod
14506            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
14507            ! pod/perltoc.pod
14508 ____________________________________________________________________________
14509 [  6371] By: jhi                                   on 2000/07/11  20:08:56
14510         Log: Minor cleanups on the booklist.
14511      Branch: cfgperl
14512            ! pod/perlfaq2.pod
14513 ____________________________________________________________________________
14514 [  6370] By: jhi                                   on 2000/07/11  19:31:13
14515         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
14516      Branch: cfgperl
14517            ! t/pragma/overload.t
14518 ____________________________________________________________________________
14519 [  6369] By: gsar                                  on 2000/07/11  19:27:48
14520         Log: integrate cfgperl changes#6293..6324 into mainline
14521      Branch: perl
14522           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
14523            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
14524           !> (integrate 30 files)
14525 ____________________________________________________________________________
14526 [  6368] By: gsar                                  on 2000/07/11  19:18:57
14527         Log: skip integrate of problematic change#6292 from cfgperl into mainline
14528      Branch: perl
14529           !> pp_hot.c
14530 ____________________________________________________________________________
14531 [  6367] By: gsar                                  on 2000/07/11  19:17:21
14532         Log: integrate cfgperl changes#6288..6290 into mainline
14533      Branch: perl
14534           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
14535 ____________________________________________________________________________
14536 [  6366] By: gsar                                  on 2000/07/11  19:11:18
14537         Log: integrate cfgperl changes#6268..6282 into mainline
14538      Branch: perl
14539           !> (integrate 30 files)
14540 ____________________________________________________________________________
14541 [  6365] By: gsar                                  on 2000/07/11  18:57:00
14542         Log: delete new accidentally branched file
14543      Branch: perl
14544            - t/op/method2entersub.t
14545 ____________________________________________________________________________
14546 [  6364] By: gsar                                  on 2000/07/11  18:55:13
14547         Log: skip integrate of change#6267 from cfgperl into mainline (the
14548              method call optimization is flawed without additional hints
14549              from user about immutableness of @ISA and no runtime method
14550              definitions)
14551      Branch: perl
14552           +> t/op/method2entersub.t
14553           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
14554           !> perl.h t/op/sprintf.t xsutils.c
14555 ____________________________________________________________________________
14556 [  6363] By: gsar                                  on 2000/07/11  18:49:43
14557         Log: integrate cfgperl changes#6261..6266 into mainline
14558      Branch: perl
14559           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
14560           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
14561           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14562           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
14563 ____________________________________________________________________________
14564 [  6362] By: gsar                                  on 2000/07/11  18:43:26
14565         Log: integrate cfgperl changes#6252..6260 into mainline
14566      Branch: perl
14567           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
14568           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
14569           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
14570           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
14571 ____________________________________________________________________________
14572 [  6361] By: gsar                                  on 2000/07/11  18:37:12
14573         Log: skip integrate of problematic change#6251 from cfgperl into mainline
14574      Branch: perl
14575           !> lib/Exporter.pm
14576 ____________________________________________________________________________
14577 [  6360] By: gsar                                  on 2000/07/11  18:34:56
14578         Log: integrate cfgperl change#6250 into mainline
14579      Branch: perl
14580           +> t/op/my_stash.t
14581           !> MANIFEST embed.pl proto.h toke.c
14582 ____________________________________________________________________________
14583 [  6359] By: gsar                                  on 2000/07/11  18:21:19
14584         Log: integrate cfgperl changes#6242..6249 into mainline
14585      Branch: perl
14586           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
14587           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
14588           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
14589           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
14590           !> t/lib/peek.t utf8.c
14591 ____________________________________________________________________________
14592 [  6358] By: gsar                                  on 2000/07/11  18:15:45
14593         Log: skip integrate of problematic change#6241 from cfgperl into mainline
14594      Branch: perl
14595           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
14596 ____________________________________________________________________________
14597 [  6357] By: jhi                                   on 2000/07/11  18:15:16
14598         Log: Fix for
14599              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
14600              From: Roderick Schertler <roderick@argon.org> 
14601              Date: Tue, 11 Jul 2000 13:55:05 -0400 
14602              Message-Id: <200007111755.NAA05077@jones.argon.org> 
14603      Branch: cfgperl
14604            ! doio.c
14605 ____________________________________________________________________________
14606 [  6356] By: jhi                                   on 2000/07/11  18:12:51
14607         Log: Typo in #6341.
14608      Branch: cfgperl
14609            ! pp_hot.c
14610 ____________________________________________________________________________
14611 [  6355] By: gsar                                  on 2000/07/11  18:12:10
14612         Log: integrate cfgperl changes#6231..6240 into mainline
14613      Branch: perl
14614           +> pod/perlutil.pod
14615           !> (integrate 35 files)
14616 ____________________________________________________________________________
14617 [  6354] By: jhi                                   on 2000/07/11  18:04:34
14618         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
14619              From: Dominic Dunlop <domo@computer.org> 
14620              Date: Tue, 11 Jul 2000 12:27:33 +0200 
14621              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
14622              
14623              Replaces change #6268.
14624      Branch: cfgperl
14625            ! t/op/sprintf.t
14626 ____________________________________________________________________________
14627 [  6353] By: gsar                                  on 2000/07/11  17:59:51
14628         Log: skip integrate of problematic change#6230 from cfgperl into mainline
14629              (a later version of File::Spec is already in mainline)
14630      Branch: perl
14631           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
14632           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
14633 ____________________________________________________________________________
14634 [  6352] By: gsar                                  on 2000/07/11  17:57:48
14635         Log: integrate cfgperl changes#6224..6229 into mainline
14636      Branch: perl
14637           +> lib/lib.pm.PL
14638            - lib/lib.pm
14639           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
14640           !> lib/English.pm op.c t/lib/english.t
14641 ____________________________________________________________________________
14642 [  6351] By: gsar                                  on 2000/07/11  17:50:10
14643         Log: skip integrate of problematic change#6223 from cfgperl into mainline
14644      Branch: perl
14645           !> doio.c
14646 ____________________________________________________________________________
14647 [  6350] By: gsar                                  on 2000/07/11  17:48:28
14648         Log: integrate cfgperl changes#6220..6222 into mainline
14649      Branch: perl
14650           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
14651           !> toke.c utf8.c win32/win32.h
14652 ____________________________________________________________________________
14653 [  6349] By: gsar                                  on 2000/07/11  17:46:13
14654         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
14655              mainline
14656      Branch: perl
14657           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14658           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14659           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14660 ____________________________________________________________________________
14661 [  6348] By: jhi                                   on 2000/07/11  17:45:49
14662         Log: README.posix-bc podified from Thomas Dorner.
14663      Branch: cfgperl
14664            ! README.posix-bc
14665 ____________________________________________________________________________
14666 [  6347] By: gsar                                  on 2000/07/11  17:42:04
14667         Log: integrate cfgperl change#6217 into mainline
14668      Branch: perl
14669           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
14670           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
14671           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
14672 ____________________________________________________________________________
14673 [  6346] By: gsar                                  on 2000/07/11  17:39:37
14674         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
14675              mainline
14676      Branch: perl
14677           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
14678           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14679           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
14680           !> perlapi.h pod/perlapi.pod
14681 ____________________________________________________________________________
14682 [  6345] By: gsar                                  on 2000/07/11  17:36:42
14683         Log: integrate cfgperl changes#6207..6210 into mainline
14684      Branch: perl
14685           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
14686           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
14687 ____________________________________________________________________________
14688 [  6344] By: gsar                                  on 2000/07/11  17:31:20
14689         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
14690              mainline
14691      Branch: perl
14692           !> (integrate 40 files)
14693 ____________________________________________________________________________
14694 [  6343] By: gsar                                  on 2000/07/11  17:19:08
14695         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
14696      Branch: perl
14697           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
14698            ! Changes
14699           !> (integrate 34 files)
14700 ____________________________________________________________________________
14701 [  6342] By: jhi                                   on 2000/07/11  16:05:48
14702         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
14703              To: perl5-porters@perl.org
14704              From: Karsten Sperling <spiff@phreax.net>
14705              Date: Mon, 10 Jul 2000 15:12:52 +0200
14706              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
14707      Branch: cfgperl
14708            ! lib/Symbol.pm
14709 ____________________________________________________________________________
14710 [  6341] By: jhi                                   on 2000/07/11  15:59:23
14711         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
14712              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14713              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
14714              Date: Fri, 07 Jul 2000 17:57:16 +0100
14715      Branch: cfgperl
14716            ! pp_hot.c
14717 ____________________________________________________________________________
14718 [  6340] By: jhi                                   on 2000/07/11  15:55:47
14719         Log: Subject: Re: format bug report  [Patch]
14720              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14721              Date: Wed, 05 Jul 2000 13:12:52 +0200
14722              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
14723              
14724              Subject: Re: format bug report  [Patch]
14725              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14726              Date: Wed, 05 Jul 2000 14:10:01 +0200
14727              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
14728      Branch: cfgperl
14729            ! t/op/write.t toke.c
14730 ____________________________________________________________________________
14731 [  6339] By: jhi                                   on 2000/07/11  13:54:09
14732         Log: Be less forgiving about ambiguous and illegal tr ranges.
14733              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14734              From: Mark-Jason Dominus <mjd@plover.com>
14735              Date: Tue, 04 Jul 2000 10:00:12 -0400
14736              Message-ID: <20000704140012.17772.qmail@plover.com>
14737              
14738              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14739              From: Mark-Jason Dominus <mjd@plover.com>
14740              Date: Wed, 05 Jul 2000 09:37:36 -0400
14741              Message-ID: <20000705133736.27293.qmail@plover.com>
14742      Branch: cfgperl
14743            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
14744 ____________________________________________________________________________
14745 [  6338] By: jhi                                   on 2000/07/11  13:31:24
14746         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
14747              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14748              Date: Tue, 11 Jul 2000 13:50:51 +0100
14749              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
14750      Branch: cfgperl
14751            ! sv.c
14752 ____________________________________________________________________________
14753 [  6337] By: jhi                                   on 2000/07/11  13:29:14
14754         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14755              From: Hugo <hv@crypt.compulink.co.uk>
14756              Date: Tue, 11 Jul 2000 12:44:50 +0100
14757              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
14758      Branch: cfgperl
14759            ! regexec.c t/op/re_tests
14760 ____________________________________________________________________________
14761 [  6336] By: jhi                                   on 2000/07/11  13:26:47
14762         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
14763              From: simon@brecon.co.uk (Simon Cozens)
14764              Date: 7 Jul 2000 11:26:09 GMT
14765              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
14766      Branch: cfgperl
14767            ! mg.c
14768 ____________________________________________________________________________
14769 [  6335] By: jhi                                   on 2000/07/11  13:23:37
14770         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
14771              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
14772              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
14773              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
14774      Branch: cfgperl
14775            + ext/DynaLoader/hints/netbsd.pl
14776            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
14777 ____________________________________________________________________________
14778 [  6334] By: jhi                                   on 2000/07/11  13:20:38
14779         Log: Subject: PATCH perlguts.pod: Document D and d magic types
14780              From: mjd@plover.com
14781              Date: 5 Jul 2000 18:01:51 -0000
14782              Message-ID: <20000705180151.29413.qmail@plover.com>
14783      Branch: cfgperl
14784            ! pod/perlguts.pod
14785 ____________________________________________________________________________
14786 [  6333] By: jhi                                   on 2000/07/11  13:15:51
14787         Log: Precedence goof, fix based on
14788              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
14789              From: Hugo <hv@crypt.compulink.co.uk>
14790              Date: Tue, 11 Jul 2000 12:52:38 +0100
14791              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
14792      Branch: cfgperl
14793            ! t/op/taint.t
14794 ____________________________________________________________________________
14795 [  6332] By: jhi                                   on 2000/07/11  12:40:17
14796         Log: Integrate with Sarathy.
14797      Branch: cfgperl
14798           !> win32/win32sck.c
14799 ____________________________________________________________________________
14800 [  6331] By: jhi                                   on 2000/07/10  20:14:16
14801         Log: Sprinkle ldlibpath.
14802      Branch: cfgperl
14803            ! pod/Makefile.SH
14804 ____________________________________________________________________________
14805 [  6330] By: jhi                                   on 2000/07/10  17:54:49
14806         Log: More POSIX.pod tweaks.
14807      Branch: cfgperl
14808            ! ext/POSIX/POSIX.pod
14809 ____________________________________________________________________________
14810 [  6329] By: jhi                                   on 2000/07/10  14:02:12
14811         Log: Reorder perl.pod once more.
14812      Branch: cfgperl
14813            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14814 ____________________________________________________________________________
14815 [  6328] By: gsar                                  on 2000/07/10  07:06:00
14816         Log: accept() leaks memory on windows due to incorrect ordering of
14817              closesocket() and fclose() calls
14818      Branch: perl
14819            ! win32/win32sck.c
14820 ____________________________________________________________________________
14821 [  6327] By: gsar                                  on 2000/07/10  06:49:17
14822         Log: winsock options weren't being set in all threads under ithreads
14823              (caused send()s from second and subsequent threads to fail)
14824      Branch: perl
14825            ! win32/win32sck.c
14826 ____________________________________________________________________________
14827 [  6326] By: jhi                                   on 2000/07/08  02:45:40
14828         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
14829              was cast to an unsigned (32-bit) integer with wild abandon.
14830      Branch: cfgperl
14831            ! ext/Devel/DProf/DProf.xs
14832 ____________________________________________________________________________
14833 [  6325] By: jhi                                   on 2000/07/07  18:50:33
14834         Log: Remove perlbook, update perlfaq book listing,
14835              rearrange perl.pod, regenerate perltoc.
14836      Branch: cfgperl
14837            - pod/perlbook.pod
14838            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
14839            ! pod/perlfaq2.pod pod/perltoc.pod
14840 ____________________________________________________________________________
14841 [  6324] By: jhi                                   on 2000/07/07  14:03:40
14842         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
14843      Branch: cfgperl
14844            ! sv.h toke.c
14845 ____________________________________________________________________________
14846 [  6323] By: jhi                                   on 2000/07/06  16:03:55
14847         Log: Fix complaints of buildtoc.
14848      Branch: cfgperl
14849            + lib/Win32.pod
14850            - pod/Win32.pod
14851            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14852 ____________________________________________________________________________
14853 [  6322] By: jhi                                   on 2000/07/06  15:15:52
14854         Log: Add =head1 NAMEs so that buildtoc is happy.
14855              (The CGI::Util nit reported to Lincoln.)
14856      Branch: cfgperl
14857            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
14858            ! pod/perltoc.pod
14859 ____________________________________________________________________________
14860 [  6321] By: jhi                                   on 2000/07/06  03:16:04
14861         Log: Config is being used.
14862      Branch: cfgperl
14863            ! t/op/method.t
14864 ____________________________________________________________________________
14865 [  6320] By: jhi                                   on 2000/07/06  03:13:13
14866         Log: Integrate with Sarathy.
14867      Branch: cfgperl
14868           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
14869 ____________________________________________________________________________
14870 [  6319] By: jhi                                   on 2000/07/06  03:11:46
14871         Log: Autogenerate pod/Makefile and pod/buildtoc.
14872              buildtoc also checks whether the existin pods are
14873              mentioned in MANIFEST and perl.pod, and vice versa.
14874              (None of the thusly found discrepancies fixed yet.)
14875              roffitall also needs to be autogenerated similarly but it
14876              seems so badly out of date that I didn't touch it yet.
14877      Branch: cfgperl
14878            + pod/Makefile.SH pod/buildtoc.PL
14879            - pod/Makefile pod/buildtoc
14880            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
14881 ____________________________________________________________________________
14882 [  6318] By: gsar                                  on 2000/07/05  22:10:54
14883         Log: fix UNC path handling on Windows under ithreads, and chdir()
14884              return value when given a non-existent directory
14885      Branch: perl
14886            ! win32/vdir.h
14887 ____________________________________________________________________________
14888 [  6317] By: gsar                                  on 2000/07/05  22:08:19
14889         Log: winsock cleanup never done on Windows (leads to handle leaks)
14890      Branch: perl
14891            ! win32/perllib.c win32/win32sck.c
14892 ____________________________________________________________________________
14893 [  6316] By: gsar                                  on 2000/07/05  22:06:19
14894         Log: some debugger output does not go to the socket when RemotePort is set
14895      Branch: perl
14896            ! lib/perl5db.pl
14897 ____________________________________________________________________________
14898 [  6315] By: jhi                                   on 2000/07/05  00:25:21
14899         Log: Integrate with Sarathy, preliminary fix for unicos
14900              alignment problems in [ID 20000612.002] Perl problem on Cray system.
14901      Branch: cfgperl
14902            ! sv.h
14903           !> pp_hot.c
14904 ____________________________________________________________________________
14905 [  6314] By: gsar                                  on 2000/07/04  23:34:02
14906         Log: tyop in change#6306
14907      Branch: perl
14908            ! pp_hot.c
14909 ____________________________________________________________________________
14910 [  6313] By: jhi                                   on 2000/07/04  22:14:38
14911         Log: Multiline string literals ENONPORTABLE.
14912      Branch: cfgperl
14913            ! pp_hot.c
14914 ____________________________________________________________________________
14915 [  6312] By: jhi                                   on 2000/07/04  20:34:44
14916         Log: Integrate with Sarathy.
14917      Branch: cfgperl
14918           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
14919           !> t/op/method.t
14920 ____________________________________________________________________________
14921 [  6311] By: jhi                                   on 2000/07/04  20:30:56
14922         Log: More POSIX.pod embellishment.
14923      Branch: cfgperl
14924            ! ext/POSIX/POSIX.pod
14925 ____________________________________________________________________________
14926 [  6310] By: gsar                                  on 2000/07/04  17:28:48
14927         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
14928      Branch: perl
14929            ! t/lib/b.t
14930 ____________________________________________________________________________
14931 [  6309] By: jhi                                   on 2000/07/04  17:22:18
14932         Log: The #6308 required a little bit more.
14933      Branch: cfgperl
14934            ! Makefile.SH win32/Makefile
14935 ____________________________________________________________________________
14936 [  6308] By: jhi                                   on 2000/07/04  16:35:24
14937         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
14938      Branch: cfgperl
14939            + lib/lib_pm.PL
14940            - lib/lib.pm.PL
14941            ! MANIFEST Makefile.SH
14942 ____________________________________________________________________________
14943 [  6307] By: jhi                                   on 2000/07/04  16:28:58
14944         Log: Win32 patches for cfgperl from Sarathy.
14945      Branch: cfgperl
14946            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
14947            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
14948            ! thread.h toke.c util.c win32/Makefile win32/win32.c
14949 ____________________________________________________________________________
14950 [  6306] By: gsar                                  on 2000/07/04  16:28:40
14951         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
14952              (from Richard Soderberg <rs@oregonnet.com>)
14953      Branch: perl
14954            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
14955 ____________________________________________________________________________
14956 [  6305] By: jhi                                   on 2000/07/04  16:24:24
14957         Log: Integrate with Sarathy.
14958      Branch: cfgperl
14959           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
14960           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14961           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
14962           !> proto.h win32/win32.c
14963 ____________________________________________________________________________
14964 [  6304] By: gsar                                  on 2000/07/04  16:17:24
14965         Log: missing perldiag entry for unpack("w",...) diagnostic (from
14966              Andreas Koenig)
14967      Branch: perl
14968            ! pod/perldiag.pod
14969 ____________________________________________________________________________
14970 [  6303] By: gsar                                  on 2000/07/04  16:14:44
14971         Log: remove rel2abs prototypes (from Barrie Slaymaker)
14972      Branch: perl
14973            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
14974            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14975 ____________________________________________________________________________
14976 [  6302] By: gsar                                  on 2000/07/04  04:59:35
14977         Log: adjust change#6299
14978      Branch: perl
14979            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
14980            ! win32/win32.c
14981 ____________________________________________________________________________
14982 [  6301] By: jhi                                   on 2000/07/04  04:50:07
14983         Log: Integrate with Sarathy.
14984      Branch: cfgperl
14985           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
14986           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
14987           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
14988 ____________________________________________________________________________
14989 [  6300] By: gsar                                  on 2000/07/04  04:42:09
14990         Log: PERL_OBJECT build tweak
14991      Branch: perl
14992            ! perl.h
14993 ____________________________________________________________________________
14994 [  6299] By: gsar                                  on 2000/07/04  04:37:00
14995         Log: fix memory leak on Windows (PL_sys_intern contents were never
14996              freed)
14997      Branch: perl
14998            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
14999            ! perlapi.c proto.h win32/win32.c
15000 ____________________________________________________________________________
15001 [  6298] By: gsar                                  on 2000/07/04  04:15:59
15002         Log: fix large memory leak that has been around for ever, masked by
15003              -DPURIFY (most of the arenas were never freed!)
15004      Branch: perl
15005            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
15006 ____________________________________________________________________________
15007 [  6297] By: gsar                                  on 2000/07/04  04:07:46
15008         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
15009      Branch: perl
15010            ! perl.c
15011 ____________________________________________________________________________
15012 [  6296] By: jhi                                   on 2000/06/30  18:28:37
15013         Log: Elaborate POSIX.pod.  Still needs work.
15014      Branch: cfgperl
15015            ! ext/POSIX/POSIX.pod
15016 ____________________________________________________________________________
15017 [  6295] By: jhi                                   on 2000/06/30  14:58:18
15018         Log: Point to perlipc for more SysV IPC examples.
15019      Branch: cfgperl
15020            ! pod/perlfunc.pod
15021 ____________________________________________________________________________
15022 [  6294] By: gsar                                  on 2000/06/30  14:47:45
15023         Log: slurp mode fix in change#4736 still not quite right
15024      Branch: perl
15025            ! pp_hot.c t/io/argv.t
15026 ____________________________________________________________________________
15027 [  6293] By: jhi                                   on 2000/06/30  12:02:55
15028         Log: Integrate with Sarathy.
15029      Branch: cfgperl
15030           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
15031 ____________________________________________________________________________
15032 [  6292] By: jhi                                   on 2000/06/30  12:01:11
15033         Log: From: simon@brecon.co.uk (Simon Cozens)
15034              Subject: UTF8 concat
15035              Date: 30 Jun 2000 06:13:25 GMT
15036              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
15037      Branch: cfgperl
15038            ! pp_hot.c
15039 ____________________________________________________________________________
15040 [  6291] By: gsar                                  on 2000/06/30  04:37:33
15041         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
15042              when @_ is modified, causing coredumps
15043      Branch: perl
15044            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
15045 ____________________________________________________________________________
15046 [  6290] By: jhi                                   on 2000/06/30  02:21:44
15047         Log: Integrate with Sarathy.
15048      Branch: cfgperl
15049           !> vms/vms.c vms/vmsish.h
15050 ____________________________________________________________________________
15051 [  6289] By: jhi                                   on 2000/06/30  02:21:02
15052         Log: Check VERSIONs.
15053      Branch: cfgperl
15054            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15055            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15056            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15057 ____________________________________________________________________________
15058 [  6288] By: jhi                                   on 2000/06/30  02:18:52
15059         Log: Integrate with Sarathy.
15060      Branch: cfgperl
15061           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
15062           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15063           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15064           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
15065 ____________________________________________________________________________
15066 [  6287] By: gsar                                  on 2000/06/30  02:17:08
15067         Log: integrate vmsperl changes into mainline
15068      Branch: perl
15069           !> vms/vms.c vms/vmsish.h
15070 ____________________________________________________________________________
15071 [  6285] By: gsar                                  on 2000/06/30  02:05:28
15072         Log: localize %INC in a Safe compartment so that use/require work
15073              (many other magic globals probably need similar treatment)
15074      Branch: perl
15075            ! ext/Opcode/Opcode.xs
15076 ____________________________________________________________________________
15077 [  6284] By: gsar                                  on 2000/06/30  01:54:54
15078         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
15079              about Windows
15080      Branch: perl
15081            ! pod/perlembed.pod
15082 ____________________________________________________________________________
15083 [  6283] By: jhi                                   on 2000/06/30  01:50:10
15084         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
15085              From: Barrie Slaymaker <barries@jester.slaysys.com>
15086              Date: Wed, 28 Jun 2000 11:35:29 -0400
15087              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
15088      Branch: perl
15089            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15090            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15091            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15092            ! lib/File/Spec/Win32.pm
15093 ____________________________________________________________________________
15094 [  6282] By: jhi                                   on 2000/06/29  22:57:22
15095         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
15096              From: Dan Sugalski <dan@sidhe.org>
15097              Date: Tue, 06 Jun 2000 11:59:50 -0400
15098              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
15099      Branch: cfgperl
15100            ! vms/vms.c
15101 ____________________________________________________________________________
15102 [  6281] By: jhi                                   on 2000/06/29  22:52:50
15103         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
15104              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15105              Date: Wed, 7 Jun 2000 04:02:04 -0500
15106              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
15107      Branch: cfgperl
15108            ! utils/h2xs.PL
15109 ____________________________________________________________________________
15110 [  6280] By: jhi                                   on 2000/06/29  22:45:47
15111         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
15112              From: rspier@pobox.com (Robert Spier)
15113              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
15114              Message-ID: <14654.31913.845602.610277@rls.cx>
15115      Branch: cfgperl
15116            ! utils/h2xs.PL
15117 ____________________________________________________________________________
15118 [  6279] By: jhi                                   on 2000/06/29  22:38:16
15119         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
15120              From: Tim Ayers <tayers@bridge.com>
15121              Date: Thu, 08 Jun 2000 08:11:06 +0200
15122              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
15123              [resent by Richard Foley, Message-Id probably wrong]
15124      Branch: cfgperl
15125            ! pod/perlsub.pod
15126 ____________________________________________________________________________
15127 [  6278] By: jhi                                   on 2000/06/29  22:21:45
15128         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
15129              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
15130              Date: Fri, 09 Jun 2000 12:39:27 -0400
15131              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
15132              (plus update the version "number" of Text::Wrap)
15133      Branch: cfgperl
15134            ! lib/Text/Wrap.pm
15135 ____________________________________________________________________________
15136 [  6277] By: jhi                                   on 2000/06/29  22:13:10
15137         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
15138              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15139              Date: Mon, 12 Jun 2000 14:55:59 +0100
15140              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
15141      Branch: cfgperl
15142            ! pod/perlfunc.pod
15143 ____________________________________________________________________________
15144 [  6276] By: jhi                                   on 2000/06/29  22:11:06
15145         Log: Subject: [PATCH] Re: eval documentation: context
15146              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15147              Date: Mon, 12 Jun 2000 15:07:29 +0100
15148              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
15149      Branch: cfgperl
15150            ! pod/perlfunc.pod
15151 ____________________________________________________________________________
15152 [  6275] By: jhi                                   on 2000/06/29  21:59:46
15153         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
15154              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15155              Date: Tue, 13 Jun 2000 02:43:48 -0500
15156              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
15157      Branch: cfgperl
15158            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
15159 ____________________________________________________________________________
15160 [  6274] By: jhi                                   on 2000/06/29  21:56:14
15161         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
15162              From: Andy Dougherty <doughera@lafayette.edu>
15163              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
15164              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
15165      Branch: cfgperl
15166            ! ext/File/Glob/Glob.pm
15167 ____________________________________________________________________________
15168 [  6273] By: jhi                                   on 2000/06/29  21:49:09
15169         Log: Subject: [PATCH] xsub attributes
15170              From: Doug MacEachern <dougm@covalent.net>
15171              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
15172              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
15173      Branch: cfgperl
15174            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
15175            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
15176 ____________________________________________________________________________
15177 [  6272] By: jhi                                   on 2000/06/29  21:41:28
15178         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
15179              From: Tom Phoenix <rootbeer@redcat.com>
15180              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
15181              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
15182      Branch: cfgperl
15183            ! lib/Net/Ping.pm
15184 ____________________________________________________________________________
15185 [  6271] By: jhi                                   on 2000/06/29  21:36:55
15186         Log: Subject: PATCH pod/perltie.pod
15187              From: Ian Phillipps <Ian.Phillipps@iname.com>
15188              Date: Fri, 16 Jun 2000 00:17:19 +0100
15189              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
15190              (only the first hunk, the second hunk had already been done
15191              by some other patch)
15192      Branch: cfgperl
15193            ! pod/perltie.pod
15194 ____________________________________________________________________________
15195 [  6270] By: jhi                                   on 2000/06/29  21:24:51
15196         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
15197              From: Nicholas Clark <nick@talking.bollo.cx>
15198              Date: Fri, 23 Jun 2000 16:21:15 +0100
15199              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
15200      Branch: cfgperl
15201            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
15202            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
15203 ____________________________________________________________________________
15204 [  6269] By: jhi                                   on 2000/06/29  19:38:15
15205         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
15206              silence few compiler warnings.
15207      Branch: cfgperl
15208            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
15209 ____________________________________________________________________________
15210 [  6268] By: jhi                                   on 2000/06/29  18:21:50
15211         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
15212              From: Dominic Dunlop <domo@computer.org> 
15213              Date: Thu, 29 Jun 2000 12:32:39 +0200 
15214              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
15215      Branch: cfgperl
15216            ! t/op/sprintf.t
15217 ____________________________________________________________________________
15218 [  6267] By: jhi                                   on 2000/06/29  18:16:07
15219         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
15220              From: Doug MacEachern <dougm@covalent.net>
15221              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
15222              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
15223      Branch: cfgperl
15224            + t/op/method2entersub.t
15225            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
15226            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15227            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
15228            ! xsutils.c
15229 ____________________________________________________________________________
15230 [  6266] By: jhi                                   on 2000/06/29  15:11:15
15231         Log: Subject: [PATCH 5.6.0] cygwin port
15232              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
15233              From: "Fifer, Eric" <EFifer@sanwaint.com>
15234              Date: Thu, 29 Jun 2000 12:58:29 +0100
15235      Branch: cfgperl
15236            ! cygwin/Makefile.SHs
15237 ____________________________________________________________________________
15238 [  6265] By: jhi                                   on 2000/06/29  15:04:05
15239         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
15240              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15241              Date: Wed, 28 Jun 2000 17:50:12 -0700
15242              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
15243      Branch: cfgperl
15244            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15245 ____________________________________________________________________________
15246 [  6264] By: jhi                                   on 2000/06/29  15:00:57
15247         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
15248              From: Marty Lucich <marty@netcom.com>
15249              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
15250              Message-Id: <200006282116.OAA11148@netcom.com>
15251              ccdlflags update (the BSD/OS 4.1 part had already been taken
15252              care of by #6141).
15253      Branch: cfgperl
15254            ! hints/bsdos.sh
15255 ____________________________________________________________________________
15256 [  6263] By: jhi                                   on 2000/06/29  13:47:44
15257         Log: tr fixes from Simon Cozens
15258      Branch: cfgperl
15259            ! doop.c
15260 ____________________________________________________________________________
15261 [  6262] By: jhi                                   on 2000/06/28  18:46:01
15262         Log: Subject: 5.6.0 Patch for EPOC
15263              From: Olaf Flebbe <o.flebbe@gmx.de>
15264              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
15265              Message-ID: <23449.960929969@www11.gmx.net>
15266      Branch: cfgperl
15267            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
15268            ! epoc/epocish.h
15269 ____________________________________________________________________________
15270 [  6261] By: jhi                                   on 2000/06/28  18:29:07
15271         Log: Subject: Re: [PATCH cfgperl] BOMs away!
15272              From: simon@brecon.co.uk (Simon Cozens)
15273              Date: 17 Jun 2000 11:49:57 GMT
15274              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
15275      Branch: cfgperl
15276            ! pod/perldiag.pod t/comp/require.t toke.c
15277 ____________________________________________________________________________
15278 [  6260] By: jhi                                   on 2000/06/28  17:47:16
15279         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
15280              From: simon@brecon.co.uk (Simon Cozens) 
15281              Date: 17 Jun 2000 11:56:44 GMT 
15282              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
15283              pack U0, pack C0
15284      Branch: cfgperl
15285            ! pod/perlfunc.pod pp.c t/op/pack.t
15286 ____________________________________________________________________________
15287 [  6259] By: jhi                                   on 2000/06/28  16:43:17
15288         Log: perlnewmod was missing from MANIFEST.
15289      Branch: cfgperl
15290            ! MANIFEST
15291 ____________________________________________________________________________
15292 [  6258] By: jhi                                   on 2000/06/28  15:54:30
15293         Log: linenumber tweak
15294      Branch: cfgperl
15295            ! t/pragma/warn/regcomp
15296 ____________________________________________________________________________
15297 [  6257] By: jhi                                   on 2000/06/28  15:50:44
15298         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
15299              From: Doug MacEachern <dougm@covalent.net>
15300              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
15301              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
15302              (one part of the patch had been applied earlier)
15303      Branch: cfgperl
15304            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
15305 ____________________________________________________________________________
15306 [  6256] By: jhi                                   on 2000/06/28  15:40:22
15307         Log: tweaks from Simon Cozens to further fix tr/// under utf8
15308      Branch: cfgperl
15309            ! doop.c
15310 ____________________________________________________________________________
15311 [  6255] By: jhi                                   on 2000/06/28  15:33:45
15312         Log: small thinko tweaks
15313      Branch: cfgperl
15314            ! lib/IPC/Open3.pm t/op/my_stash.t
15315 ____________________________________________________________________________
15316 [  6254] By: jhi                                   on 2000/06/28  15:33:25
15317         Log: Subject: tr///, help wanted.
15318              From: simon@brecon.co.uk (Simon Cozens)
15319              Date: 28 Jun 2000 11:29:04 GMT
15320              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
15321      Branch: cfgperl
15322            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
15323            ! pp_proto.h proto.h t/op/tr.t
15324 ____________________________________________________________________________
15325 [  6253] By: jhi                                   on 2000/06/28  15:09:17
15326         Log: Paranoia tweak on #6249.
15327              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15328              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15329              Date: Sun, 25 Jun 2000 23:43:12 -0400
15330              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
15331      Branch: cfgperl
15332            ! lib/IPC/Open3.pm
15333 ____________________________________________________________________________
15334 [  6252] By: jhi                                   on 2000/06/28  15:01:38
15335         Log: Document #6249 and #6251.
15336      Branch: cfgperl
15337            ! lib/Exporter.pm lib/IPC/Open3.pm
15338 ____________________________________________________________________________
15339 [  6251] By: jhi                                   on 2000/06/28  14:50:43
15340         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
15341              From: Doug MacEachern <dougm@covalent.net>
15342              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
15343              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
15344      Branch: cfgperl
15345            ! lib/Exporter.pm
15346 ____________________________________________________________________________
15347 [  6250] By: jhi                                   on 2000/06/28  14:45:23
15348         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
15349              From: Doug MacEachern <dougm@covalent.net>
15350              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
15351              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
15352      Branch: cfgperl
15353            + t/op/my_stash.t
15354            ! MANIFEST embed.pl global.sym proto.h toke.c
15355 ____________________________________________________________________________
15356 [  6249] By: jhi                                   on 2000/06/28  14:36:34
15357         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
15358              From: Frank Tobin <ftobin@uiuc.edu>
15359              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
15360              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
15361      Branch: cfgperl
15362            ! lib/IPC/Open3.pm
15363 ____________________________________________________________________________
15364 [  6248] By: jhi                                   on 2000/06/28  14:11:25
15365         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
15366              From: Mark-Jason Dominus <mjd@plover.com>
15367              Date: Tue, 27 Jun 2000 22:36:42 -0400
15368              Message-ID: <20000628023642.12166.qmail@plover.com>
15369      Branch: cfgperl
15370            ! pod/perlfunc.pod
15371 ____________________________________________________________________________
15372 [  6247] By: jhi                                   on 2000/06/27  12:46:37
15373         Log: Tweak $VERSION, patch from Doug MacEachern.
15374      Branch: cfgperl
15375            ! lib/File/Spec.pm
15376 ____________________________________________________________________________
15377 [  6246] By: jhi                                   on 2000/06/27  03:34:46
15378         Log: Allow for standalone testing.
15379      Branch: cfgperl
15380            ! t/lib/filefunc.t t/lib/filespec.t
15381 ____________________________________________________________________________
15382 [  6245] By: jhi                                   on 2000/06/27  02:50:02
15383         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
15384              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15385              Date: Sat, 24 Jun 2000 13:06:20 +0100
15386              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
15387      Branch: cfgperl
15388            ! ext/DynaLoader/DynaLoader_pm.PL
15389 ____________________________________________________________________________
15390 [  6244] By: jhi                                   on 2000/06/27  02:46:10
15391         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
15392              From: Doug MacEachern <dougm@covalent.net>
15393              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
15394              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
15395      Branch: cfgperl
15396            ! gv.c sv.c t/lib/peek.t
15397 ____________________________________________________________________________
15398 [  6243] By: jhi                                   on 2000/06/27  02:38:07
15399         Log: Subject: [PATCH] is_utf8_string
15400              From: simon@brecon.co.uk (Simon Cozens)
15401              Date: 26 Jun 2000 02:25:59 GMT
15402              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
15403      Branch: cfgperl
15404            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
15405            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
15406            ! proto.h utf8.c
15407 ____________________________________________________________________________
15408 [  6242] By: jhi                                   on 2000/06/27  02:24:00
15409         Log: Subject: [PATCH] bytes<->utf8 fixes
15410              From: simon@brecon.co.uk (Simon Cozens)
15411              Date: 26 Jun 2000 04:55:45 GMT
15412              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
15413      Branch: cfgperl
15414            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
15415 ____________________________________________________________________________
15416 [  6241] By: jhi                                   on 2000/06/27  02:12:42
15417         Log: Do no -warn on \_, only on \alpha.
15418              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
15419              From: David Dyck <dcd@tc.fluke.com>
15420              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
15421              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
15422      Branch: cfgperl
15423            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
15424 ____________________________________________________________________________
15425 [  6240] By: jhi                                   on 2000/06/27  02:00:01
15426         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
15427              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15428              Date: Mon, 26 Jun 2000 18:40:14 +0100
15429              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
15430      Branch: cfgperl
15431            ! utils/h2xs.PL
15432 ____________________________________________________________________________
15433 [  6239] By: jhi                                   on 2000/06/27  01:53:40
15434         Log: Configure maintenance.  Sever some dependency cycles,
15435              separate gccversion from the cc unit,
15436              address [ID 20000623.006] Configure script patch for using gcc on AIX
15437              (but solve it a little bit differently),
15438              unduplex some accidentally duplicated units,
15439              suggest using gcc if no cc available
15440              (p5p thread: "Solaris configure: counterproposal", 1999-09)
15441      Branch: cfgperl
15442            ! Configure Todo-5.6 config_h.SH
15443      Branch: metaconfig
15444            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
15445            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
15446      Branch: metaconfig/U/perl
15447            + gccvers.U
15448            ! d_getespwnam.U d_getprpwnam.U i_prot.U
15449 ____________________________________________________________________________
15450 [  6238] By: jhi                                   on 2000/06/25  18:04:56
15451         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
15452              From: Dan Sugalski <dan@sidhe.org>
15453              Date: Fri, 23 Jun 2000 17:00:00 -0400
15454              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
15455      Branch: cfgperl
15456            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
15457 ____________________________________________________________________________
15458 [  6237] By: jhi                                   on 2000/06/25  16:36:45
15459         Log: Tweak embed.pl, regen headers.
15460      Branch: cfgperl
15461            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
15462            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
15463            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
15464            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
15465            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
15466 ____________________________________________________________________________
15467 [  6236] By: jhi                                   on 2000/06/25  15:26:42
15468         Log: Regen headers.
15469      Branch: cfgperl
15470            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15471            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
15472            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
15473            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
15474            ! regnodes.h warnings.h
15475 ____________________________________________________________________________
15476 [  6235] By: jhi                                   on 2000/06/23  19:39:35
15477         Log: The thread begun by
15478              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
15479              From: Kevin.Ruscoe@ubsw.com
15480              Date: Fri, 16 Jun 2000 16:38:51 +0100
15481              Message-Id: <H000019b03c300d6@MHS>
15482      Branch: cfgperl
15483            ! hints/solaris_2.sh
15484 ____________________________________________________________________________
15485 [  6234] By: jhi                                   on 2000/06/23  19:23:36
15486         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
15487              because when run as services (Win32ese for daemons)
15488              no environment variables are set and tmpdir ends up as /tmp,
15489              which is ambiguous.
15490              
15491              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
15492              From: matt@sergeant.org
15493              Date: 16 Jun 2000 16:30:43 -0000
15494              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
15495      Branch: cfgperl
15496            ! lib/File/Spec/Win32.pm
15497 ____________________________________________________________________________
15498 [  6233] By: jhi                                   on 2000/06/23  19:18:58
15499         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
15500              From: Mark-Jason Dominus <mjd@plover.com>
15501              Date: Fri, 16 Jun 2000 20:53:04 -0400
15502              Message-ID: <20000617005304.8008.qmail@plover.com>
15503      Branch: cfgperl
15504            ! op.h
15505 ____________________________________________________________________________
15506 [  6232] By: jhi                                   on 2000/06/23  16:10:02
15507         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
15508              From: simon@brecon.co.uk (Simon Cozens)
15509              Date: 19 Jun 2000 15:18:27 GMT
15510              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
15511              
15512              plus update pod/Makefile and regenerate perltoc
15513      Branch: cfgperl
15514            + pod/perlutil.pod
15515            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
15516 ____________________________________________________________________________
15517 [  6231] By: jhi                                   on 2000/06/23  15:19:18
15518         Log: Subject: [PATCH 5.6.0] cygwin port
15519              From: "Fifer, Eric" <EFifer@sanwaint.com>
15520              Date: Tue, 20 Jun 2000 14:30:58 +0100
15521              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
15522      Branch: cfgperl
15523            ! README.cygwin lib/File/Find.pm
15524 ____________________________________________________________________________
15525 [  6230] By: jhi                                   on 2000/06/23  14:25:21
15526         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
15527      Branch: cfgperl
15528            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15529            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15530            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15531            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
15532 ____________________________________________________________________________
15533 [  6229] By: jhi                                   on 2000/06/23  14:13:34
15534         Log: Subject: README.hpux version 0.6.1
15535              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
15536              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15537              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
15538      Branch: cfgperl
15539            ! README.hpux
15540 ____________________________________________________________________________
15541 [  6228] By: jhi                                   on 2000/06/23  14:07:20
15542         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
15543              From: Doug MacEachern <dougm@covalent.net>
15544              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
15545              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
15546      Branch: cfgperl
15547            ! op.c
15548 ____________________________________________________________________________
15549 [  6227] By: jhi                                   on 2000/06/23  14:01:06
15550         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
15551              From: Doug MacEachern <dougm@covalent.net>
15552              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
15553              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
15554      Branch: cfgperl
15555            + lib/lib.pm.PL
15556            - lib/lib.pm
15557            ! MANIFEST Makefile.SH
15558 ____________________________________________________________________________
15559 [  6226] By: jhi                                   on 2000/06/23  13:53:07
15560         Log: Subject: [PATCH] remove forward declarations in Socket.pm
15561              From: Doug MacEachern <dougm@covalent.net>
15562              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
15563              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
15564              
15565              From: Doug MacEachern <dougm@covalent.net>
15566              Subject: Re: [PATCH] remove forward declarations in Socket.pm
15567              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
15568              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
15569      Branch: cfgperl
15570            ! ext/Socket/Socket.pm op.c
15571 ____________________________________________________________________________
15572 [  6225] By: jhi                                   on 2000/06/23  13:41:52
15573         Log: Add source code filenames to apidoc.
15574              From: simon@brecon.co.uk (Simon Cozens)
15575              Subject: [PATCH embed.pl] Source X-ref
15576              Date: 22 Jun 2000 02:18:49 GMT
15577              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
15578      Branch: cfgperl
15579            ! embed.pl
15580 ____________________________________________________________________________
15581 [  6224] By: jhi                                   on 2000/06/23  13:32:33
15582         Log: A way to avoid English.pm performance hit.
15583              From: root <root@jester.slaysys.com>
15584              Subject: [YAPATCH English.pm] My turn to putt again
15585              Date: Thu, 22 Jun 2000 20:33:58 -0400
15586              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
15587      Branch: cfgperl
15588            ! lib/English.pm t/lib/english.t
15589 ____________________________________________________________________________
15590 [  6223] By: jhi                                   on 2000/06/23  13:27:06
15591         Log: Avoid double close().
15592              Subject: [PATCH] avoid double close()
15593              From: Doug MacEachern <dougm@covalent.net>
15594              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
15595              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
15596      Branch: cfgperl
15597            ! doio.c
15598 ____________________________________________________________________________
15599 [  6222] By: jhi                                   on 2000/06/23  13:25:54
15600         Log: doc typo fix
15601              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15602              From: Ian Phillipps <Ian.Phillipps@iname.com>
15603              Date: Fri, 23 Jun 2000 10:40:58 +0100
15604              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15605      Branch: cfgperl
15606            ! lib/Pod/Usage.pm
15607 ____________________________________________________________________________
15608 [  6221] By: jhi                                   on 2000/06/23  13:24:15
15609         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
15610              From: simon@brecon.co.uk (Simon Cozens)
15611              Subject: [PATCH] Eliminate tr///[CU][CU]
15612              Date: 23 Jun 2000 11:05:40 GMT
15613              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
15614      Branch: cfgperl
15615            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
15616 ____________________________________________________________________________
15617 [  6220] By: jhi                                   on 2000/06/22  16:07:51
15618         Log: Win32 patches from Benjamin Stuhl.
15619      Branch: cfgperl
15620            ! makedef.pl win32/win32.h
15621 ____________________________________________________________________________
15622 [  6219] By: jhi                                   on 2000/06/22  16:06:34
15623         Log: Bytecode patches from Benjamin Stuhl.
15624      Branch: cfgperl
15625            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15626            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15627            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15628 ____________________________________________________________________________
15629 [  6218] By: jhi                                   on 2000/06/15  23:54:16
15630         Log: Bytecode patches from Benjamin Stuhl.
15631      Branch: cfgperl
15632            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15633 ____________________________________________________________________________
15634 [  6217] By: jhi                                   on 2000/06/09  13:38:29
15635         Log: Rename the fdpid locking and integrate with Sarathy.
15636      Branch: cfgperl
15637            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
15638            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
15639            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
15640            ! win32/win32.c
15641           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
15642 ____________________________________________________________________________
15643 [  6216] By: gsar                                  on 2000/06/08  14:54:21
15644         Log: be more optimal about clearing @_
15645      Branch: perl
15646            ! cop.h
15647 ____________________________________________________________________________
15648 [  6215] By: gsar                                  on 2000/06/08  14:33:04
15649         Log: tweak comment about @DB::args
15650      Branch: perl
15651            ! av.h pp_ctl.c
15652 ____________________________________________________________________________
15653 [  6214] By: gsar                                  on 2000/06/08  13:57:54
15654         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
15655              caller() wants to populate @DB::args with it (causes a coredump
15656              in Carp::confess())
15657      Branch: perl
15658            ! cop.h t/op/runlevel.t
15659 ____________________________________________________________________________
15660 [  6213] By: gsar                                  on 2000/06/08  07:06:35
15661         Log: back out change#6106 (seems problematic)
15662      Branch: perl
15663            ! hints/solaris_2.sh
15664 ____________________________________________________________________________
15665 [  6212] By: jhi                                   on 2000/06/07  03:10:36
15666         Log: Continuing mopup for #6204.
15667      Branch: cfgperl
15668            ! ext/B/defsubs_h.PL
15669 ____________________________________________________________________________
15670 [  6211] By: jhi                                   on 2000/06/07  02:41:50
15671         Log: Mopup for #6204.
15672              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
15673              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
15674              This is comes from const() where POK isn't on when expected.
15675      Branch: cfgperl
15676            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
15677            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15678            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15679            ! perlapi.h pod/perlapi.pod
15680 ____________________________________________________________________________
15681 [  6210] By: jhi                                   on 2000/06/07  01:56:29
15682         Log: Mopup for #6207 and #6209.
15683      Branch: cfgperl
15684            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
15685 ____________________________________________________________________________
15686 [  6209] By: jhi                                   on 2000/06/07  01:33:12
15687         Log: Lock PL_fdpid against race conditions, based on:
15688              Subject: [PATCH 5.6.0]subprocess fixup for threads
15689              From: Dan Sugalski <dan@sidhe.org>
15690              To: perl5-porters@perl.org
15691              Date: Tue, 11 Apr 2000 17:02:32 -0400
15692              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15693      Branch: cfgperl
15694            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
15695            ! win32/win32.c
15696 ____________________________________________________________________________
15697 [  6208] By: jhi                                   on 2000/06/07  01:05:23
15698         Log: Regen headers for #6207.
15699      Branch: cfgperl
15700            ! embed.h global.sym objXSUB.h proto.h
15701 ____________________________________________________________________________
15702 [  6207] By: jhi                                   on 2000/06/06  23:43:13
15703         Log: Subject: [PATCH 5.6.0] Threadsafe patches
15704              From: Dan Sugalski <dan@sidhe.org>
15705              To: perl5-porters@perl.org
15706              Date: Mon, 08 May 2000 18:08:13 -0400
15707              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15708      Branch: cfgperl
15709            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
15710            ! proto.h sv.h util.c
15711 ____________________________________________________________________________
15712 [  6206] By: jhi                                   on 2000/06/06  23:21:23
15713         Log: Subject: [PATCH] Eliminate $a/$b in pod
15714              From: David Glasser <me@davidglasser.net>
15715              To: perl5-porters@perl.org
15716              Date: Mon, 29 May 2000 21:15:59 -0400
15717              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
15718      Branch: cfgperl
15719            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
15720            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
15721            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
15722            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
15723            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
15724            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
15725            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
15726            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
15727            ! pod/perlvar.pod pod/perlxs.pod
15728 ____________________________________________________________________________
15729 [  6205] By: jhi                                   on 2000/06/06  23:12:14
15730         Log: Subject: [PATCH] Win32 improvements
15731              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15732              To: gsar@activestate.com, perl5-porters@perl.org
15733              Date: Mon, 29 May 2000 17:22:24 PDT
15734              Message-ID: <20000530002224.91142.qmail@hotmail.com>
15735              (MUA had mangled many lines by wordwrapping)
15736      Branch: cfgperl
15737            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
15738 ____________________________________________________________________________
15739 [  6204] By: jhi                                   on 2000/06/06  23:01:50
15740         Log: Subject: [PATCH] B::Bytecode patches
15741              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15742              To: gsar@activestate.com, jhi@iki.fi
15743              Cc: perl5-porters@perl.org
15744              Message-ID: <20000602202526.48694.qmail@hotmail.com>
15745              (MUA had mangled many lines by wordwrapping)
15746      Branch: cfgperl
15747            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
15748            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
15749            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15750            ! intrpvar.h perl.c
15751 ____________________________________________________________________________
15752 [  6203] By: jhi                                   on 2000/06/06  22:32:43
15753         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
15754              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15755              Date: Tue, 06 Jun 2000 13:07:45 -0700
15756              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
15757      Branch: cfgperl
15758            ! pod/perldiag.pod
15759 ____________________________________________________________________________
15760 [  6202] By: jhi                                   on 2000/06/06  19:38:35
15761         Log: Integrate with Sarathy.
15762      Branch: cfgperl
15763           !> perl.c
15764 ____________________________________________________________________________
15765 [  6201] By: gsar                                  on 2000/06/06  00:42:59
15766         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
15767              does a PUSHMARK that's never ever POPMARKed; in general, only
15768              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15769              Perl_eval_[sp]v() don't because they don't take any incoming
15770              arguments (this leak has been around since the original version
15771              of perl_eval_pv() in 5.003_97e)
15772      Branch: perl
15773            ! perl.c
15774 ____________________________________________________________________________
15775 [  6200] By: jhi                                   on 2000/06/04  03:44:52
15776         Log: Update to cperl-mode.el 4.31 from
15777              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15778              Subject: A couple of notes
15779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15780              To: Mailing list Perl5 <perl5-porters@perl.org>
15781              Date: Sat, 3 Jun 2000 23:33:32 -0400
15782              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15783      Branch: cfgperl
15784            ! emacs/cperl-mode.el
15785 ____________________________________________________________________________
15786 [  6199] By: jhi                                   on 2000/06/03  15:11:05
15787         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15788              From: Dan Sugalski <dan@sidhe.org>
15789              To: perl5-porters@perl.org, vmsperl@perl.org
15790              Date: Fri, 02 Jun 2000 17:30:51 -0400
15791              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15792      Branch: cfgperl
15793            ! vms/descrip_mms.template vms/gen_shrfls.pl
15794 ____________________________________________________________________________
15795 [  6198] By: jhi                                   on 2000/06/03  14:59:15
15796         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15797              From: Dan Sugalski <dan@sidhe.org>
15798              To: vmsperl@perl.org, perl5-porters@perl.org
15799              Date: Fri, 02 Jun 2000 16:00:41 -0400
15800              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15801              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15802      Branch: cfgperl
15803            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
15804            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
15805            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
15806 ____________________________________________________________________________
15807 [  6197] By: jhi                                   on 2000/06/03  14:41:30
15808         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15809              From: John Borwick <jhborwic@unity.ncsu.edu>
15810              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15811              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15812      Branch: cfgperl
15813            ! pod/perlsyn.pod
15814 ____________________________________________________________________________
15815 [  6196] By: jhi                                   on 2000/06/03  14:38:09
15816         Log: Integrate with Sarathy.
15817      Branch: cfgperl
15818           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15819           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15820           !> vms/perly_c.vms
15821 ____________________________________________________________________________
15822 [  6195] By: gsar                                  on 2000/06/02  22:43:13
15823         Log: fix yet another eval"" leak under USE_ITHREADS
15824      Branch: perl
15825            ! op.c
15826 ____________________________________________________________________________
15827 [  6194] By: gsar                                  on 2000/06/02  18:22:06
15828         Log: fix small eval"" memory leaks under USE_ITHREADS
15829      Branch: perl
15830            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15831            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15832            ! vms/perly_c.vms
15833 ____________________________________________________________________________
15834 [  6193] By: jhi                                   on 2000/06/01  13:03:56
15835         Log: Signals-be-gone for microperl.
15836      Branch: cfgperl
15837            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
15838 ____________________________________________________________________________
15839 [  6192] By: jhi                                   on 2000/06/01  12:52:02
15840         Log: Integrate with Sarathy.
15841      Branch: cfgperl
15842           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15843           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
15844           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
15845           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15846           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
15847           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
15848           !> t/op/vec.t utils/h2xs.PL
15849 ____________________________________________________________________________
15850 [  6191] By: gsar                                  on 2000/06/01  09:38:21
15851         Log: vec() loses numericalness (modified version of patch suggested
15852              by Robin Barker)
15853      Branch: perl
15854            ! doop.c t/op/vec.t
15855 ____________________________________________________________________________
15856 [  6190] By: gsar                                  on 2000/06/01  09:26:15
15857         Log: submit missing embed.pl change
15858      Branch: perl
15859            ! embed.pl
15860 ____________________________________________________________________________
15861 [  6189] By: gsar                                  on 2000/06/01  09:05:34
15862         Log: counting tr/// corrupts later operation (from M.J.T Guy)
15863      Branch: perl
15864            ! doop.c t/op/tr.t
15865 ____________________________________________________________________________
15866 [  6188] By: gsar                                  on 2000/06/01  08:58:39
15867         Log: h2xs tweaks
15868      Branch: perl
15869            ! utils/h2xs.PL
15870 ____________________________________________________________________________
15871 [  6187] By: gsar                                  on 2000/06/01  08:50:07
15872         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15873              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15874      Branch: perl
15875            + lib/Pod/LaTeX.pm
15876            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
15877            ! pod/pod2latex.PL
15878 ____________________________________________________________________________
15879 [  6186] By: gsar                                  on 2000/06/01  08:24:40
15880         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
15881              <wolfgang.laun@alcatel.at>)
15882      Branch: perl
15883            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15884            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
15885 ____________________________________________________________________________
15886 [  6185] By: gsar                                  on 2000/06/01  08:12:00
15887         Log: remove incorrect documentation about implicit split to @_ in
15888              list context, which never really worked in perl 5 (from
15889              M.J.T. Guy)
15890      Branch: perl
15891            ! pod/perlfunc.pod pod/perltrap.pod
15892 ____________________________________________________________________________
15893 [  6184] By: gsar                                  on 2000/06/01  07:52:27
15894         Log: tweak for change#6127
15895      Branch: perl
15896            ! perl.c
15897 ____________________________________________________________________________
15898 [  6183] By: gsar                                  on 2000/06/01  07:41:02
15899         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15900              <nick@ccl4.org>)
15901      Branch: perl
15902            + t/lib/selfloader.t
15903            ! MANIFEST lib/SelfLoader.pm
15904 ____________________________________________________________________________
15905 [  6182] By: jhi                                   on 2000/06/01  00:34:42
15906         Log: Be Cleaner Part Deux.
15907      Branch: cfgperl
15908            ! Makefile.SH
15909 ____________________________________________________________________________
15910 [  6181] By: jhi                                   on 2000/06/01  00:32:09
15911         Log: Integrate with Sarathy.
15912      Branch: cfgperl
15913           !> pp.c t/op/arith.t
15914 ____________________________________________________________________________
15915 [  6180] By: jhi                                   on 2000/06/01  00:31:13
15916         Log: microperl nits from Simon Cozens.
15917      Branch: cfgperl
15918            + uconfig.h
15919            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
15920            ! unixish.h
15921 ____________________________________________________________________________
15922 [  6179] By: gsar                                  on 2000/05/31  22:37:51
15923         Log: buggy modulus on UVs introduced by change#3378 (resulted in
15924              4063328477 % 65535 amounting to 27406, instead of 27407)
15925      Branch: perl
15926            ! pp.c t/op/arith.t
15927 ____________________________________________________________________________
15928 [  6178] By: jhi                                   on 2000/05/31  21:52:41
15929         Log: Be cleaner.
15930      Branch: cfgperl
15931            ! Makefile.SH
15932 ____________________________________________________________________________
15933 [  6177] By: jhi                                   on 2000/05/31  21:47:33
15934         Log: Substitution utf8 patch from Simon Cozens.
15935      Branch: cfgperl
15936            ! pp_hot.c
15937 ____________________________________________________________________________
15938 [  6176] By: jhi                                   on 2000/05/31  21:45:34
15939         Log: Single-quoted utf8 patch from Simon Cozens.
15940      Branch: cfgperl
15941            ! toke.c
15942 ____________________________________________________________________________
15943 [  6175] By: jhi                                   on 2000/05/31  21:40:18
15944         Log: Integrate with Sarathy.
15945      Branch: cfgperl
15946           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
15947 ____________________________________________________________________________
15948 [  6174] By: jhi                                   on 2000/05/31  21:37:31
15949         Log: microperl changes from Simon Cozens; Makefile for microperl
15950              written from scratch; few casts added as microperl compilation
15951              doesn't have all prototypes available.
15952      Branch: cfgperl
15953            + Makefile.micro README.micro Todo.micro uconfig.sh
15954            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
15955            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
15956      Branch: metaconfig
15957            + U/modified/Config_h.U
15958 ____________________________________________________________________________
15959 [  6173] By: jhi                                   on 2000/05/31  20:00:24
15960         Log: metaconfig maintenance.
15961      Branch: metaconfig
15962            + U/modified/Inhdr.U U/typedefs/inotype.U
15963      Branch: metaconfig/U/perl
15964            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
15965            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
15966 ____________________________________________________________________________
15967 [  6172] By: gsar                                  on 2000/05/31  05:05:42
15968         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15969              (from Ilya Zakharevich)
15970      Branch: perl
15971            ! regexec.c t/op/re_tests
15972 ____________________________________________________________________________
15973 [  6171] By: gsar                                  on 2000/05/31  05:01:47
15974         Log: scalar() doesn't force scalar context when used in void context
15975              (from Simon Cozens)
15976      Branch: perl
15977            ! op.c t/op/wantarray.t
15978 ____________________________________________________________________________
15979 [  6170] By: gsar                                  on 2000/05/31  04:41:33
15980         Log: change#6142 needs tweaks to tests to work where there's no symlink()
15981              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15982      Branch: perl
15983            ! t/lib/filefind.t
15984 ____________________________________________________________________________
15985 [  6169] By: gsar                                  on 2000/05/31  04:29:49
15986         Log: integrate cfgperl contents into mainline
15987      Branch: perl
15988           +> pod/perlmodlib.PL pod/perlnewmod.pod
15989           !> (integrate 42 files)
15990 ____________________________________________________________________________
15991 [  6168] By: jhi                                   on 2000/05/30  22:53:37
15992         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15993      Branch: cfgperl
15994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15995            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
15996            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
15997            ! win32/config.bc win32/config.gc win32/config.vc
15998            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15999            ! win32/config_h.PL win32/config_sh.PL
16000      Branch: metaconfig/U/perl
16001            ! perlxv.U
16002 ____________________________________________________________________________
16003 [  6167] By: jhi                                   on 2000/05/30  22:20:21
16004         Log: tweak todo 
16005      Branch: cfgperl
16006            ! Todo-5.6
16007 ____________________________________________________________________________
16008 [  6166] By: jhi                                   on 2000/05/30  22:11:51
16009         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
16010              in case somebody wants to write an extension for more
16011              shadow database interfaces.
16012      Branch: cfgperl
16013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16014            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
16015            ! vos/config.def vos/config.h vos/config_h.SH_orig
16016            ! win32/config.bc win32/config.gc win32/config.vc
16017            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16018      Branch: metaconfig
16019            ! U/modified/Myinit.U
16020      Branch: metaconfig/U/perl
16021            + d_getespwnam.U d_getprpwnam.U i_prot.U
16022 ____________________________________________________________________________
16023 [  6165] By: jhi                                   on 2000/05/30  18:35:34
16024         Log: Integrate with Sarathy.
16025      Branch: cfgperl
16026           !> op.c
16027 ____________________________________________________________________________
16028 [  6164] By: jhi                                   on 2000/05/30  18:30:16
16029         Log: detypo
16030      Branch: cfgperl
16031            ! Configure config_h.SH
16032      Branch: metaconfig/U/perl
16033            ! perlxv.U
16034 ____________________________________________________________________________
16035 [  6163] By: gsar                                  on 2000/05/30  03:24:03
16036         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
16037      Branch: perl
16038            ! op.c
16039 ____________________________________________________________________________
16040 [  6162] By: gsar                                  on 2000/05/30  03:09:38
16041         Log: fix memory leak in method call optimization (change#3768);
16042              made C<eval "$x->foo()"> leak
16043      Branch: perl
16044            ! op.c
16045 ____________________________________________________________________________
16046 [  6161] By: jhi                                   on 2000/05/29  17:56:26
16047         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
16048              both from Simon Cozens.
16049      Branch: cfgperl
16050            + pod/perlmodlib.PL pod/perlnewmod.pod
16051            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
16052            ! pod/perlmodlib.pod pod/perltoc.pod
16053 ____________________________________________________________________________
16054 [  6160] By: jhi                                   on 2000/05/29  17:23:55
16055         Log: Changes for the File::Temp 0.08 (change #6159) test suite
16056              to fit better into the Perl distribution test framework.
16057      Branch: cfgperl
16058            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
16059            ! t/lib/ftmp-tempfile.t
16060 ____________________________________________________________________________
16061 [  6159] By: jhi                                   on 2000/05/29  16:55:36
16062         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
16063      Branch: cfgperl
16064            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16065            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16066 ____________________________________________________________________________
16067 [  6158] By: bailey                                on 2000/05/29  16:22:08
16068         Log: Add fallback to tmpfile for use in cases where user's relying on
16069              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
16070              Lane's patch)
16071      Branch: vmsperl
16072            ! vms/vms.c vms/vmsish.h
16073 ____________________________________________________________________________
16074 [  6157] By: jhi                                   on 2000/05/29  03:10:36
16075         Log: Regen Configure to jive with #6149.
16076      Branch: cfgperl
16077            ! Configure
16078      Branch: metaconfig
16079            ! U/modified/Getfile.U
16080 ____________________________________________________________________________
16081 [  6156] By: jhi                                   on 2000/05/29  03:01:38
16082         Log: Integrate with Sarathy.
16083      Branch: cfgperl
16084           +> ext/DynaLoader/dl_mac.xs
16085           !> (integrate 38 files)
16086 ____________________________________________________________________________
16087 [  6155] By: gsar                                  on 2000/05/28  21:15:58
16088         Log: small bug in change#6144; remove random \xA0 character that snuck
16089              in via change#6145
16090      Branch: perl
16091            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
16092 ____________________________________________________________________________
16093 [  6154] By: gsar                                  on 2000/05/28  21:04:19
16094         Log: avoid type mismatch warning
16095      Branch: perl
16096            ! perl.c
16097 ____________________________________________________________________________
16098 [  6153] By: gsar                                  on 2000/05/28  20:58:31
16099         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
16100              <nick@Bagpuss.uk.boo.com>)
16101      Branch: perl
16102            ! lib/Test/Harness.pm
16103 ____________________________________________________________________________
16104 [  6152] By: gsar                                  on 2000/05/28  20:53:42
16105         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
16106      Branch: perl
16107            ! regexec.c
16108 ____________________________________________________________________________
16109 [  6151] By: gsar                                  on 2000/05/28  20:50:28
16110         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
16111      Branch: perl
16112            ! regexec.c
16113 ____________________________________________________________________________
16114 [  6150] By: gsar                                  on 2000/05/28  20:39:58
16115         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
16116      Branch: perl
16117            ! pod/perlrequick.pod
16118 ____________________________________________________________________________
16119 [  6149] By: gsar                                  on 2000/05/28  20:35:16
16120         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
16121              <troc@netrus.net>)
16122      Branch: perl
16123            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
16124            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
16125            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
16126            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
16127 ____________________________________________________________________________
16128 [  6148] By: gsar                                  on 2000/05/28  20:21:07
16129         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
16130      Branch: perl
16131            ! lib/ExtUtils/MM_Unix.pm
16132 ____________________________________________________________________________
16133 [  6147] By: gsar                                  on 2000/05/28  20:12:41
16134         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
16135              (from Peter Prymmer)
16136      Branch: perl
16137            ! vms/subconfigure.com
16138 ____________________________________________________________________________
16139 [  6146] By: gsar                                  on 2000/05/28  20:06:15
16140         Log: doc typo
16141      Branch: perl
16142            ! lib/warnings.pm warnings.h warnings.pl
16143 ____________________________________________________________________________
16144 [  6145] By: gsar                                  on 2000/05/28  18:44:33
16145         Log: make xsubpp skip embedded pod (from Matthias Neeracher
16146              <neeri@iis.ee.ethz.ch>)
16147      Branch: perl
16148            ! lib/ExtUtils/xsubpp
16149 ____________________________________________________________________________
16150 [  6144] By: gsar                                  on 2000/05/28  18:42:49
16151         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
16152              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
16153              <neeri@iis.ee.ethz.ch>)
16154      Branch: perl
16155            ! lib/AutoSplit.pm
16156 ____________________________________________________________________________
16157 [  6143] By: gsar                                  on 2000/05/28  18:41:12
16158         Log: MacOS support, part 1 (from Matthias Neeracher
16159              <neeri@iis.ee.ethz.ch>)
16160      Branch: perl
16161            + ext/DynaLoader/dl_mac.xs
16162            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
16163            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
16164            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
16165            ! util.h
16166 ____________________________________________________________________________
16167 [  6142] By: gsar                                  on 2000/05/28  18:21:51
16168         Log: File::Find fails to chdir when chasing symlinks (from
16169              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16170      Branch: perl
16171            ! lib/File/Find.pm t/lib/filefind.t
16172 ____________________________________________________________________________
16173 [  6141] By: jhi                                   on 2000/05/28  14:25:15
16174         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
16175              forwarded by Peter Seebach from the bsdi-users mailing list.
16176              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
16177      Branch: perl
16178            ! hints/bsdos.sh
16179 ____________________________________________________________________________
16180 [  6140] By: jhi                                   on 2000/05/28  14:11:57
16181         Log: Integrate with Sarathy.
16182      Branch: cfgperl
16183           +> (branch 30 files)
16184           !> (integrate 93 files)
16185 ____________________________________________________________________________
16186 [  6139] By: gsar                                  on 2000/05/28  10:01:48
16187         Log: revise mktables.PL for bugs and newness in Unicode 3.0
16188              (from James Bence <jbence@amgen.com>)
16189      Branch: perl
16190            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
16191            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
16192            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
16193            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
16194            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
16195            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
16196            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
16197            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
16198            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
16199            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
16200            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
16201            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
16202            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
16203            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
16204            + lib/unicode/Is/SylWU.pl
16205            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
16206            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16207            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
16208            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
16209            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
16210            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
16211            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
16212            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
16213            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
16214            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
16215            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
16216            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
16217            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
16218            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
16219            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
16220            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
16221            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
16222            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
16223            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
16224            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
16225            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
16226            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
16227            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
16228            ! lib/unicode/Makefile lib/unicode/mktables.PL
16229 ____________________________________________________________________________
16230 [  6138] By: gsar                                  on 2000/05/28  08:50:32
16231         Log: add note about the handling of negative indices to tied arrays
16232              (from Michael G Schwern <schwern@pobox.com>)
16233      Branch: perl
16234            ! pod/perltie.pod
16235 ____________________________________________________________________________
16236 [  6137] By: gsar                                  on 2000/05/28  08:46:10
16237         Log: fix bogus redeclaration warning for "our" variables in different
16238              scopes
16239      Branch: perl
16240            ! op.c t/pragma/strict-vars
16241 ____________________________________________________________________________
16242 [  6136] By: gsar                                  on 2000/05/28  08:31:20
16243         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
16244      Branch: perl
16245            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
16246 ____________________________________________________________________________
16247 [  6135] By: gsar                                  on 2000/05/28  08:17:50
16248         Log: enable Test::Harness to dynamically determine column width etc.
16249              (from Rob Napier <rnapier@employees.org>)
16250      Branch: perl
16251            ! lib/Test/Harness.pm
16252 ____________________________________________________________________________
16253 [  6134] By: gsar                                  on 2000/05/28  08:13:39
16254         Log: make Test::Harness use wait.h/WCOREDUMP if available
16255              (from Ben Tilly <ben_tilly@hotmail.com>)
16256      Branch: perl
16257            ! lib/Test/Harness.pm
16258 ____________________________________________________________________________
16259 [  6133] By: gsar                                  on 2000/05/28  08:08:05
16260         Log: elide bogus test in change#6132
16261      Branch: perl
16262            ! t/pragma/warn/9enabled
16263 ____________________________________________________________________________
16264 [  6132] By: gsar                                  on 2000/05/28  08:03:14
16265         Log: warnings::enabled() doesn't fall back to looking at $^W if
16266              caller isn't using lexical warnings (from Paul Marquess)
16267      Branch: perl
16268            ! pp_ctl.c t/pragma/warn/9enabled
16269 ____________________________________________________________________________
16270 [  6131] By: gsar                                  on 2000/05/28  07:57:47
16271         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
16272      Branch: perl
16273            ! ext/POSIX/POSIX.pm
16274 ____________________________________________________________________________
16275 [  6130] By: gsar                                  on 2000/05/28  07:29:12
16276         Log: fix places that mean C<"word" character> but say C<alphanumeric
16277              character>
16278      Branch: perl
16279            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
16280 ____________________________________________________________________________
16281 [  6129] By: gsar                                  on 2000/05/28  07:18:41
16282         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
16283      Branch: perl
16284            ! vms/test.com
16285 ____________________________________________________________________________
16286 [  6128] By: gsar                                  on 2000/05/28  07:12:55
16287         Log: new perlxstut example for passing/returning refs to arrays
16288              (from David Lowe <dlowe@pootpoot.com>)
16289      Branch: perl
16290            ! pod/perlxstut.pod
16291 ____________________________________________________________________________
16292 [  6127] By: gsar                                  on 2000/05/28  07:02:50
16293         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
16294              failed (from Gisle Aas)
16295      Branch: perl
16296            ! cop.h perl.c
16297 ____________________________________________________________________________
16298 [  6126] By: gsar                                  on 2000/05/28  06:39:53
16299         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
16300              (reworked variant of patch suggested by Simon Cozens)
16301      Branch: perl
16302            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
16303            ! pp_hot.c proto.h t/op/gv.t
16304 ____________________________________________________________________________
16305 [  6125] By: gsar                                  on 2000/05/28  05:14:55
16306         Log: enable propagating exception objects via Perl_croak() in XS code
16307              (from Gisle Aas)
16308      Branch: perl
16309            ! util.c
16310 ____________________________________________________________________________
16311 [  6124] By: gsar                                  on 2000/05/28  05:07:28
16312         Log: integrate vmsperl contents into mainline
16313      Branch: perl
16314           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
16315           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
16316           !> vms/vmsish.h
16317 ____________________________________________________________________________
16318 [  6123] By: gsar                                  on 2000/05/28  05:03:53
16319         Log: clarify gotcha with #line directives (from Rocco Caputo
16320              <troc@netrus.net>)
16321      Branch: perl
16322            ! pod/perldebug.pod pod/perlsyn.pod
16323 ____________________________________________________________________________
16324 [  6122] By: gsar                                  on 2000/05/28  04:58:29
16325         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
16326              (from Mark-Jason Dominus)
16327      Branch: perl
16328            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
16329            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
16330            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
16331            ! toke.c
16332 ____________________________________________________________________________
16333 [  6121] By: bailey                                on 2000/05/25  04:46:54
16334         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
16335              lists (based on fixes by Craig Berry)
16336      Branch: vmsperl
16337            ! lib/File/Spec/VMS.pm
16338 ____________________________________________________________________________
16339 [  6120] By: bailey                                on 2000/05/25  04:25:38
16340         Log: Add missing escape (Charles Lane)
16341      Branch: vmsperl
16342            ! t/op/lex_assign.t
16343 ____________________________________________________________________________
16344 [  6119] By: bailey                                on 2000/05/25  04:21:25
16345         Log: Quiet error messages in vmsish.t (Charles Lane)
16346      Branch: vmsperl
16347            ! vms/ext/vmsish.t
16348 ____________________________________________________________________________
16349 [  6118] By: bailey                                on 2000/05/25  04:17:57
16350         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
16351              Flatten case labels in switch statements uniformly (Charles Bailey)
16352      Branch: vmsperl
16353            ! vms/vms.c
16354 ____________________________________________________________________________
16355 [  6117] By: bailey                                on 2000/05/25  03:58:09
16356         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
16357      Branch: vmsperl
16358            ! vms/vmsish.h
16359 ____________________________________________________________________________
16360 [  6116] By: bailey                                on 2000/05/25  03:11:15
16361         Log: Miscellaneous cosmetic fixes (Charles Lane)
16362      Branch: vmsperl
16363            ! lib/ExtUtils/MM_VMS.pm
16364 ____________________________________________________________________________
16365 [  6115] By: bailey                                on 2000/05/25  03:10:36
16366         Log: Add bounds checking for several strings (Charles Lane)
16367      Branch: vmsperl
16368            ! vms/vms.c
16369 ____________________________________________________________________________
16370 [  6114] By: bailey                                on 2000/05/25  02:25:34
16371         Log: Urk -- undo previous removal of vmsish 'exit' change
16372      Branch: vmsperl
16373            ! vms/ext/vmsish.pm vms/vmsish.h
16374 ____________________________________________________________________________
16375 [  6113] By: bailey                                on 2000/05/24  02:24:40
16376         Log: Ugly workaround for version-specific RTL error
16377      Branch: vmsperl
16378            ! vms/vms.c
16379 ____________________________________________________________________________
16380 [  6112] By: bailey                                on 2000/05/24  02:19:55
16381         Log: Check for existence of file before trying to delete
16382      Branch: vmsperl
16383            ! vms/test.com
16384 ____________________________________________________________________________
16385 [  6111] By: bailey                                on 2000/05/23  23:35:13
16386         Log: Resync with mainline prior to post-5.6.0 updates
16387      Branch: vmsperl
16388           +> (branch 49 files)
16389            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
16390            ! vms/ext/vmsish.pm
16391           !> (integrate 334 files)
16392 ____________________________________________________________________________
16393 [  6110] By: jhi                                   on 2000/05/23  19:28:32
16394         Log: todo tweak
16395      Branch: cfgperl
16396            ! Todo-5.6
16397 ____________________________________________________________________________
16398 [  6109] By: jhi                                   on 2000/05/18  17:38:54
16399         Log: Integrate with Sarathy.
16400      Branch: cfgperl
16401           !> mg.c perl.h win32/perlhost.h
16402 ____________________________________________________________________________
16403 [  6108] By: gsar                                  on 2000/05/17  02:24:56
16404         Log: reenable fake signal handling on Windows, bugs and all
16405      Branch: perl
16406            ! mg.c perl.h win32/perlhost.h
16407 ____________________________________________________________________________
16408 [  6107] By: jhi                                   on 2000/05/15  18:01:41
16409         Log: Tweak the todo list.
16410      Branch: cfgperl
16411            ! Todo-5.6
16412 ____________________________________________________________________________
16413 [  6106] By: jhi                                   on 2000/05/15  13:41:48
16414         Log: The (Configure) script refuses to go on, after asking for
16415              'You may also choose to try maximal 64-bitness....'.
16416              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
16417              -- Patrick Zima
16418              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
16419      Branch: cfgperl
16420            ! hints/solaris_2.sh
16421 ____________________________________________________________________________
16422 [  6105] By: jhi                                   on 2000/05/11  14:37:43
16423         Log: Integrate with Sarathy.
16424      Branch: cfgperl
16425           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
16426           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
16427 ____________________________________________________________________________
16428 [  6104] By: gsar                                  on 2000/05/11  03:39:07
16429         Log: PL_sys_intern was being initialized too late on windows
16430      Branch: perl
16431            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
16432            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
16433 ____________________________________________________________________________
16434 [  6103] By: jhi                                   on 2000/05/09  19:42:20
16435         Log: Test tweaking for Unicos continues.
16436      Branch: cfgperl
16437            ! t/op/64bitint.t
16438 ____________________________________________________________________________
16439 [  6102] By: jhi                                   on 2000/05/09  16:47:27
16440         Log: The test suite tweak in #6101 wasn't quite right.
16441      Branch: cfgperl
16442            ! t/lib/complex.t
16443 ____________________________________________________________________________
16444 [  6101] By: jhi                                   on 2000/05/09  15:35:34
16445         Log: Hints and test tweaks for Unicos.
16446      Branch: cfgperl
16447            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
16448 ____________________________________________________________________________
16449 [  6100] By: jhi                                   on 2000/05/08  21:15:06
16450         Log: More compilation tweakery from Allen Smith.
16451      Branch: cfgperl
16452            ! hints/irix_6.sh
16453 ____________________________________________________________________________
16454 [  6099] By: jhi                                   on 2000/05/08  19:21:18
16455         Log: Tweaks for the cc bugs from Allen Smith.
16456      Branch: cfgperl
16457            ! hints/irix_6.sh
16458 ____________________________________________________________________________
16459 [  6098] By: jhi                                   on 2000/05/08  19:13:37
16460         Log: Add a note about other, yet unsupported, shadow password APIs.
16461      Branch: cfgperl
16462            ! pp_sys.c
16463 ____________________________________________________________________________
16464 [  6097] By: jhi                                   on 2000/05/08  18:46:34
16465         Log: Add a note about possible compilation problems from Allen Smith.
16466      Branch: cfgperl
16467            ! hints/irix_6.sh
16468 ____________________________________________________________________________
16469 [  6096] By: jhi                                   on 2000/05/08  17:33:10
16470         Log: Integrate with Sarathy.
16471      Branch: cfgperl
16472           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16473           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
16474 ____________________________________________________________________________
16475 [  6095] By: jhi                                   on 2000/05/08  16:21:33
16476         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
16477              might be useful in future.
16478      Branch: cfgperl
16479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16480            ! config_h.SH
16481      Branch: metaconfig
16482            ! U/installdirs/inc_version_list.U
16483      Branch: metaconfig/U/perl
16484            ! perlxv.U
16485 ____________________________________________________________________________
16486 [  6094] By: gsar                                  on 2000/05/08  14:22:22
16487         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
16488      Branch: perl
16489            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16490            ! hints/cygwin.sh pp_sys.c
16491 ____________________________________________________________________________
16492 [  6093] By: gsar                                  on 2000/05/08  12:52:28
16493         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
16494              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
16495      Branch: perl
16496            ! pp_sys.c sv.c win32/perlhost.h
16497 ____________________________________________________________________________
16498 [  6092] By: jhi                                   on 2000/05/07  22:40:34
16499         Log: Regen perltoc with the fixed buildtoc.
16500      Branch: cfgperl
16501            ! pod/perltoc.pod
16502 ____________________________________________________________________________
16503 [  6091] By: jhi                                   on 2000/05/07  22:24:16
16504         Log: Integrate with Sarathy.
16505      Branch: cfgperl
16506           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
16507           !> t/op/substr.t toke.c
16508 ____________________________________________________________________________
16509 [  6090] By: gsar                                  on 2000/05/07  19:47:07
16510         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
16511              [NI]OK; added tests for both
16512      Branch: perl
16513            ! perl.c pp_hot.c sv.c t/op/substr.t
16514 ____________________________________________________________________________
16515 [  6089] By: gsar                                  on 2000/05/07  18:18:38
16516         Log: buildtoc tweak to fix newline lossage
16517      Branch: perl
16518            ! pod/buildtoc
16519 ____________________________________________________________________________
16520 [  6088] By: jhi                                   on 2000/05/07  16:35:36
16521         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
16522              because we do not use those.  The HAS_GETSPNAM remains,
16523              though, because we still do use that.
16524      Branch: cfgperl
16525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16526            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
16527            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
16528            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
16529            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16530            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16531 ____________________________________________________________________________
16532 [  6087] By: gsar                                  on 2000/05/07  16:05:16
16533         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
16534      Branch: perl
16535            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
16536 ____________________________________________________________________________
16537 [  6086] By: jhi                                   on 2000/05/07  15:27:07
16538         Log: Integrate with Sarathy.
16539      Branch: cfgperl
16540           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16541           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16542           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
16543           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
16544           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
16545           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
16546 ____________________________________________________________________________
16547 [  6085] By: gsar                                  on 2000/05/07  05:52:02
16548         Log: repeat operator (x) doesn't preserve utf8-ness
16549      Branch: perl
16550            ! pp.c t/op/substr.t
16551 ____________________________________________________________________________
16552 [  6084] By: gsar                                  on 2000/05/07  05:39:55
16553         Log: substr() does not preserve utf8-ness (from Stefan Eissing
16554              <Eissing@medicaldataservice.de>); added tests
16555      Branch: perl
16556            ! pp.c t/op/substr.t
16557 ____________________________________________________________________________
16558 [  6083] By: gsar                                  on 2000/05/07  05:24:46
16559         Log: note about undocumented caller() return value (from M.J.T. Guy);
16560              yet another peek.t tweak
16561      Branch: perl
16562            ! pod/perlfunc.pod t/lib/peek.t
16563 ____________________________________________________________________________
16564 [  6082] By: gsar                                  on 2000/05/07  05:08:40
16565         Log: peek.t non-portable to ithreads
16566      Branch: perl
16567            ! t/lib/peek.t
16568 ____________________________________________________________________________
16569 [  6081] By: gsar                                  on 2000/05/07  04:17:04
16570         Log: better default perlbug categories for ok reports (from Richard Foley)
16571      Branch: perl
16572            ! utils/perlbug.PL
16573 ____________________________________________________________________________
16574 [  6080] By: gsar                                  on 2000/05/07  04:08:07
16575         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
16576              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16577      Branch: perl
16578            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16579            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16580            ! AUTHORS MAINTAIN MANIFEST
16581 ____________________________________________________________________________
16582 [  6079] By: gsar                                  on 2000/05/07  04:01:38
16583         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
16584      Branch: perl
16585            ! lib/Carp/Heavy.pm
16586 ____________________________________________________________________________
16587 [  6078] By: gsar                                  on 2000/05/07  01:24:19
16588         Log: workaround for CRT bug in chdir() (from Charles Lane, via
16589              Peter Prymmer)
16590      Branch: perl
16591            ! iperlsys.h vms/vms.c vms/vmsish.h
16592 ____________________________________________________________________________
16593 [  6077] By: gsar                                  on 2000/05/07  01:22:23
16594         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
16595              and Tom Phoenix)
16596      Branch: perl
16597            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
16598 ____________________________________________________________________________
16599 [  6076] By: gsar                                  on 2000/05/06  17:36:29
16600         Log: integrate cfgperl contents into mainline
16601      Branch: perl
16602           +> t/lib/peek.t
16603           !> Configure MANIFEST Porting/Glossary Porting/config.sh
16604           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
16605           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
16606           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
16607 ____________________________________________________________________________
16608 [  6075] By: jhi                                   on 2000/05/05  18:56:10
16609         Log: Make the test more portable.
16610      Branch: cfgperl
16611            ! t/lib/peek.t
16612 ____________________________________________________________________________
16613 [  6074] By: jhi                                   on 2000/05/05  18:49:20
16614         Log: Introduce t/lib/peek.t.
16615      Branch: cfgperl
16616            + t/lib/peek.t
16617            ! MANIFEST
16618 ____________________________________________________________________________
16619 [  6073] By: jhi                                   on 2000/05/05  14:30:45
16620         Log: Complex tweaks.
16621      Branch: cfgperl
16622            ! lib/Math/Complex.pm t/lib/complex.t
16623 ____________________________________________________________________________
16624 [  6072] By: jhi                                   on 2000/05/05  12:27:13
16625         Log: Integrate with Sarathy.
16626      Branch: cfgperl
16627           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16628           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16629           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
16630           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
16631 ____________________________________________________________________________
16632 [  6071] By: gsar                                  on 2000/05/05  02:24:46
16633         Log: misformatted perllocal.pod (from Tim Jenness
16634              <t.jenness@jach.hawaii.edu>)
16635      Branch: perl
16636            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16637 ____________________________________________________________________________
16638 [  6070] By: gsar                                  on 2000/05/05  02:16:52
16639         Log: remove misleading comment (from M.J.T. Guy)
16640      Branch: perl
16641            ! t/lib/anydbm.t
16642 ____________________________________________________________________________
16643 [  6069] By: gsar                                  on 2000/05/05  02:15:13
16644         Log: File::Spec compatibility update (from Barrie Slaymaker
16645              <barries@slaysys.com>)
16646      Branch: perl
16647            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16648            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16649 ____________________________________________________________________________
16650 [  6068] By: gsar                                  on 2000/05/05  02:01:50
16651         Log: note about values()
16652      Branch: perl
16653            ! pod/perlfunc.pod
16654 ____________________________________________________________________________
16655 [  6067] By: gsar                                  on 2000/05/05  01:33:09
16656         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
16657      Branch: perl
16658            ! win32/win32.c
16659 ____________________________________________________________________________
16660 [  6066] By: gsar                                  on 2000/05/05  01:23:43
16661         Log: s/END/CHECK/
16662      Branch: perl
16663            ! perl.c
16664 ____________________________________________________________________________
16665 [  6065] By: jhi                                   on 2000/05/04  17:30:22
16666         Log: Integrate with Sarathy.
16667      Branch: cfgperl
16668           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
16669 ____________________________________________________________________________
16670 [  6064] By: gsar                                  on 2000/05/04  17:26:14
16671         Log: change#5905 wasn't quite right--it's intent only applies when arguments
16672              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
16673      Branch: perl
16674            ! pp_sys.c sv.c
16675 ____________________________________________________________________________
16676 [  6063] By: gsar                                  on 2000/05/04  16:52:29
16677         Log: tokeq() could read unallocated field in argument
16678      Branch: perl
16679            ! toke.c
16680 ____________________________________________________________________________
16681 [  6062] By: gsar                                  on 2000/05/04  16:34:51
16682         Log: additional tests for utf8.t
16683      Branch: perl
16684            ! t/pragma/utf8.t
16685 ____________________________________________________________________________
16686 [  6061] By: gsar                                  on 2000/05/04  16:09:28
16687         Log: change#5921 neglected to make eq honor "use bytes"
16688      Branch: perl
16689            ! sv.c
16690 ____________________________________________________________________________
16691 [  6060] By: jhi                                   on 2000/05/04  15:30:16
16692         Log: Integrate with Sarathy.
16693      Branch: cfgperl
16694           !> perl.c regcomp.c t/pragma/utf8.t
16695 ____________________________________________________________________________
16696 [  6059] By: jhi                                   on 2000/05/04  15:26:37
16697         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
16698              in natively 64-bit platforms where a long is a quad (no need
16699              for long longs).  Also added bias for IVs.
16700      Branch: cfgperl
16701            ! toke.c
16702 ____________________________________________________________________________
16703 [  6058] By: gsar                                  on 2000/05/04  00:19:14
16704         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
16705              (spotted by Donald Kinzer <dkinzer@premia.com>)
16706      Branch: perl
16707            ! perl.c
16708 ____________________________________________________________________________
16709 [  6057] By: gsar                                  on 2000/05/03  18:34:01
16710         Log: fix broken parsing of /\x{ab}/
16711      Branch: perl
16712            ! regcomp.c t/pragma/utf8.t
16713 ____________________________________________________________________________
16714 [  6056] By: jhi                                   on 2000/05/03  17:57:16
16715         Log: The search of infinity continues, this time simplified.
16716      Branch: cfgperl
16717            ! lib/Math/Complex.pm
16718 ____________________________________________________________________________
16719 [  6055] By: jhi                                   on 2000/05/03  17:45:30
16720         Log: Detypo.
16721      Branch: cfgperl
16722            ! hints/unicos.sh
16723 ____________________________________________________________________________
16724 [  6054] By: jhi                                   on 2000/05/02  22:28:27
16725         Log: Be more forgiving in POSIX about HUGE_VALL.
16726      Branch: cfgperl
16727            ! ext/POSIX/POSIX.xs
16728 ____________________________________________________________________________
16729 [  6053] By: jhi                                   on 2000/05/02  22:25:05
16730         Log: Integrate with Sarathy.
16731      Branch: cfgperl
16732           !> hints/irix_6.sh pod/perlop.pod
16733 ____________________________________________________________________________
16734 [  6052] By: jhi                                   on 2000/05/02  22:24:31
16735         Log: Unicos hint tweak.
16736      Branch: cfgperl
16737            ! hints/unicos.sh
16738 ____________________________________________________________________________
16739 [  6051] By: jhi                                   on 2000/05/02  22:21:26
16740         Log: Complex tweakery.
16741      Branch: cfgperl
16742            ! lib/Math/Complex.pm t/lib/complex.t
16743 ____________________________________________________________________________
16744 [  6050] By: jhi                                   on 2000/05/02  19:26:22
16745         Log: Use setxxent()/endxxent().
16746      Branch: cfgperl
16747            ! t/op/grent.t t/op/pwent.t
16748 ____________________________________________________________________________
16749 [  6049] By: jhi                                   on 2000/05/02  19:06:02
16750         Log: Test both the scalar and list contexts.
16751      Branch: cfgperl
16752            ! t/op/grent.t t/op/pwent.t
16753 ____________________________________________________________________________
16754 [  6048] By: gsar                                  on 2000/05/02  18:29:10
16755         Log: add note about how $( doesn't interpolate in REs (from
16756              Philip Newton <newton@ficus.frogspace.net>)
16757      Branch: perl
16758            ! pod/perlop.pod
16759 ____________________________________________________________________________
16760 [  6047] By: jhi                                   on 2000/05/02  17:41:24
16761         Log: Call getspnam() only iff needd.
16762      Branch: cfgperl
16763            ! pp_sys.c
16764 ____________________________________________________________________________
16765 [  6046] By: gsar                                  on 2000/05/02  17:07:25
16766         Log: libscheck has insufficient checks for n32 libs (from
16767              Albert Chin-A-Young <china@thewrittenword.com>)
16768      Branch: perl
16769            ! hints/irix_6.sh
16770 ____________________________________________________________________________
16771 [  6045] By: jhi                                   on 2000/05/02  13:57:17
16772         Log: Integrate with Sarathy.
16773      Branch: cfgperl
16774           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
16775           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
16776 ____________________________________________________________________________
16777 [  6044] By: gsar                                  on 2000/05/02  06:48:19
16778         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
16779              such that underscores are only ignored in literal numbers,
16780              "\x{...}", and hex/oct argument
16781      Branch: perl
16782            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
16783 ____________________________________________________________________________
16784 [  6043] By: gsar                                  on 2000/05/02  02:22:29
16785         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
16786      Branch: perl
16787            ! pod/perlretut.pod
16788 ____________________________________________________________________________
16789 [  6042] By: gsar                                  on 2000/05/02  02:17:51
16790         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
16791      Branch: perl
16792            ! pod/perltrap.pod
16793 ____________________________________________________________________________
16794 [  6041] By: gsar                                  on 2000/05/02  01:53:51
16795         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
16796              to compensate
16797      Branch: perl
16798            ! Porting/makerel
16799 ____________________________________________________________________________
16800 [  6040] By: gsar                                  on 2000/05/02  01:51:57
16801         Log: missing files in MANIFEST
16802      Branch: perl
16803            ! MANIFEST
16804 ____________________________________________________________________________
16805 [  6039] By: jhi                                   on 2000/05/02  00:36:46
16806         Log: Infinite problems.
16807      Branch: cfgperl
16808            ! lib/Math/Complex.pm
16809 ____________________________________________________________________________
16810 [  6038] By: jhi                                   on 2000/05/02  00:06:38
16811         Log: pwent/spent #ifdef imbalance.
16812      Branch: cfgperl
16813            ! pp_sys.c
16814 ____________________________________________________________________________
16815 [  6037] By: jhi                                   on 2000/05/01  22:50:11
16816         Log: Use HUGE_VALL if applicable.
16817      Branch: cfgperl
16818            ! ext/POSIX/POSIX.xs util.c
16819 ____________________________________________________________________________
16820 [  6036] By: jhi                                   on 2000/05/01  22:20:53
16821         Log: Correct Freudian slip.
16822      Branch: cfgperl
16823            ! pp_sys.c
16824 ____________________________________________________________________________
16825 [  6035] By: jhi                                   on 2000/05/01  21:07:38
16826         Log: Continue on the pwent/spent case.
16827      Branch: cfgperl
16828            ! pp_sys.c
16829 ____________________________________________________________________________
16830 [  6034] By: jhi                                   on 2000/05/01  17:45:14
16831         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
16832              adjustments in 6032 conflicted badly with this, will have
16833              to revisit them later.
16834      Branch: cfgperl
16835           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
16836           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16837           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
16838           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
16839           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
16840           !> t/lib/cgi-html.t t/lib/cgi-request.t
16841 ____________________________________________________________________________
16842 [  6033] By: jhi                                   on 2000/05/01  17:40:49
16843         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
16844      Branch: cfgperl
16845            ! pp_sys.c
16846 ____________________________________________________________________________
16847 [  6032] By: gsar                                  on 2000/05/01  15:56:32
16848         Log: whitespace adjustments
16849      Branch: perl
16850            ! pp_sys.c
16851 ____________________________________________________________________________
16852 [  6031] By: gsar                                  on 2000/05/01  15:19:41
16853         Log: small nits in diagnostics.pm (from Robin Barker)
16854      Branch: perl
16855            ! lib/diagnostics.pm pod/perldiag.pod
16856 ____________________________________________________________________________
16857 [  6030] By: gsar                                  on 2000/05/01  08:39:18
16858         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
16859              for @- and @+ (from Johan Vromans)
16860      Branch: perl
16861            ! lib/English.pm pod/perlvar.pod
16862 ____________________________________________________________________________
16863 [  6029] By: gsar                                  on 2000/05/01  08:16:10
16864         Log: add CGI.pm v2.66 (from Lincoln Stein)
16865      Branch: perl
16866            + lib/CGI/Util.pm t/lib/cgi-pretty.t
16867            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16868            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
16869            ! t/lib/cgi-html.t t/lib/cgi-request.t
16870 ____________________________________________________________________________
16871 [  6028] By: gsar                                  on 2000/05/01  06:34:41
16872         Log: Pod::Man generates groff-incompatible macro definition (from
16873              Tom Christiansen)
16874      Branch: perl
16875            ! lib/Pod/Man.pm
16876 ____________________________________________________________________________
16877 [  6027] By: gsar                                  on 2000/05/01  06:31:36
16878         Log: podlators-1.02 update (from Russ Allbery)
16879      Branch: perl
16880            ! lib/Pod/Man.pm lib/Pod/Text.pm
16881 ____________________________________________________________________________
16882 [  6026] By: jhi                                   on 2000/04/30  23:24:23
16883         Log: Integrate with Sarathy.
16884      Branch: cfgperl
16885           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16886           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
16887           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16888           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16889           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
16890           !> t/lib/syslog.t toke.c win32/win32.h
16891 ____________________________________________________________________________
16892 [  6025] By: gsar                                  on 2000/04/30  18:17:47
16893         Log: Is{Alnum,Alpha,Word} don't match titlecase
16894              
16895              TODO: IsSpace is defined recursively!
16896              
16897              (both spotted by Larry)
16898      Branch: perl
16899            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16900            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16901 ____________________________________________________________________________
16902 [  6024] By: gsar                                  on 2000/04/30  17:50:19
16903         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
16904              (from Hugo van der Sanden)
16905      Branch: perl
16906            ! toke.c
16907 ____________________________________________________________________________
16908 [  6023] By: gsar                                  on 2000/04/30  17:14:43
16909         Log: debugger stomps on $. (from M.J.T. Guy)
16910      Branch: perl
16911            ! lib/perl5db.pl
16912 ____________________________________________________________________________
16913 [  6022] By: gsar                                  on 2000/04/30  16:59:22
16914         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
16915      Branch: perl
16916            ! sv.c
16917 ____________________________________________________________________________
16918 [  6021] By: gsar                                  on 2000/04/29  21:00:08
16919         Log: remove Win2K issue in pod (fixed by change#6020)
16920      Branch: perl
16921            ! README.win32 pod/perl56delta.pod
16922 ____________________________________________________________________________
16923 [  6020] By: gsar                                  on 2000/04/29  20:51:49
16924         Log: test tweak
16925      Branch: perl
16926            ! t/lib/open3.t
16927 ____________________________________________________________________________
16928 [  6019] By: gsar                                  on 2000/04/29  20:34:27
16929         Log: windows portability tweaks
16930      Branch: perl
16931            ! t/lib/b.t win32/win32.h
16932 ____________________________________________________________________________
16933 [  6018] By: gsar                                  on 2000/04/29  19:55:24
16934         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
16935              make _PATH_LOG() return "" if unavailable
16936      Branch: perl
16937            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16938            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
16939 ____________________________________________________________________________
16940 [  6017] By: jhi                                   on 2000/04/28  22:49:46
16941         Log: Integrate with Sarathy.
16942      Branch: cfgperl
16943           !> op.c perl.c pod/perldiag.pod t/lib/b.t
16944 ____________________________________________________________________________
16945 [  6016] By: jhi                                   on 2000/04/28  22:46:14
16946         Log: Do not warn that an infinity does not look like a number.
16947      Branch: cfgperl
16948            ! sv.c
16949 ____________________________________________________________________________
16950 [  6015] By: gsar                                  on 2000/04/28  22:35:49
16951         Log: tweak test for portability
16952      Branch: perl
16953            ! t/lib/b.t
16954 ____________________________________________________________________________
16955 [  6014] By: gsar                                  on 2000/04/28  22:05:31
16956         Log: glob() loading File::Glob behind the scenes may cause syntax errors
16957      Branch: perl
16958            ! op.c
16959 ____________________________________________________________________________
16960 [  6013] By: gsar                                  on 2000/04/28  21:25:22
16961         Log: tweak change#5945 to display correct switch name in diagnostic
16962      Branch: perl
16963            ! perl.c pod/perldiag.pod
16964 ____________________________________________________________________________
16965 [  6012] By: jhi                                   on 2000/04/28  21:08:12
16966         Log: Integrate with Sarathy.
16967      Branch: cfgperl
16968           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
16969           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
16970           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
16971 ____________________________________________________________________________
16972 [  6011] By: jhi                                   on 2000/04/28  21:04:46
16973         Log: &HUGE_VAL is not defined, it exists.
16974      Branch: cfgperl
16975            ! lib/Math/Complex.pm
16976 ____________________________________________________________________________
16977 [  6010] By: gsar                                  on 2000/04/28  21:02:58
16978         Log: clarify note about shadow password support (from
16979              gellyfish@gellyfish.com)
16980      Branch: perl
16981            ! pod/perlfunc.pod
16982 ____________________________________________________________________________
16983 [  6009] By: gsar                                  on 2000/04/28  21:00:00
16984         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16985      Branch: perl
16986            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16987 ____________________________________________________________________________
16988 [  6008] By: gsar                                  on 2000/04/28  20:56:33
16989         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
16990      Branch: perl
16991            ! installperl vms/subconfigure.com
16992 ____________________________________________________________________________
16993 [  6007] By: gsar                                  on 2000/04/28  20:51:21
16994         Log: note about compile failures and END blocks (from M.J.T. Guy)
16995      Branch: perl
16996            ! pod/perl56delta.pod pod/perlmod.pod
16997 ____________________________________________________________________________
16998 [  6006] By: jhi                                   on 2000/04/28  20:42:14
16999         Log: Regen Configure.
17000      Branch: cfgperl
17001            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17002            ! config_h.SH
17003 ____________________________________________________________________________
17004 [  6005] By: gsar                                  on 2000/04/28  20:41:16
17005         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
17006      Branch: perl
17007            ! utils/perldoc.PL
17008 ____________________________________________________________________________
17009 [  6004] By: jhi                                   on 2000/04/28  20:28:21
17010         Log: Integrate with Sarathy.
17011      Branch: cfgperl
17012           !> Configure INSTALL Porting/Glossary Porting/config.sh
17013           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
17014           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
17015           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
17016           !> win32/config.vc win32/win32.c
17017 ____________________________________________________________________________
17018 [  6003] By: gsar                                  on 2000/04/28  20:11:20
17019         Log: allow REG_EXPAND_SZ keys in Windows registry (from
17020              John Clayton <John.Clayton@barclayscapital.com>)
17021      Branch: perl
17022            ! win32/win32.c
17023 ____________________________________________________________________________
17024 [  6002] By: gsar                                  on 2000/04/28  19:34:16
17025         Log: destructive sv_setsv() can lose UV-ness from source, causing
17026              numeric promotions/comparisons to fail to do the right thing
17027      Branch: perl
17028            ! sv.c
17029 ____________________________________________________________________________
17030 [  6001] By: gsar                                  on 2000/04/28  18:44:15
17031         Log: support additional library locations via $Config{otherlibdirs}
17032              (from Andy Dougherty)
17033      Branch: perl
17034            ! Configure INSTALL Porting/Glossary Porting/config.sh
17035            ! Porting/config_H config_h.SH epoc/config.sh perl.c
17036            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
17037            ! win32/config.bc win32/config.gc win32/config.vc
17038 ____________________________________________________________________________
17039 [  6000] By: gsar                                  on 2000/04/28  18:26:58
17040         Log: reworked otherlibdirs.U (from Andy Dougherty)
17041      Branch: metaconfig
17042            ! U/installdirs/otherlibdirs.U
17043 ____________________________________________________________________________
17044 [  5999] By: gsar                                  on 2000/04/28  18:17:07
17045         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
17046      Branch: perl
17047            ! t/pragma/warn/toke toke.c
17048 ____________________________________________________________________________
17049 [  5998] By: jhi                                   on 2000/04/28  13:32:17
17050         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
17051      Branch: cfgperl
17052            ! lib/Math/Complex.pm
17053 ____________________________________________________________________________
17054 [  5997] By: jhi                                   on 2000/04/28  13:14:04
17055         Log: Preserve $!.
17056      Branch: cfgperl
17057            ! lib/Math/Complex.pm
17058 ____________________________________________________________________________
17059 [  5996] By: jhi                                   on 2000/04/28  12:59:23
17060         Log: Integrate with Sarathy.
17061      Branch: cfgperl
17062           +> pod/perlrequick.pod pod/perlretut.pod
17063           !> (integrate 51 files)
17064 ____________________________________________________________________________
17065 [  5995] By: gsar                                  on 2000/04/28  09:37:36
17066         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
17067      Branch: perl
17068            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
17069 ____________________________________________________________________________
17070 [  5994] By: gsar                                  on 2000/04/28  09:33:26
17071         Log: fix for missed accounting for null byte in pack("Z",...) (from
17072              M.J.T. Guy)
17073      Branch: perl
17074            ! pp.c t/op/pack.t
17075 ____________________________________________________________________________
17076 [  5993] By: gsar                                  on 2000/04/28  09:30:05
17077         Log: various minor tweaks seen on p5p
17078      Branch: perl
17079            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
17080 ____________________________________________________________________________
17081 [  5992] By: gsar                                  on 2000/04/28  09:08:19
17082         Log: pod nit (from Simon Cozens)
17083      Branch: perl
17084            ! pod/perlop.pod
17085 ____________________________________________________________________________
17086 [  5991] By: gsar                                  on 2000/04/28  09:06:36
17087         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
17088      Branch: perl
17089            ! README.posix-bc hints/posix-bc.sh
17090 ____________________________________________________________________________
17091 [  5990] By: gsar                                  on 2000/04/28  08:54:52
17092         Log: use $ENV{LIB} to search for libs under Visual C compiler
17093              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
17094      Branch: perl
17095            ! lib/ExtUtils/Liblist.pm
17096 ____________________________________________________________________________
17097 [  5989] By: gsar                                  on 2000/04/28  08:27:12
17098         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
17099              itself and no other (from Tom Hughes)
17100      Branch: perl
17101            ! t/op/array.t toke.c
17102 ____________________________________________________________________________
17103 [  5988] By: gsar                                  on 2000/04/28  08:01:38
17104         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
17105              <paul@miraclefish.com>)
17106      Branch: perl
17107            ! lib/ExtUtils/MakeMaker.pm
17108 ____________________________________________________________________________
17109 [  5987] By: gsar                                  on 2000/04/28  07:53:09
17110         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
17111      Branch: perl
17112            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
17113 ____________________________________________________________________________
17114 [  5986] By: gsar                                  on 2000/04/28  07:44:17
17115         Log: add regular expressions tutorial and quick-start guide (from
17116              Mark Kvale <kvale@phy.ucsf.edu>)
17117      Branch: perl
17118            + pod/perlrequick.pod pod/perlretut.pod
17119            ! AUTHORS MAINTAIN MANIFEST
17120 ____________________________________________________________________________
17121 [  5985] By: gsar                                  on 2000/04/28  07:30:28
17122         Log: forked child may not exit correctly if it failed to open
17123              /dev/console (from Graham Barr)
17124      Branch: perl
17125            ! ext/Sys/Syslog/Syslog.pm
17126 ____________________________________________________________________________
17127 [  5984] By: gsar                                  on 2000/04/28  07:27:20
17128         Log: attributes::reftype() doesn't work on tied argument
17129      Branch: perl
17130            ! xsutils.c
17131 ____________________________________________________________________________
17132 [  5983] By: gsar                                  on 2000/04/28  07:15:04
17133         Log: numeric conversion of non-number in change#3378 tramples on
17134              OOK offset, causing segfaults
17135      Branch: perl
17136            ! sv.c
17137 ____________________________________________________________________________
17138 [  5982] By: gsar                                  on 2000/04/28  04:48:25
17139         Log: avoid error in IO::Socket::INET when given an unknown service name
17140              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
17141      Branch: perl
17142            ! ext/IO/lib/IO/Socket/INET.pm
17143 ____________________________________________________________________________
17144 [  5981] By: gsar                                  on 2000/04/28  04:31:31
17145         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
17146              prototype mismatch with CORE::glob(); update pod and tests to
17147              suit (File::Glob::glob() is still available for backward
17148              compatibility, but should be considered deprecated)
17149      Branch: perl
17150            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
17151            ! t/lib/glob-taint.t
17152 ____________________________________________________________________________
17153 [  5980] By: gsar                                  on 2000/04/28  03:47:29
17154         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
17155              <ghudson@mit.edu>)
17156      Branch: metaconfig
17157            ! U/modified/Options.U
17158      Branch: perl
17159            ! Configure
17160 ____________________________________________________________________________
17161 [  5979] By: gsar                                  on 2000/04/28  03:07:54
17162         Log: under useithreads, constant pad entries could inadvertantly be
17163              shared across threads (from Eric Blood <eblood@xmission.com>);
17164              added Eric's test case to testsuite
17165      Branch: perl
17166            ! op.c t/op/misc.t
17167 ____________________________________________________________________________
17168 [  5978] By: gsar                                  on 2000/04/27  21:13:00
17169         Log: sync version numbers in File::Spec with the ones on CPAN
17170              (from Barrie Slaymaker)
17171      Branch: perl
17172            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17173            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17174            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17175 ____________________________________________________________________________
17176 [  5977] By: gsar                                  on 2000/04/27  21:07:29
17177         Log: autoquote barewords followed by newline and arrow properly
17178              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
17179      Branch: perl
17180            ! t/pragma/warn/toke toke.c
17181 ____________________________________________________________________________
17182 [  5976] By: gsar                                  on 2000/04/27  20:41:20
17183         Log: DB_File v1.73 update (from Paul Marquess)
17184      Branch: perl
17185            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17186            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17187 ____________________________________________________________________________
17188 [  5975] By: gsar                                  on 2000/04/27  20:34:24
17189         Log: allow sort() reentrancy (variant of patch suggested by
17190              Hugo van der Sanden)
17191      Branch: perl
17192            ! pp_ctl.c t/op/sort.t
17193 ____________________________________________________________________________
17194 [  5974] By: gsar                                  on 2000/04/27  19:46:57
17195         Log: change#4197 somehow missed initializing PL_errors, meaning
17196              sytax error queueing wasn't working outside eval"" at all;
17197              also fixed eval"" to localize PL_error_count, so that compile-time
17198              eval's don't clobber the error state of the outer context
17199      Branch: perl
17200            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
17201            ! t/pragma/warn/toke
17202 ____________________________________________________________________________
17203 [  5973] By: gsar                                  on 2000/04/27  18:29:05
17204         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
17205      Branch: perl
17206            ! regcomp.c regexec.c t/op/re_tests
17207 ____________________________________________________________________________
17208 [  5972] By: jhi                                   on 2000/04/27  18:22:41
17209         Log: Integrate with Sarathy.
17210      Branch: cfgperl
17211           +> t/lib/b.t t/lib/syslog.t
17212           !> (integrate 31 files)
17213 ____________________________________________________________________________
17214 [  5971] By: jhi                                   on 2000/04/27  18:18:46
17215         Log: Unicos tweaks from Mark P. Lutz.
17216      Branch: cfgperl
17217            ! hints/unicos.sh lib/Math/Complex.pm
17218 ____________________________________________________________________________
17219 [  5970] By: gsar                                  on 2000/04/27  18:05:11
17220         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
17221              IV is >32bits
17222      Branch: perl
17223            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
17224 ____________________________________________________________________________
17225 [  5969] By: gsar                                  on 2000/04/27  17:50:56
17226         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
17227      Branch: perl
17228            + t/lib/syslog.t
17229            ! MANIFEST ext/Sys/Syslog/Syslog.pm
17230 ____________________________________________________________________________
17231 [  5968] By: gsar                                  on 2000/04/27  17:44:49
17232         Log: tolerate spaces in group names in test on solaris (from David Boyce
17233              <dsb@boyski.com>)
17234      Branch: perl
17235            ! t/op/groups.t
17236 ____________________________________________________________________________
17237 [  5967] By: gsar                                  on 2000/04/27  17:41:22
17238         Log: improved docs on the warn_uninit diagnostic (from David Glasser
17239              and Simon Cozens)
17240      Branch: perl
17241            ! pod/perldiag.pod
17242 ____________________________________________________________________________
17243 [  5966] By: gsar                                  on 2000/04/27  16:54:58
17244         Log: add testsuite for B backends, fix bug in B::Deparse (from
17245              Simon Cozens <simon@brecon.co.uk>)
17246      Branch: perl
17247            + t/lib/b.t
17248            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
17249 ____________________________________________________________________________
17250 [  5965] By: gsar                                  on 2000/04/27  16:10:37
17251         Log: avoid "will not stay shared" warnings for our variables (from
17252              Robin Barker)
17253      Branch: perl
17254            ! op.c t/pragma/warn/op
17255 ____________________________________________________________________________
17256 [  5964] By: gsar                                  on 2000/04/27  07:05:05
17257         Log: reformat to 72 columns (again)
17258      Branch: perl
17259            ! pod/perldiag.pod
17260 ____________________________________________________________________________
17261 [  5963] By: gsar                                  on 2000/04/27  06:28:31
17262         Log: patch from Larry to make (\&) prototype work; added tests for
17263              the same
17264      Branch: perl
17265            ! op.c t/comp/proto.t
17266 ____________________________________________________________________________
17267 [  5962] By: gsar                                  on 2000/04/27  06:15:47
17268         Log: updated README.hpux (from Jeff Okamoto)
17269      Branch: perl
17270            ! README.hpux
17271 ____________________________________________________________________________
17272 [  5961] By: gsar                                  on 2000/04/27  05:55:03
17273         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
17274      Branch: perl
17275            ! emacs/cperl-mode.el
17276 ____________________________________________________________________________
17277 [  5960] By: gsar                                  on 2000/04/27  05:49:26
17278         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
17279      Branch: perl
17280            ! INSTALL
17281 ____________________________________________________________________________
17282 [  5959] By: gsar                                  on 2000/04/27  05:33:41
17283         Log: doubled words in pods (from Simon Cozens
17284              <simon.p.cozens@jp.pwcglobal.com>)
17285      Branch: perl
17286            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
17287            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
17288            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
17289            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
17290            ! pod/perltootc.pod
17291 ____________________________________________________________________________
17292 [  5958] By: gsar                                  on 2000/04/27  05:11:39
17293         Log: change#3569 deleted some essential code, revert; avoid use of
17294              atexit() to make DynaLoader work properly on AIX under mod_perl
17295              (from Jens-Uwe Mager <jum@helios.de>)
17296      Branch: perl
17297            ! ext/DynaLoader/dl_aix.xs
17298 ____________________________________________________________________________
17299 [  5957] By: gsar                                  on 2000/04/27  04:54:51
17300         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
17301      Branch: perl
17302            ! pod/perlmod.pod
17303 ____________________________________________________________________________
17304 [  5956] By: gsar                                  on 2000/04/27  04:51:47
17305         Log: better diagnostics on failed tests (from Ilya Zakharevich)
17306      Branch: perl
17307            ! t/op/lex_assign.t
17308 ____________________________________________________________________________
17309 [  5955] By: gsar                                  on 2000/04/27  04:26:44
17310         Log: longstanding bug exposed by change#3307: sort arguments weren't
17311              compiled with the right wantarray context (ensuing runtime lookup
17312              via block_gimme() was getting the incidental context of the
17313              sort() itself)
17314      Branch: perl
17315            ! op.c t/op/sort.t
17316 ____________________________________________________________________________
17317 [  5954] By: gsar                                  on 2000/04/26  23:42:12
17318         Log: integrate cfgperl contents into mainline
17319      Branch: perl
17320           !> (integrate 30 files)
17321 ____________________________________________________________________________
17322 [  5953] By: jhi                                   on 2000/04/26  23:06:42
17323         Log: Integrate with Sarathy.
17324      Branch: cfgperl
17325           !> README.win32 ext/B/B/Deparse.pm
17326           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17327           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
17328           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
17329           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
17330           !> utils/perldoc.PL vms/perlvms.pod
17331 ____________________________________________________________________________
17332 [  5952] By: jhi                                   on 2000/04/26  23:03:46
17333         Log: Undo "use integer" addition from 64bitint as it seems
17334              to break most of the subtests in Digital UNIX;
17335              Unicos needs to find another way.
17336      Branch: cfgperl
17337            ! t/op/64bitint.t
17338 ____________________________________________________________________________
17339 [  5951] By: jhi                                   on 2000/04/26  22:57:53
17340         Log: Be more robust on "extreme" (large absolute value)
17341              arguments.  Originally reported by Daniel Connelly
17342              as a problem with asinh() on large negative arguments,
17343              asinh() used to bail out because an argument to log()
17344              ended up being zero.  Ilya Zakharevich proposed using
17345              Taylor's series in such cases, which for such large
17346              arguments is a very good approximation.
17347      Branch: cfgperl
17348            ! lib/Math/Complex.pm t/lib/complex.t
17349 ____________________________________________________________________________
17350 [  5950] By: gsar                                  on 2000/04/25  19:13:12
17351         Log: reformat perldiag to avoid long lines
17352      Branch: perl
17353            ! pod/perldiag.pod
17354 ____________________________________________________________________________
17355 [  5949] By: gsar                                  on 2000/04/25  18:41:11
17356         Log: make perldoc use the pod2man from the same version (from
17357              M.J.T. Guy)
17358      Branch: perl
17359            ! utils/perldoc.PL
17360 ____________________________________________________________________________
17361 [  5948] By: gsar                                  on 2000/04/25  18:21:57
17362         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
17363              <kompas@kompas.usr.onet.pl>)
17364      Branch: perl
17365            ! lib/vars.pm
17366 ____________________________________________________________________________
17367 [  5947] By: gsar                                  on 2000/04/25  18:11:53
17368         Log: use &dl_error rather than &dl_load_file as the guard for calling
17369              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
17370              statically built perl)
17371      Branch: perl
17372            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17373 ____________________________________________________________________________
17374 [  5946] By: jhi                                   on 2000/04/25  17:37:54
17375         Log: Document that tr() is not tr(1).
17376      Branch: cfgperl
17377            ! pod/perlop.pod
17378 ____________________________________________________________________________
17379 [  5945] By: gsar                                  on 2000/04/25  16:34:33
17380         Log: make module name mandatory after -M switch; reorder perldiag
17381              alphabetically (from Mark-Jason Dominus)
17382      Branch: perl
17383            ! perl.c pod/perldiag.pod
17384 ____________________________________________________________________________
17385 [  5944] By: jhi                                   on 2000/04/25  01:15:18
17386         Log: On second thoughts frexp() does have two arguments.
17387      Branch: cfgperl
17388            ! perl.h
17389 ____________________________________________________________________________
17390 [  5943] By: jhi                                   on 2000/04/24  22:56:32
17391         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
17392              Now pp_ncmp() returns undef is either operand is a NaN.
17393      Branch: cfgperl
17394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17395            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
17396            ! vms/subconfigure.com vos/config.def vos/config.h
17397            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
17398            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17399            ! win32/config_H.vc
17400      Branch: metaconfig/U/perl
17401            + d_modfl.U
17402 ____________________________________________________________________________
17403 [  5942] By: jhi                                   on 2000/04/24  19:45:17
17404         Log: Regen Configure to match #5937.
17405      Branch: cfgperl
17406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17407            ! config_h.SH
17408      Branch: metaconfig
17409            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
17410 ____________________________________________________________________________
17411 [  5941] By: jhi                                   on 2000/04/24  19:24:11
17412         Log: Further Unicos fixes for Mark Lutz.
17413      Branch: cfgperl
17414            ! hints/unicos.sh pp_ctl.c
17415 ____________________________________________________________________________
17416 [  5940] By: jhi                                   on 2000/04/24  19:09:06
17417         Log: Various Unicos 10.0.0.6 fixes.
17418              
17419              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
17420              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
17421              Reply-To: tecmpl1@triton.ca.boeing.com 
17422              To: perl5-porters@perl.org 
17423              Date: Fri, 14 Apr 2000 20:21:00 GMT 
17424              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
17425      Branch: cfgperl
17426            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
17427 ____________________________________________________________________________
17428 [  5939] By: gsar                                  on 2000/04/24  19:01:24
17429         Log: more pod nits (from Larry Virden)
17430      Branch: perl
17431            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
17432            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
17433            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
17434 ____________________________________________________________________________
17435 [  5938] By: gsar                                  on 2000/04/24  18:54:01
17436         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
17437      Branch: perl
17438            ! ext/B/B/Deparse.pm
17439 ____________________________________________________________________________
17440 [  5937] By: jhi                                   on 2000/04/24  17:39:00
17441         Log: Integrate with Sarathy.
17442      Branch: cfgperl
17443           +> (branch 31 files)
17444           !> (integrate 73 files)
17445 ____________________________________________________________________________
17446 [  5936] By: gsar                                  on 2000/04/24  17:30:06
17447         Log: additional tests for change#5934 (from Paul Marquess, who also
17448              sent in the same fix)
17449      Branch: perl
17450            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
17451            ! t/pragma/warn/5nolint t/pragma/warn/6default
17452 ____________________________________________________________________________
17453 [  5935] By: jhi                                   on 2000/04/24  17:26:05
17454         Log: Do not assume sign propagation.
17455              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
17456              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
17457              To: payner@ncifcrf.gov, perl5-porters@perl.org 
17458              Date: Tue, 18 Apr 2000 18:24:49 +0100 
17459              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
17460      Branch: cfgperl
17461            ! t/op/bop.t t/op/misc.t
17462 ____________________________________________________________________________
17463 [  5934] By: gsar                                  on 2000/04/24  17:16:54
17464         Log: propagate lexical warnings from surrounding scope correctly
17465              within string eval()
17466      Branch: perl
17467            ! pp_ctl.c t/pragma/warn/pp_ctl
17468 ____________________________________________________________________________
17469 [  5933] By: jhi                                   on 2000/04/24  17:01:07
17470         Log: Flatten the cpp jungle doing the nosuid checking.
17471      Branch: cfgperl
17472            ! perl.c
17473 ____________________________________________________________________________
17474 [  5932] By: gsar                                  on 2000/04/24  09:08:14
17475         Log: add rsignal(), whichsig() and do_join() to public API list
17476              (mod_perl uses them to good advantage)
17477      Branch: perl
17478            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
17479 ____________________________________________________________________________
17480 [  5931] By: gsar                                  on 2000/04/24  09:01:40
17481         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
17482      Branch: perl
17483            ! pp_hot.c regexec.c t/op/pat.t
17484 ____________________________________________________________________________
17485 [  5930] By: gsar                                  on 2000/04/24  08:58:33
17486         Log: small os390 tweaks (from Peter Prymmer)
17487      Branch: perl
17488            ! config_h.SH makedepend.SH
17489 ____________________________________________________________________________
17490 [  5929] By: gsar                                  on 2000/04/24  08:55:25
17491         Log: pod nits
17492      Branch: perl
17493            ! pod/perlguts.pod
17494 ____________________________________________________________________________
17495 [  5928] By: gsar                                  on 2000/04/24  08:50:13
17496         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
17497      Branch: perl
17498            ! ext/IO/lib/IO/Poll.pm
17499 ____________________________________________________________________________
17500 [  5927] By: gsar                                  on 2000/04/24  08:43:24
17501         Log: arrange for next() to resume at the unstack op rather than the
17502              loop conditional, so that scope cleanup happens correctly
17503              (from Stephen McCamant)
17504      Branch: perl
17505            ! op.c pp_ctl.c t/op/misc.t
17506 ____________________________________________________________________________
17507 [  5926] By: gsar                                  on 2000/04/24  08:18:40
17508         Log: on windows, reserve 16M of stack rather than 128M (allows more
17509              threads to run concurrently)
17510      Branch: perl
17511            ! win32/Makefile win32/makefile.mk
17512 ____________________________________________________________________________
17513 [  5925] By: gsar                                  on 2000/04/24  08:13:52
17514         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
17515      Branch: perl
17516            ! toke.c
17517 ____________________________________________________________________________
17518 [  5924] By: gsar                                  on 2000/04/24  08:08:59
17519         Log: avoid using uninitialized memory in require version check
17520      Branch: perl
17521            ! pp_ctl.c universal.c
17522 ____________________________________________________________________________
17523 [  5923] By: gsar                                  on 2000/04/24  07:20:14
17524         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
17525      Branch: perl
17526            ! ext/IO/lib/IO/Poll.pm
17527 ____________________________________________________________________________
17528 [  5922] By: gsar                                  on 2000/04/24  07:08:42
17529         Log: commentary about IoTYPE() (from Nathan Torkington)
17530      Branch: perl
17531            ! sv.h
17532 ____________________________________________________________________________
17533 [  5921] By: gsar                                  on 2000/04/24  06:58:26
17534         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
17535              by fix
17536      Branch: perl
17537            ! sv.c t/lib/charnames.t t/pragma/utf8.t
17538 ____________________________________________________________________________
17539 [  5920] By: gsar                                  on 2000/04/24  06:37:59
17540         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
17541      Branch: perl
17542            ! doop.c t/op/ver.t
17543 ____________________________________________________________________________
17544 [  5919] By: gsar                                  on 2000/04/24  06:21:58
17545         Log: Configure might miss old directories when prefix must be
17546              expanded (from Robin Barker)
17547      Branch: metaconfig
17548            ! U/installdirs/inc_version_list.U
17549      Branch: perl
17550            ! Configure
17551 ____________________________________________________________________________
17552 [  5918] By: gsar                                  on 2000/04/24  06:16:11
17553         Log: VMS nits in glob() test (from Charles Lane)
17554      Branch: perl
17555            ! t/lib/glob-basic.t
17556 ____________________________________________________________________________
17557 [  5917] By: gsar                                  on 2000/04/24  06:11:56
17558         Log: various pod nits (from Larry Virden and others)
17559      Branch: perl
17560            ! README.amiga README.hpux README.machten README.os2
17561            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
17562            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
17563            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
17564            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
17565            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
17566            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
17567            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
17568            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
17569 ____________________________________________________________________________
17570 [  5916] By: gsar                                  on 2000/04/24  05:52:43
17571         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
17572              <wjones@tc.fluke.com>)
17573      Branch: perl
17574            ! t/lib/glob-basic.t
17575 ____________________________________________________________________________
17576 [  5915] By: gsar                                  on 2000/04/24  05:07:01
17577         Log: supported platforms mixed up
17578      Branch: perl
17579            ! pod/perl56delta.pod pod/perlport.pod
17580 ____________________________________________________________________________
17581 [  5914] By: gsar                                  on 2000/04/24  04:56:08
17582         Log: caller() wasn't returning the right number of elements for
17583              eval {...}
17584      Branch: perl
17585            ! pp_ctl.c t/pragma/warn/9enabled
17586 ____________________________________________________________________________
17587 [  5913] By: gsar                                  on 2000/04/24  04:35:41
17588         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
17589              Mark-Jason Dominus)
17590      Branch: perl
17591            ! pod/perlfunc.pod
17592 ____________________________________________________________________________
17593 [  5912] By: gsar                                  on 2000/04/24  04:17:15
17594         Log: fix totally broken caching in UNIVERSAL::isa() (from
17595              Nick Ing-Simmons)
17596      Branch: perl
17597            ! t/op/universal.t universal.c
17598 ____________________________________________________________________________
17599 [  5911] By: gsar                                  on 2000/04/24  03:39:47
17600         Log: add linebreak properties from unicode/LineBrk.txt (from
17601              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
17602      Branch: perl
17603            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17604            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
17605            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
17606            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
17607            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
17608            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
17609            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
17610            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
17611            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
17612            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
17613            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
17614            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
17615            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
17616            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
17617            + lib/unicode/Is/LbrkZW.pl
17618            ! lib/unicode/mktables.PL
17619 ____________________________________________________________________________
17620 [  5910] By: gsar                                  on 2000/04/24  03:23:10
17621         Log: typo in pod
17622      Branch: perl
17623            ! ext/Thread/Thread.pm
17624 ____________________________________________________________________________
17625 [  5909] By: gsar                                  on 2000/04/24  03:22:03
17626         Log: mode argument to do_binmode() should be file mode, not boolean
17627      Branch: perl
17628            ! pp_sys.c
17629 ____________________________________________________________________________
17630 [  5908] By: gsar                                  on 2000/04/16  16:51:08
17631         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
17632              always returns a valid GV even when the symbol is trapped by strictures
17633              (avoids coredumps)
17634              
17635              TODO: the C<package;> hack needs similar treatment
17636      Branch: perl
17637            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
17638            ! t/pragma/strict-vars
17639 ____________________________________________________________________________
17640 [  5907] By: jhi                                   on 2000/03/31  23:42:56
17641         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
17642              an assumption which #5905 demolished.
17643      Branch: cfgperl
17644            ! pp_sys.c
17645 ____________________________________________________________________________
17646 [  5906] By: jhi                                   on 2000/03/31  18:54:37
17647         Log: Typo in #5905.
17648      Branch: cfgperl
17649            ! t/op/64bitint.t
17650 ____________________________________________________________________________
17651 [  5905] By: jhi                                   on 2000/03/31  18:50:54
17652         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
17653              reported by Joseph N. Hall.  The bug was that even with use64bitint
17654              one had to use the prefixes q, L, or ll with printf/sprintf,
17655              contrary to the documentation and common sense.
17656      Branch: cfgperl
17657            ! sv.c t/op/64bitint.t
17658 ____________________________________________________________________________
17659 [  5904] By: gsar                                  on 2000/03/28  02:31:32
17660         Log: add Changes, perldelta.pod
17661      Branch: perl
17662            + Changes pod/perldelta.pod
17663 ____________________________________________________________________________
17664 [  5903] By: gsar                                  on 2000/03/28  02:03:55
17665         Log: rename Changes and perldelta.pod
17666      Branch: perl
17667           +> Changes5.6 pod/perl56delta.pod
17668            - Changes pod/perldelta.pod
17669            ! MANIFEST
17670 ____________________________________________________________________________
17671 [  5902] By: gsar                                  on 2000/03/28  01:59:14
17672         Log: create maint-5.6 branch
17673      Branch: maint-5.6/perl
17674           +> (branch 1611 files)
17675 ____________________________________________________________________________
17676 [  5901] By: jhi                                   on 2000/03/23  05:48:43
17677         Log: Integrate with Sarathy.
17678      Branch: cfgperl
17679           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
17680 ____________________________________________________________________________
17681 [  5900] By: gsar                                  on 2000/03/23  05:42:43
17682         Log: three guesses on what this is :-)
17683      Branch: perl
17684            ! Changes