74ddf74ee8309244325a0cc888f404d4aea2a207
[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 [  8101] By: jhi                                   on 2000/12/13  16:53:41
36         Log: Move the proto of start_glob() to a better place; regen api files.
37      Branch: perl
38            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
39 ____________________________________________________________________________
40 [  8100] By: jhi                                   on 2000/12/13  16:47:11
41         Log: Metaconfig change for #8099.
42      Branch: metaconfig
43            ! U/modified/Head.U
44 ____________________________________________________________________________
45 [  8099] By: jhi                                   on 2000/12/13  16:46:48
46         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
47              From: Andy Dougherty <doughera@lafayette.edu>
48              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
49              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
50      Branch: perl
51            ! Configure
52 ____________________________________________________________________________
53 [  8098] By: jhi                                   on 2000/12/13  16:39:02
54         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
55              From: rspier@pobox.com (Robert Spier)
56              Date: Tue, 12 Dec 2000 21:12:39 -0500
57              Message-ID: <14902.56087.678086.725773@rls.cx>
58              
59              fastgetcwd is defined using a glob alias on a $^O dependent basis -
60              and there was no default assignment or perl subroutine.
61      Branch: perl
62            ! lib/Cwd.pm
63 ____________________________________________________________________________
64 [  8097] By: jhi                                   on 2000/12/13  16:16:01
65         Log: Subject: [PATCH] move startglob out of pp_hot.c
66              From: Nicholas Clark <nick@ccl4.org>
67              Date: Mon, 11 Dec 2000 23:16:39 +0000
68              Message-ID: <20001211231638.A55550@plum.flirble.org>
69      Branch: perl
70            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
71 ____________________________________________________________________________
72 [  8096] By: jhi                                   on 2000/12/13  15:26:23
73         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
74              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
75              Date: Wed, 13 Dec 2000 14:01:37 +0100
76              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
77              
78              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
79              in turn requires libpthread in libswanted.
80      Branch: perl
81            ! hints/hpux.sh
82 ____________________________________________________________________________
83 [  8095] By: jhi                                   on 2000/12/12  19:51:05
84         Log: The integration wars continue.
85      Branch: perl
86           !> sv.c
87 ____________________________________________________________________________
88 [  8094] By: jhi                                   on 2000/12/12  19:48:26
89         Log: Subject: [PATCH perl@8070] DB_File-1.74  
90              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
91              Date: Mon, 11 Dec 2000 23:07:17 -0000
92              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
93      Branch: perl
94            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
95            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
96            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
97            ! t/lib/db-recno.t
98 ____________________________________________________________________________
99 [  8093] By: nick                                  on 2000/12/12  19:42:13
100         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
101      Branch: perlio
102            ! sv.c
103           !> lib/File/DosGlob.pm
104 ____________________________________________________________________________
105 [  8092] By: jhi                                   on 2000/12/12  19:28:11
106         Log: Integrate perlio.
107      Branch: perl
108           !> sv.c
109 ____________________________________________________________________________
110 [  8091] By: nick                                  on 2000/12/12  18:49:45
111         Log: Fix for Tk, and upgrading shared SVs.
112      Branch: perlio
113            ! sv.c
114 ____________________________________________________________________________
115 [  8090] By: jhi                                   on 2000/12/12  16:48:59
116         Log: Subject: [PATCH] Re: Breadperl & Tk
117              From: Nick Ing-Simmons <nik@tiuk.ti.com>
118              Date: Tue, 12 Dec 2000 14:48:27 GMT
119              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
120      Branch: perl
121            ! sv.c
122 ____________________________________________________________________________
123 [  8089] By: jhi                                   on 2000/12/12  03:37:19
124         Log: Subject: DosGlob.pm diff for bash style brace expansion.
125              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
126              Date: Fri, 8 Dec 2000 10:45:30 -0600
127              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
128      Branch: perl
129            ! lib/File/DosGlob.pm
130 ____________________________________________________________________________
131 [  8088] By: nick                                  on 2000/12/11  23:59:59
132         Log: Integrate mainline
133      Branch: perlio
134           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
135           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
136           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
137           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
138           !> t/op/local.t t/pragma/warn/toke toke.c
139 ____________________________________________________________________________
140 [  8087] By: jhi                                   on 2000/12/11  23:20:23
141         Log: Integrate perlio.
142      Branch: perl
143           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
144 ____________________________________________________________________________
145 [  8086] By: jhi                                   on 2000/12/11  22:50:59
146         Log: Tune further the OS detection of CGI.
147      Branch: perl
148            ! lib/CGI.pm
149 ____________________________________________________________________________
150 [  8085] By: nick                                  on 2000/12/11  22:50:46
151         Log: Finish 1st pass of "encoding" layer e.g. :
152              open($fh,"<encoding(iso8859-7)",$greek) || die;
153      Branch: perlio
154            ! ext/Encode/Encode.xs perlio.c perliol.h
155 ____________________________________________________________________________
156 [  8084] By: jhi                                   on 2000/12/11  22:32:06
157         Log: Revert the -f ambiguousity patch, seems to cause
158              too much hassle (the interpret -Q as a function
159              where Q is not a known filetest part is left in).
160      Branch: perl
161            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
162            ! toke.c
163 ____________________________________________________________________________
164 [  8083] By: jhi                                   on 2000/12/11  22:27:23
165         Log: (accidentally empty check-in)
166      Branch: perl
167            ! lib/File/DosGlob.pm
168 ____________________________________________________________________________
169 [  8082] By: nick                                  on 2000/12/11  19:09:51
170         Log: Restore mmap function (broken by tweaks to shared buffer
171              layer for encode(xxxx)).
172      Branch: perlio
173            ! perlio.c
174 ____________________________________________________________________________
175 [  8081] By: jhi                                   on 2000/12/11  18:29:13
176         Log: Subject: Re: The long awaited feature ...
177              From: Simon Cozens <simon@cozens.net>
178              Date: Mon, 11 Dec 2000 15:54:24 +0000
179              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
180              
181              More io/utf8 tests.
182      Branch: perl
183            ! t/io/utf8.t
184 ____________________________________________________________________________
185 [  8080] By: jhi                                   on 2000/12/11  18:19:36
186         Log: Subject: PATCH MakeMaker manpage clarification
187              From: andreas.koenig@anima.de (Andreas J. Koenig)
188              Date: 10 Dec 2000 20:46:13 +0100
189              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
190      Branch: perl
191            ! lib/ExtUtils/MakeMaker.pm
192 ____________________________________________________________________________
193 [  8079] By: jhi                                   on 2000/12/11  15:35:07
194         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
195              From: Simon Cozens <simon@cozens.net>
196              Date: Sun, 10 Dec 2000 19:06:19 +0000
197              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
198      Branch: perl
199            ! ext/B/B/Deparse.pm t/lib/b.t
200 ____________________________________________________________________________
201 [  8078] By: jhi                                   on 2000/12/11  15:09:11
202         Log: Subject: [PATCH] docs on NaN
203              From: Nicholas Clark <nick@ccl4.org>
204              Date: Mon, 11 Dec 2000 01:48:38 +0000
205              Message-ID: <20001211014838.B99205@plum.flirble.org>
206      Branch: perl
207            ! pod/perlop.pod
208 ____________________________________________________________________________
209 [  8077] By: jhi                                   on 2000/12/11  15:02:21
210         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
211              From: Simon Cozens <simon@cozens.net>
212              Date: Mon, 11 Dec 2000 01:21:45 +0000
213              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
214      Branch: perl
215            ! pp.c pp_hot.c scope.c t/op/local.t
216 ____________________________________________________________________________
217 [  8076] By: nick                                  on 2000/12/10  20:43:32
218         Log: Not merge worthy...
219              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
220              syntax is modelled on attributes.
221              Untested fix for io/utf8 on Win32 etc.
222              Very clumsy start to the encode layer.
223      Branch: perlio
224            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
225 ____________________________________________________________________________
226 [  8075] By: jhi                                   on 2000/12/10  18:39:33
227         Log: Darwin is not Windows.
228      Branch: perl
229            ! lib/CGI.pm
230 ____________________________________________________________________________
231 [  8074] By: jhi                                   on 2000/12/10  18:31:27
232         Log: Subject: Ambiguous -%c() resolved as a file test
233              From: "Paul Marquess" <Paul.Marquess@openwave.com>
234              Date: Sun, 10 Dec 2000 15:35:07 -0000
235              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
236      Branch: perl
237            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
238 ____________________________________________________________________________
239 [  8073] By: jhi                                   on 2000/12/10  18:16:29
240         Log: Subject: PATCH installperl misinformed 
241              From: andreas.koenig@anima.de (Andreas J. Koenig)
242              Date: 10 Dec 2000 13:01:32 +0100 
243              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
244      Branch: perl
245            ! installperl
246 ____________________________________________________________________________
247 [  8072] By: jhi                                   on 2000/12/10  18:07:55
248         Log: The walkoptree confusion rages; walkoptree() seems to be coming
249              from B.xs, while walkoptree_slow() comes from B.pm.
250      Branch: perl
251            ! ext/B/B.pm
252 ____________________________________________________________________________
253 [  8071] By: nick                                  on 2000/12/10  11:45:47
254         Log: Integrate mainline
255      Branch: perlio
256           +> t/base/commonsense.t
257           !> (integrate 37 files)
258 ____________________________________________________________________________
259 [  8070] By: jhi                                   on 2000/12/10  04:46:21
260         Log: Update Changes.
261      Branch: perl
262            ! Changes patchlevel.h
263 ____________________________________________________________________________
264 [  8069] By: jhi                                   on 2000/12/10  04:39:19
265         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
266              From: andreas.koenig@anima.de (Andreas J. Koenig)
267              Date: 09 Dec 2000 17:14:25 +0100
268              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
269      Branch: perl
270            + t/base/commonsense.t
271            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
272 ____________________________________________________________________________
273 [  8068] By: jhi                                   on 2000/12/10  04:17:36
274         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
275              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
276              Date: Sat, 9 Dec 2000 16:47:22 -0000
277              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
278      Branch: perl
279            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
280            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
281            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
282            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
283            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
284            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
285            ! t/lib/sdbm.t
286 ____________________________________________________________________________
287 [  8067] By: jhi                                   on 2000/12/10  03:52:02
288         Log: Test case for #8066.
289      Branch: perl
290            ! t/op/misc.t
291 ____________________________________________________________________________
292 [  8066] By: jhi                                   on 2000/12/10  03:50:30
293         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
294              From: Simon Cozens <simon@cozens.net>
295              Date: Sun, 10 Dec 2000 00:55:37 +0000
296              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
297      Branch: perl
298            ! pp_sys.c
299 ____________________________________________________________________________
300 [  8065] By: jhi                                   on 2000/12/10  03:44:52
301         Log: Test case for #8064.
302      Branch: perl
303            ! t/comp/proto.t
304 ____________________________________________________________________________
305 [  8064] By: jhi                                   on 2000/12/10  03:42:32
306         Log: Subject: Re: prototype of substr
307              From: Simon Cozens <simon@cozens.net>
308              Date: Sun, 10 Dec 2000 00:13:33 +0000
309              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
310              
311              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
312      Branch: perl
313            ! pp.c
314 ____________________________________________________________________________
315 [  8063] By: jhi                                   on 2000/12/10  03:39:42
316         Log: Subject: [PATCH] perlguts.pod
317              From: Simon Cozens <simon@cozens.net>
318              Date: Sun, 10 Dec 2000 00:06:47 +0000
319              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
320              
321              Documentation of the different types of ops,
322              plus the functions in dump.c
323      Branch: perl
324            ! pod/perlguts.pod
325 ____________________________________________________________________________
326 [  8062] By: jhi                                   on 2000/12/10  03:30:04
327         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
328              From: Nicholas Clark <nick@talking.bollo.cx>
329              Date: Sat, 09 Dec 2000 18:57:25 +0000
330              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
331              
332              Be more robust in weird hostname setups.
333      Branch: perl
334            ! t/lib/net-hostent.t
335 ____________________________________________________________________________
336 [  8061] By: jhi                                   on 2000/12/10  03:28:21
337         Log: Pacify fussy compiler. 
338      Branch: perl
339            ! pp_sys.c
340 ____________________________________________________________________________
341 [  8060] By: jhi                                   on 2000/12/10  02:52:46
342         Log: Integrate perlio.
343      Branch: perl
344           !> pp_sys.c t/io/utf8.t
345 ____________________________________________________________________________
346 [  8059] By: nick                                  on 2000/12/09  23:40:14
347         Log: read/sysread/recv should now be utf8 aware.
348              Basic test for utf8 read.
349      Branch: perlio
350            ! pp_sys.c t/io/utf8.t
351 ____________________________________________________________________________
352 [  8058] By: jhi                                   on 2000/12/09  21:56:02
353         Log: Integrate perlio.
354      Branch: perl
355           +> t/io/utf8.t
356           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
357 ____________________________________________________________________________
358 [  8057] By: jhi                                   on 2000/12/09  21:53:35
359         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
360              From: Inaba Hiroto <inaba@st.rim.or.jp>
361              Date: Sun, 10 Dec 2000 05:53:21 +0900
362              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
363              
364              Tests for #8056.
365      Branch: perl
366            ! t/op/each.t
367 ____________________________________________________________________________
368 [  8056] By: jhi                                   on 2000/12/09  21:51:16
369         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
370              From: Inaba Hiroto <inaba@st.rim.or.jp>
371              Date: Sat, 09 Dec 2000 18:02:00 +0900
372              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
373              
374              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
375      Branch: perl
376            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
377 ____________________________________________________________________________
378 [  8055] By: nick                                  on 2000/12/09  20:11:48
379         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
380              than raw PerlIO_write() - does not seem to break any tests.
381      Branch: perlio
382            ! pp_sys.c
383 ____________________________________________________________________________
384 [  8054] By: nick                                  on 2000/12/09  19:47:30
385         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
386              (sysread, recv and write i.e. formats still to do...)
387              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
388              open($fh,">:utf8","name")
389              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
390              so no extra overhead is involved.
391              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
392              to a non-utf8 stream.
393              Add initial io/utf8.t
394              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
395              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
396              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
397      Branch: perlio
398            + t/io/utf8.t
399            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
400 ____________________________________________________________________________
401 [  8053] By: nick                                  on 2000/12/09  19:26:37
402         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
403              was only testing this_utf8.
404      Branch: perlio
405            ! toke.c
406 ____________________________________________________________________________
407 [  8052] By: nick                                  on 2000/12/09  19:09:41
408         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
409              i.e. the output string has one, but don't mess with source assumption.
410      Branch: perlio
411            ! toke.c
412 ____________________________________________________________________________
413 [  8051] By: jhi                                   on 2000/12/09  16:55:17
414         Log: Integrate perlio.
415      Branch: perl
416           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
417           !> sv.c thrdvar.h util.c
418 ____________________________________________________________________________
419 [  8050] By: jhi                                   on 2000/12/09  16:48:07
420         Log: Nits noticed by Peter Prymmer.
421      Branch: perl
422            ! lib/ExtUtils/MM_VMS.pm
423 ____________________________________________________________________________
424 [  8049] By: nick                                  on 2000/12/09  13:49:40
425         Log: UTF8 output prework.
426              - Store $\ and $, as SVs so they can have SvUTF8 flag
427              - use do_print() rather than raw PerlIO_write() to print them.
428      Branch: perlio
429            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
430            ! thrdvar.h util.c
431 ____________________________________________________________________________
432 [  8048] By: nick                                  on 2000/12/09  12:30:43
433         Log: Integrate mainline.
434      Branch: perlio
435           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
436           +> t/op/reverse.t
437           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
438           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
439           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
440           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
441           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
442           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
443 ____________________________________________________________________________
444 [  8047] By: jhi                                   on 2000/12/09  00:23:27
445         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
446              From: Michael G Schwern <schwern@pobox.com>
447              Date: Fri, 8 Dec 2000 14:43:04 -0600
448      Branch: perl
449            ! lib/ExtUtils/MM_VMS.pm
450 ____________________________________________________________________________
451 [  8046] By: jhi                                   on 2000/12/08  23:10:27
452         Log: A missed check-in.
453      Branch: perl
454            ! lib/ExtUtils/Manifest.pm
455 ____________________________________________________________________________
456 [  8045] By: jhi                                   on 2000/12/08  21:57:12
457         Log: (null check-in)
458      Branch: perl
459            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
460 ____________________________________________________________________________
461 [  8044] By: jhi                                   on 2000/12/08  21:11:06
462         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
463              at the final draft stage.
464      Branch: perl
465            + ext/Encode/Encode/iso8859-16.enc
466            ! MANIFEST
467 ____________________________________________________________________________
468 [  8043] By: jhi                                   on 2000/12/08  16:39:04
469         Log: Update Changes.
470      Branch: perl
471            ! Changes patchlevel.h
472 ____________________________________________________________________________
473 [  8042] By: jhi                                   on 2000/12/08  16:33:39
474         Log: Do not return the Unicode replacement character if UTF-8
475              decoding goes awry, it should be up to the caller to decide.
476      Branch: perl
477            ! pod/perlapi.pod utf8.c
478 ____________________________________________________________________________
479 [  8041] By: jhi                                   on 2000/12/08  16:22:28
480         Log: metaconfig maintenance.
481      Branch: metaconfig
482            ! U/modified/stdchar.U
483      Branch: metaconfig/U/perl
484            + testsyml.U
485 ____________________________________________________________________________
486 [  8040] By: jhi                                   on 2000/12/08  16:03:08
487         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
488              From: sthoenna@efn.org
489              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
490              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
491      Branch: perl
492            ! Changes lib/ExtUtils/MM_OS2.pm
493 ____________________________________________________________________________
494 [  8039] By: jhi                                   on 2000/12/08  15:57:11
495         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
496              From: Simon Cozens <simon@cozens.net>
497              Date: Fri, 8 Dec 2000 13:33:31 +0000
498              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
499              
500              (The pp_hot part needed a rewrite.)
501      Branch: perl
502            ! doop.c pp_hot.c utf8.c
503 ____________________________________________________________________________
504 [  8038] By: jhi                                   on 2000/12/08  15:25:08
505         Log: Subject: djSP
506              From: Michael Stevens <michael@etla.org>
507              Date: Wed, 6 Dec 2000 23:24:01 +0000
508              Message-ID: <20001206232400.A21381@firedrake.org>
509              
510              Plus a note from Nick Ing-Simmons.
511      Branch: perl
512            ! pp.h
513 ____________________________________________________________________________
514 [  8037] By: jhi                                   on 2000/12/08  15:18:35
515         Log: Filetype is text.
516      Branch: perl
517            ! t/op/utf8decode.t
518 ____________________________________________________________________________
519 [  8036] By: jhi                                   on 2000/12/08  03:31:27
520         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
521              From: Andy Dougherty <doughera@lafayette.edu>
522              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
523              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
524              
525              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
526              From: Andy Dougherty <doughera@lafayette.edu>
527              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
528              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
529      Branch: perl
530            + ext/POSIX/hints/svr4.pl
531            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
532 ____________________________________________________________________________
533 [  8035] By: jhi                                   on 2000/12/08  03:26:01
534         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
535              From: Andy Dougherty <doughera@lafayette.edu>
536              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
537              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
538      Branch: perl
539            ! t/README t/base/term.t
540 ____________________________________________________________________________
541 [  8034] By: jhi                                   on 2000/12/08  03:21:59
542         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
543              From: mjd@plover.com  
544              Date: 7 Dec 2000 21:04:20 -0000
545              Message-ID: <20001207210420.22282.qmail@plover.com>
546              
547              Plus -z doc.
548      Branch: perl
549            ! pod/perlfunc.pod
550 ____________________________________________________________________________
551 [  8033] By: jhi                                   on 2000/12/08  03:19:03
552         Log: Use the UTF8 macros a bit.  They can't be used with abandon
553              everywhere because we do generate illegal UTF-8 in some situations.
554              This is of course naughty.
555      Branch: perl
556            ! pod/perlapi.pod utf8.c utf8.h
557 ____________________________________________________________________________
558 [  8032] By: jhi                                   on 2000/12/08  03:00:09
559         Log: Out of sync?
560      Branch: perl
561            ! t/pragma/warn/utf8
562 ____________________________________________________________________________
563 [  8031] By: jhi                                   on 2000/12/08  02:22:39
564         Log: Cnt spl.
565      Branch: perl
566            ! MANIFEST
567 ____________________________________________________________________________
568 [  8030] By: jhi                                   on 2000/12/08  01:23:54
569         Log: Add test for reverse().
570      Branch: perl
571            + t/op/reverse.t
572            ! MANIFEST
573 ____________________________________________________________________________
574 [  8029] By: jhi                                   on 2000/12/08  01:21:47
575         Log: Integrate perlio.
576      Branch: perl
577           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
578           !> perlio.c perlio.h perlsdio.h warnings.pl
579 ____________________________________________________________________________
580 [  8028] By: jhi                                   on 2000/12/08  01:19:08
581         Log: Introduce macros for UTF8 decoding.
582      Branch: perl
583            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
584 ____________________________________________________________________________
585 [  8027] By: nick                                  on 2000/12/07  22:18:19
586         Log: Integrate mainline
587      Branch: perlio
588           !> embed.pl pod/perlapi.pod utf8.c
589 ____________________________________________________________________________
590 [  8026] By: nick                                  on 2000/12/07  21:45:08
591         Log: Various oddities p4 diff -se showed up
592              Remove 'our' from warnings.pl
593      Branch: perlio
594            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
595 ____________________________________________________________________________
596 [  8025] By: nick                                  on 2000/12/07  21:43:32
597         Log: Change PerlIO_(get|set)pos to take SV *
598              Should fix, OS/2, VMS, (sfio??)
599      Branch: perlio
600            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
601 ____________________________________________________________________________
602 [  8024] By: jhi                                   on 2000/12/07  19:05:32
603         Log: Document utf8_to_uv() better.
604      Branch: perl
605            ! pod/perlapi.pod utf8.c
606 ____________________________________________________________________________
607 [  8023] By: jhi                                   on 2000/12/07  18:23:47
608         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
609      Branch: perl
610            ! embed.pl pod/perlapi.pod utf8.c
611 ____________________________________________________________________________
612 [  8022] By: jhi                                   on 2000/12/07  04:13:51
613         Log: Integrate perlio.
614      Branch: perl
615           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
616           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
617           !> win32/makefile.mk
618 ____________________________________________________________________________
619 [  8021] By: nick                                  on 2000/12/07  00:28:14
620         Log: Various attempts at MSVC debug - not sure what has
621              changed but works now. 
622              Seems atexit() _may_ work for DLLs built with MSVC so don't
623              call cleanup that way.
624      Branch: perlio
625            ! perlio.c win32/makefile.mk
626 ____________________________________________________________________________
627 [  8020] By: nick                                  on 2000/12/06  19:57:20
628         Log: Integrate mainline
629      Branch: perlio
630           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
631           !> (integrate 75 files)
632 ____________________________________________________________________________
633 [  8019] By: nick                                  on 2000/12/06  19:28:21
634         Log: Add useperlio to config.vc
635              Turn off binmode in config_H.PL
636              Regen all the config_H.xx
637              Attempt to get debugging build with MSVC.
638      Branch: perlio
639            ! win32/config.vc win32/config_H.bc win32/config_H.gc
640            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
641 ____________________________________________________________________________
642 [  8018] By: nick                                  on 2000/12/06  19:21:57
643         Log: Test various dup/external program options on all platforms.
644      Branch: perlio
645            ! t/io/dup.t
646 ____________________________________________________________________________
647 [  8017] By: nick                                  on 2000/12/06  19:20:47
648         Log: Fix harness to be less picky
649      Branch: perlio
650            ! lib/Test/Harness.pm
651 ____________________________________________________________________________
652 [  8016] By: jhi                                   on 2000/12/06  16:45:12
653         Log: Update Changes.
654      Branch: perl
655            ! Changes patchlevel.h
656 ____________________________________________________________________________
657 [  8015] By: jhi                                   on 2000/12/06  16:41:03
658         Log: Test \x{...} with ord().
659      Branch: perl
660            ! t/op/ord.t
661 ____________________________________________________________________________
662 [  8014] By: jhi                                   on 2000/12/06  16:20:33
663         Log: Test tweak because of #8013.
664      Branch: perl
665            ! t/lib/b.t
666 ____________________________________________________________________________
667 [  8013] By: jhi                                   on 2000/12/06  16:09:09
668         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
669              From: Michael G Schwern <schwern@pobox.com>
670              Date: Tue, 5 Dec 2000 21:23:28 -0500
671              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
672              
673              Carp::Heavy parts not very applicable because of recent changes.
674      Branch: perl
675            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
676            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
677            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
678            ! lib/Exporter.pm lib/Exporter/Heavy.pm
679            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
680            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
681            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
682            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
683            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
684            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
685            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
686            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
687            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
688            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
689            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
690            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
691            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
692            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
693            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
694            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
695            ! warnings.pl
696 ____________________________________________________________________________
697 [  8012] By: jhi                                   on 2000/12/06  15:22:38
698         Log: Subject: [PATCH] Re: New harness is failing things
699              From: Nick Ing-Simmons <nik@tiuk.ti.com>
700              Date: Wed, 6 Dec 2000 13:00:30 GMT
701              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
702      Branch: perl
703            ! lib/Test/Harness.pm
704 ____________________________________________________________________________
705 [  8011] By: jhi                                   on 2000/12/06  15:12:08
706         Log: Subject: installhtml changes
707              From: Michael Stevens <michael@etla.org>
708              Date: Wed, 6 Dec 2000 13:15:53 +0000
709              Message-ID: <20001206131553.A27317@firedrake.org>
710      Branch: perl
711            ! installhtml
712 ____________________________________________________________________________
713 [  8010] By: jhi                                   on 2000/12/06  15:06:05
714         Log: Subject: the dTHR hits
715              From: Michael Stevens <michael@etla.org>
716              Date: Wed, 6 Dec 2000 12:06:03 +0000
717              Message-ID: <20001206120603.A24581@firedrake.org>
718              
719              More, errrm, less dTHRs.
720      Branch: perl
721            ! bytecode.pl ext/B/B/C.pm
722 ____________________________________________________________________________
723 [  8009] By: jhi                                   on 2000/12/06  15:04:25
724         Log: Subject: MakeMaker mailing list gone?
725              From: Michael G Schwern <schwern@pobox.com>
726              Date: Tue, 5 Dec 2000 19:29:59 -0500
727              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
728              
729              The MakeMaker mailing list is dead, perlbug is the right
730              address to report bugs.
731      Branch: perl
732            ! lib/ExtUtils/MakeMaker.pm
733 ____________________________________________________________________________
734 [  8008] By: jhi                                   on 2000/12/06  15:00:32
735         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
736              From: Michael G Schwern <schwern@pobox.com>
737              Date: Tue, 5 Dec 2000 19:21:21 -0500
738              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
739              
740              Add a default MANIFEST skip that ignores things like
741              version control files, editor temporary files, and the Makefile.
742      Branch: perl
743            + lib/ExtUtils/MANIFEST.SKIP
744            ! MANIFEST lib/ExtUtils/Manifest.pm
745 ____________________________________________________________________________
746 [  8007] By: jhi                                   on 2000/12/06  14:57:20
747         Log: In Amiga more manual hackery of the scripts seems to be needed,
748              from Jan-Erik Karlsson.  Why Configure does not get this right
749              is unknown, may be shell-induced.
750      Branch: perl
751            ! README.amiga
752 ____________________________________________________________________________
753 [  8006] By: jhi                                   on 2000/12/05  23:53:12
754         Log: Add TOPm1s to peek at the second topmost stack item.
755      Branch: perl
756            ! pp.h
757 ____________________________________________________________________________
758 [  8005] By: jhi                                   on 2000/12/05  23:13:55
759         Log: Avaunt, you foul UTF-8 tests.
760      Branch: perl
761            ! t/op/ver.t t/pragma/utf8.t
762 ____________________________________________________________________________
763 [  8004] By: jhi                                   on 2000/12/05  23:09:54
764         Log: Continue utf8 dispersal. 
765      Branch: perl
766            + t/op/concat.t
767            ! MANIFEST t/pragma/utf8.t
768 ____________________________________________________________________________
769 [  8003] By: nick                                  on 2000/12/05  23:02:39
770         Log: Integrate mainline.
771      Branch: perlio
772           +> t/op/length.t t/op/utf8decode.t
773           !> (integrate 69 files)
774 ____________________________________________________________________________
775 [  8002] By: jhi                                   on 2000/12/05  22:59:28
776         Log: Integrate perlio.
777      Branch: perl
778           !> iperlsys.h perl.c perlio.c win32/perllib.c
779 ____________________________________________________________________________
780 [  8001] By: nick                                  on 2000/12/05  22:07:52
781         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
782              - calloc/free suffer from damage on TerminateThread()
783              - use PerlMemShared (as originally planned) now fixed
784              - avoid doing anything important on DLL "detach".
785      Branch: perlio
786            ! perl.c perlio.c win32/perllib.c
787 ____________________________________________________________________________
788 [  8000] By: nick                                  on 2000/12/05  21:05:09
789         Log: Fix gross PerlMemShared issue.
790      Branch: perlio
791            ! iperlsys.h
792 ____________________________________________________________________________
793 [  7999] By: jhi                                   on 2000/12/05  20:46:58
794         Log: Test for Unicode (UTF-8) hash keys.
795      Branch: perl
796            ! t/op/each.t
797 ____________________________________________________________________________
798 [  7998] By: jhi                                   on 2000/12/05  20:30:35
799         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
800              is now always UTF-8), empty line cosmetics.
801      Branch: perl
802            ! t/pragma/utf8.t
803 ____________________________________________________________________________
804 [  7997] By: jhi                                   on 2000/12/05  20:15:40
805         Log: Subject: Re: STRLEN - what?
806              From: Andy Dougherty <doughera@lafayette.edu>
807              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
808              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
809              
810              Explain STRLEN.
811      Branch: perl
812            ! pod/perlguts.pod
813 ____________________________________________________________________________
814 [  7996] By: jhi                                   on 2000/12/05  20:13:34
815         Log: Split off the UTF-8 decoder tests, make them to check also
816              the error message.
817      Branch: perl
818            + t/op/utf8decode.t
819            ! MANIFEST t/pragma/utf8.t utf8.c
820 ____________________________________________________________________________
821 [  7995] By: jhi                                   on 2000/12/05  16:39:47
822         Log: Start migrating bits of pragma/utf8 to elsewhere
823              (since the long term plan is to obsolete 'use utf8').
824      Branch: perl
825            + t/op/length.t
826            ! MANIFEST t/pragma/utf8.t
827 ____________________________________________________________________________
828 [  7994] By: jhi                                   on 2000/12/05  16:30:21
829         Log: Fix a manual edit typo from #7993, fix the message formatting
830              for Unicode, add few our declarations.
831      Branch: perl
832            ! lib/Carp/Heavy.pm
833 ____________________________________________________________________________
834 [  7993] By: jhi                                   on 2000/12/05  16:09:15
835         Log: Subject: Need help with warnings :-(
836              From: "Ben Tilly" <ben_tilly@hotmail.com>
837              Date: Tue, 05 Dec 2000 01:35:54 -0500
838              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
839              
840              Subject: UPDATE: Carp/Heavy now passes all tests
841              From: "Ben Tilly" <ben_tilly@hotmail.com>
842              Date: Tue, 05 Dec 2000 07:59:41 -0500
843              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
844              
845              The Brave New Carp.
846      Branch: perl
847            ! lib/Carp.pm lib/Carp/Heavy.pm
848 ____________________________________________________________________________
849 [  7992] By: jhi                                   on 2000/12/05  15:55:08
850         Log: Subject: [PATCH perl@7979] cygwin port
851              From: "Eric Fifer" <efifer@dircon.co.uk>
852              Date: Tue, 5 Dec 2000 14:04:09 -0000
853              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
854      Branch: perl
855            ! t/lib/net-hostent.t
856 ____________________________________________________________________________
857 [  7991] By: jhi                                   on 2000/12/05  15:52:34
858         Log: Subject: Re: [PATCH] The largest hoax of all times?
859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
860              Date: Tue, 5 Dec 2000 00:40:25 -0500
861              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
862              
863              Subject: Re: [PATCH] The largest hoax of all times?
864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
865              Date: Mon, 4 Dec 2000 23:55:53 -0500
866              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
867              
868              Subject: Re: [PATCH] The largest hoax of all times?
869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
870              Date: Tue, 5 Dec 2000 01:28:45 -0500
871              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
872              
873              Fix the unpredictable order of DESTROYs.
874      Branch: perl
875            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
876            ! sv.c sv.h t/op/ref.t
877 ____________________________________________________________________________
878 [  7990] By: jhi                                   on 2000/12/05  14:38:53
879         Log: Subject: [PATCH] shrink pp_hot fractionally
880              From: Nicholas Clark <nick@ccl4.org>
881              Date: Tue, 5 Dec 2000 12:44:31 +0000
882              Message-ID: <20001205124431.E74518@plum.flirble.org>
883              
884              Use report_evil_fh().
885      Branch: perl
886            ! opcode.pl opnames.h pp_hot.c util.c
887 ____________________________________________________________________________
888 [  7989] By: jhi                                   on 2000/12/05  14:21:27
889         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
890              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
891              Date: Mon, 04 Dec 2000 22:21:59 -0800
892              Message-ID: <HmIL6gzkgepS092yn@efn.org>
893              
894              Harness shouldn't ignore responses like "ok 3\r\r\n".
895      Branch: perl
896            ! lib/Test/Harness.pm
897 ____________________________________________________________________________
898 [  7988] By: jhi                                   on 2000/12/05  13:51:28
899         Log: Integrate the "skip" messages to explain().
900      Branch: perl
901            ! t/lib/syslfs.t t/op/lfs.t
902 ____________________________________________________________________________
903 [  7987] By: jhi                                   on 2000/12/05  12:34:54
904         Log: The one that got away in #7984.
905              
906              Subject: Re: dTHR - what and why?
907              From: Michael Stevens <michael@etla.org> 
908              Date: Tue, 5 Dec 2000 11:15:52 +0000
909              Message-ID: <20001205111552.A4647@firedrake.org>
910      Branch: perl
911            ! sv.h
912 ____________________________________________________________________________
913 [  7986] By: gsar                                  on 2000/12/05  09:14:44
914         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
915              due to the notorious GetFileType() bug in Windows 9x, which fstat()
916              tickles)
917      Branch: perl
918            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
919 ____________________________________________________________________________
920 [  7985] By: jhi                                   on 2000/12/05  05:49:03
921         Log: Integrate perlio.
922      Branch: perl
923           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
924           !> win32/perlhost.h win32/perllib.c
925 ____________________________________________________________________________
926 [  7984] By: jhi                                   on 2000/12/05  05:48:16
927         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
928      Branch: perl
929            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
930            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
931            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
932            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
933            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
934            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
935            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
936            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
937            ! win32/win32.c
938 ____________________________________________________________________________
939 [  7983] By: nick                                  on 2000/12/04  23:27:43
940         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
941      Branch: perlio
942            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
943            ! win32/perlhost.h win32/perllib.c
944 ____________________________________________________________________________
945 [  7982] By: jhi                                   on 2000/12/04  19:44:09
946         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
947              uncovered by #7980.
948      Branch: perl
949            ! op.c
950 ____________________________________________________________________________
951 [  7981] By: jhi                                   on 2000/12/04  19:42:07
952         Log: Subject: [PATCH] Trivial dump.c feature
953              From: Simon Cozens <simon@cozens.net>
954              Date: Mon, 4 Dec 2000 18:08:38 +0000
955              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
956              
957              Show whether a constant is UTF-8.
958      Branch: perl
959            ! dump.c
960 ____________________________________________________________________________
961 [  7980] By: jhi                                   on 2000/12/04  19:36:51
962         Log: UTF-8 hash keys, patch from Inaba Hiroto.
963      Branch: perl
964            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
965 ____________________________________________________________________________
966 [  7979] By: jhi                                   on 2000/12/04  17:36:28
967         Log: Update Changes.
968      Branch: perl
969            ! Changes patchlevel.h
970 ____________________________________________________________________________
971 [  7978] By: jhi                                   on 2000/12/04  16:42:17
972         Log: Retract #7977, still too volatile (the euphemism of the day
973              for unfinished and buggy :-)
974      Branch: perl
975            ! doop.c hv.c pp.c sv.h
976 ____________________________________________________________________________
977 [  7977] By: jhi                                   on 2000/12/04  16:25:15
978         Log: (Retracted by #7978, too shaky yet.)
979              
980              Subject: Re: utf8 in hash keys, implementor missing
981              From: Simon Cozens <simon@cozens.net>
982              Date: Sat, 2 Dec 2000 19:49:35 +0000
983              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
984              
985              The first step at UTF-8 hash keys.
986      Branch: perl
987            ! doop.c hv.c pp.c sv.h
988 ____________________________________________________________________________
989 [  7976] By: jhi                                   on 2000/12/04  16:13:53
990         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
991              From: sthoenna@efn.org
992              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
993              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
994      Branch: perl
995            ! os2/os2.c perlio.c
996 ____________________________________________________________________________
997 [  7975] By: jhi                                   on 2000/12/04  16:05:25
998         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
999              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1000              Date: Thu, 30 Nov 2000 20:50:37 -0800
1001              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
1002      Branch: perl
1003            ! os2/os2.c
1004 ____________________________________________________________________________
1005 [  7974] By: jhi                                   on 2000/12/04  16:03:57
1006         Log: Subject: [PATCH] ++ 20% faster
1007              From: Nicholas Clark <nick@ccl4.org>
1008              Date: Mon, 4 Dec 2000 12:17:27 +0000
1009              Message-ID: <20001204121726.B52976@plum.flirble.org>
1010              
1011              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
1012      Branch: perl
1013            ! sv.c
1014 ____________________________________________________________________________
1015 [  7973] By: jhi                                   on 2000/12/04  16:00:48
1016         Log: 
1017              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
1018              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1019              Date: Mon, 04 Dec 2000 12:30:45 +0100
1020              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
1021              
1022              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1023              library (getprotobyname and getprotobynumber are outversioned by
1024              the same calls in libc, at least for xlc version 3.
1025      Branch: perl
1026            ! hints/aix.sh
1027 ____________________________________________________________________________
1028 [  7972] By: jhi                                   on 2000/12/04  02:58:31
1029         Log: Integrate perlio.
1030      Branch: perl
1031           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
1032           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
1033           !> win32/win32.h win32/win32iop.h win32/win32thread.h
1034 ____________________________________________________________________________
1035 [  7971] By: nick                                  on 2000/12/04  00:24:33
1036         Log: Quieten some noise in Win32 builds:
1037              - win32.h is included after <sys/socket.h>, so need to 
1038              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
1039              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
1040      Branch: perlio
1041            ! doio.c perl.h toke.c win32/win32.h
1042 ____________________________________________________________________________
1043 [  7970] By: nick                                  on 2000/12/03  22:57:46
1044         Log: PERL_IMPLICIT_SYS compiles but does not work.
1045      Branch: perlio
1046            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
1047            ! win32/perlhost.h win32/perllib.c win32/win32.h
1048            ! win32/win32iop.h win32/win32thread.h
1049 ____________________________________________________________________________
1050 [  7969] By: jhi                                   on 2000/12/03  22:12:58
1051         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
1052              used to swash_init(), makes regprop() dumps more informative
1053              (+utf8::IsAlpha, -utf8::IsDigit, for example).
1054      Branch: perl
1055            ! regcomp.c regexec.c
1056 ____________________________________________________________________________
1057 [  7968] By: jhi                                   on 2000/12/03  21:39:56
1058         Log: Implement ANYOFUTF8 regprop() dumping.
1059      Branch: perl
1060            ! regcomp.c
1061 ____________________________________________________________________________
1062 [  7967] By: jhi                                   on 2000/12/03  20:57:19
1063         Log: Make uv_to_utf8() to zero-terminate its output buffer,
1064              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
1065      Branch: perl
1066            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
1067 ____________________________________________________________________________
1068 [  7966] By: nick                                  on 2000/12/03  18:41:21
1069         Log: Integrate mainline (STDCHAR)
1070      Branch: perlio
1071           !> Configure t/pragma/utf8.t
1072 ____________________________________________________________________________
1073 [  7965] By: jhi                                   on 2000/12/03  17:58:20
1074         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
1075      Branch: perl
1076            ! t/pragma/utf8.t
1077 ____________________________________________________________________________
1078 [  7964] By: jhi                                   on 2000/12/03  17:35:56
1079         Log: Integrate perlio.
1080      Branch: perl
1081           !> iperlsys.h perlio.c
1082 ____________________________________________________________________________
1083 [  7963] By: jhi                                   on 2000/12/03  17:33:55
1084         Log: Metaconfig unit change for #7962.
1085      Branch: metaconfig
1086            ! U/modified/stdchar.U
1087 ____________________________________________________________________________
1088 [  7962] By: jhi                                   on 2000/12/03  17:33:27
1089         Log: Untangle the <stdio.h> #include nest for the stdchar test,
1090              from Andy Dougherty.
1091      Branch: perl
1092            ! Configure
1093 ____________________________________________________________________________
1094 [  7961] By: nick                                  on 2000/12/03  16:53:00
1095         Log: Make iperlsys.h vector stdio not PerlIO.
1096      Branch: perlio
1097            ! iperlsys.h perlio.c
1098 ____________________________________________________________________________
1099 [  7960] By: nick                                  on 2000/12/03  14:43:01
1100         Log: Integrate mainline
1101      Branch: perlio
1102           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
1103           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
1104 ____________________________________________________________________________
1105 [  7959] By: jhi                                   on 2000/12/03  08:16:36
1106         Log: Use DO_UTF8().
1107      Branch: perl
1108            ! op.c
1109 ____________________________________________________________________________
1110 [  7958] By: jhi                                   on 2000/12/02  18:33:05
1111         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
1112              From: Mike Guy <mjtg@cam.ac.uk>         
1113              Date: Sat, 02 Dec 2000 17:27:13 +0000
1114              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
1115              
1116              An extraneous argument.
1117      Branch: perl
1118            ! toke.c
1119 ____________________________________________________________________________
1120 [  7957] By: jhi                                   on 2000/12/02  18:22:32
1121         Log: A missing hunk.
1122      Branch: perl
1123            ! t/lib/net-hostent.t
1124 ____________________________________________________________________________
1125 [  7956] By: jhi                                   on 2000/12/02  18:06:20
1126         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
1127              From: Nicholas Clark <nick@ccl4.org>
1128              Date: Sat, 2 Dec 2000 14:28:27 +0000
1129              Message-ID: <20001202142827.A12308@plum.flirble.org>
1130              
1131              Test robustness.
1132      Branch: perl
1133            ! t/lib/net-hostent.t
1134 ____________________________________________________________________________
1135 [  7955] By: jhi                                   on 2000/12/02  17:58:06
1136         Log: Metaconfig unit change for #7954.
1137      Branch: metaconfig
1138            ! U/modified/stdchar.U
1139 ____________________________________________________________________________
1140 [  7954] By: jhi                                   on 2000/12/02  17:54:32
1141         Log: An inconvenient hang would happen if the stdio _ptr wasn't
1142              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
1143              would be grepping stdin for all eternity for the _ptr.)
1144      Branch: perl
1145            ! Configure
1146 ____________________________________________________________________________
1147 [  7953] By: jhi                                   on 2000/12/02  00:07:15
1148         Log: Update Changes.
1149      Branch: perl
1150            ! Changes patchlevel.h
1151 ____________________________________________________________________________
1152 [  7952] By: jhi                                   on 2000/12/01  23:54:47
1153         Log: Subject: Re: long shell lines
1154              From: Andy Dougherty <doughera@lafayette.edu>
1155              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
1156              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
1157              
1158              Split overly long shell command lines.
1159      Branch: perl
1160            ! lib/ExtUtils/MM_Unix.pm
1161 ____________________________________________________________________________
1162 [  7951] By: jhi                                   on 2000/12/01  23:48:02
1163         Log: The metaconfig unit change for #7950.
1164      Branch: metaconfig
1165            + U/modified/stdchar.U
1166 ____________________________________________________________________________
1167 [  7950] By: jhi                                   on 2000/12/01  23:47:39
1168         Log: Try to find stdchar also from <stdio_impl.h>.
1169      Branch: perl
1170            ! Configure config_h.SH
1171 ____________________________________________________________________________
1172 [  7949] By: jhi                                   on 2000/12/01  23:46:45
1173         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
1174              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
1175              Date: Fri, 1 Dec 2000 16:26:08 -0500
1176              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
1177              
1178              Reword the diagnostic message.
1179      Branch: perl
1180            ! pod/perldiag.pod
1181 ____________________________________________________________________________
1182 [  7948] By: nick                                  on 2000/12/01  22:49:43
1183         Log: Integrate mainline (for s/y/m as sub names stuff).
1184      Branch: perlio
1185           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
1186           !> t/pragma/warn/toke toke.c
1187 ____________________________________________________________________________
1188 [  7947] By: jhi                                   on 2000/12/01  20:55:41
1189         Log: Integrate perlio.
1190      Branch: perl
1191           !> perlio.c perliol.h t/io/pipe.t
1192 ____________________________________________________________________________
1193 [  7946] By: jhi                                   on 2000/12/01  20:36:51
1194         Log: Upgrade to CPAN 1.59_51, from Andreas König.
1195      Branch: perl
1196            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1197 ____________________________________________________________________________
1198 [  7945] By: nick                                  on 2000/12/01  20:31:32
1199         Log: Integrate mainline
1200      Branch: perlio
1201           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
1202           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
1203           +> t/lib/net-hostent.t
1204           !> (integrate 35 files)
1205 ____________________________________________________________________________
1206 [  7944] By: jhi                                   on 2000/12/01  20:23:29
1207         Log: Some help for 20001130.011.  Now one gets warnings like
1208              "Ambiguous -f() resolved as a file test ..."
1209      Branch: perl
1210            ! pod/perldiag.pod t/pragma/warn/toke toke.c
1211 ____________________________________________________________________________
1212 [  7943] By: jhi                                   on 2000/12/01  19:44:44
1213         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
1214              that also breaks using them as methods. 
1215      Branch: perl
1216            ! pod/perldiag.pod t/op/misc.t toke.c
1217 ____________________________________________________________________________
1218 [  7942] By: nick                                  on 2000/12/01  17:56:46
1219         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
1220              Make 'unix' pass most tests
1221              - do unread by temporary push of layer ("pending") holding unread chars
1222              - fast_gets is now based on per-handle flag
1223              - relax one of io/pipe.t tests to allow print to fail and close to
1224              succeed so that it passes on unbuffered "unix" layer.
1225              Remaining fail is sporadic and a genuine race condition between
1226              parent/child in fork test.
1227      Branch: perlio
1228            ! perlio.c perliol.h t/io/pipe.t
1229 ____________________________________________________________________________
1230 [  7941] By: jhi                                   on 2000/12/01  15:28:58
1231         Log: (Retracted by #7943.)
1232              
1233              Reserve the short named string operator names.
1234      Branch: perl
1235            ! pod/perldiag.pod t/op/misc.t toke.c
1236 ____________________________________________________________________________
1237 [  7940] By: jhi                                   on 2000/12/01  06:45:53
1238         Log: Get the three different space character classes right under utf8.
1239      Branch: perl
1240            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
1241            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
1242            ! regexec.c t/op/pat.t utf8.c
1243 ____________________________________________________________________________
1244 [  7939] By: jhi                                   on 2000/12/01  03:26:26
1245         Log: Two more tests that make no sense in UTF-8 since the test
1246              data is not in UTF-8.
1247      Branch: perl
1248            ! t/op/regexp.t
1249 ____________________________________________________________________________
1250 [  7938] By: jhi                                   on 2000/12/01  03:20:39
1251         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
1252              should it be required inside regexen?
1253      Branch: perl
1254            ! regcomp.c t/op/regmesg.t
1255 ____________________________________________________________________________
1256 [  7937] By: jhi                                   on 2000/12/01  02:58:53
1257         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
1258              stored and restored, and thusly was trounced by the utf8 swash
1259              routines.
1260      Branch: perl
1261            ! regcomp.c
1262 ____________________________________________________________________________
1263 [  7936] By: jhi                                   on 2000/11/30  20:41:39
1264         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
1265              Why the different platforms behave so differently (core dump vs
1266              no core dump) on this bug is a but of a mystery, but if I had to
1267              guess I would mumble something like 'alignment'.
1268      Branch: perl
1269            ! sv.c
1270 ____________________________________________________________________________
1271 [  7935] By: jhi                                   on 2000/11/30  16:17:02
1272         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
1273              From: Robin Barker <rmb1@cise.npl.co.uk>
1274              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
1275              Date: Thu, 30 Nov 2000 14:27:12 GMT
1276      Branch: perl
1277            ! perlio.c toke.c
1278 ____________________________________________________________________________
1279 [  7934] By: jhi                                   on 2000/11/30  16:04:49
1280         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
1281      Branch: perl
1282            ! t/lib/net-hostent.t
1283 ____________________________________________________________________________
1284 [  7933] By: jhi                                   on 2000/11/30  06:07:26
1285         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
1286              From: Peter Prymmer <pvhp@forte.com>
1287              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
1288              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
1289              
1290              In VMS the localhost may be LOCALHOST.
1291      Branch: perl
1292            ! t/lib/net-hostent.t
1293 ____________________________________________________________________________
1294 [  7932] By: jhi                                   on 2000/11/30  01:11:11
1295         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
1296              From: Peter Prymmer <pvhp@forte.com>
1297              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
1298              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
1299              
1300              plus regen perlapi.pod.
1301      Branch: perl
1302            ! pod/perlapi.pod utf8.c
1303 ____________________________________________________________________________
1304 [  7931] By: jhi                                   on 2000/11/30  01:06:19
1305         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
1306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1307              Date:     Wed, 29 Nov 2000 17:15:11 EST
1308              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
1309      Branch: perl
1310            ! t/lib/filter-util.pl t/lib/filter-util.t
1311 ____________________________________________________________________________
1312 [  7930] By: jhi                                   on 2000/11/29  18:51:55
1313         Log: Update Changes.
1314      Branch: perl
1315            ! Changes patchlevel.h
1316 ____________________________________________________________________________
1317 [  7929] By: jhi                                   on 2000/11/29  18:50:55
1318         Log: Update the va_copy() metaconfig unit.
1319      Branch: metaconfig/U/perl
1320            ! need_va_copy.U
1321 ____________________________________________________________________________
1322 [  7928] By: jhi                                   on 2000/11/29  17:50:43
1323         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
1324              From: Dominic Dunlop <domo@computer.org>
1325              Date: Tue, 28 Nov 2000 16:41:57 +0100
1326              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
1327              
1328              Patch to catch a core dump in the Configure va_copy test.
1329      Branch: perl
1330            ! Configure config_h.SH
1331 ____________________________________________________________________________
1332 [  7927] By: jhi                                   on 2000/11/29  17:31:59
1333         Log: Retract #7921, the patch shouldn't be needed.
1334      Branch: perl
1335            ! sv.c
1336 ____________________________________________________________________________
1337 [  7926] By: jhi                                   on 2000/11/29  17:01:41
1338         Log: Make the Class::Struct import() wiser.
1339      Branch: perl
1340            ! lib/Class/Struct.pm t/lib/class-struct.t
1341 ____________________________________________________________________________
1342 [  7925] By: jhi                                   on 2000/11/29  16:36:33
1343         Log: All the core library users of Class::Struct seem to be
1344              using "use Class::Struct 'struct';" instead of the bare
1345              "use Class::Struct;", which isn't documented in Class::Struct.
1346              This can't be right.
1347      Branch: perl
1348            ! lib/File/stat.pm
1349 ____________________________________________________________________________
1350 [  7924] By: jhi                                   on 2000/11/29  16:32:15
1351         Log: A test works better if it has the right 1..$n output.
1352      Branch: perl
1353            ! t/lib/class-struct.t
1354 ____________________________________________________________________________
1355 [  7923] By: jhi                                   on 2000/11/29  16:29:11
1356         Log: Forgot to MANIFEST the new Net::hostent test.
1357      Branch: perl
1358            ! MANIFEST
1359 ____________________________________________________________________________
1360 [  7922] By: jhi                                   on 2000/11/29  16:27:49
1361         Log: Integrate perlio.
1362      Branch: perl
1363           !> iperlsys.h perlio.c
1364 ____________________________________________________________________________
1365 [  7921] By: jhi                                   on 2000/11/29  16:27:10
1366         Log: (Retracted by #7927.)
1367              
1368              Subject: [PATCH] Is infinity a number?
1369              From: Simon Cozens <simon@cozens.net>
1370              Date: Wed, 29 Nov 2000 14:48:20 +0000
1371              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
1372      Branch: perl
1373            ! sv.c
1374 ____________________________________________________________________________
1375 [  7920] By: jhi                                   on 2000/11/29  16:23:02
1376         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
1377              From: rspier@pobox.com (Robert Spier)
1378              Date: Wed, 29 Nov 2000 02:17:49 -0500
1379              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
1380              
1381              Add a test for Net::hostent.
1382      Branch: perl
1383            + t/lib/net-hostent.t
1384 ____________________________________________________________________________
1385 [  7919] By: jhi                                   on 2000/11/29  16:21:31
1386         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
1387              add a test for Class::Struct.
1388      Branch: perl
1389            + t/lib/class-struct.t
1390            ! MANIFEST lib/Class/Struct.pm
1391 ____________________________________________________________________________
1392 [  7918] By: jhi                                   on 2000/11/29  15:48:40
1393         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
1394              From: rspier@pobox.com (Robert Spier)
1395              Date: Wed, 29 Nov 2000 02:25:39 -0500
1396              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
1397              
1398              More checking in case someone has broken their services or
1399              protocol databases.
1400      Branch: perl
1401            ! ext/Sys/Syslog/Syslog.pm
1402 ____________________________________________________________________________
1403 [  7917] By: jhi                                   on 2000/11/29  15:46:25
1404         Log: Subject: [PATCH] $^O  win32 -> MSWin32
1405              From: rspier@pobox.com (Robert Spier)
1406              Date: Wed, 29 Nov 2000 02:17:38 -0500
1407              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
1408              
1409              plus similar nits for vms, err, VMS, and UNICOS.
1410      Branch: perl
1411            ! t/lib/syslfs.t t/op/lfs.t
1412 ____________________________________________________________________________
1413 [  7916] By: jhi                                   on 2000/11/29  15:42:51
1414         Log: Subject: [PATCH] Tokeniser debugging
1415              From: Simon Cozens <simon@cozens.net>
1416              Date: Wed, 29 Nov 2000 14:15:45 +0000
1417              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
1418      Branch: perl
1419            ! perl.c perl.h pod/perlrun.pod toke.c
1420 ____________________________________________________________________________
1421 [  7915] By: jhi                                   on 2000/11/29  15:41:36
1422         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
1423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1424              Date: Wed, 29 Nov 2000 02:13:14 -0500
1425              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
1426              
1427              OUT keyword nits.
1428              
1429              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
1430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1431              Date: Wed, 29 Nov 2000 03:09:04 -0500
1432              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
1433              
1434              OUT and IN_OUT documentation.
1435      Branch: perl
1436            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1437 ____________________________________________________________________________
1438 [  7914] By: jhi                                   on 2000/11/29  03:35:01
1439         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
1440              From: John Tobey <jtobey@john-edwin-tobey.org>
1441              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
1442              Message-Id: <m140e1N-000FOoC@feynman.localnet>
1443              
1444              plus a performance speedup noticed by Sarathy.
1445      Branch: perl
1446            ! op.c
1447 ____________________________________________________________________________
1448 [  7913] By: jhi                                   on 2000/11/29  03:16:59
1449         Log: Use "1 while unlink" so that VMS gets clean, too.
1450      Branch: perl
1451            ! t/lib/filter-util.t
1452 ____________________________________________________________________________
1453 [  7912] By: jhi                                   on 2000/11/29  03:09:08
1454         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
1455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1456              Date: Tue, 28 Nov 2000 03:27:09 -0500
1457              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
1458      Branch: perl
1459            ! lib/ExtUtils/xsubpp
1460 ____________________________________________________________________________
1461 [  7911] By: jhi                                   on 2000/11/29  03:06:30
1462         Log: This should have been part of #7872: no need to scan UTF-8
1463              until eternity.
1464      Branch: perl
1465            ! utf8.c
1466 ____________________________________________________________________________
1467 [  7910] By: jhi                                   on 2000/11/29  02:50:04
1468         Log: One more perltie.pod nit from Casey R. Tweten.
1469      Branch: perl
1470            ! pod/perltie.pod
1471 ____________________________________________________________________________
1472 [  7909] By: jhi                                   on 2000/11/29  02:44:23
1473         Log: Document the known sprintf test failures, exact standard
1474              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
1475      Branch: perl
1476            ! pod/perldelta.pod t/op/sprintf.t
1477 ____________________________________________________________________________
1478 [  7908] By: jhi                                   on 2000/11/29  02:36:23
1479         Log: Add the Encoding table format documentation.
1480      Branch: perl
1481            + ext/Encode/Encode/EncodeFormat.pod
1482            ! MANIFEST
1483 ____________________________________________________________________________
1484 [  7907] By: jhi                                   on 2000/11/29  02:07:24
1485         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
1486              From: "Casey R. Tweten" <crt@kiski.net>
1487              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
1488              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
1489              
1490              Subject: Re: [PATCH] Updating perltie.pod for arrays
1491              From: "Casey R. Tweten" <crt@kiski.net>
1492              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
1493              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
1494      Branch: perl
1495            ! pod/perltie.pod
1496 ____________________________________________________________________________
1497 [  7906] By: nick                                  on 2000/11/28  22:40:59
1498         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
1499      Branch: perlio
1500            ! iperlsys.h perlio.c
1501 ____________________________________________________________________________
1502 [  7905] By: nick                                  on 2000/11/28  22:04:34
1503         Log: Integrate mainline
1504      Branch: perlio
1505           !> (integrate 39 files)
1506 ____________________________________________________________________________
1507 [  7904] By: jhi                                   on 2000/11/28  16:44:43
1508         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
1509              From: Nicholas Clark <nick@babyhippo.co.uk>
1510              Date: Tue, 28 Nov 2000 11:16:57 +0000
1511              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
1512      Branch: perl
1513            ! pod/perlipc.pod
1514 ____________________________________________________________________________
1515 [  7903] By: jhi                                   on 2000/11/28  16:40:31
1516         Log: Subject: [PATCH] Updating perltie.pod for arrays
1517              From: "Casey R. Tweten" <crt@kiski.net>
1518              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
1519              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
1520      Branch: perl
1521            ! pod/perltie.pod
1522 ____________________________________________________________________________
1523 [  7902] By: jhi                                   on 2000/11/28  16:39:37
1524         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
1525              From: Robin Barker <rmb1@cise.npl.co.uk>
1526              Date: Mon, 27 Nov 2000 17:56:44 GMT
1527              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
1528      Branch: perl
1529            ! pod/perlfunc.pod t/op/split.t
1530 ____________________________________________________________________________
1531 [  7901] By: jhi                                   on 2000/11/28  16:28:04
1532         Log: setmode() is a DOSish-only thing.
1533      Branch: perl
1534            ! perlio.c
1535 ____________________________________________________________________________
1536 [  7900] By: jhi                                   on 2000/11/28  16:21:46
1537         Log: Subject: [PATCH] perlcc.PL cleanups
1538              From: Simon Cozens <simon@cozens.net>
1539              Date: Tue, 28 Nov 2000 12:44:35 +0000
1540              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
1541      Branch: perl
1542            ! utils/perlcc.PL
1543 ____________________________________________________________________________
1544 [  7899] By: gsar                                  on 2000/11/28  06:32:55
1545         Log: reintegrate files missed by change#7895
1546      Branch: maint-5.6/perl
1547           +> ext/ByteLoader/bytecode.h utils/Makefile
1548            - utils/perlbc.PL
1549 ____________________________________________________________________________
1550 [  7897] By: gsar                                  on 2000/11/27  18:22:47
1551         Log: can't integrate these two files, for some reason
1552      Branch: maint-5.6/perl
1553            - ext/ByteLoader/bytecode.h utils/Makefile
1554 ____________________________________________________________________________
1555 [  7895] By: gsar                                  on 2000/11/27  18:11:21
1556         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
1557              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
1558              6757..6890,6892..6901 from mainline
1559              
1560              Bytecompiler patches from Benjamin Stuhl.
1561              
1562              More bytecompiler.
1563              
1564              Subject: [PATCH blead] B:: missing dependency
1565              
1566              Subject: [PATCH: 6757] configure.com updates and syslog build
1567              
1568              Long double Gconvert fixes from Yitzchak Scott-Thoennes
1569              and Spider Boardman.
1570              
1571              Subject: [PATCH blead] nextchar() abuse misses an optimisation
1572              
1573              Long double fixes from Spider Boardman.
1574              
1575              Make the selection of NVff et al stricter.
1576              
1577              cSVOPo_*v things index into the current PL_curpad
1578              under ithreads, which is different from the curpad
1579              used by the XSUB.  (In other words, the code as-is
1580              before this patch wouldn't work under ithreads.)
1581              
1582              Be portable.
1583              
1584              VMS MMS (make) wants null action.
1585              
1586              Mac and other portability updates from Chris Nandor.
1587              
1588              Storable support, v-version fixes.
1589              Subject: CPAN.pm beta for testing available
1590              
1591              Portability fix from Hugo van der Sanden.
1592              
1593              Bad makefile.
1594              
1595              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
1596              
1597              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
1598              
1599              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1600              
1601              Replace #6705 with a minimal doc patch.
1602              Subject: [PATCH 5.6.0] replace change #6705
1603              
1604              Drop the separate perlbc, perlcc -b should be enough.
1605              
1606              installperl couldn't tell whether it had run tests or not.
1607              Subject: [PATCH] Re: installperl and t/TEST
1608              
1609              Add silencer flags to installperl.
1610              Subject: [PATCH] Making installperl silent.
1611              
1612              Make "make install" by default silent.  A new "install-verbose"
1613              target is verbose.
1614              
1615              More liberal parsing of version numbers.
1616              Subject: Re: CPAN.pm beta for testing available
1617              
1618              Create directories in silence.
1619              Subject: [PATCH] Another silencer for MakeMaker
1620              
1621              DOS patches and portability/porting notes, from Tim Jenness.
1622              
1623              Make installman to recognize the silence flag -S.
1624              
1625              Actually do something with the silencer option.
1626              
1627              Continue silencing.
1628              
1629              Show the doc file, not the temp file.
1630              
1631              Regen perltoc.
1632              
1633              Subject: [PATCH] More silencing of installman.
1634              
1635              Better wording for the vec lvalue diagnostic.
1636              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1637              
1638              Subject: [PATCH: 6805] several more tweaks to configure.com
1639              
1640              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
1641              
1642              Missing parts of 
1643              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
1644              
1645              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
1646              (applied slightly modified)
1647              
1648              installperl --verbose and --silent.
1649              Subject: Re: [PATCH] More silencing of installman.
1650              
1651              Add install-silent target.
1652              
1653              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
1654              the problem reported in
1655              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
1656              
1657              Tweak the sfio/useperlio logic, hopefully as wished in
1658              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
1659              
1660              One forgotten file from #6816.
1661              
1662              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
1663              
1664              Remove duplicately applied patch shards.
1665              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
1666              
1667              Support preserving extremely big/small angles.
1668              
1669              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
1670              
1671              Subject: [PATCH] installation not quite silent yet.
1672              
1673              Update the test count.
1674              
1675              Use UVxf, PTR2UV, NVff.
1676              
1677              Document PTR2XX and INT2PTR.
1678              
1679              no-install target a la make -n.
1680              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
1681              
1682              grep -e isn't portable.
1683              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
1684              
1685              Can't get the test to reliably work thanks to the
1686              inaccurateness of floating point.  "Resolves" bug ids
1687              20000826.003, 20000826.009, 20000826.010,
1688              
1689              Subject: installman buglet
1690              
1691              DJGPP update from Laszlo Molnar.
1692              
1693              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1694              
1695              Passing -R in ldflags makes now it to appear in the default
1696              for lddlflags, just like with -L.
1697              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1698              
1699              Test nit.
1700              
1701              Use the actual thread type, not the pointer-to-struct.
1702              
1703              Provice virtual $Config{ccflags_nolargefiles} etc. 
1704              
1705              display_format used as a class method without arguments was broken,
1706              reported in
1707              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
1708              
1709              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
1710              
1711              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
1712              
1713              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
1714              
1715              opmini.o may be left around if a build is interrupted.
1716              
1717              Typo in #6858.
1718              
1719              Fix for ID 20000828.001, long doubles were not formatted
1720              correctly (showed up in $], which stopped installing perl).
1721              
1722              An attempt to fix the problem reported in
1723              Subject: Building perl@6856 using gcc/AIX 4.3.3 
1724              I can't test this properly since the gcc installation I have
1725              access to seems to be botched (gcc is calling the AIX cpp,
1726              a losing proposition...)
1727              
1728              Add -ld to archname on long tr...double platforms.
1729              
1730              Subject: hv.h Doc Patch
1731              
1732              Potential cruft.
1733              
1734              Subject: [PATCH bleedperl@6856] warnings fixes
1735              
1736              -S is the silent flag, -s is the strip flag.
1737              Subject: [PATCH] Re: [PATCH] make no-install          
1738              
1739              Take out the SUIDMAIL thing, that will not be
1740              a problem in 5.7.*.
1741              
1742              Subject: [PATCH bleedperl@6866] spellings
1743              
1744              Subject: [PATCH] Re: files not cleaned even by veryclean
1745              
1746              Use minimal @INC in tests, most of the time just '../lib',
1747              so that we simply can't pick up stuff from other Perls than
1748              the one we are testing.  Pointed out by
1749              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
1750              
1751              Update to Getopt::Long 2.24, from Johan Vromans.
1752              
1753              Fix for thinko in #6848.
1754              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
1755              
1756              Patches all over for people and the files they (hopefully) care about.
1757              
1758              Subject: Net::protoent does not export 'getproto'
1759              
1760              Missed a change in #6869.
1761              
1762              Subject: [PATCH] Warnings in B::Deparse
1763              
1764              Subject: [PATCH] Glob dumping
1765              
1766              Disable one of the tests for now.
1767              
1768              Disabling the one test is a bit tricky.
1769              
1770              Don't forget to tidy up.
1771              
1772              The #6881 removed one dump line.
1773              
1774              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
1775              
1776              Under usethreads the dumped variable is IN_PAD.
1777              Subject: Re: [PATCH] Glob dumping
1778              
1779              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
1780              
1781              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
1782              
1783              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
1784              
1785              Regen Configure for #6894.
1786              
1787              Subject: [PATCH: 6889] updates to perlebcdic.pod
1788              
1789              Undo namespace pollution of #6878.
1790              Subject: Re: Net::protoent does not export 'getproto'
1791              
1792              Admit that we are leaking scalars.
1793              
1794              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
1795      Branch: maint-5.6/perl
1796           !> (integrate 271 files)
1797 ____________________________________________________________________________
1798 [  7894] By: gsar                                  on 2000/11/27  16:00:34
1799         Log: a couple of nits
1800      Branch: maint-5.6/perl
1801            ! MANIFEST pp_sys.c
1802 ____________________________________________________________________________
1803 [  7893] By: gsar                                  on 2000/11/27  15:10:56
1804         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
1805              6740..6745,6747..6757,6760
1806              
1807              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
1808              
1809              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
1810              
1811              Doc nits spotted by Richard Soderberg.
1812              
1813              move WNOHANG definition to where other such things are
1814              
1815              Make $Config{byteorder} more magical so that it is
1816              dynamically computed: nice for 'fat binaries'.
1817              Subject: [PATCH]: default byteorder
1818              
1819              Subject: [PATCH] Cwd.pm now uses strict
1820              
1821              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
1822              
1823              Get -DLEAKTEST to compile (not necessarily to work, mind)
1824              Subject: [ID 20000724.006] -DLEAKTEST problem
1825              
1826              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
1827              
1828              Add perlebcdic from Peter Prymmer, regen toc.
1829              
1830              Don't propose using modules built for 5.005 if no binary
1831              compatibility with 5.005 is attempted.
1832              
1833              Do not use prototyping here.
1834              Subject: [ID 20000817.016] [PATCH] Peek.xs
1835              
1836              Document what the backtick returns if the command fails.
1837              
1838              Add byteorder to the myconfig output.
1839              
1840              Introduce NVef, NVff, and NVgf, use the middle one.
1841              (helps for lib/peek + Linux + long doubles)  Reported in
1842              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1843              Use NVs in POSIX math, not doubles.
1844              Subject: [ID 20000817.014] POSIX & modfl
1845              
1846              Subject: [PATCH 5.6.0+] newSVrv() memory leak
1847              
1848              The byteorder code in #6671 was wrong.
1849              
1850              Fix the lib/complex failure of
1851              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1852              Linux long double accuracy issue: something that
1853              when printed with %g looks like "2" but int() of it is 1.
1854              
1855              Propagate new Configure vars.
1856              
1857              Unbuffer the output.
1858              
1859              Subject: [PATCH] perltrap.pod spring cleaning
1860              
1861              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
1862              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
1863              
1864              Tiny Getopt::Long patch from Johan Vromans.
1865              
1866              Document code point which makes if (defined %stash::) to work
1867              (noted by Spider Boardman).
1868              
1869              Subject: [PATCH perl@6698] cygwin port
1870              
1871              Document the NDBM_File and ODBM_File as SDBM_File
1872              was documented in #6417.
1873              
1874              The new tests were missing from #6415.
1875              
1876              Add [[:blank:]] as suggested in
1877              Subject: [ID 20000716.024] [=cc=] / [:blank:]
1878              (the [=cc=] has already been taken care of by #6439
1879              so the whole bug report can be closed)
1880              and make [[:space:]] to be equivalent to isspace(3)
1881              (as opposed to \s, which is isSPACE()).  The difference
1882              is that now [[:space:]] matches the mythical vertical tab,
1883              while \s doesn't.
1884              
1885              Don't eat leading os from index entries.
1886              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
1887              
1888              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
1889              
1890              Typo in pp_complement().
1891              Subject: [PATCH perl-current] Deparse
1892              
1893              Add warnif(), check warnings further up the stack,
1894              all the warnings functions now can take an optional object reference.
1895              Subject: [PATCH bleedperl@6691] warnings pragma update
1896              
1897              Fix a core dump in lib/selfloader under -DDEBUGGING.
1898              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
1899              
1900              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
1901              
1902              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
1903              
1904              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
1905              Put back the long double avoidance code to POSIX.xs
1906              because VMS seems to need it still.
1907              
1908              Introduce a 'veryclean' target that is like 'distclean'
1909              but also removes *~ and *.orig.
1910              
1911              Subject: [ID 20000817.023] endianness description in perlfunc.pod
1912              
1913              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
1914              
1915              Let's try #6717 again.
1916              
1917              UTF8 concat fixes.
1918              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
1919              
1920              pp_open() could pass an uninitialized filename down to do_open9().
1921              
1922              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
1923              
1924              Update to CGI 2.72, from Lincoln Stein.
1925              
1926              Subject: [PATCH] Silence MakeMaker (Was: installman)
1927              
1928              Use temporary directory instead of current directory.
1929              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
1930              
1931              Document odd vs even subreleases and -Dusedevel.
1932              
1933              The veryclean target needs to clobber.
1934              
1935              Use File::Spec->tmpdir().
1936              
1937              Document the number of exponent digits.
1938              
1939              Mention perlebcdic and perlposix-bc.
1940              
1941              s/this one/the 5.6.0 release/
1942              
1943              The #6724 is here.
1944              
1945              The correct cleaning order is an art.
1946              
1947              small tweaks for change#6705: avoid C++ style comments in C code;
1948              use Perl's malloc API rather than the low level system one
1949              
1950              Array context keeps slithering in.
1951              
1952              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
1953              
1954              Subject: [PATCH] os2.c fix for use64bitint
1955              
1956              Update to Pod::LaTeX 0.53.
1957              Subject: [PATCH] lib/Pod/LaTeX.pm updates
1958              
1959              Document the endianness of Alpha more precisely.
1960              
1961              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
1962              
1963              Rename the macro argument because some preprocessors
1964              can't tell the difference and expand arguments also inside
1965              double quoted strings.
1966              
1967              free TLS slot properly on Windows
1968              
1969              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
1970              
1971              Unicos/mk requires elaborate paranoia.
1972              
1973              Tweak the floating point output routine preferences.
1974              
1975              Also under djgpp the timestamps are funky.
1976              
1977              Apply some PodParser 1.18 patches; the Pod/Find.pm
1978              patches cannot be applied since #6712 conflicts.
1979              
1980              Use PodParser 1.18 new test.
1981              
1982              A pod nit.
1983              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
1984              
1985              Be verydeepclean.
1986      Branch: maint-5.6/perl
1987           +> pod/perlebcdic.pod
1988           !> (integrate 106 files)
1989 ____________________________________________________________________________
1990 [  7892] By: jhi                                   on 2000/11/27  15:02:32
1991         Log: Update Changes.
1992      Branch: perl
1993            ! Changes patchlevel.h
1994 ____________________________________________________________________________
1995 [  7891] By: jhi                                   on 2000/11/27  14:57:23
1996         Log: Subject: Re: perlfaq style changes
1997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1998              Date: Sat, 25 Nov 2000 23:32:26 -0800
1999              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
2000              
2001              plus a note from Ronald Kimball.
2002      Branch: perl
2003            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
2004 ____________________________________________________________________________
2005 [  7890] By: jhi                                   on 2000/11/27  14:53:14
2006         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
2007              From: Benjamin Holzman <bah@ecnvantage.com>
2008              Date: Sun, 26 Nov 2000 16:27:33 -0500
2009              Message-ID: <20001126162733.J25040@ecnvantage.com>
2010      Branch: perl
2011            ! gv.c
2012 ____________________________________________________________________________
2013 [  7889] By: jhi                                   on 2000/11/27  14:43:11
2014         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
2015              From: lvirden@cas.org
2016              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
2017              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
2018      Branch: perl
2019            ! README.amiga
2020 ____________________________________________________________________________
2021 [  7888] By: jhi                                   on 2000/11/27  14:32:34
2022         Log: Restore also the locale test to no-sprintf-taint state.
2023              Fixes the bug 20001127.003.
2024      Branch: perl
2025            ! sv.c t/pragma/locale.t
2026 ____________________________________________________________________________
2027 [  7887] By: gsar                                  on 2000/11/27  14:13:05
2028         Log: integrate changes#6613..6616,6620..6665 from mainline
2029              
2030              VMS configure.com update continues.
2031              
2032              Subject: Test fails / warnings with perl-current #6612
2033              
2034              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
2035              
2036              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
2037              
2038              For now remove the mail code.
2039              
2040              Subject: Re: [PATCH] @+, @- readonly
2041              
2042              Subject: warning: storage class after type is obsolescent
2043              
2044              Subject: sfio2000
2045              
2046              Subject: Re: File::Temp problems on VMS in bleedperl
2047              
2048              README.os2 update.
2049              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
2050              
2051              Make the user to give up his firstborn, err, to knowingly
2052              verify installing an unstable developer release.  Also bump
2053              the release to 5.7.0, but leave a patch tag in the local
2054              patches saying that this is not yet the real thing.
2055              
2056              Update (kinda) to Test 1.14, from Joshua Pritikin.
2057              
2058              make ok etc also for win32.
2059              
2060              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
2061              
2062              Don't blow limited stacks, a lower number is enough to
2063              tickle the lookbehind limit.
2064              
2065              Use -Dusedevel; regen Configure and the respective Porting stuff.
2066              
2067              Subject: [PATCH] debugger exit code should reflect user exit code
2068              
2069              Subject: [PATCH perl@6620] cygwin port
2070              
2071              Missed a file from #6638.
2072              
2073              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)
2074              
2075              magic callbacks all need to have same type signature
2076              
2077              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
2078              
2079              Fix a dependency problem.
2080              Subject: [PATCH: 6640] VMS Makefile.SH update
2081              
2082              The numeric locale was reset to "C" by s?printf and never restored.
2083              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
2084              No test since adding the failing example to locale.t
2085              does not fail -- probably because the locale settings are so
2086              thoroughly tweaked by that time.  Running the example standalone
2087              does fail, though.  UPDATE: test case added at change #7540.
2088              
2089              Subject: [ID 20000324.040] minor fix to perlhpux.pod
2090              
2091              Update to CPAN 1.57.
2092              
2093              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
2094              
2095              Change the perlbug address to perl.org since it's more forgiving.
2096              
2097              Change the regx compilation error markers to use = instead of <
2098              since pod makes using the latter quite messy.  Reported in
2099              ID 20000814.006 by Abigail and in
2100              Subject: Unknown escape E<> ?
2101              
2102              Update to perldebtut 1.9, from Richard Foley.
2103              
2104              check that the number pseudo children doesn't exceed
2105              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
2106              the WaitForMultipleObjects() limit that would cause wait()
2107              to crash)
2108              wait() and waitpid() could potentially be rewritten to use
2109              more than one thread to do the waiting to eliminate this
2110              limitation
2111              
2112              change#6328 could make close(SOCKET) return false on windows
2113              when it shouldn't
2114              
2115              pod nit seen in passing
2116              
2117              on windows, the return values from wait() and waitpid() don't
2118              match those of pseudo-pids
2119              
2120              waitpid() now handles externally spawned pids correctly;
2121              fixes for backtick/wait/waitpid failures on Windows 9x
2122              these changes make the pid returned by process functions on
2123              Windows 9x always positive by clearing the high bit (which
2124              is always set on Win9x); pseudo-process PIDs are likewise
2125              always negative now on Win9x (just as on NT/2000)
2126              
2127              trailing new %ENV entries weren't being pushed into the real
2128              environment of subprocesses on Windows
2129              
2130              Tweak the regex compilation errors once more.
2131              
2132              avoid warnings from dense compiler
2133              
2134              add "ok" targets from change#6632 in makefile.mk
2135      Branch: maint-5.6/perl
2136            - lib/Pod/PlainText.pm vms/configure.com
2137           !> (integrate 66 files)
2138 ____________________________________________________________________________
2139 [  7886] By: jhi                                   on 2000/11/27  13:54:18
2140         Log: __FUNCTION__ isn't portable and trying to emulate it leads
2141              into practically spelling out the name of the function.
2142              Takes care of the bug 20001127.001.
2143      Branch: perl
2144            ! perlio.c
2145 ____________________________________________________________________________
2146 [  7885] By: gsar                                  on 2000/11/27  13:53:18
2147         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
2148              6610..6611 from mainline
2149              
2150              Make regular expression parse error messages easier to understand.
2151              Subject: Re: enhanced(?) regex error messages
2152              
2153              Tiny tidying on report_evil_fh().
2154              
2155              Subject: Re: enhanced(?) regex error messages 
2156              plus Capitalize the error messages, plus perldiag them.
2157              
2158              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
2159              
2160              Document here-doc better.
2161              
2162              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
2163              
2164              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
2165              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
2166              (either perlbug or p5p ate the original), plus regen
2167              perlapi and perltoc. 
2168              
2169              Regen global.sym.
2170              
2171              Double check that we have a dirhandle.
2172              
2173              Subject: Re: enhanced(?) regex error messages
2174              (plus two small patches sent privately)
2175              (this still seems to leave few test failures)
2176              
2177              warn is a macro, avoid using at a variable to avoid warnings
2178              in some configurations; readdir.t is too conservative in
2179              estimating number of *.t's
2180              
2181              Get back into sync with Jeffrey on the enhanced regex warnings.
2182              
2183              Subject: [PATCH 5.6.0] cygwin port
2184              
2185              Zero entries were skipped, fix from Adrian Goalby
2186              <argoalby@yahoo.co.uk>
2187              
2188              Subject: Remove dead entry in perldiag
2189              
2190              Amend the description of Perl6.
2191              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
2192              
2193              detypo
2194              
2195              It's the 2ndO'ROSSC.
2196              
2197              Revert the sv.c part of #6559, a better fix is needed.
2198              
2199              Iterating perl6 description.
2200              
2201              Update to Term::ANSIColor 1.03, from Russ Allbery.
2202              
2203              Update to Getopt::Long 2.23_05, from Johan Vromans.
2204              
2205              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
2206              
2207              Update to Pod::Parser 1.17, from Brad Appleton.
2208              
2209              Update to CPAN 1.56, from Andreas König.
2210              
2211              Update to CGI 2.70, from Lincoln Stein.
2212              
2213              Put back the std @INC thing.
2214              
2215              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
2216              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
2217              
2218              Document the IO::Select timeout.
2219              
2220              sleep(1) does not necessarily return 1.
2221              Subject: [PATCH bleadperl] op/lex_assign.t  
2222              
2223              Subject: debugger "d" command doesnt check line number
2224              
2225              B::Deparse didn't do sub attributes.
2226              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2227              
2228              Preprocessing and postprocessing for File::Find.
2229              Subject: Patch to Find::File.pm to allow alphabetical results
2230              
2231              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
2232              
2233              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
2234              
2235              Subject: Re: [ID 20000730.003] utf8::length() bad
2236              
2237              Subject: Getting perlio and threads to compile
2238              (the Solaris version changes in Configure skipped)
2239              
2240              Tests for #6589.
2241              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2242              
2243              Add Perl debugging tutorial, regen toc. 
2244              Subject: perldebtut.pod
2245              
2246              Add a few missing files, update MANIFEST.
2247              
2248              Rewrite of vms/subconfigure.com as configure.com,
2249              from Peter Prymmer and the vmsperl crew.
2250              
2251              Should have deleted this in #6603.
2252              
2253              Fix the test for 5005threads.
2254              
2255              Fix-n-skip the tests under 5005threads.
2256              
2257              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
2258              
2259              Upgrade to CGI 2.71, from Lincoln Stein.
2260      Branch: maint-5.6/perl
2261           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
2262           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
2263           +> t/op/regmesg.t t/pod/find.t vms/configure.com
2264            - vms/subconfigure.com
2265            ! lib/lib.pm
2266           !> (integrate 115 files)
2267 ____________________________________________________________________________
2268 [  7884] By: jhi                                   on 2000/11/27  13:44:33
2269         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
2270              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2271              Date:     Mon, 27 Nov 2000 08:23:54 EST
2272              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
2273      Branch: perl
2274            ! vms/descrip_mms.template vms/test.com
2275 ____________________________________________________________________________
2276 [  7883] By: gsar                                  on 2000/11/27  11:50:46
2277         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
2278              6511..6513,6515..6523,6525..6536
2279              
2280              The swallow_bom() saga continues.  The #23 of require.t
2281              (UTF16-LE) still fails (silently, no output) but the #22
2282              (UTF16-BE) seems to be working now.  The root of the
2283              failure may be in sv_gets(): is it UTF-16LE-aware,
2284              especially when it comes to line endings? 
2285              
2286              Document the problem with -P in HP-UX and its workaround.
2287              
2288              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
2289              (aka ID 20000730.002)
2290              
2291              Subject: fix and question re: waitpid() under win32
2292              
2293              Make the safety catch for buggy gccs work with triple version
2294              numbers like 2.95.2.  Reported in
2295              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
2296              
2297              In Digital UNIX warn if gcc explicitly chosen because even
2298              2.95.2 is known to cause problems.
2299              
2300              Make chr() for values >127 to create utf8 when under utf8.
2301              
2302              various syntax errors and such (not fixed: comp/require.t#22 coredump
2303              on Windows)
2304              
2305              Stash away the largefiles flags and libswanted.
2306              
2307              BOM patching from Simon Cozens.
2308              
2309              If gccosandvers is equal to osname, clear gccosandvers.
2310              
2311              Make p4desc to skip non-mainperl branches by default.
2312              
2313              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
2314              
2315              The test from this
2316              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
2317              
2318              In new BSDs changes to argv[] do not show up in ps(1) output,
2319              instead one must use setproctitle().  This was already addressed
2320              by change #6457, but the below has a new variant for FreeBSD 4.0
2321              or later, and the matter is also documented more.
2322              
2323              FreeBSD 3.* updates from
2324              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2325              
2326              regen_headers, regen perltoc.
2327              
2328              Document in one place the memory abstractions used in Perl core.
2329              
2330              memcpy has n o in it, as pinted ut by Sarathy.
2331              
2332              Remove the extraneous "main::" prefix from all the
2333              "opened only for", "on closed", and "never opened" warnings.
2334              
2335              The name of a filehandle does not have <these>.
2336              
2337              The tr utf8 patching continues.
2338              
2339              The new setproctitle() feature is available only in 
2340              bleeding edge FreeBSD.  From Paul Saab.
2341              
2342              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
2343              
2344              Dump UVs as UVs in Data::Dumper.
2345              
2346              detypo #6494
2347              
2348              Document the IVdf UVuf UVof UVxf.
2349              
2350              require.t needs binmode() to work on windows
2351              
2352              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
2353              that are hopefully soon put into use.
2354              
2355              Allow "no Module;" even if there is no 'unimport'.
2356              
2357              Better skip message for the test; one of the two problems in
2358              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2359              
2360              The subtest 4 may fail also on VOBS, as pointed out
2361              by Nick Ing-Simmons in November 1999, bug id 19991124.003
2362              (but the failure in that bug report isn't the subtest 4).
2363              
2364              Be more informative on what is skipped and why,
2365              also repeat the list at the end.
2366              
2367              Add a URL for FSF.
2368              
2369              Subject: [PATCH] sv.h documentation - SvLEN
2370              
2371              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
2372              
2373              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
2374              
2375              Subject: [PATCH] bad cppsymbols on os2 + Configure question
2376              
2377              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
2378              
2379              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
2380              mention the idea of @( and @)
2381              
2382              This is 6512.  Really.
2383              
2384              Subject: [ID 19990721.004] Documentation bug in perlfunc
2385              
2386              Subject: Minor tweak to perlvar.pod
2387              
2388              In the warnings call filehandles consistently so;
2389              add "unopened" warning for stat().
2390              
2391              After the #6519 a warning about stat() is just that,
2392              not about a filetest, which now have their own warning.
2393              
2394              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
2395              
2396              Subject: Re: Array vs. List context
2397              
2398              Subject: New perlcc, take 2
2399              
2400              Weed buglets pointed out by
2401              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
2402              
2403              gcc versions might have (parentheses) in them.
2404              
2405              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
2406              
2407              Essential prototype changes were missing from #6527.
2408              Also make report_evil_fh() more bomb-proof.
2409              
2410              Zap lib/Sys directory when cleaning up.
2411              
2412              Change the Policy policy: now -Dprefix= with an existing
2413              Policy.sh and prefix == siteprefix == vendorprefix, then all
2414              of them follow along the new prefix.
2415              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
2416              
2417              Continue fixing the io warnings.  This also
2418              sort of fixes bug ID 20000802.003: the core dump
2419              is no more.  Whether the current behaviour is correct
2420              (giving a warning: "Not a format reference"), is another matter.
2421              
2422              Have symbols for the IoTYPEs.
2423              
2424              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
2425              
2426              Document a bit that UDP is not what you might think.
2427              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
2428              tr memory corruption fix from Simon Cozens.
2429              
2430              Plug the security hole described in the Aug 05 2000 bugtraq message
2431              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
2432              The security hole exists only in suidperls, which isn't
2433              installed or even built by default.
2434      Branch: maint-5.6/perl
2435           !> (integrate 71 files)
2436 ____________________________________________________________________________
2437 [  7882] By: gsar                                  on 2000/11/27  10:25:36
2438         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
2439              from mainline
2440              
2441              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
2442              to be fatal errors (instead of by default ignoring them, and
2443              ignoring with a bug: even though -w gave an error, the opening [
2444              was left in)  Reported in:
2445              
2446              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
2447              
2448              Subject: [PATCH] split /^/
2449              
2450              MacOS nits from Matthias Neeracher.
2451              
2452              More split() doc and test patches from Mike Guy.
2453              
2454              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2455              from Graham Barr in the module list.
2456              
2457              docfix from Peter Scott <Peter@PSDT.com>.
2458              
2459              File::Temp patches for VMS and OS/2 from Tim Jenness.
2460              
2461              open() wariness in perlbug.
2462              
2463              Subject: [PATCH] minor doc change - perlguts
2464              
2465              Subject: Minor doc patch: handy.h
2466              
2467              Be wary of close()s, too.
2468              
2469              Further File::Temp patches from Yitzchak Scott-Thoennes
2470              and Craig A. Berry.
2471              
2472              Subject: [PATCH] fixes bug 20000508.004
2473              
2474              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
2475              
2476              Allow "no AutoLoader;", based on change #6444,
2477              suggested by Graham Barr.
2478              
2479              Use setproctitle() if available to modify $0.
2480              
2481              Warn if the version of the operating system used to compile gcc
2482              differs from the current version of the operating system.
2483              Also display the gcc compilation os and version in myconfig.
2484              Inspiration from
2485              
2486              Tiny fixes for #6460.
2487              
2488              The problem described in this
2489              Subject: [ID 20000322.018] named chars aren't magical enough
2490              has been fixed in perl 5.6.0 but just in case added a test
2491              to keep it away.  (The report from Joseph Hall.)
2492              
2493              Tune the comments and hopefully stop a memory leak.
2494              
2495              Subject: UTF8 concat
2496              (with a memory leak fixed, plus a few casts added)
2497              This also seems to help for
2498              Subject: [ID 20000716.015] join UTF8 weirdness
2499              
2500              Do not upgrade SVs into utf8 just because they participate
2501              in eq or cmp.  Reported and fix suggested in
2502              Subject: [ID 20000720.009] sv_eq UTF8 bug
2503              
2504              Fix the HALF_UPGRADE() macro introduced in #6263.
2505              
2506              Find green threads before native threads.
2507              Subject: Re: Patch to jpl/JNI/Makefile.PL
2508      Branch: maint-5.6/perl
2509           !> (integrate 30 files)
2510 ____________________________________________________________________________
2511 [  7881] By: jhi                                   on 2000/11/27  05:48:41
2512         Log: It seems that *both* the unused submatch loop cleanup
2513              codes are needed.
2514      Branch: perl
2515            ! regexec.c
2516 ____________________________________________________________________________
2517 [  7880] By: jhi                                   on 2000/11/27  04:50:07
2518         Log: Clean .exists deeper.
2519      Branch: perl
2520            ! Makefile.SH
2521 ____________________________________________________________________________
2522 [  7879] By: jhi                                   on 2000/11/27  02:31:35
2523         Log: The code in regcppop() (see #7878) contains the correct lower
2524              limit for the unused submatch 'cleanup' loop so that under
2525              "use utf8" the following code wouldn't dump core:
2526              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
2527              the cleanup loop in regtry() stomped beyond allocated area
2528              in the startp[] array.  Therefore, copied the correct lower
2529              loop limit (*PL_reglastparen) to regtry().  Note: something
2530              may still not be quite right: why was the _higher_ loop limit
2531              (prog->nparens) different in the utf8 case?
2532              
2533              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
2534              without core dumps, there were about 17 of them before
2535              the patch (with us since Perl 5.7.0).  Two failures, still:
2536              496 and 505 (though these may not be severe).
2537              
2538              Patch #7881 is also needed since both the cleanup loops
2539              seem to be needed.
2540              
2541              Also, the t/op/pat#44 seems to core dump under utf8.
2542              Plus a couple of failures.  UGH-8.
2543      Branch: perl
2544            ! regexec.c
2545 ____________________________________________________________________________
2546 [  7878] By: jhi                                   on 2000/11/27  02:21:17
2547         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
2548              the code in regcppop() seems to be redundant for the test suite --
2549              but it contains a germ of truth, and it needed for the build
2550              process itself: see #7879 and #7881.
2551      Branch: perl
2552            ! regexec.c
2553 ____________________________________________________________________________
2554 [  7877] By: jhi                                   on 2000/11/27  01:53:09
2555         Log: Comment on comment.
2556      Branch: perl
2557            ! regexec.c
2558 ____________________________________________________________________________
2559 [  7876] By: jhi                                   on 2000/11/27  00:49:59
2560         Log: Adjust the docs to agree with #7875.
2561      Branch: perl
2562            ! pod/perllocale.pod
2563 ____________________________________________________________________________
2564 [  7875] By: jhi                                   on 2000/11/27  00:49:27
2565         Log: Retract #7863.  It makes more sense not to taint formatted output,
2566              not even by sprintf().
2567      Branch: perl
2568            ! sv.c
2569 ____________________________________________________________________________
2570 [  7874] By: jhi                                   on 2000/11/26  23:36:02
2571         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2572              Not really fixed (should really dump the UTF-8 charclass),
2573              but stopped displaying the garbage.
2574              
2575              Also add a note on the (missing) Unicode PSXSPC and BLANK.
2576      Branch: perl
2577            ! regcomp.c
2578 ____________________________________________________________________________
2579 [  7873] By: jhi                                   on 2000/11/26  21:31:13
2580         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
2581      Branch: perl
2582            ! regexec.c
2583 ____________________________________________________________________________
2584 [  7872] By: jhi                                   on 2000/11/26  21:06:04
2585         Log: No need to scan till infinity, 13 is enough.
2586      Branch: perl
2587            ! handy.h utf8.c
2588 ____________________________________________________________________________
2589 [  7871] By: jhi                                   on 2000/11/26  20:20:32
2590         Log: Test line numbers are different with utf8.
2591      Branch: perl
2592            ! t/op/re_tests
2593 ____________________________________________________________________________
2594 [  7870] By: jhi                                   on 2000/11/26  20:10:12
2595         Log: Message nit.
2596      Branch: perl
2597            ! regcomp.c
2598 ____________________________________________________________________________
2599 [  7869] By: jhi                                   on 2000/11/26  19:01:05
2600         Log: Make utf8_length() and utf8_distance() (the latter of which
2601              is unused at the moment) to be less forgiving about bad UTF-8.
2602      Branch: perl
2603            ! embed.h embed.pl objXSUB.h proto.h utf8.c
2604 ____________________________________________________________________________
2605 [  7868] By: jhi                                   on 2000/11/26  18:45:56
2606         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
2607              From: Benjamin Holzman <bah@ecnvantage.com>
2608              Date: Sat, 25 Nov 2000 20:40:20 -0500       
2609              Message-ID: <20001125204020.A25040@ecnvantage.com>              
2610              
2611              Debian allows installing /usr/bin/locale without installing
2612              any locales, an error message will ensue.
2613      Branch: perl
2614            ! t/pragma/locale.t
2615 ____________________________________________________________________________
2616 [  7867] By: jhi                                   on 2000/11/26  18:31:12
2617         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
2618              From: Benjamin Holzman <bah@ecnvantage.com>
2619              Date: Sun, 26 Nov 2000 02:42:34 -0500
2620              Message-ID: <20001126024234.G25040@ecnvantage.com>
2621              
2622              Patch for the bug 20000212.002.
2623      Branch: perl
2624            ! sv.c t/op/array.t
2625 ____________________________________________________________________________
2626 [  7866] By: jhi                                   on 2000/11/26  18:28:09
2627         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
2628              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2629              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
2630              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
2631              
2632              File::Temp 0.11.
2633      Branch: perl
2634            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
2635 ____________________________________________________________________________
2636 [  7865] By: jhi                                   on 2000/11/26  18:24:22
2637         Log: The metaconfig unit change for #7864.
2638      Branch: metaconfig/U/perl
2639            ! need_va_copy.U
2640 ____________________________________________________________________________
2641 [  7864] By: jhi                                   on 2000/11/26  18:23:41
2642         Log: Make the va_copy() test not to be so talkative.
2643      Branch: perl
2644            ! Configure config_h.SH
2645 ____________________________________________________________________________
2646 [  7863] By: jhi                                   on 2000/11/26  18:11:02
2647         Log: Fix locale inconsistencies unearthed by Hugo's work.
2648              Now the floating point sprintf really does taint the result
2649              string as perllocale promises (has promised for a long time)
2650              if "use locale" is in the lexical scope.
2651      Branch: perl
2652            ! sv.c t/pragma/locale.t
2653 ____________________________________________________________________________
2654 [  7862] By: jhi                                   on 2000/11/26  00:35:15
2655         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
2656              From: Nicholas Clark <nick@ccl4.org>
2657              Date: Sun, 26 Nov 2000 00:07:50 +0000
2658              Message-ID: <20001126000750.A22446@plum.flirble.org>
2659              
2660              Infinit.
2661      Branch: perl
2662            ! sv.c
2663 ____________________________________________________________________________
2664 [  7861] By: jhi                                   on 2000/11/26  00:01:26
2665         Log: Integrate perlio.
2666      Branch: perl
2667           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
2668 ____________________________________________________________________________
2669 [  7860] By: nick                                  on 2000/11/25  22:04:17
2670         Log: Correct relative path from new ext\Filter\Util\Call location
2671              back to miniperl.
2672      Branch: perlio
2673            ! win32/makefile.mk
2674 ____________________________________________________________________________
2675 [  7859] By: nick                                  on 2000/11/25  21:26:54
2676         Log: Integrate mainline.
2677      Branch: perlio
2678           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2679           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
2680           +> t/lib/filter-util.t
2681            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2682            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2683            - t/lib/filt-util.t
2684           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
2685           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
2686           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
2687           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
2688           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
2689           !> win32/makefile.mk
2690 ____________________________________________________________________________
2691 [  7858] By: gsar                                  on 2000/11/25  20:52:17
2692         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
2693              parent's memory; fix it by keeping track of the actual pad
2694              offset rather than a raw pointer (this change is probably also
2695              relevant to non-ithreads case to avoid fallout from reallocs of
2696              the pad array, but is currently only enabled for the ithreads
2697              case in the interests of minimal disruption to existing "well
2698              tested" code)
2699      Branch: perl
2700            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2701            ! proto.h scope.c scope.h sv.c t/op/fork.t
2702 ____________________________________________________________________________
2703 [  7857] By: nick                                  on 2000/11/25  20:01:28
2704         Log: All tests pass on Win32/gcc/USE_PERLIO.
2705              - when crlf layer is pushed make unix-level binary.
2706              - remove :crlf injection in pp_backtick in pp_sys.c
2707              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
2708      Branch: perlio
2709            ! doio.c perlio.c pp_sys.c win32/makefile.mk
2710 ____________________________________________________________________________
2711 [  7856] By: jhi                                   on 2000/11/25  18:38:30
2712         Log: Update the metaconfig units for #7855.
2713      Branch: metaconfig/U/perl
2714            ! useperlio.U usesocks.U
2715 ____________________________________________________________________________
2716 [  7855] By: jhi                                   on 2000/11/25  18:37:54
2717         Log: Undo the SOCKS workarounds, instead start using PerlIO
2718              if SOCKS is selected.
2719              
2720              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
2721              From: Jens Hamisch <jens@Strawberry.COM>
2722              Date: Fri, 24 Nov 2000 18:31:30 +0100
2723              Message-ID: <20001124183130.E28337@Strawberry.COM>
2724              
2725              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
2726              From: Jens Hamisch <jens@Strawberry.COM>
2727              Date: Fri, 24 Nov 2000 19:11:51 +0100
2728              Message-ID: <20001124191151.A28753@Strawberry.COM>
2729      Branch: perl
2730            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
2731            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
2732 ____________________________________________________________________________
2733 [  7854] By: jhi                                   on 2000/11/25  17:39:08
2734         Log: Undo #7848.  Some of the code seems to use walkoptree(),
2735              some walkoptree_slow().  An unfinished renaming?
2736              Now the sub is walkoptree() (which is @EXPORT_OK),
2737              the walkoptree_slow() is a typeglob alias to walkoptree.
2738              This makes the tests to pass, at least.
2739      Branch: perl
2740            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
2741 ____________________________________________________________________________
2742 [  7853] By: nick                                  on 2000/11/24  22:24:33
2743         Log: Re-arrange crlf vs binary for platforms that care.
2744              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
2745              Lip-service to making stdio layer work on such platfroms (untested).
2746              Now fails 3 tests rather than one, checkin to see if I can debug 
2747              the issue under linux. (Do not merge.)
2748      Branch: perlio
2749            ! doio.c perlio.c perliol.h
2750 ____________________________________________________________________________
2751 [  7852] By: jhi                                   on 2000/11/24  18:57:39
2752         Log: AUTHORS edits.
2753      Branch: perl
2754            ! AUTHORS
2755 ____________________________________________________________________________
2756 [  7851] By: jhi                                   on 2000/11/24  17:34:56
2757         Log: Add Jan-Erik Karlsson.
2758      Branch: perl
2759            ! AUTHORS
2760 ____________________________________________________________________________
2761 [  7850] By: jhi                                   on 2000/11/24  17:27:56
2762         Log: Configure should find stdchar on its own.
2763      Branch: perl
2764            ! hints/solaris_2.sh
2765 ____________________________________________________________________________
2766 [  7849] By: jhi                                   on 2000/11/24  17:24:55
2767         Log: Subject: PATCH over 7848: Filter test flawed
2768              From: andreas.koenig@anima.de (Andreas J. Koenig)
2769              Date: 24 Nov 2000 10:28:29 +0100
2770              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
2771      Branch: perl
2772            ! t/lib/filter-util.t
2773 ____________________________________________________________________________
2774 [  7848] By: jhi                                   on 2000/11/24  17:22:15
2775         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
2776              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
2777              Date: Fri, 24 Nov 2000 16:12:58 +0000
2778              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
2779      Branch: perl
2780            ! ext/B/B.pm
2781 ____________________________________________________________________________
2782 [  7847] By: jhi                                   on 2000/11/24  03:07:01
2783         Log: Integrate perlio.
2784      Branch: perl
2785           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
2786           !> win32/makefile.mk
2787 ____________________________________________________________________________
2788 [  7846] By: gsar                                  on 2000/11/24  00:55:57
2789         Log: integrate changes#6415..6418,6420..6438 from mainline
2790              
2791              Fix the bitvector ops for utf8 (tricky since past 7 bits
2792              the utf8 'characters' can be more than one octet).
2793              
2794              MPE/ix updates for perl 5.6.0 from Mark Bixby.
2795              
2796              Subject: SDBM_File documentation
2797              
2798              Detypo.
2799              
2800              Decutandpasto.
2801              
2802              Send all installperl messages to STDERR and be -w clean.
2803              
2804              Out-of-date note removed.
2805              
2806              Protect against "wild next"s, that is, callbacks doing "next"
2807              instead of "return".
2808              
2809              Use STDOUT consistently.
2810              
2811              The output might have been produced in the wrong order.
2812              
2813              A missing 'break' after the [[:space:]] switch case.
2814              
2815              Add tests for
2816              [ID 19991110.003] another matching finding by pcre author
2817              which has already been fixed by some patch, as verified in
2818              
2819              Documentation to explain the behaviour of map().
2820              
2821              Add an optimization for map-maps-a-list-element-to-more-list-elements
2822              case, but add also notes explaining the relationship of this
2823              patch and the earlier notes by Sarathy.
2824              
2825              Subject: [ID 20000716.023] syslog test fails without sockets
2826              
2827              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2828              Test cases for #6431.
2829              
2830              File::Spec::VMS fixup for tmpdir from Craig Berry.
2831              
2832              Make the "uninit variable" warning to say "concat or string"
2833              or "join or string" when in concat or join .
2834              
2835              Get UTF16 BOMs working.  Patch from
2836              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2837              
2838              Subject: [PATCH] Make large file tests deal with SIGXFSZ
2839              
2840              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
2841              
2842              Subject: [PATCH] av.c apidoc
2843      Branch: maint-5.6/perl
2844           !> (integrate 43 files)
2845 ____________________________________________________________________________
2846 [  7845] By: gsar                                  on 2000/11/24  00:20:45
2847         Log: integrate changes#6406..6414 from mainline
2848              
2849              Merge perlhacktut into perlhack, update perlguts.
2850              
2851              Fix AutoSplit to use File::Spec the right way in VMS,
2852              from Peter Prymmer.
2853              
2854              The bug report
2855              [ID 19991110.002] minimal matching discrepancy found by pcre author
2856              seems to have been fixed (though differently from what was suggested
2857              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
2858              
2859              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
2860              not in pod, from Peter Prymmer
2861              
2862              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
2863              From: Hugo <hv@crypt.compulink.co.uk>
2864              Date: Fri, 14 Jul 2000 23:05:20 +0100
2865              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
2866              
2867              Didn't anymore apply, but that point still could use another fix.
2868              
2869              lib/b test fixes from Peter Prymmer.
2870              
2871              More docs for sv functions.
2872              
2873              perlvms.pod whitespace cleanup to keep pod utils happy.
2874              
2875              another VMS build tweak from Peter Prymmer
2876      Branch: maint-5.6/perl
2877           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
2878           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
2879           !> vms/descrip_mms.template vms/perlvms.pod
2880 ____________________________________________________________________________
2881 [  7844] By: nick                                  on 2000/11/23  23:42:45
2882         Log: Win32/perlio Now just fails one io/argv.t test - lack 
2883              of default :crlf on standard streams.
2884      Branch: perlio
2885            ! doio.c perlio.c
2886 ____________________________________________________________________________
2887 [  7843] By: nick                                  on 2000/11/23  23:04:05
2888         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
2889              peek fail is showing a real problem (multiple crlf layers
2890              are getting pushed.)
2891      Branch: perlio
2892            ! doio.c perlio.c win32/makefile.mk
2893 ____________________________________________________________________________
2894 [  7842] By: nick                                  on 2000/11/23  19:46:23
2895         Log: Implement PerlIO_binmode()
2896              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
2897              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
2898              make binmode in t/lib/io_tell.t unconditional so that works.
2899              Checkin just so Win32 machine can see these changes.
2900      Branch: perlio
2901            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
2902 ____________________________________________________________________________
2903 [  7841] By: jhi                                   on 2000/11/23  19:30:00
2904         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
2905      Branch: perl
2906            ! README.amiga
2907 ____________________________________________________________________________
2908 [  7840] By: jhi                                   on 2000/11/23  17:18:02
2909         Log: SOCKS wrestling continues, patches from Jens Hamisch.
2910      Branch: perl
2911            ! doio.c embed.h embed.pl perlsdio.h proto.h
2912 ____________________________________________________________________________
2913 [  7839] By: jhi                                   on 2000/11/23  16:54:14
2914         Log: Push Filter::Util::Call one level deeper.
2915      Branch: perl
2916            + t/lib/filter-util.t
2917           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2918           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
2919            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2920            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2921            - t/lib/filt-util.t
2922            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
2923            ! win32/Makefile win32/makefile.mk
2924 ____________________________________________________________________________
2925 [  7838] By: jhi                                   on 2000/11/23  16:52:40
2926         Log: Reach back one higher up when searching for PERL_SRC.
2927      Branch: perl
2928            ! lib/ExtUtils/MM_Unix.pm
2929 ____________________________________________________________________________
2930 [  7837] By: jhi                                   on 2000/11/23  16:05:41
2931         Log: Subject: Re: perl@7826
2932              Date: Thu, 23 Nov 2000 02:20:25 -0600
2933              From: "Craig A. Berry" <craigberry@mac.com>
2934              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
2935              
2936              Make VMS to like Filter::Util::Call. 
2937      Branch: perl
2938            ! configure.com ext/Filter/Util/Makefile.PL
2939 ____________________________________________________________________________
2940 [  7836] By: nick                                  on 2000/11/23  16:04:08
2941         Log: Implement crlf layer - not ready for merge.
2942      Branch: perlio
2943            ! perlio.c win32/makefile.mk
2944 ____________________________________________________________________________
2945 [  7835] By: jhi                                   on 2000/11/23  15:56:52
2946         Log: STDCHAR is different in Sparc v9 vs x86.
2947      Branch: perl
2948            ! hints/solaris_2.sh
2949 ____________________________________________________________________________
2950 [  7834] By: jhi                                   on 2000/11/23  15:50:47
2951         Log: The type needs to be visible to protos.
2952      Branch: perl
2953            ! perl.h
2954 ____________________________________________________________________________
2955 [  7833] By: jhi                                   on 2000/11/23  15:40:46
2956         Log: Finish unfinished SOCKS workaround changes.
2957      Branch: perl
2958            ! doio.c
2959 ____________________________________________________________________________
2960 [  7832] By: jhi                                   on 2000/11/23  15:33:30
2961         Log: Integrate perlio.
2962      Branch: perl
2963           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2964           !> win32/makefile.mk
2965 ____________________________________________________________________________
2966 [  7831] By: nick                                  on 2000/11/23  10:31:07
2967         Log: Correct makefile.mk dependancies for ext/Filter/Util
2968              Build ext/Encode
2969              Run dmake regen_config_h
2970      Branch: perlio
2971            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2972            ! win32/makefile.mk
2973 ____________________________________________________________________________
2974 [  7830] By: nick                                  on 2000/11/23  08:05:07
2975         Log: Integrate mainline
2976      Branch: perlio
2977           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2978           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
2979           +> t/lib/filt-util.pl t/lib/filt-util.t
2980           !> (integrate 41 files)
2981 ____________________________________________________________________________
2982 [  7829] By: gsar                                  on 2000/11/23  03:07:11
2983         Log: build the Filter extension on windows
2984      Branch: perl
2985            ! win32/Makefile win32/makefile.mk
2986 ____________________________________________________________________________
2987 [  7828] By: gsar                                  on 2000/11/23  02:46:35
2988         Log: regenerate win32/config* and fix some inconsistencies in the
2989              makefiles; always export Perl_deb() because it is needed
2990              by ext/re/* (whether perl itself is built with -DDEBUGGING
2991              or not)
2992      Branch: perl
2993            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
2994            ! win32/config_H.vc win32/makefile.mk
2995 ____________________________________________________________________________
2996 [  7827] By: gsar                                  on 2000/11/23  02:18:38
2997         Log: get sources building on windows+MSVC again (untested with other
2998              compilers)
2999      Branch: perl
3000            ! win32/include/sys/socket.h win32/perllib.c
3001 ____________________________________________________________________________
3002 [  7826] By: jhi                                   on 2000/11/23  01:18:26
3003         Log: Update Changes.
3004      Branch: perl
3005            ! Changes patchlevel.h
3006 ____________________________________________________________________________
3007 [  7825] By: jhi                                   on 2000/11/23  00:20:41
3008         Log: Subject: Re: av.c patch (having slight problems)
3009              From: "Ben Tilly" <ben_tilly@hotmail.com>
3010              Date: Tue, 21 Nov 2000 23:29:31 -0500
3011              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
3012              
3013              unshift() speedup.
3014      Branch: perl
3015            ! av.c
3016 ____________________________________________________________________________
3017 [  7824] By: jhi                                   on 2000/11/22  23:59:15
3018         Log: Fixes for signedness warnings noticed by VMSperlers.
3019      Branch: perl
3020            ! ext/Storable/Storable.xs regcomp.c sv.c
3021 ____________________________________________________________________________
3022 [  7823] By: jhi                                   on 2000/11/22  23:19:31
3023         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
3024              From: Peter Prymmer <pvhp@forte.com>
3025              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
3026              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
3027      Branch: perl
3028            ! t/pragma/warn/pp_hot
3029 ____________________________________________________________________________
3030 [  7822] By: jhi                                   on 2000/11/22  22:52:20
3031         Log: Be clean.
3032      Branch: perl
3033            ! Makefile.SH
3034 ____________________________________________________________________________
3035 [  7821] By: jhi                                   on 2000/11/22  22:46:39
3036         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
3037              by Damian Conway, as suggested by Paul Marquess.
3038      Branch: perl
3039            + lib/Filter/Simple.pm
3040 ____________________________________________________________________________
3041 [  7820] By: jhi                                   on 2000/11/22  22:45:51
3042         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
3043      Branch: perl
3044            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
3045            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
3046            + t/lib/filt-util.t
3047            ! MANIFEST
3048 ____________________________________________________________________________
3049 [  7819] By: jhi                                   on 2000/11/22  22:03:27
3050         Log: Integrate perlio.
3051      Branch: perl
3052           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
3053           !> win32/makefile.mk
3054 ____________________________________________________________________________
3055 [  7818] By: jhi                                   on 2000/11/22  21:56:02
3056         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
3057      Branch: perl
3058            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
3059            ! t/lib/io_sock.t
3060 ____________________________________________________________________________
3061 [  7817] By: jhi                                   on 2000/11/22  21:39:49
3062         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
3063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3064              Date: Wed, 22 Nov 2000 16:08:12 -0500
3065              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
3066      Branch: perl
3067            ! lib/ExtUtils/Liblist.pm
3068 ____________________________________________________________________________
3069 [  7816] By: jhi                                   on 2000/11/22  21:38:25
3070         Log: Go ahead and #include <unistd.h> in perl.h.
3071      Branch: perl
3072            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
3073            ! util.c
3074 ____________________________________________________________________________
3075 [  7815] By: jhi                                   on 2000/11/22  21:22:52
3076         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
3077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3078              Date: Mon, 20 Nov 2000 18:30:52 -0500
3079              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
3080      Branch: perl
3081            ! pod/perlre.pod regcomp.c t/op/re_tests
3082 ____________________________________________________________________________
3083 [  7814] By: jhi                                   on 2000/11/22  21:21:46
3084         Log: Subject: [PATCH 5.7.0] Liblist finally works
3085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3086              Date: Tue, 21 Nov 2000 22:02:17 -0500
3087              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
3088      Branch: perl
3089            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
3090            ! lib/ExtUtils/MakeMaker.pm
3091 ____________________________________________________________________________
3092 [  7813] By: jhi                                   on 2000/11/22  21:20:23
3093         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
3094              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3095              Date: Wed, 22 Nov 2000 17:53:15 +0100
3096              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
3097              
3098              AIX dynaloader and perlio patch.
3099      Branch: perl
3100            ! ext/DynaLoader/dl_aix.xs
3101 ____________________________________________________________________________
3102 [  7812] By: jhi                                   on 2000/11/22  21:17:52
3103         Log: (Accidentally empty patch.)
3104      Branch: perl
3105            ! av.c
3106 ____________________________________________________________________________
3107 [  7811] By: jhi                                   on 2000/11/22  21:16:31
3108         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
3109              From: Peter Prymmer <pvhp@forte.com>
3110              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
3111              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
3112      Branch: perl
3113            ! vms/test.com
3114 ____________________________________________________________________________
3115 [  7810] By: jhi                                   on 2000/11/22  21:15:36
3116         Log: Subject: Re: perl@7777 
3117              From: "John P. Linderman" <jpl@research.att.com>
3118              Date: Wed, 22 Nov 2000 13:11:11 -0500
3119              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
3120              
3121              Detypoing.
3122      Branch: perl
3123            ! lib/CPAN.pm
3124 ____________________________________________________________________________
3125 [  7809] By: jhi                                   on 2000/11/22  21:14:19
3126         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
3127              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3128              Date:     Wed, 22 Nov 2000 13:51:37 EST
3129              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
3130      Branch: perl
3131            ! perlsdio.h
3132 ____________________________________________________________________________
3133 [  7808] By: jhi                                   on 2000/11/22  21:13:27
3134         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
3135              From: Casey Tweten <crt@kiski.net>
3136              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
3137              Message-Id: <200011201653.LAA10194@home.kiski.net>
3138      Branch: perl
3139            ! t/lib/io_udp.t
3140 ____________________________________________________________________________
3141 [  7807] By: jhi                                   on 2000/11/22  21:12:35
3142         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
3143              From: Casey Tweten <crt@kiski.net>
3144              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
3145              Message-Id: <200011201636.LAA07227@home.kiski.net>
3146      Branch: perl
3147            ! t/lib/io_sock.t
3148 ____________________________________________________________________________
3149 [  7806] By: jhi                                   on 2000/11/22  21:10:59
3150         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
3151              From: "Casey R. Tweten" <crt@kiski.net>
3152              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
3153              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
3154      Branch: perl
3155            ! utils/h2xs.PL
3156 ____________________________________________________________________________
3157 [  7805] By: nick                                  on 2000/11/22  21:05:06
3158         Log: Integrate mainline
3159      Branch: perlio
3160           !> Changes Porting/genlog ext/DB_File/DB_File.xs
3161           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
3162           !> utils/perlbug.PL
3163 ____________________________________________________________________________
3164 [  7804] By: jhi                                   on 2000/11/22  21:01:12
3165         Log: Subject: [PATCH] Test.pm POD peculiarity
3166              From: "Casey R. Tweten" <crt@kiski.net>
3167              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
3168              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
3169      Branch: perl
3170            ! lib/Test.pm
3171 ____________________________________________________________________________
3172 [  7803] By: jhi                                   on 2000/11/22  20:59:59
3173         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
3174              From: "Philip Newton" <pnewton@gmx.de>
3175              Date: Wed, 22 Nov 2000 14:25:53 +0100
3176              Message-Id: <3A1BD771.25462.1939FAD@localhost>
3177              
3178              Be case-understanding also on 's', and use the -oi of sendmail
3179              not to terminate the transmission on a lone '.'.
3180      Branch: perl
3181            ! utils/perlbug.PL
3182 ____________________________________________________________________________
3183 [  7802] By: nick                                  on 2000/11/22  20:51:42
3184         Log: Win32 PerlIO intermediate state now working as expected.
3185              - In current state we are still using C runtime in text/binary
3186              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
3187              - PERLIO=stdio and PERLIO=unix pass all expected tests.
3188              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
3189              and PerlIO_seek() and the dummy crlf layer is not making adjustments
3190              for CRLF translation happening in C runtime. All other tests pass.
3191              
3192              Added note to README.win32 to point out the snags of doing a perl build
3193              with Norton AntiVirus turned on.
3194              
3195              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
3196              which file a fail comes from.
3197              
3198              Updated "canned" config.h to match the one generated.
3199      Branch: perlio
3200            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
3201            ! win32/makefile.mk
3202 ____________________________________________________________________________
3203 [  7801] By: jhi                                   on 2000/11/22  06:50:20
3204         Log: Nickety nits.
3205      Branch: perl
3206            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3207 ____________________________________________________________________________
3208 [  7800] By: jhi                                   on 2000/11/22  01:29:55
3209         Log: Changes had accidentally gone too silent on non-main branches.
3210      Branch: perl
3211            ! Changes Porting/genlog patchlevel.h
3212 ____________________________________________________________________________
3213 [  7799] By: gsar                                  on 2000/11/22  01:02:56
3214         Log: some lib_pm.PL changes snuck in via change#7772
3215      Branch: maint-5.6/perl
3216            ! Makefile.SH
3217 ____________________________________________________________________________
3218 [  7798] By: nick                                  on 2000/11/21  21:59:40
3219         Log: Integrate mainline
3220      Branch: perlio
3221           !> (integrate 28 files)
3222 ____________________________________________________________________________
3223 [  7797] By: jhi                                   on 2000/11/21  21:01:45
3224         Log: Integrate perlio.
3225      Branch: perl
3226           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
3227 ____________________________________________________________________________
3228 [  7796] By: nick                                  on 2000/11/21  20:36:22
3229         Log: Win32 builds and runs (mostly) with USE_PERLIO.
3230              PERLIO=perlio passes all tests. 
3231              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
3232      Branch: perlio
3233            ! perlio.c win32/perllib.c win32/win32.c
3234 ____________________________________________________________________________
3235 [  7795] By: jhi                                   on 2000/11/21  19:03:44
3236         Log: Update Changes.
3237      Branch: perl
3238            ! Changes patchlevel.h
3239 ____________________________________________________________________________
3240 [  7794] By: jhi                                   on 2000/11/21  18:56:34
3241         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
3242              From: "Craig A. Berry" <craigberry@mac.com>
3243              Date: Mon, 20 Nov 2000 20:27:06 -0600
3244              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
3245              
3246              A cut-and-pasto.
3247      Branch: perl
3248            ! perlio.h
3249 ____________________________________________________________________________
3250 [  7793] By: jhi                                   on 2000/11/21  18:54:41
3251         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
3252              From: Dominic Dunlop <domo@computer.org> 
3253              Date: Mon, 20 Nov 2000 18:55:29 +0100
3254              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
3255              
3256              va_copy() and the need of it.
3257              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
3258      Branch: metaconfig/U/perl
3259            + need_va_copy.U
3260      Branch: perl
3261            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3262            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
3263            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3264            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3265            ! win32/config.bc win32/config.gc win32/config.vc
3266 ____________________________________________________________________________
3267 [  7792] By: jhi                                   on 2000/11/21  17:04:10
3268         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
3269      Branch: perl
3270           !> scope.h
3271 ____________________________________________________________________________
3272 [  7791] By: jhi                                   on 2000/11/21  17:01:16
3273         Log: Export the SOCKS workaround symbols only if necessary.
3274      Branch: perl
3275            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
3276 ____________________________________________________________________________
3277 [  7790] By: nick                                  on 2000/11/20  23:57:11
3278         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
3279      Branch: perlio
3280            ! scope.h
3281 ____________________________________________________________________________
3282 [  7789] By: nick                                  on 2000/11/20  23:38:33
3283         Log: Integrate mainline
3284      Branch: perlio
3285           +> lib/File/Spec/Epoc.pm
3286           !> (integrate 34 files)
3287 ____________________________________________________________________________
3288 [  7788] By: nick                                  on 2000/11/20  23:20:18
3289         Log: Make extra buffer layer work (dummy crlf layer)
3290      Branch: perlio
3291            ! doio.c perlio.c perlio.h
3292 ____________________________________________________________________________
3293 [  7787] By: jhi                                   on 2000/11/20  22:44:04
3294         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
3295              From: Peter Prymmer <pvhp@forte.com>
3296              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
3297              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
3298      Branch: perl
3299            ! t/pragma/locale.t
3300 ____________________________________________________________________________
3301 [  7786] By: jhi                                   on 2000/11/20  22:29:10
3302         Log: Subject: DOC PATCH 5.6.0 perlreftut
3303              From: mjd@plover.com
3304              Date: 20 Nov 2000 19:45:06 -0000
3305              Message-ID: <20001120194506.9505.qmail@plover.com>
3306      Branch: perl
3307            ! pod/perlreftut.pod
3308 ____________________________________________________________________________
3309 [  7785] By: jhi                                   on 2000/11/20  22:27:44
3310         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
3311              From: David Dyck <dcd@tc.fluke.com>
3312              Date: Mon, 20 Nov 2000 11:43:40 -0800
3313              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
3314      Branch: perl
3315            ! lib/Cwd.pm
3316 ____________________________________________________________________________
3317 [  7784] By: jhi                                   on 2000/11/20  22:23:21
3318         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
3319              Date: Mon, 20 Nov 2000 17:06:10 -0500
3320              To: Mailing list Perl5 <perl5-porters@perl.org>
3321              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
3322      Branch: perl
3323            ! pp_ctl.c t/op/pat.t
3324 ____________________________________________________________________________
3325 [  7783] By: jhi                                   on 2000/11/20  22:11:18
3326         Log: Subject: [PATCH] doop.c - UTF8 tr///               
3327              From: Simon Cozens <simon@cozens.net>
3328              Date: Sat, 18 Nov 2000 18:49:30 +0000
3329              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
3330              
3331              Subject: Re: [PATCH] doop.c - UTF8 tr///           
3332              From: Simon Cozens <simon@cozens.net>
3333              Date: Mon, 20 Nov 2000 20:45:22 +0000
3334              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
3335              
3336              Make tr on UTF-8 better but still not correct.
3337      Branch: perl
3338            ! doop.c
3339 ____________________________________________________________________________
3340 [  7782] By: jhi                                   on 2000/11/20  22:02:16
3341         Log: Remove the shared object before attempting to create
3342              (by linking) a new one.  E.g. in AIX not removing
3343              becomes quite painful if one tries to do more than one
3344              build in the same tree (an interrupted build, for example),
3345              since the AIX' shared dynaloader seemingly keeps the shared
3346              objects open and therefore 'busy' for quite a while, even when
3347              nobody is using the objects, leading into link failures.
3348      Branch: perl
3349            ! lib/ExtUtils/MM_Unix.pm
3350 ____________________________________________________________________________
3351 [  7781] By: gsar                                  on 2000/11/20  19:02:55
3352         Log: type mismatch due to faulty integration
3353      Branch: maint-5.6/perl
3354            ! toke.c win32/Makefile
3355 ____________________________________________________________________________
3356 [  7780] By: gsar                                  on 2000/11/20  17:31:55
3357         Log: integrate changes#6392,6394..6399,6401..6404
3358              
3359              The {multiplier} of a fixed substring was overlooked which
3360              caused a wrong initial search offset for that substring.
3361              
3362              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
3363              From: Hugo <hv@crypt.compulink.co.uk>
3364              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
3365              Date: Thu, 13 Jul 2000 19:27:13 +0100
3366              
3367              Fix the BOM bug: not a byteorder bug, a signedness bug.
3368              
3369              Replace change #6337 with a better one.
3370              
3371              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3372              From: Hugo <hv@crypt.compulink.co.uk>
3373              Date: Fri, 14 Jul 2000 04:16:20 +0100
3374              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
3375              
3376              MakeMaker should not remove editor backups (*~) on `make clean`
3377              by default (completes change#6383)
3378              
3379              move new variables to the end of the interpreter structure (for
3380              bincompat in code that doesn't #include XSUB.h)
3381              
3382              rename totally bletcherous SvLOCK() thingy (doesn't do what the
3383              name suggests anyway)
3384              
3385              various cleanups (typos, misformatted code, and small bugs)
3386              
3387              typecasts needed for change#6394
3388              
3389              typos in change#6399, regen headers
3390              
3391              inconsistent types needs casts
3392              
3393              PERL_OBJECT build tweaks
3394      Branch: maint-5.6/perl
3395           !> MANIFEST doop.c embed.h embed.pl embedvar.h
3396           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
3397           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
3398           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
3399           !> toke.c util.c
3400 ____________________________________________________________________________
3401 [  7779] By: gsar                                  on 2000/11/20  17:06:29
3402         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
3403              
3404              Cosmetics and perldelta.
3405              
3406              Fix nits noticed by Boston.pm.
3407              
3408              Do the cc sanity check both before the hints and
3409              after the cc selction.
3410              
3411              get sprintf.t to adjust properly for 3-digit exponents
3412              
3413              don't clobber *.orig files on *clean targets
3414              
3415              fix bugs in processing %v-*d and similar format specs (from
3416              Avi Finkel <avi@finkel.org>)
3417              
3418              sprintf test tweaks (from Dominic Dunlop)
3419              
3420              new selfloader.t in change#6183 doesn't close DATA handles,
3421              and thus fails to clean up tmp files on dosish platforms
3422              
3423              typos (spotted by Peter Prymmer)
3424              
3425              typo fix from Craig Berry
3426      Branch: maint-5.6/perl
3427           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
3428           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
3429           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
3430           !> x2p/Makefile.SH
3431 ____________________________________________________________________________
3432 [  7778] By: gsar                                  on 2000/11/20  16:46:51
3433         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
3434              
3435              Subject: Re: format bug report  [Patch]
3436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3437              Date: Wed, 05 Jul 2000 13:12:52 +0200
3438              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
3439              
3440              Subject: Re: format bug report  [Patch]
3441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3442              Date: Wed, 05 Jul 2000 14:10:01 +0200
3443              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
3444              
3445              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
3446              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3447              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
3448              Date: Fri, 07 Jul 2000 17:57:16 +0100
3449              
3450              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
3451              To: perl5-porters@perl.org
3452              From: Karsten Sperling <spiff@phreax.net>
3453              Date: Mon, 10 Jul 2000 15:12:52 +0200
3454              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
3455              
3456              README.posix-bc podified from Thomas Dorner.
3457              
3458              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
3459              From: Dominic Dunlop <domo@computer.org>
3460              Date: Tue, 11 Jul 2000 12:27:33 +0200
3461              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
3462              
3463              Typo in #6341.
3464              
3465              Fix for
3466              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
3467              From: Roderick Schertler <roderick@argon.org>
3468              Date: Tue, 11 Jul 2000 13:55:05 -0400
3469              Message-Id: <200007111755.NAA05077@jones.argon.org>
3470              
3471              Minor cleanups on the booklist.
3472              
3473              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
3474              regen perltoc.
3475              
3476              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
3477      Branch: maint-5.6/perl
3478           +> pod/perlbook.pod
3479           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
3480           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
3481           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
3482 ____________________________________________________________________________
3483 [  7777] By: jhi                                   on 2000/11/20  16:08:49
3484         Log: Update Changes.
3485      Branch: perl
3486            ! Changes patchlevel.h
3487 ____________________________________________________________________________
3488 [  7776] By: jhi                                   on 2000/11/20  15:27:56
3489         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
3490              This may be overly harsh but until proven otherwise, we think this
3491              way, or until we have a simple test for Configure (having to start
3492              up servers is does not count as simple) to check for the problems.
3493      Branch: perl
3494            ! perl.h
3495 ____________________________________________________________________________
3496 [  7775] By: jhi                                   on 2000/11/20  15:22:17
3497         Log: Solaris hints tweaks.
3498      Branch: perl
3499            ! hints/solaris_2.sh
3500 ____________________________________________________________________________
3501 [  7774] By: jhi                                   on 2000/11/20  15:01:20
3502         Log: Add a workaround to SOCKS 64-bit problems.
3503      Branch: perl
3504            ! doio.c embed.h embed.pl perlsdio.h proto.h
3505 ____________________________________________________________________________
3506 [  7773] By: jhi                                   on 2000/11/20  14:51:47
3507         Log: sysseek() instead of seek().
3508      Branch: perl
3509            ! t/lib/syslfs.t
3510 ____________________________________________________________________________
3511 [  7772] By: gsar                                  on 2000/11/20  13:06:23
3512         Log: integrate changes#6315..6319,6321..6331,6333..6338
3513              
3514              Integrate with Sarathy, preliminary fix for unicos
3515              alignment problems in [ID 20000612.002] Perl problem on Cray system.
3516              
3517              some debugger output does not go to the socket when RemotePort is set
3518              
3519              winsock cleanup never done on Windows (leads to handle leaks)
3520              
3521              fix UNC path handling on Windows under ithreads, and chdir()
3522              return value when given a non-existent directory
3523              
3524              Autogenerate pod/Makefile and pod/buildtoc.
3525              buildtoc also checks whether the existin pods are
3526              mentioned in MANIFEST and perl.pod, and vice versa.
3527              (None of the thusly found discrepancies fixed yet.)
3528              roffitall also needs to be autogenerated similarly but it
3529              seems so badly out of date that I didn't touch it yet.
3530              
3531              Config is being used.
3532              
3533              Add =head1 NAMEs so that buildtoc is happy.
3534              (The CGI::Util nit reported to Lincoln.)
3535              
3536              Fix complaints of buildtoc.
3537              
3538              Fix the alignment problem in Crays ([ID 20000612.002]).
3539              
3540              Remove perlbook, update perlfaq book listing,
3541              rearrange perl.pod, regenerate perltoc.
3542              
3543              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
3544              was cast to an unsigned (32-bit) integer with wild abandon.
3545              
3546              winsock options weren't being set in all threads under ithreads
3547              (caused send()s from second and subsequent threads to fail)
3548              
3549              accept() leaks memory on windows due to incorrect ordering of
3550              closesocket() and fclose() calls
3551              
3552              Reorder perl.pod once more.
3553              
3554              More POSIX.pod tweaks.
3555              
3556              Sprinkle ldlibpath.
3557              
3558              Precedence goof, fix based on
3559              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
3560              From: Hugo <hv@crypt.compulink.co.uk>
3561              Date: Tue, 11 Jul 2000 12:52:38 +0100
3562              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
3563              
3564              Subject: PATCH perlguts.pod: Document D and d magic types
3565              From: mjd@plover.com
3566              Date: 5 Jul 2000 18:01:51 -0000
3567              Message-ID: <20000705180151.29413.qmail@plover.com>
3568              
3569              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
3570              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
3571              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
3572              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
3573              
3574              Subject: [PATCH cfgperl] $& segfaults if you trick it
3575              From: simon@brecon.co.uk (Simon Cozens)
3576              Date: 7 Jul 2000 11:26:09 GMT
3577              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
3578              
3579              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3580              From: Hugo <hv@crypt.compulink.co.uk>
3581              Date: Tue, 11 Jul 2000 12:44:50 +0100
3582              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
3583              
3584              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
3585              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3586              Date: Tue, 11 Jul 2000 13:50:51 +0100
3587              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
3588      Branch: maint-5.6/perl
3589           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
3590           +> pod/buildtoc.PL
3591            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
3592           !> (integrate 26 files)
3593 ____________________________________________________________________________
3594 [  7771] By: gsar                                  on 2000/11/20  12:31:42
3595         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
3596              6310,6311,6314
3597              
3598              Subject: [PATCH bleedperl] File::Spec 0.82 beta
3599              From: Barrie Slaymaker <barries@jester.slaysys.com>
3600              Date: Wed, 28 Jun 2000 11:35:29 -0400
3601              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
3602              
3603              tweak perlembed for multiplicity/usethreads sanity; correct notes
3604              about Windows
3605              
3606              localize %INC in a Safe compartment so that use/require work
3607              (many other magic globals probably need similar treatment)
3608              
3609              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
3610              when @_ is modified, causing coredumps
3611              
3612              slurp mode fix in change#4736 still not quite right
3613              
3614              Point to perlipc for more SysV IPC examples.
3615              
3616              Elaborate POSIX.pod.  Still needs work.
3617              
3618              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
3619              
3620              fix large memory leak that has been around for ever, masked by
3621              -DPURIFY (most of the arenas were never freed!)
3622              
3623              fix memory leak on Windows (PL_sys_intern contents were never
3624              freed)
3625              
3626              PERL_OBJECT build tweak
3627              
3628              adjust change#6299
3629              
3630              remove rel2abs prototypes (from Barrie Slaymaker)
3631              
3632              missing perldiag entry for unpack("w",...) diagnostic (from
3633              Andreas Koenig)
3634              
3635              better diagnostic on Frob->stuff() when Frob:: doesn't exist
3636              (from Richard Soderberg <rs@oregonnet.com>)
3637              
3638              Win32 patches for cfgperl from Sarathy.
3639              
3640              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
3641              
3642              More POSIX.pod embellishment.
3643              
3644              tyop in change#6306
3645      Branch: maint-5.6/perl
3646           !> (integrate 44 files)
3647 ____________________________________________________________________________
3648 [  7770] By: gsar                                  on 2000/11/20  11:51:00
3649         Log: integrate changes#6268..6282 from cfgperl branch
3650              
3651              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
3652              From: Dominic Dunlop <domo@computer.org>
3653              Date: Thu, 29 Jun 2000 12:32:39 +0200
3654              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
3655              
3656              Regen headers for #6261 (and update embed.pl for this) and #6267,
3657              silence few compiler warnings.
3658              
3659              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
3660              From: Nicholas Clark <nick@talking.bollo.cx>
3661              Date: Fri, 23 Jun 2000 16:21:15 +0100
3662              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
3663              
3664              Subject: PATCH pod/perltie.pod
3665              From: Ian Phillipps <Ian.Phillipps@iname.com>
3666              Date: Fri, 16 Jun 2000 00:17:19 +0100
3667              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
3668              (only the first hunk, the second hunk had already been done
3669              by some other patch)
3670              
3671              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
3672              From: Tom Phoenix <rootbeer@redcat.com>
3673              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
3674              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
3675              
3676              Subject: [PATCH] xsub attributes
3677              From: Doug MacEachern <dougm@covalent.net>
3678              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
3679              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
3680              
3681              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
3682              From: Andy Dougherty <doughera@lafayette.edu>
3683              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
3684              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
3685              
3686              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
3687              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3688              Date: Tue, 13 Jun 2000 02:43:48 -0500
3689              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
3690              
3691              Subject: [PATCH] Re: eval documentation: context
3692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3693              Date: Mon, 12 Jun 2000 15:07:29 +0100
3694              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
3695              
3696              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
3697              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3698              Date: Mon, 12 Jun 2000 14:55:59 +0100
3699              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
3700              
3701              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
3702              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
3703              Date: Fri, 09 Jun 2000 12:39:27 -0400
3704              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
3705              (plus update the version "number" of Text::Wrap)
3706              
3707              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
3708              From: Tim Ayers <tayers@bridge.com>
3709              Date: Thu, 08 Jun 2000 08:11:06 +0200
3710              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
3711              [resent by Richard Foley, Message-Id probably wrong]
3712              
3713              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
3714              From: rspier@pobox.com (Robert Spier)
3715              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
3716              Message-ID: <14654.31913.845602.610277@rls.cx>
3717              
3718              Subject: [PATCH 5.6.0] utils/h2xs.PL
3719              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3720              Date: Wed, 7 Jun 2000 04:02:04 -0500
3721              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
3722              
3723              Subject: [PATCH 5.6.0]ITHREADs for VMS
3724              From: Dan Sugalski <dan@sidhe.org>
3725              Date: Tue, 06 Jun 2000 11:59:50 -0400
3726              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
3727      Branch: maint-5.6/perl
3728           !> (integrate 31 files)
3729 ____________________________________________________________________________
3730 [  7769] By: gsar                                  on 2000/11/20  11:29:06
3731         Log: integrate changes#6261..6266 from cfgperl
3732              
3733              Subject: Re: [PATCH cfgperl] BOMs away!
3734              From: simon@brecon.co.uk (Simon Cozens)
3735              Date: 17 Jun 2000 11:49:57 GMT
3736              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
3737              
3738              Subject: 5.6.0 Patch for EPOC
3739              From: Olaf Flebbe <o.flebbe@gmx.de>
3740              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
3741              Message-ID: <23449.960929969@www11.gmx.net>
3742              
3743              tr fixes from Simon Cozens
3744              
3745              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
3746              From: Marty Lucich <marty@netcom.com>
3747              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
3748              Message-Id: <200006282116.OAA11148@netcom.com>
3749              ccdlflags update (the BSD/OS 4.1 part had already been taken
3750              care of by #6141).
3751              
3752              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
3753              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3754              Date: Wed, 28 Jun 2000 17:50:12 -0700
3755              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
3756              
3757              Subject: [PATCH 5.6.0] cygwin port
3758              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
3759              From: "Fifer, Eric" <EFifer@sanwaint.com>
3760              Date: Thu, 29 Jun 2000 12:58:29 +0100
3761      Branch: maint-5.6/perl
3762           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
3763           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
3764           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3765           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
3766 ____________________________________________________________________________
3767 [  7768] By: gsar                                  on 2000/11/20  11:13:44
3768         Log: integrate changes#6252..6256,6259..6260
3769              
3770              Paranoia tweak on #6249.
3771              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3772              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3773              Date: Sun, 25 Jun 2000 23:43:12 -0400
3774              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
3775              
3776              Subject: tr///, help wanted.
3777              From: simon@brecon.co.uk (Simon Cozens)
3778              Date: 28 Jun 2000 11:29:04 GMT
3779              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
3780              
3781              small thinko tweaks
3782              
3783              tweaks from Simon Conzes to further fix tr/// under utf8
3784              
3785              perlnewmod was missing from MANIFEST.
3786              
3787              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
3788              From: simon@brecon.co.uk (Simon Cozens)
3789              Date: 17 Jun 2000 11:56:44 GMT
3790              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
3791              pack U0, pack C0
3792      Branch: maint-5.6/perl
3793           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
3794           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
3795           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
3796           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
3797 ____________________________________________________________________________
3798 [  7767] By: gsar                                  on 2000/11/20  10:51:38
3799         Log: integrate change#6250 from cfgperl
3800              
3801              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
3802              From: Doug MacEachern <dougm@covalent.net>
3803              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
3804              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
3805      Branch: maint-5.6/perl
3806           +> t/op/my_stash.t
3807           !> MANIFEST embed.pl global.sym proto.h toke.c
3808 ____________________________________________________________________________
3809 [  7766] By: gsar                                  on 2000/11/20  10:48:34
3810         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
3811              
3812              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
3813              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3814              Date: Mon, 26 Jun 2000 18:40:14 +0100
3815              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
3816              
3817              Subject: [PATCH] bytes<->utf8 fixes
3818              From: simon@brecon.co.uk (Simon Cozens)
3819              Date: 26 Jun 2000 04:55:45 GMT
3820              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
3821              
3822              Subject: [PATCH] is_utf8_string
3823              From: simon@brecon.co.uk (Simon Cozens)
3824              Date: 26 Jun 2000 02:25:59 GMT
3825              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
3826              
3827              Subject: [PATCH] avoid mg_ptr in '*' magic
3828              From: Doug MacEachern <dougm@covalent.net>
3829              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
3830              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
3831              
3832              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
3833              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3834              Date: Sat, 24 Jun 2000 13:06:20 +0100
3835              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
3836              
3837              Allow for standalone testing.
3838              
3839              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
3840              From: Mark-Jason Dominus <mjd@plover.com>
3841              Date: Tue, 27 Jun 2000 22:36:42 -0400
3842              Message-ID: <20000628023642.12166.qmail@plover.com>
3843              
3844              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3845              From: Frank Tobin <ftobin@uiuc.edu>
3846              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
3847              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
3848      Branch: maint-5.6/perl
3849           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
3850           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
3851           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
3852           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
3853           !> utf8.c utils/h2xs.PL
3854 ____________________________________________________________________________
3855 [  7765] By: gsar                                  on 2000/11/20  10:29:13
3856         Log: integrate change#6239 from cfgperl
3857              
3858              Configure maintenance.  Sever some dependency cycles,
3859              separate gccversion from the cc unit,
3860              address [ID 20000623.006] Configure script patch for using gcc on AIX
3861              (but solve it a little bit differently),
3862              unduplex some accidentally duplicated units,
3863              suggest using gcc if no cc available
3864              (p5p thread: "Solaris configure: counterproposal", 1999-09)
3865      Branch: maint-5.6/perl
3866           !> Configure Todo-5.6 config_h.SH
3867 ____________________________________________________________________________
3868 [  7764] By: gsar                                  on 2000/11/20  10:25:55
3869         Log: integrate changes#6233..6238 from cfgperl
3870              
3871              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
3872              From: Mark-Jason Dominus <mjd@plover.com>
3873              Date: Fri, 16 Jun 2000 20:53:04 -0400
3874              Message-ID: <20000617005304.8008.qmail@plover.com>
3875              
3876              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
3877              because when run as services (Win32ese for daemons)
3878              no environment variables are set and tmpdir ends up as /tmp,
3879              which is ambiguous.
3880              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
3881              From: matt@sergeant.org
3882              Date: 16 Jun 2000 16:30:43 -0000
3883              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
3884              
3885              The thread begun by
3886              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
3887              From: Kevin.Ruscoe@ubsw.com
3888              Date: Fri, 16 Jun 2000 16:38:51 +0100
3889              Message-Id: <H000019b03c300d6@MHS>
3890              
3891              Tweak embed.pl, regen headers.
3892              
3893              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
3894              From: Dan Sugalski <dan@sidhe.org>
3895              Date: Fri, 23 Jun 2000 17:00:00 -0400
3896              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
3897      Branch: maint-5.6/perl
3898           !> (integrate 27 files)
3899 ____________________________________________________________________________
3900 [  7763] By: gsar                                  on 2000/11/20  10:08:08
3901         Log: s/perl56delta/perldelta/g
3902      Branch: maint-5.6/perl
3903            ! pod/Makefile
3904 ____________________________________________________________________________
3905 [  7762] By: gsar                                  on 2000/11/20  10:04:00
3906         Log: integrate changes#6225,6229,6231,6232 from cfgperl
3907              
3908              Add source code filenames to apidoc.
3909              From: simon@brecon.co.uk (Simon Cozens)
3910              Subject: [PATCH embed.pl] Source X-ref
3911              Date: 22 Jun 2000 02:18:49 GMT
3912              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
3913              
3914              Subject: README.hpux version 0.6.1
3915              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
3916              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3917              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
3918              
3919              Subject: [PATCH 5.6.0] cygwin port
3920              From: "Fifer, Eric" <EFifer@sanwaint.com>
3921              Date: Tue, 20 Jun 2000 14:30:58 +0100
3922              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
3923              
3924              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
3925              From: simon@brecon.co.uk (Simon Cozens)
3926              Date: 19 Jun 2000 15:18:27 GMT
3927              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
3928              
3929              plus update pod/Makefile and regenerate perltoc
3930      Branch: maint-5.6/perl
3931           +> pod/perlutil.pod
3932           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
3933           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
3934 ____________________________________________________________________________
3935 [  7761] By: jhi                                   on 2000/11/20  04:09:55
3936         Log: Miraculous typo.
3937      Branch: perl
3938            ! t/op/pat.t
3939 ____________________________________________________________________________
3940 [  7760] By: jhi                                   on 2000/11/20  04:06:08
3941         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
3942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3943              Date: Sun, 19 Nov 2000 22:30:26 -0500
3944              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
3945      Branch: perl
3946            ! regexec.c scope.h t/op/pat.t
3947 ____________________________________________________________________________
3948 [  7759] By: jhi                                   on 2000/11/20  02:05:22
3949         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
3950      Branch: perl
3951            ! perl.h
3952 ____________________________________________________________________________
3953 [  7758] By: jhi                                   on 2000/11/20  01:58:11
3954         Log: Subject: [perl 7711: EPOC] updates
3955              From: Olaf Flebbe <o.flebbe@gmx.de>
3956              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
3957              Message-ID: <25575.974658810@www23.gmx.net>               
3958      Branch: perl
3959            + lib/File/Spec/Epoc.pm
3960            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
3961            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
3962            ! lib/File/Spec.pm perl.c sv.c
3963 ____________________________________________________________________________
3964 [  7757] By: jhi                                   on 2000/11/20  01:53:11
3965         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
3966      Branch: perl
3967            ! MANIFEST
3968 ____________________________________________________________________________
3969 [  7756] By: jhi                                   on 2000/11/20  01:47:22
3970         Log: Integrate perlio.
3971      Branch: perl
3972            - ext/re/hints/MSWin32.pl
3973           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
3974           !> win32/config.gc win32/config_H.gc win32/win32sck.c
3975 ____________________________________________________________________________
3976 [  7755] By: nick                                  on 2000/11/19  20:57:17
3977         Log: Add dummy crlf layer (just as buffer)
3978              Correct 1st bug - one layer of indirection.
3979      Branch: perlio
3980            ! perlio.c perlio.h perliol.h
3981 ____________________________________________________________________________
3982 [  7754] By: nick                                  on 2000/11/19  20:56:12
3983         Log: Work-round to Perl_deb_nocontext is no longer required
3984      Branch: perlio
3985            - ext/re/hints/MSWin32.pl
3986 ____________________________________________________________________________
3987 [  7753] By: nick                                  on 2000/11/19  20:01:16
3988         Log: diff -se shows these as different
3989      Branch: perlio
3990            ! global.sym pod/perlapi.pod
3991 ____________________________________________________________________________
3992 [  7752] By: nick                                  on 2000/11/19  18:57:30
3993         Log: Configure GCC/Win32 build -Duseperlio
3994              Fix a couple of gross issues
3995              - double-include of ../deb.o in re.dll
3996              - win32sck.c needs PerlIO and FILE 
3997      Branch: perlio
3998            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
3999            ! win32/win32sck.c
4000 ____________________________________________________________________________
4001 [  7751] By: nick                                  on 2000/11/19  17:05:36
4002         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
4003      Branch: perlio
4004            ! perlio.c
4005 ____________________________________________________________________________
4006 [  7750] By: nick                                  on 2000/11/19  16:57:14
4007         Log: Missing aTHX_
4008      Branch: perlio
4009            ! sv.c
4010 ____________________________________________________________________________
4011 [  7749] By: jhi                                   on 2000/11/19  16:28:40
4012         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
4013              From: "Peter J. Farley III" <pjfarley@banet.net>
4014              Date: Sun, 19 Nov 2000 01:42:58 -0500
4015              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
4016      Branch: perl
4017            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
4018 ____________________________________________________________________________
4019 [  7748] By: jhi                                   on 2000/11/19  16:08:10
4020         Log: Subject: podlators 1.05 available        
4021              From: Russ Allbery <rra@stanford.edu>   
4022              Date: 18 Nov 2000 22:04:28 -0800
4023              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
4024      Branch: perl
4025            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4026 ____________________________________________________________________________
4027 [  7747] By: nick                                  on 2000/11/19  11:19:39
4028         Log: Integrate mainline
4029      Branch: perlio
4030           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
4031           !> util.c
4032 ____________________________________________________________________________
4033 [  7746] By: jhi                                   on 2000/11/19  06:42:22
4034         Log: Make hex scanning warn on "\x{x}" and "\xx".
4035              "\x" and and hex("x") are still valid.
4036      Branch: perl
4037            ! util.c
4038 ____________________________________________________________________________
4039 [  7745] By: nick                                  on 2000/11/18  22:52:28
4040         Log: Integrate mainline
4041      Branch: perlio
4042           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
4043           !> perl.h perlio.c proto.h regcomp.c regcomp.h
4044 ____________________________________________________________________________
4045 [  7744] By: jhi                                   on 2000/11/18  22:50:28
4046         Log: Introduce Perl_utf8_length().  Use it.
4047      Branch: perl
4048            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
4049 ____________________________________________________________________________
4050 [  7743] By: jhi                                   on 2000/11/18  22:38:51
4051         Log: Compiler denit.
4052      Branch: perl
4053            ! perlio.c
4054 ____________________________________________________________________________
4055 [  7742] By: jhi                                   on 2000/11/18  20:33:05
4056         Log: Integrate perlio.
4057      Branch: perl
4058           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
4059           !> perlio.h pp_ctl.c pp_sys.c sv.c
4060 ____________________________________________________________________________
4061 [  7741] By: jhi                                   on 2000/11/18  20:31:27
4062         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
4063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4064              Date: Fri, 17 Nov 2000 20:35:11 -0500
4065              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
4066              
4067              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
4068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4069              Date: Fri, 17 Nov 2000 21:03:47 -0500
4070              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
4071              
4072              Plus a little bit of tweaking in pregcomp().
4073      Branch: perl
4074            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
4075 ____________________________________________________________________________
4076 [  7740] By: nick                                  on 2000/11/18  20:17:22
4077         Log: Lexical use open ... support:
4078              add ->cop_io to COP structure in cop.h.
4079              Make mg.c and gv.c associate it with ${^OPEN}.
4080              Make lib/open.pm set it.
4081              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
4082              manner similar to ->cop_warnings.
4083              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
4084              call new PerlIO_apply_layers().
4085              Declare latter in perlio.h and define in perlio.c
4086      Branch: perlio
4087            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
4088            ! perlio.h pp_ctl.c pp_sys.c sv.c
4089 ____________________________________________________________________________
4090 [  7739] By: jhi                                   on 2000/11/18  19:54:00
4091         Log: Integrate perlio.
4092      Branch: perl
4093           !> doio.c perlio.c pp.c
4094 ____________________________________________________________________________
4095 [  7738] By: jhi                                   on 2000/11/18  17:16:13
4096         Log: Subject: [PATCH 5.7.0] etags broken again
4097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4098              Date: Sat, 18 Nov 2000 02:41:36 -0500
4099              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
4100      Branch: perl
4101            ! emacs/ptags
4102 ____________________________________________________________________________
4103 [  7737] By: jhi                                   on 2000/11/18  17:12:18
4104         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
4105      Branch: perl
4106            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4107 ____________________________________________________________________________
4108 [  7736] By: nick                                  on 2000/11/18  14:06:20
4109         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
4110              part to be isolated.
4111      Branch: perlio
4112            ! doio.c perlio.c
4113 ____________________________________________________________________________
4114 [  7735] By: nick                                  on 2000/11/18  11:03:32
4115         Log: Integrate mainline
4116      Branch: perlio
4117           !> Changes README.amiga README.win32 patchlevel.h
4118           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
4119 ____________________________________________________________________________
4120 [  7734] By: jhi                                   on 2000/11/18  01:18:56
4121         Log: Update Changes.
4122      Branch: perl
4123            ! Changes patchlevel.h
4124 ____________________________________________________________________________
4125 [  7733] By: jhi                                   on 2000/11/18  00:32:54
4126         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
4127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4128              Date: Fri, 17 Nov 2000 17:28:02 -0500
4129              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
4130      Branch: perl
4131            ! regcomp.c regexec.c t/op/re_tests
4132 ____________________________________________________________________________
4133 [  7732] By: jhi                                   on 2000/11/18  00:28:56
4134         Log: Sparc 64-bit pack() fix from Jens Hamisch.
4135      Branch: perl
4136            ! pp.c
4137 ____________________________________________________________________________
4138 [  7731] By: jhi                                   on 2000/11/18  00:18:39
4139         Log: Explain in more detail the {} syntax ambiguousity.
4140              
4141              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
4142              From: Nicholas Clark <nick@ccl4.org>
4143              Date: Fri, 17 Nov 2000 22:10:28 +0000
4144              Message-ID: <20001117221028.A88930@plum.flirble.org>
4145      Branch: perl
4146            ! pod/perlfunc.pod
4147 ____________________________________________________________________________
4148 [  7730] By: jhi                                   on 2000/11/18  00:12:18
4149         Log: Subject: Fix for README.amiga (20000323.033)
4150              From: "Stephen P. Potter" <spp@spotter.yi.org>
4151              Date: Fri, 17 Nov 2000 12:25:51 -0500
4152              Message-Id: <200011171725.MAA05768@spotter.yi.org>
4153      Branch: perl
4154            ! README.amiga
4155 ____________________________________________________________________________
4156 [  7729] By: jhi                                   on 2000/11/18  00:08:34
4157         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
4158              From: "A. C. Yardley" <yardley@tanet.net>
4159              Date: Mon, 3 Apr 2000 11:35:33 -0700
4160              Message-ID: <3483.000403@tanet.net>
4161      Branch: perl
4162            ! README.win32
4163 ____________________________________________________________________________
4164 [  7728] By: nick                                  on 2000/11/17  21:59:47
4165         Log: Integrate mainline
4166      Branch: perlio
4167           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
4168           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
4169           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
4170           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
4171 ____________________________________________________________________________
4172 [  7727] By: nick                                  on 2000/11/17  21:56:31
4173         Log: Experiment on use of attributes.pm interface.
4174              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
4175              SVt_PVRV if not already something better (else vivify of say magic gets
4176              core dump).
4177      Branch: perlio
4178            ! perlio.c pp.c
4179 ____________________________________________________________________________
4180 [  7726] By: jhi                                   on 2000/11/17  14:15:49
4181         Log: Subject: Fix for 20000815.006
4182              From: "Stephen P. Potter" <spp@spotter.yi.org>
4183              Date: Fri, 17 Nov 2000 08:57:45 -0500
4184              Message-Id: <200011171357.IAA05122@spotter.yi.org>
4185              
4186              It's really 20000518.006.
4187      Branch: perl
4188            ! pod/perlmodlib.PL
4189 ____________________________________________________________________________
4190 [  7725] By: jhi                                   on 2000/11/17  14:12:31
4191         Log: Subject: Fix for 20000409.001
4192              From: "Stephen P. Potter" <spp@spotter.yi.org>
4193              Date: Fri, 17 Nov 2000 08:55:45 -0500
4194              Message-Id: <200011171355.IAA05104@spotter.yi.org>
4195      Branch: perl
4196            ! pod/perlfaq9.pod
4197 ____________________________________________________________________________
4198 [  7724] By: jhi                                   on 2000/11/17  14:08:58
4199         Log: Undo #7627 now that we have =head3.
4200      Branch: perl
4201            ! pod/perlhack.pod
4202 ____________________________________________________________________________
4203 [  7723] By: jhi                                   on 2000/11/17  14:04:09
4204         Log: As surmised the #7719 wasn't a good move.
4205      Branch: perl
4206            ! hints/solaris_2.sh
4207 ____________________________________________________________________________
4208 [  7722] By: jhi                                   on 2000/11/17  13:59:04
4209         Log: Also the 64bitall hints can be either here or there.
4210      Branch: perl
4211            ! hints/solaris_2.sh
4212 ____________________________________________________________________________
4213 [  7721] By: jhi                                   on 2000/11/17  02:26:23
4214         Log: Test tweak for the open pragma.
4215      Branch: perl
4216            ! t/lib/b.t
4217 ____________________________________________________________________________
4218 [  7720] By: jhi                                   on 2000/11/17  00:23:22
4219         Log: The long double hints can be here or there.
4220      Branch: perl
4221            ! hints/solaris_2.sh
4222 ____________________________________________________________________________
4223 [  7719] By: jhi                                   on 2000/11/17  00:14:06
4224         Log: For Solaris use64bitall the stdchar needs a little bit of help.
4225      Branch: perl
4226            ! hints/solaris_2.sh
4227 ____________________________________________________________________________
4228 [  7718] By: jhi                                   on 2000/11/16  23:27:34
4229         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
4230              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4231              Date: Wed, 15 Nov 2000 08:56:32 +0100
4232              Message-ID: <3A1241B0.64477E00@alcatel.at>
4233      Branch: perl
4234            ! lib/Carp/Heavy.pm
4235 ____________________________________________________________________________
4236 [  7717] By: jhi                                   on 2000/11/16  23:23:29
4237         Log: Subject: [PATCH] Re: 20001101.003 PDL
4238              From: Nicholas Clark <nick@ccl4.org>
4239              Date: Thu, 16 Nov 2000 16:48:25 +0000
4240              Message-ID: <20001116164825.B93487@plum.flirble.org>
4241      Branch: perl
4242            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
4243 ____________________________________________________________________________
4244 [  7716] By: jhi                                   on 2000/11/16  23:21:31
4245         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
4246              From: "Casey R. Tweten" <crt@kiski.net>
4247              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
4248              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
4249      Branch: perl
4250            ! lib/Pod/Checker.pm pod/perlpod.pod
4251 ____________________________________________________________________________
4252 [  7715] By: jhi                                   on 2000/11/16  23:19:40
4253         Log: Avoid an infinite loop in VMS when utils scripts are run
4254              with no arguments, from Charles Lane.
4255      Branch: perl
4256            ! configure.com
4257 ____________________________________________________________________________
4258 [  7714] By: jhi                                   on 2000/11/16  23:17:08
4259         Log: Subject: perllocale.pod changes
4260              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4261              Date: Mon, 13 Nov 2000 10:09:22 +0300
4262              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
4263      Branch: perl
4264            ! pod/perllocale.pod
4265 ____________________________________________________________________________
4266 [  7713] By: jhi                                   on 2000/11/16  23:14:06
4267         Log: Integrate perlio.
4268      Branch: perl
4269           !> doio.c perlio.c perlio.h util.c
4270 ____________________________________________________________________________
4271 [  7712] By: nick                                  on 2000/11/16  21:10:58
4272         Log: Integrate mainline
4273      Branch: perlio
4274           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4275           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
4276           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
4277           !> vos/config.ga.def vos/config.ga.h win32/config.bc
4278           !> win32/config.gc win32/config.vc
4279 ____________________________________________________________________________
4280 [  7711] By: nick                                  on 2000/11/16  19:56:41
4281         Log: Minor tweaks:
4282              consistent way of getting 'rb', 'wb' etc. for binary opens
4283              move *perlio::layers to *open::layers
4284              a #define to show layers available
4285              DOSISH popen/PerlIO had export/import sense inverted.
4286      Branch: perlio
4287            ! doio.c perlio.c perlio.h util.c
4288 ____________________________________________________________________________
4289 [  7710] By: jhi                                   on 2000/11/16  15:46:05
4290         Log: Add HAS_SBRK_PROTO.
4291      Branch: metaconfig/U/perl
4292            + d_sbrkproto.U
4293      Branch: perl
4294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4295            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
4296            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4297            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4298            ! win32/config.gc win32/config.vc
4299 ____________________________________________________________________________
4300 [  7709] By: nick                                  on 2000/11/16  07:31:49
4301         Log: Integrate mainline
4302      Branch: perlio
4303           !> (integrate 35 files)
4304 ____________________________________________________________________________
4305 [  7708] By: jhi                                   on 2000/11/16  05:33:03
4306         Log: These files are text, not binary.
4307      Branch: perl
4308            ! ext/Encode/Encode/iso8859-10.enc
4309            ! ext/Encode/Encode/iso8859-13.enc
4310            ! ext/Encode/Encode/iso8859-14.enc
4311            ! ext/Encode/Encode/iso8859-15.enc
4312 ____________________________________________________________________________
4313 [  7707] By: jhi                                   on 2000/11/16  01:53:37
4314         Log: Update Changes.
4315      Branch: perl
4316            ! Changes patchlevel.h
4317 ____________________________________________________________________________
4318 [  7706] By: jhi                                   on 2000/11/16  01:35:59
4319         Log: More #undefing of stdio.
4320      Branch: perl
4321            ! fakesdio.h nostdio.h
4322 ____________________________________________________________________________
4323 [  7705] By: jhi                                   on 2000/11/16  01:34:18
4324         Log: Add fwalk() probe to the configuration files and regen perltoc.
4325      Branch: perl
4326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4327            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4328            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
4329            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4330            ! win32/config.bc win32/config.gc win32/config.vc
4331 ____________________________________________________________________________
4332 [  7704] By: jhi                                   on 2000/11/16  01:33:07
4333         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
4334              an optional third argument to Inlibc?)
4335      Branch: metaconfig/U/perl
4336            + d__fwalk.U
4337 ____________________________________________________________________________
4338 [  7703] By: jhi                                   on 2000/11/16  01:09:22
4339         Log: The type of the hash_cb() size argument is tricky.
4340      Branch: perl
4341            ! ext/DB_File/DB_File.xs
4342 ____________________________________________________________________________
4343 [  7702] By: jhi                                   on 2000/11/15  23:01:16
4344         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
4345      Branch: perl
4346            ! nostdio.h
4347 ____________________________________________________________________________
4348 [  7701] By: jhi                                   on 2000/11/15  22:52:32
4349         Log: Detypo.
4350      Branch: perl
4351            ! t/lib/bigfltpm.t
4352 ____________________________________________________________________________
4353 [  7700] By: jhi                                   on 2000/11/15  22:51:56
4354         Log: UINT64_C() work continues.
4355      Branch: perl
4356            ! handy.h perl.h utf8.h
4357 ____________________________________________________________________________
4358 [  7699] By: jhi                                   on 2000/11/15  14:13:04
4359         Log: SOCKS has its own USE_THREADS, based on
4360              
4361              Subject: [ID 20001114.002] et. al. bugfix followup
4362              From: Jens Hamisch <jens@Strawberry.COM> 
4363              Date: Wed, 15 Nov 2000 14:23:11 +0100
4364              Message-ID: <20001115142311.A21164@Strawberry.COM>
4365      Branch: perl
4366            ! perl.h
4367 ____________________________________________________________________________
4368 [  7698] By: jhi                                   on 2000/11/15  03:50:56
4369         Log: Add few missing #undefs and sort them.
4370      Branch: perl
4371            ! fakesdio.h
4372 ____________________________________________________________________________
4373 [  7697] By: jhi                                   on 2000/11/15  03:39:14
4374         Log: Linenumber fix.
4375      Branch: perl
4376            ! t/pragma/warn/utf8
4377 ____________________________________________________________________________
4378 [  7696] By: jhi                                   on 2000/11/15  02:55:26
4379         Log: EBCDIC tweaks.
4380              
4381              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
4382              From: Peter Prymmer <pvhp@forte.com>
4383              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
4384              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
4385      Branch: perl
4386            ! t/op/regmesg.t t/pragma/warn/utf8
4387 ____________________________________________________________________________
4388 [  7695] By: jhi                                   on 2000/11/15  02:53:58
4389         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
4390              From: Peter Prymmer <pvhp@forte.com>
4391              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
4392              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
4393      Branch: perl
4394            ! utf8.c
4395 ____________________________________________________________________________
4396 [  7694] By: jhi                                   on 2000/11/15  02:50:55
4397         Log: Subject: [PATCH: perl@7674] updates to README.os390
4398              From: Prymmer/Kahn <pvhp@best.com>
4399              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
4400              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
4401      Branch: perl
4402            ! README.os390
4403 ____________________________________________________________________________
4404 [  7693] By: jhi                                   on 2000/11/15  02:48:37
4405         Log: Quit utf8_to_uv() instantly if curlen == 0.
4406      Branch: perl
4407            ! utf8.c
4408 ____________________________________________________________________________
4409 [  7692] By: jhi                                   on 2000/11/15  02:24:29
4410         Log: Use u_int32_t for the size of hash_cb(), not size_t.
4411              
4412              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
4413              From: Jens Hamisch <jens@Strawberry.COM>     
4414              Date: Tue, 14 Nov 2000 19:03:55 +0100
4415              Message-Id: <20001114190355.A20559@Strawberry.COM>
4416      Branch: perl
4417            ! ext/DB_File/DB_File.xs
4418 ____________________________________________________________________________
4419 [  7691] By: jhi                                   on 2000/11/15  02:20:12
4420         Log: Use UINT64_C().
4421              
4422              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
4423              From: Jens Hamisch <jens@Strawberry.COM>
4424              Date: Tue, 14 Nov 2000 19:16:23 +0100
4425              Message-Id: <20001114191623.G20559@Strawberry.COM>
4426      Branch: perl
4427            ! utf8.c utf8.h
4428 ____________________________________________________________________________
4429 [  7690] By: jhi                                   on 2000/11/15  02:17:06
4430         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
4431              (a macro to define signed and unsigned integer constants).
4432      Branch: perl
4433            ! handy.h
4434 ____________________________________________________________________________
4435 [  7689] By: jhi                                   on 2000/11/15  01:56:51
4436         Log: Regen Configure.
4437      Branch: perl
4438            ! Configure
4439 ____________________________________________________________________________
4440 [  7688] By: jhi                                   on 2000/11/15  01:56:32
4441         Log: Make the unit know about SOCKS.
4442      Branch: metaconfig
4443            ! U/protos/socksizetype.U
4444 ____________________________________________________________________________
4445 [  7687] By: jhi                                   on 2000/11/15  01:54:47
4446         Log: Remove unused dependencies.
4447      Branch: metaconfig
4448            ! U/compline/d_getpagsz.U
4449 ____________________________________________________________________________
4450 [  7686] By: nick                                  on 2000/11/14  21:25:13
4451         Log: Integrate mainline.
4452      Branch: perlio
4453           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
4454           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
4455           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
4456           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
4457           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
4458           !> win32/config.bc win32/config.gc win32/config.vc
4459           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
4460 ____________________________________________________________________________
4461 [  7685] By: jhi                                   on 2000/11/14  17:54:56
4462         Log: Integrate perlio.
4463      Branch: perl
4464           +> fakesdio.h perliol.h
4465           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
4466           !> perlsdio.h perlsfio.h pod/perlfunc.pod
4467 ____________________________________________________________________________
4468 [  7684] By: nick                                  on 2000/11/14  17:43:04
4469         Log: PerlIO #include and #ifdef re-work.
4470      Branch: perlio
4471            + fakesdio.h perliol.h
4472            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
4473            ! perlsdio.h perlsfio.h
4474 ____________________________________________________________________________
4475 [  7683] By: jhi                                   on 2000/11/14  15:42:40
4476         Log: Hoist the duplicated socket/netdb include logic to perl.h;
4477              undef SETERRNO in case SOCKS has defined it.  Based on:
4478              
4479              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
4480              From: Jens Hamisch <jens@Strawberry.COM> 
4481              Date: Tue, 14 Nov 2000 11:34:40 +0100
4482              Message-Id: <20001114113440.A20005@Strawberry.COM>
4483      Branch: perl
4484            ! doio.c perl.h pp_sys.c
4485 ____________________________________________________________________________
4486 [  7682] By: jhi                                   on 2000/11/14  14:07:28
4487         Log: Subject: some additions for makefiles for win32 (for perl@7674)
4488              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4489              Date: Tue, 14 Nov 2000 09:31:13 +0300
4490              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
4491      Branch: perl
4492            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4493            ! win32/makefile.mk
4494 ____________________________________________________________________________
4495 [  7681] By: jhi                                   on 2000/11/14  14:01:41
4496         Log: Subject: tiny typo in perl5db.pl
4497              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4498              Date: Tue, 14 Nov 2000 09:29:28 +0300
4499              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
4500      Branch: perl
4501            ! lib/perl5db.pl
4502 ____________________________________________________________________________
4503 [  7680] By: jhi                                   on 2000/11/14  04:13:50
4504         Log: Redo #7679 with LFs instead of CRLFs.
4505      Branch: perl
4506            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
4507            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
4508            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
4509 ____________________________________________________________________________
4510 [  7679] By: jhi                                   on 2000/11/14  01:21:09
4511         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
4512              From: Benjamin Stuhl <tiriath@yahoo.com> 
4513              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
4514              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
4515      Branch: perl
4516            + win32/bin/mdelete.bat
4517            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4518            ! makedef.pl perlio.c win32/Makefile win32/config.gc
4519            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
4520 ____________________________________________________________________________
4521 [  7678] By: jhi                                   on 2000/11/14  01:19:20
4522         Log: Fix the re extension building for Win32.
4523              
4524              Subject: [PATCH perl@7638] Get PerlIO building on Win32
4525              From: Benjamin Stuhl <tiriath@yahoo.com> 
4526              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
4527              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
4528      Branch: perl
4529            + ext/re/hints/MSWin32.pl
4530            ! MANIFEST
4531 ____________________________________________________________________________
4532 [  7677] By: jhi                                   on 2000/11/14  01:13:54
4533         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
4534              From: sthoenna@efn.org
4535              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
4536              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
4537      Branch: perl
4538            ! doop.c pp.c toke.c utf8.c utf8.h
4539 ____________________________________________________________________________
4540 [  7676] By: jhi                                   on 2000/11/13  20:23:15
4541         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
4542              From: Nicholas Clark <nick@ccl4.org>
4543              Date: Mon, 13 Nov 2000 18:55:04 +0000
4544              Message-ID: <20001113185504.J29183@plum.flirble.org>
4545      Branch: perl
4546            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
4547 ____________________________________________________________________________
4548 [  7675] By: nick                                  on 2000/11/13  20:21:57
4549         Log: Integrate mainline ...
4550      Branch: perlio
4551           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
4552           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
4553           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
4554           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
4555 ____________________________________________________________________________
4556 [  7674] By: jhi                                   on 2000/11/13  15:07:56
4557         Log: Update Changes.
4558      Branch: perl
4559            ! Changes patchlevel.h
4560 ____________________________________________________________________________
4561 [  7673] By: jhi                                   on 2000/11/13  14:42:42
4562         Log: Remove the new two tests of lib/io_xs for now, they seem to
4563              fail under perlio on some platforms.
4564      Branch: perl
4565            ! t/lib/io_xs.t
4566 ____________________________________________________________________________
4567 [  7672] By: jhi                                   on 2000/11/13  13:57:53
4568         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
4569      Branch: perl
4570            ! perlio.c
4571 ____________________________________________________________________________
4572 [  7671] By: jhi                                   on 2000/11/13  05:30:48
4573         Log: Placate nervous compilers that see longer than ints switch()ing.
4574      Branch: perl
4575            ! utf8.c
4576 ____________________________________________________________________________
4577 [  7670] By: jhi                                   on 2000/11/13  05:14:21
4578         Log: fputs() does return EOF on error but here we don't care.
4579      Branch: perl
4580            ! perlio.c
4581 ____________________________________________________________________________
4582 [  7669] By: jhi                                   on 2000/11/13  05:02:45
4583         Log: Declare reg_data like reg_substr_data.
4584      Branch: perl
4585            ! regexp.h
4586 ____________________________________________________________________________
4587 [  7668] By: jhi                                   on 2000/11/13  04:54:34
4588         Log: Typos in #7667.
4589      Branch: perl
4590            ! perl.h
4591 ____________________________________________________________________________
4592 [  7667] By: jhi                                   on 2000/11/13  04:49:49
4593         Log: Cleanup messy #ifdef.
4594      Branch: perl
4595            ! perl.h
4596 ____________________________________________________________________________
4597 [  7666] By: jhi                                   on 2000/11/13  04:17:34
4598         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
4599              From: Nicholas Clark <nick@talking.bollo.cx>
4600              Date: Sun, 12 Nov 2000 21:14:11 +0000
4601              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
4602              
4603              Note: only one breakage of the two reported is fixed by this patch.
4604      Branch: perl
4605            ! perlio.c
4606 ____________________________________________________________________________
4607 [  7665] By: jhi                                   on 2000/11/13  04:05:07
4608         Log: Tweak the definition of the bit complement on UTF-8 data:
4609              if none of the characters in the string are > 0xff,
4610              the result is a complemented byte string, not a (UTF-8)
4611              char string.  Based on the summary in
4612              
4613              Subject: Re: [ID 20000918.005] ~ on wide chars
4614              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
4615              Date: Fri, 10 Nov 2000 09:47:15 -0800
4616              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
4617              
4618              This should give us the maximum backward (pre-char string)
4619              compatibility and utf8 compatibility.  The other alternative
4620              would be to limit the bit complement to be always byte only,
4621              taking the least significant byte of the chars.
4622      Branch: perl
4623            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
4624 ____________________________________________________________________________
4625 [  7664] By: jhi                                   on 2000/11/13  00:23:44
4626         Log: Couple of tests from #7660 salvaged.
4627      Branch: perl
4628            - t/op/tell.t
4629            ! MANIFEST t/io/tell.t
4630 ____________________________________________________________________________
4631 [  7663] By: jhi                                   on 2000/11/13  00:02:48
4632         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
4633              From: Nicholas Clark <nick@talking.bollo.cx>
4634              Date: Sun, 12 Nov 2000 21:23:43 +0000
4635              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
4636      Branch: perl
4637            ! perlsfio.h
4638 ____________________________________________________________________________
4639 [  7662] By: jhi                                   on 2000/11/13  00:01:39
4640         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
4641              From: Nicholas Clark <nick@talking.bollo.cx>
4642              Date: Sun, 12 Nov 2000 21:30:04 +0000
4643              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
4644      Branch: perl
4645            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
4646 ____________________________________________________________________________
4647 [  7661] By: jhi                                   on 2000/11/12  23:57:29
4648         Log: Document tell() on special streams.
4649      Branch: perl
4650            ! pod/perlfunc.pod
4651 ____________________________________________________________________________
4652 [  7660] By: jhi                                   on 2000/11/12  23:54:22
4653         Log: (Subsumed by #7664)
4654      Branch: perl
4655            + t/op/tell.t
4656            ! MANIFEST
4657 ____________________________________________________________________________
4658 [  7659] By: jhi                                   on 2000/11/12  22:55:25
4659         Log: Many subdocumented return values of the IO extension now documented.
4660              ungetc and write still left subdocumented.
4661              
4662              Subject: [PATCH] (was Re: IO::Handle::ungetc)
4663              From: Nicholas Clark <nick@talking.bollo.cx>
4664              Date: Sun, 12 Nov 2000 21:35:53 +0000
4665              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
4666      Branch: perl
4667            ! ext/IO/lib/IO/Handle.pm
4668 ____________________________________________________________________________
4669 [  7658] By: jhi                                   on 2000/11/12  21:37:06
4670         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
4671              From: Nicholas Clark <nick@talking.bollo.cx>
4672              Date: Sun, 12 Nov 2000 20:03:22 +0000
4673              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
4674      Branch: perl
4675            ! pod/perlfunc.pod
4676 ____________________________________________________________________________
4677 [  7657] By: jhi                                   on 2000/11/12  20:34:55
4678         Log: Integrate perlio.
4679      Branch: perl
4680           !> perlio.c
4681 ____________________________________________________________________________
4682 [  7656] By: nick                                  on 2000/11/12  19:25:06
4683         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
4684      Branch: perlio
4685            ! perlio.c
4686 ____________________________________________________________________________
4687 [  7655] By: nick                                  on 2000/11/12  19:09:41
4688         Log: Integrate mainline
4689      Branch: perlio
4690           +> README.solaris ext/Encode/Encode/cp1006.enc
4691           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
4692           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
4693           +> ext/Encode/Encode/iso8859-13.enc
4694           +> ext/Encode/Encode/iso8859-14.enc
4695           +> ext/Encode/Encode/iso8859-15.enc
4696           !> (integrate 34 files)
4697 ____________________________________________________________________________
4698 [  7654] By: jhi                                   on 2000/11/12  19:00:22
4699         Log: Add a metaconfig unit for fsync.
4700      Branch: metaconfig/U/perl
4701            + d_fsync.U
4702 ____________________________________________________________________________
4703 [  7653] By: jhi                                   on 2000/11/12  19:00:01
4704         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
4705      Branch: perl
4706            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4707            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4708            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4709            ! vos/config.ga.h win32/config.bc win32/config.gc
4710            ! win32/config.vc
4711 ____________________________________________________________________________
4712 [  7652] By: jhi                                   on 2000/11/11  21:12:01
4713         Log: Copy the s// information of README.hpux also to the perlrun.
4714      Branch: perl
4715            ! README.hpux pod/perlrun.pod
4716 ____________________________________________________________________________
4717 [  7651] By: jhi                                   on 2000/11/11  21:03:13
4718         Log: More README.solaris updates from Andy Dougherty.
4719      Branch: perl
4720            ! README.solaris
4721 ____________________________________________________________________________
4722 [  7650] By: jhi                                   on 2000/11/11  18:38:57
4723         Log: More descriptive error for unknown perlio layers.
4724              
4725              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
4726              From: Dominic Dunlop <domo@computer.org> 
4727              Date: Sat, 11 Nov 2000 18:20:32 +0100             
4728              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
4729      Branch: perl
4730            ! perlio.c pod/perldiag.pod
4731 ____________________________________________________________________________
4732 [  7649] By: jhi                                   on 2000/11/11  18:37:52
4733         Log: MachTen doesn't really do mmap() and munmap().
4734              
4735              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
4736              From: Dominic Dunlop <domo@computer.org> 
4737              Date: Sat, 11 Nov 2000 18:20:32 +0100             
4738              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
4739      Branch: perl
4740            ! hints/machten.sh
4741 ____________________________________________________________________________
4742 [  7648] By: jhi                                   on 2000/11/11  18:36:46
4743         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
4744              From: rspier@pobox.com (Robert Spier)
4745              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
4746              Message-ID: <14861.32839.491271.985797@rls.cx>
4747      Branch: perl
4748            ! Porting/Contract pod/perltoot.pod
4749 ____________________________________________________________________________
4750 [  7647] By: jhi                                   on 2000/11/11  18:35:30
4751         Log: Simplify the getpagesize() unit by dropping the
4752              pagesize probe since it's nowadays slightly more
4753              complicated because of sysconf(). (Note: if some
4754              platform really needs the -lPW for getpagesize,
4755              I just broke it.)
4756              
4757              TODO: a new pagesize unit.
4758      Branch: metaconfig
4759            ! U/compline/d_getpagsz.U
4760 ____________________________________________________________________________
4761 [  7646] By: jhi                                   on 2000/11/11  18:33:23
4762         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
4763      Branch: perl
4764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4765            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4766            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4767            ! vos/config.ga.h win32/config.bc win32/config.gc
4768            ! win32/config.vc
4769 ____________________________________________________________________________
4770 [  7645] By: jhi                                   on 2000/11/11  16:45:15
4771         Log: Use sysconf() or getpagesize() to find out the pagesize.
4772      Branch: perl
4773            ! perlio.c
4774 ____________________________________________________________________________
4775 [  7644] By: jhi                                   on 2000/11/11  15:46:08
4776         Log: Integrate perlio.
4777      Branch: perl
4778           !> perlio.c
4779 ____________________________________________________________________________
4780 [  7643] By: jhi                                   on 2000/11/11  15:33:36
4781         Log: Subject: Re: [PATCH] README.solaris
4782              From: Lupe Christoph <lupe@lupe-christoph.de>
4783              Date: Sat, 11 Nov 2000 14:08:10 +0100
4784              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
4785      Branch: perl
4786            ! README.solaris
4787 ____________________________________________________________________________
4788 [  7642] By: jhi                                   on 2000/11/11  15:22:12
4789         Log: Subject: [PATCH perl@7638] cygwin port
4790              From: "Eric Fifer" <egf7@columbia.edu>            
4791              Date: Fri, 10 Nov 2000 19:30:30 -0000
4792              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
4793      Branch: perl
4794            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
4795 ____________________________________________________________________________
4796 [  7641] By: nick                                  on 2000/11/11  14:50:36
4797         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
4798              Also call "Buf" layer directly when unread'ing non-read chars.
4799      Branch: perlio
4800            ! perlio.c
4801 ____________________________________________________________________________
4802 [  7640] By: jhi                                   on 2000/11/11  02:05:02
4803         Log: Add more encoding tables.
4804      Branch: perl
4805            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
4806            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
4807            + ext/Encode/Encode/iso8859-10.enc
4808            + ext/Encode/Encode/iso8859-13.enc
4809            + ext/Encode/Encode/iso8859-14.enc
4810            + ext/Encode/Encode/iso8859-15.enc
4811            ! MANIFEST
4812 ____________________________________________________________________________
4813 [  7639] By: jhi                                   on 2000/11/10  18:49:25
4814         Log: Subject: [PATCH] README.solaris
4815              From: Andy Dougherty <doughera@lafayette.edu>
4816              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
4817              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
4818      Branch: perl
4819            + README.solaris
4820            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
4821            ! pod/perl.pod pod/perltoc.pod
4822 ____________________________________________________________________________
4823 [  7638] By: jhi                                   on 2000/11/10  15:04:15
4824         Log: Update Changes.
4825      Branch: perl
4826            ! Changes patchlevel.h
4827 ____________________________________________________________________________
4828 [  7637] By: jhi                                   on 2000/11/10  14:14:28
4829         Log: Explain better why certain regex tests are skipped.
4830              
4831              Subject: Re: tests skipped: unknown reason
4832              From: Lupe Christoph <lupe@lupe-christoph.de>
4833              Date: Fri, 10 Nov 2000 09:08:56 +0100
4834              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
4835      Branch: perl
4836            ! t/op/regexp.t
4837 ____________________________________________________________________________
4838 [  7636] By: nick                                  on 2000/11/10  13:40:00
4839         Log: Integrate mainline.
4840      Branch: perlio
4841           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
4842           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
4843           !> win32/bin/search.pl
4844 ____________________________________________________________________________
4845 [  7635] By: nick                                  on 2000/11/10  13:25:52
4846         Log: Re-instate stdio large file support via perlio.
4847      Branch: perl
4848            ! perlio.c
4849 ____________________________________________________________________________
4850 [  7634] By: jhi                                   on 2000/11/10  04:49:55
4851         Log: Amdahl UTS hints updates.
4852              
4853              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
4854              From: hom00@utsglobal.com (Harold O Morris)
4855              Date: Thu, 9 Nov 2000 20:02 PST
4856              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
4857      Branch: perl
4858            ! hints/uts.sh
4859 ____________________________________________________________________________
4860 [  7633] By: jhi                                   on 2000/11/09  23:33:28
4861         Log: Subject: [PATCH] IO::Seekable pod
4862              From: Nicholas Clark <nick@talking.bollo.cx>
4863              Date: Thu, 9 Nov 2000 20:29:45 +0000
4864              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
4865      Branch: perl
4866            ! ext/IO/lib/IO/Handle.pm
4867 ____________________________________________________________________________
4868 [  7632] By: jhi                                   on 2000/11/09  21:55:41
4869         Log: Various doc oddball characters.
4870              
4871              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
4872              From: Michael Somos <somos@grail.cba.csuohio.edu>
4873              Date: Mon, 6 Nov 2000 17:44:20 -0500
4874              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
4875      Branch: perl
4876            ! emacs/cperl-mode.el lib/unicode/syllables.txt
4877            ! win32/bin/search.pl
4878 ____________________________________________________________________________
4879 [  7631] By: jhi                                   on 2000/11/09  21:12:29
4880         Log: Subject: Re: bash -c exit and linux hints 
4881              From: "John P. Linderman" <jpl@research.att.com>
4882              Date: Thu, 02 Nov 2000 09:37:25 -0500
4883              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
4884      Branch: perl
4885            ! hints/linux.sh
4886 ____________________________________________________________________________
4887 [  7630] By: nick                                  on 2000/11/09  20:34:11
4888         Log: Integrate mainline.
4889      Branch: perlio
4890           !> (integrate 91 files)
4891 ____________________________________________________________________________
4892 [  7629] By: jhi                                   on 2000/11/09  19:46:31
4893         Log: Missing dTHXs.
4894              
4895              Subject: RE: perl@7595 builds not on cygwin
4896              From: "Eric Fifer" <egf7@columbia.edu>
4897              Date: Thu, 9 Nov 2000 19:26:50 -0000
4898              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
4899      Branch: perl
4900            ! ext/Devel/Peek/Peek.xs
4901 ____________________________________________________________________________
4902 [  7628] By: jhi                                   on 2000/11/09  14:48:27
4903         Log: Disable only the tests 99 and 166 for UTF-8 locales.
4904      Branch: perl
4905            ! t/pragma/locale.t
4906 ____________________________________________________________________________
4907 [  7627] By: jhi                                   on 2000/11/09  14:40:27
4908         Log: There's no =head3.
4909      Branch: perl
4910            ! pod/perlhack.pod
4911 ____________________________________________________________________________
4912 [  7626] By: jhi                                   on 2000/11/09  13:54:26
4913         Log: The generated boot_* headers are wrong.  Pickier compiler,
4914              such as KAI C++ will refuse to compile the resulting perlmain.
4915              
4916              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
4917              From: Harri Pasanen <harri.pasanen@trema.com>
4918              Date: Thu, 09 Nov 2000 14:23:28 +0100
4919              Message-Id: <3A0AA550.26D548A3@trema.com>
4920      Branch: perl
4921            ! minimod.pl
4922 ____________________________________________________________________________
4923 [  7625] By: jhi                                   on 2000/11/09  13:50:44
4924         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
4925              From: Prymmer/Kahn <pvhp@best.com>
4926              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
4927              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
4928              
4929              All except the "cow orker" change.
4930      Branch: perl
4931            ! Porting/pumpkin.pod
4932 ____________________________________________________________________________
4933 [  7624] By: jhi                                   on 2000/11/09  13:45:33
4934         Log: Fix for
4935              
4936              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
4937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4938              Date: Thu, 09 Nov 2000 11:05:52 +0100
4939              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
4940      Branch: perl
4941            ! pod/perldiag.pod t/pragma/warn/pp_sys
4942 ____________________________________________________________________________
4943 [  7623] By: jhi                                   on 2000/11/09  13:37:16
4944         Log: Typo in an ifndef.
4945              
4946              Subject: Re: [PATCH 5.7.0] better messages from malloc()
4947              From: Joe Smith <jms@inwap.com>         
4948              Date: Thu, 09 Nov 2000 01:33:14 -0800
4949              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
4950      Branch: perl
4951            ! malloc.c
4952 ____________________________________________________________________________
4953 [  7622] By: jhi                                   on 2000/11/09  13:31:18
4954         Log: Remove unused extra arguments.
4955      Branch: metaconfig/U/perl
4956            ! perlxv.U
4957      Branch: perl
4958            ! Configure config_h.SH
4959 ____________________________________________________________________________
4960 [  7621] By: jhi                                   on 2000/11/09  13:16:36
4961         Log: More VMS moves on environment handling, from Charles Lane.
4962      Branch: perl
4963            ! t/pragma/locale.t
4964 ____________________________________________________________________________
4965 [  7620] By: jhi                                   on 2000/11/09  04:42:38
4966         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4967              From: David Dyck <dcd@tc.fluke.com>
4968              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
4969              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
4970      Branch: perl
4971            ! pp_sys.c
4972 ____________________________________________________________________________
4973 [  7619] By: jhi                                   on 2000/11/09  04:36:21
4974         Log: Forgot from #7618.
4975      Branch: perl
4976            ! lib/File/stat.pm
4977 ____________________________________________________________________________
4978 [  7618] By: jhi                                   on 2000/11/09  04:28:44
4979         Log: Make deleting for %ENV work for (newer versions of) VMS,
4980              from Craig A. Berry.
4981      Branch: perl
4982            ! vms/vms.c
4983 ____________________________________________________________________________
4984 [  7617] By: jhi                                   on 2000/11/09  04:25:05
4985         Log: Subject: [PATCH] Class::Struct at compile time
4986              From: "Casey R. Tweten" <crt@kiski.net>
4987              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
4988              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
4989      Branch: perl
4990            ! lib/Class/Struct.pm
4991 ____________________________________________________________________________
4992 [  7616] By: jhi                                   on 2000/11/09  04:15:17
4993         Log: Subject: [ID 20001108.013] spelling
4994              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
4995              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
4996              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
4997      Branch: perl
4998            ! lib/ftp.pl
4999 ____________________________________________________________________________
5000 [  7615] By: jhi                                   on 2000/11/09  04:12:42
5001         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
5002              From: Peter Prymmer <pvhp@forte.com>
5003              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
5004              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
5005      Branch: perl
5006            ! configure.com
5007 ____________________________________________________________________________
5008 [  7614] By: jhi                                   on 2000/11/08  22:42:55
5009         Log: A missing aTHX_.
5010      Branch: perl
5011            ! ext/IPC/SysV/SysV.xs
5012 ____________________________________________________________________________
5013 [  7613] By: jhi                                   on 2000/11/08  19:30:21
5014         Log: Update Changes.
5015      Branch: perl
5016            ! Changes patchlevel.h
5017 ____________________________________________________________________________
5018 [  7612] By: jhi                                   on 2000/11/08  18:35:25
5019         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
5020              From: David Dyck <dcd@tc.fluke.com>
5021              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
5022              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
5023      Branch: perl
5024            ! pp_sys.c
5025 ____________________________________________________________________________
5026 [  7611] By: jhi                                   on 2000/11/08  18:30:26
5027         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
5028              From: Dominic Dunlop <domo@computer.org>
5029              Date: Tue, 7 Nov 2000 12:05:25 +0100
5030              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
5031      Branch: perl
5032            ! malloc.c
5033 ____________________________________________________________________________
5034 [  7610] By: jhi                                   on 2000/11/08  18:25:14
5035         Log: Do not test UTF-8 locales since that the tests would require
5036              polymorphic regexen.
5037      Branch: perl
5038            ! t/pragma/locale.t
5039 ____________________________________________________________________________
5040 [  7609] By: jhi                                   on 2000/11/08  17:12:51
5041         Log: Locale buglets.
5042              
5043              Subject: RE: Locales support (setlocale) fixes
5044              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5045              Date: Wed, 8 Nov 2000 20:01:39 +0300
5046              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
5047      Branch: perl
5048            ! t/pragma/locale.t util.c
5049 ____________________________________________________________________________
5050 [  7608] By: jhi                                   on 2000/11/08  17:00:16
5051         Log: Deleting $ENV{PATH} in VMS is not recommendable.
5052      Branch: perl
5053            ! t/pragma/locale.t
5054 ____________________________________________________________________________
5055 [  7607] By: jhi                                   on 2000/11/08  16:58:26
5056         Log: Subject: PATCH std stdio for (Free)BSD
5057              From: Nicholas Clark <nick@ccl4.org>
5058              Date: Wed, 8 Nov 2000 15:36:29 +0000
5059              Message-ID: <20001108153629.D98736@plum.flirble.org>
5060      Branch: metaconfig
5061            ! U/compline/d_stdstdio.U
5062      Branch: perl
5063            ! Configure config_h.SH
5064 ____________________________________________________________________________
5065 [  7606] By: jhi                                   on 2000/11/08  16:43:31
5066         Log: Forgot to bump the line numbers in #7601.
5067      Branch: perl
5068            ! t/pragma/warn/pp_sys
5069 ____________________________________________________________________________
5070 [  7605] By: jhi                                   on 2000/11/08  16:39:12
5071         Log: More careful detection of how well NVs and UVs mix.
5072              
5073              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))
5074              From: Nicholas Clark <nick@ccl4.org>
5075              Date: Wed, 8 Nov 2000 15:14:12 +0000
5076              Message-ID: <20001108151412.B98736@plum.flirble.org>
5077              
5078              Added some SIGFPE paranoia.
5079      Branch: metaconfig/U/perl
5080            ! perlxv.U
5081      Branch: perl
5082            ! Configure config_h.SH
5083 ____________________________________________________________________________
5084 [  7604] By: jhi                                   on 2000/11/08  14:39:10
5085         Log: Subject: [patch perl@7595] VMS configure.com tweak
5086              From: "Craig A. Berry" <craigberry@mac.com>
5087              Date: Wed, 8 Nov 2000 00:24:12 -0600
5088              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
5089      Branch: perl
5090            ! configure.com
5091 ____________________________________________________________________________
5092 [  7603] By: jhi                                   on 2000/11/08  14:27:11
5093         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
5094              From: Robin Barker <rmb1@cise.npl.co.uk>
5095              Date: Wed, 8 Nov 2000 11:11:39 GMT
5096              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
5097      Branch: perl
5098            ! perlio.c
5099 ____________________________________________________________________________
5100 [  7602] By: jhi                                   on 2000/11/08  14:25:03
5101         Log: Fix for the tie-refhash string table leaks.
5102              
5103              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
5104              Date: Wed, 8 Nov 2000 13:03:04 GMT
5105              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
5106      Branch: perl
5107            ! t/lib/tie-refhash.t
5108 ____________________________________________________________________________
5109 [  7601] By: jhi                                   on 2000/11/08  14:21:08
5110         Log: Try to avoid flockless and emulationless places.
5111      Branch: perl
5112            ! t/pragma/warn/pp_sys
5113 ____________________________________________________________________________
5114 [  7600] By: jhi                                   on 2000/11/08  02:28:54
5115         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
5116              
5117              Subject: [PATCH] prototyped functions that should be overrideable
5118              From: "Casey R. Tweten" <crt@kiski.net>
5119              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
5120              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
5121      Branch: perl
5122            ! toke.c
5123 ____________________________________________________________________________
5124 [  7599] By: jhi                                   on 2000/11/08  01:12:05
5125         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
5126              
5127              Subject: [PATCH] perlbug.PL
5128              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5129              Date: Mon, 6 Nov 2000 21:39:01 -0500
5130              Message-ID: <20001106213901.B20955@O2.chapin.edu>
5131      Branch: perl
5132            ! utils/perlbug.PL
5133 ____________________________________________________________________________
5134 [  7598] By: jhi                                   on 2000/11/07  23:42:00
5135         Log: Bad thinko in #7581 (I used the test program with the expanded
5136              values as-is).
5137      Branch: metaconfig
5138            ! U/compline/d_stdstdio.U
5139      Branch: perl
5140            ! Configure
5141 ____________________________________________________________________________
5142 [  7597] By: jhi                                   on 2000/11/07  21:43:29
5143         Log: Subject: [PATCH perl@7573] cygwin port
5144              From: "Fifer, Eric" <EFifer@sanwaint.com>
5145              Date: Tue, 7 Nov 2000 18:08:51 -0000 
5146              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
5147              
5148              Synchronize with Cygwin 1.1.5.
5149      Branch: perl
5150            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
5151            ! pod/perlport.pod unixish.h util.c
5152 ____________________________________________________________________________
5153 [  7596] By: jhi                                   on 2000/11/07  21:39:25
5154         Log: perlhack updates from H.Merijn Brand.
5155      Branch: perl
5156            ! pod/perlhack.pod
5157 ____________________________________________________________________________
5158 [  7595] By: jhi                                   on 2000/11/07  20:21:41
5159         Log: Update Changes.
5160      Branch: perl
5161            ! Changes patchlevel.h
5162 ____________________________________________________________________________
5163 [  7594] By: jhi                                   on 2000/11/07  19:18:58
5164         Log: Be more robust in Dynaloader.pm.
5165      Branch: perl
5166            ! ext/DynaLoader/DynaLoader_pm.PL
5167 ____________________________________________________________________________
5168 [  7593] By: jhi                                   on 2000/11/07  16:49:31
5169         Log: AUTHORS update.
5170      Branch: perl
5171            ! AUTHORS
5172 ____________________________________________________________________________
5173 [  7592] By: gsar                                  on 2000/11/07  16:39:51
5174         Log: normalize relative paths in virtualized current directory on windows,
5175              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
5176              returns)
5177      Branch: perl
5178            ! win32/vdir.h
5179 ____________________________________________________________________________
5180 [  7591] By: jhi                                   on 2000/11/07  16:04:26
5181         Log: Too profiler-happy: with optimization the #7590 actually makes
5182              the test to run 0.5% _slower_.  Requires much more instrumentation.
5183              Retract #7590.
5184      Branch: perl
5185            ! regcomp.c regcomp.h
5186 ____________________________________________________________________________
5187 [  7590] By: jhi                                   on 2000/11/07  15:51:13
5188         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
5189              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
5190              by using memset() and testing bytewise (as opposed to bitwise).
5191      Branch: perl
5192            ! regcomp.c regcomp.h
5193 ____________________________________________________________________________
5194 [  7589] By: jhi                                   on 2000/11/07  12:56:39
5195         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
5196              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5197              Date: Mon, 06 Nov 2000 23:45:30 -0500
5198              Message-Id: <0011079735.AA973576259@univpress.com>
5199      Branch: perl
5200            ! configure.com t/lib/st-lock.t
5201 ____________________________________________________________________________
5202 [  7588] By: jhi                                   on 2000/11/07  01:03:28
5203         Log: Tweak #7587.
5204      Branch: perl
5205            ! pod/perldiag.pod
5206 ____________________________________________________________________________
5207 [  7587] By: jhi                                   on 2000/11/07  01:00:27
5208         Log: A doc addition for bug id 20001105.019, beware \p.
5209      Branch: perl
5210            ! pod/perldiag.pod
5211 ____________________________________________________________________________
5212 [  7586] By: jhi                                   on 2000/11/07  00:32:22
5213         Log: Fake support of holey files in win/dosish platforms.
5214              
5215              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
5216              From: kipp@shonanblue.ne.jp
5217              Date: Mon, 6 Nov 2000 13:30:55 -0800
5218              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
5219      Branch: perl
5220            ! ext/SDBM_File/sdbm/sdbm.c
5221 ____________________________________________________________________________
5222 [  7585] By: jhi                                   on 2000/11/07  00:12:54
5223         Log: Subject: Pod updates
5224              From: "Stephen P. Potter" <spp@spotter.yi.org>
5225              Date: Mon, 06 Nov 2000 18:56:43 -0500
5226              Message-Id: <200011062357.SAA18173@spotter.yi.org>
5227      Branch: perl
5228            ! README.dos README.os2 README.win32 pod/buildtoc.PL
5229            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
5230            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
5231            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
5232            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
5233            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
5234            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
5235            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
5236            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
5237            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
5238            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
5239            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
5240            ! pod/perltootc.pod pod/perlunicode.pod
5241 ____________________________________________________________________________
5242 [  7584] By: jhi                                   on 2000/11/07  00:04:17
5243         Log: Varargs don't always work too well if one puts an unsigned
5244              char on the stack and pop an unsigned quad off the stack.
5245              
5246              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
5247              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
5248              Date: Mon, 06 Nov 2000 15:19:05 -0800
5249              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
5250      Branch: perl
5251            ! utf8.c
5252 ____________________________________________________________________________
5253 [  7583] By: jhi                                   on 2000/11/06  23:58:48
5254         Log: %ENV note tweaks from Dan Sugalski.
5255      Branch: perl
5256            ! pod/perlport.pod vms/perlvms.pod
5257 ____________________________________________________________________________
5258 [  7582] By: jhi                                   on 2000/11/06  23:05:49
5259         Log: glibc5 detection by __GNU_LIBRARY__.
5260      Branch: perl
5261            ! toke.c
5262 ____________________________________________________________________________
5263 [  7581] By: jhi                                   on 2000/11/06  22:51:29
5264         Log: Make the stdio test program of 7427 less noisy while being 
5265              compiled so that Digital UNIX wouldn't get both
5266              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
5267              undefined.  This makes perlio happy.
5268      Branch: metaconfig
5269            ! U/compline/d_stdstdio.U
5270      Branch: perl
5271            ! Configure config_h.SH
5272 ____________________________________________________________________________
5273 [  7580] By: jhi                                   on 2000/11/06  22:41:41
5274         Log: Document %ENV = () portability issues.
5275      Branch: perl
5276            ! pod/perlport.pod vms/perlvms.pod
5277 ____________________________________________________________________________
5278 [  7579] By: jhi                                   on 2000/11/06  21:29:24
5279         Log: VOS updates from Paul Green.
5280      Branch: perl
5281            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5282 ____________________________________________________________________________
5283 [  7578] By: jhi                                   on 2000/11/06  21:00:40
5284         Log: Sanitize the environment further.
5285      Branch: perl
5286            ! t/pragma/locale.t
5287 ____________________________________________________________________________
5288 [  7577] By: jhi                                   on 2000/11/06  20:53:51
5289         Log: Re-introduce 7552 lost in integration.
5290      Branch: perl
5291            ! perlio.c
5292 ____________________________________________________________________________
5293 [  7576] By: jhi                                   on 2000/11/06  20:33:46
5294         Log: Admit that the test leaks scalars.
5295      Branch: perl
5296            ! t/comp/proto.t
5297 ____________________________________________________________________________
5298 [  7575] By: jhi                                   on 2000/11/06  20:17:08
5299         Log: Integrate perlio.
5300      Branch: perl
5301           !> perlio.c
5302 ____________________________________________________________________________
5303 [  7574] By: nick                                  on 2000/11/06  20:07:28
5304         Log: Remove debug. Try (Mmap_t) on madvise() call.
5305      Branch: perlio
5306            ! perlio.c
5307 ____________________________________________________________________________
5308 [  7573] By: jhi                                   on 2000/11/06  13:56:05
5309         Log: Update Changes.
5310      Branch: perl
5311            ! Changes patchlevel.h
5312 ____________________________________________________________________________
5313 [  7572] By: jhi                                   on 2000/11/06  13:48:41
5314         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
5315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5316              Date: Mon, 06 Nov 2000 10:11:42 +0100
5317              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
5318      Branch: perl
5319            ! pod/perlhack.pod
5320 ____________________________________________________________________________
5321 [  7571] By: jhi                                   on 2000/11/06  01:45:51
5322         Log: AUTHORS updates.
5323      Branch: perl
5324            ! AUTHORS
5325 ____________________________________________________________________________
5326 [  7570] By: jhi                                   on 2000/11/06  00:18:00
5327         Log: Fix for
5328              
5329              Subject: [ID 20000728.005] perl -P broken
5330              From: David Dyck <dcd@tc.fluke.com>
5331              Date: Fri, 28 Jul 2000 17:19:16 -0700
5332              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
5333              
5334              (hopefully).  The fix is also not complete, it seems to break
5335              BOM swallowing for libc5 systems, but until someone figures
5336              out a way to do this without ftell(), this will do.
5337      Branch: perl
5338            ! toke.c
5339 ____________________________________________________________________________
5340 [  7569] By: jhi                                   on 2000/11/06  00:05:30
5341         Log: Document that the evaled syntax errors cause scalar leaks.
5342      Branch: perl
5343            ! t/comp/proto.t
5344 ____________________________________________________________________________
5345 [  7568] By: jhi                                   on 2000/11/05  23:14:47
5346         Log: opmini.o can linger from Configures past.
5347      Branch: perl
5348            ! Makefile.SH
5349 ____________________________________________________________________________
5350 [  7567] By: jhi                                   on 2000/11/05  21:28:39
5351         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
5352              first argument correctly.
5353      Branch: perl
5354            ! perlio.c
5355 ____________________________________________________________________________
5356 [  7566] By: jhi                                   on 2000/11/05  21:15:56
5357         Log: Integrate perlio.
5358      Branch: perl
5359           !> perlio.c
5360 ____________________________________________________________________________
5361 [  7565] By: jhi                                   on 2000/11/05  21:15:13
5362         Log: Use -dM for gcc (the suggested patch did it only for Linux,
5363              but I think it can be generalized).
5364              
5365              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
5366              From: Pixel <pixel@mandrakesoft.com>
5367              Date: 05 Nov 2000 21:49:34 +0100 
5368              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
5369      Branch: perl
5370            ! ext/Errno/Errno_pm.PL
5371 ____________________________________________________________________________
5372 [  7564] By: nick                                  on 2000/11/05  21:09:18
5373         Log: Added a mmap layer as a "subclass" of perlio.
5374              PERLIO=mmap ./perl harness passes
5375      Branch: perlio
5376            ! perlio.c
5377 ____________________________________________________________________________
5378 [  7563] By: jhi                                   on 2000/11/05  19:48:55
5379         Log: Add a note for future generations about bug id 20000229.006.
5380      Branch: perl
5381            ! malloc.c
5382 ____________________________________________________________________________
5383 [  7562] By: jhi                                   on 2000/11/05  19:38:24
5384         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
5385      Branch: perl
5386            ! pp_ctl.c t/op/pos.t
5387 ____________________________________________________________________________
5388 [  7561] By: jhi                                   on 2000/11/05  18:21:46
5389         Log: Add =pod to be tidy.
5390      Branch: perl
5391            ! lib/Math/Complex.pm
5392 ____________________________________________________________________________
5393 [  7560] By: jhi                                   on 2000/11/05  17:38:46
5394         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
5395      Branch: perl
5396            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5397            ! ext/Storable/Storable.xs t/lib/st-recurse.t
5398 ____________________________________________________________________________
5399 [  7559] By: jhi                                   on 2000/11/05  17:32:59
5400         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
5401              From: "Peter J. Farley III" <pjfarley@banet.net>
5402              Date: Sun, 05 Nov 2000 11:55:59 -0500
5403              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
5404      Branch: perl
5405            ! t/lib/syslog.t
5406 ____________________________________________________________________________
5407 [  7558] By: jhi                                   on 2000/11/05  17:29:19
5408         Log: Integrate perlio.
5409      Branch: perl
5410           !> perlio.c
5411 ____________________________________________________________________________
5412 [  7557] By: jhi                                   on 2000/11/05  17:22:01
5413         Log: A fix of sorts for 20000329.026, a better error message
5414              for a missing "use charnames" when using the \N{...}. 
5415      Branch: perl
5416            ! pod/perldiag.pod toke.c
5417 ____________________________________________________________________________
5418 [  7556] By: jhi                                   on 2000/11/05  16:33:50
5419         Log: Test tweak: show also the failed locales.
5420              
5421              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
5422              From: Lupe Christoph <lupe@lupe-christoph.de>         
5423              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
5424              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
5425      Branch: perl
5426            ! t/pragma/locale.t
5427 ____________________________________________________________________________
5428 [  7555] By: nick                                  on 2000/11/05  11:09:34
5429         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
5430              open RDWR so does not fail. (pragma/warnings 303 again...)
5431      Branch: perlio
5432            ! perlio.c
5433 ____________________________________________________________________________
5434 [  7554] By: nick                                  on 2000/11/05  10:10:13
5435         Log: Fix case where ungetc(f,EOF) was allowed.
5436              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
5437              so we can see similarities.
5438              Use types more carefully and a STDCHAR array in hope that this will
5439              fix Jarrko's 64bit machine.
5440      Branch: perlio
5441            ! perlio.c
5442 ____________________________________________________________________________
5443 [  7553] By: jhi                                   on 2000/11/05  01:12:16
5444         Log: Fix for
5445              
5446              Subject: [ID 20001004.007] taint propogation is inconsistent
5447              From: pimlott@idiomtech.com (Andrew Pimlott) 
5448              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
5449              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
5450              
5451              The culprit was sv_setsv() which was rather blindly
5452              propagating taint, which lead to behaviour where if
5453              a tainted anon hash value was seen all the hash values
5454              from then on at that level became tainted, or at any
5455              upper levels in the case of nested anon hashes.
5456      Branch: perl
5457            ! sv.c t/op/taint.t
5458 ____________________________________________________________________________
5459 [  7552] By: jhi                                   on 2000/11/04  23:44:18
5460         Log: Some cpps don't like splitting conditionals across several lines.
5461      Branch: perl
5462            ! perlio.c
5463 ____________________________________________________________________________
5464 [  7551] By: nick                                  on 2000/11/04  23:40:44
5465         Log: Integrate mainline
5466      Branch: perlio
5467           !> pp_hot.c t/op/taint.t
5468 ____________________________________________________________________________
5469 [  7550] By: nick                                  on 2000/11/04  23:39:05
5470         Log: Integrate mainline again
5471      Branch: perlio
5472           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
5473           !> t/lib/b.t t/op/misc.t util.c
5474 ____________________________________________________________________________
5475 [  7549] By: jhi                                   on 2000/11/04  23:14:01
5476         Log: Fix for
5477              
5478              Subject: [ID 20001004.006] undef is never tainted
5479              From: pimlott@idiomtech.com (Andrew Pimlott)
5480              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
5481              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
5482              
5483              An undef read from a slurped file was not tainted.
5484      Branch: perl
5485            ! pp_hot.c t/op/taint.t
5486 ____________________________________________________________________________
5487 [  7548] By: jhi                                   on 2000/11/04  22:56:21
5488         Log: Test tweak ($Config{useperlio} is by default undef) .
5489      Branch: perl
5490            ! t/lib/b.t
5491 ____________________________________________________________________________
5492 [  7547] By: jhi                                   on 2000/11/04  22:43:56
5493         Log: Integrate perlio.
5494      Branch: perl
5495           +> lib/perlio.pm
5496           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
5497           !> pod/perlapi.pod t/lib/b.t
5498 ____________________________________________________________________________
5499 [  7546] By: jhi                                   on 2000/11/04  22:40:59
5500         Log: Configure would use a bad $myuname from an old config.sh.
5501              
5502              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
5503              From: Andy Dougherty <doughera@lafayette.edu>
5504              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
5505              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
5506      Branch: metaconfig
5507            ! U/modified/Oldconfig.U
5508      Branch: perl
5509            ! Configure config_h.SH
5510 ____________________________________________________________________________
5511 [  7545] By: jhi                                   on 2000/11/04  22:36:54
5512         Log: Subject: Locales support (setlocale) fixes
5513              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5514              Date: Sat, 4 Nov 2000 10:15:48 +0300 
5515              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
5516              
5517              Modified quite a bit to be more portable.
5518      Branch: perl
5519            ! embed.h embed.pl perl.h proto.h util.c
5520 ____________________________________________________________________________
5521 [  7544] By: jhi                                   on 2000/11/04  22:32:47
5522         Log: Dying is too strict here, better just skip.
5523      Branch: perl
5524            ! t/op/misc.t
5525 ____________________________________________________________________________
5526 [  7543] By: nick                                  on 2000/11/04  21:55:13
5527         Log: Merge mainline
5528      Branch: perlio
5529           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
5530           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
5531           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
5532           !> (integrate 64 files)
5533 ____________________________________________________________________________
5534 [  7542] By: jhi                                   on 2000/11/04  21:09:28
5535         Log: More Changes tweakery.
5536      Branch: perl
5537            ! Changes Porting/genlog
5538 ____________________________________________________________________________
5539 [  7541] By: jhi                                   on 2000/11/04  20:58:18
5540         Log: Changes fixups.
5541      Branch: perl
5542            ! Changes
5543 ____________________________________________________________________________
5544 [  7540] By: jhi                                   on 2000/11/04  20:42:38
5545         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
5546              create a "fast path" for locale name probing using "locale -a"
5547              if available, squash finally hopefully the s?printf resetting
5548              the numeric locale (since, IIUC perllocale, it never shouldn't). 
5549      Branch: perl
5550            ! sv.c t/op/misc.t t/pragma/locale.t
5551 ____________________________________________________________________________
5552 [  7539] By: nick                                  on 2000/11/04  19:56:10
5553         Log: PerlIO infrastructure complete.
5554      Branch: perlio
5555            + lib/perlio.pm
5556            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
5557 ____________________________________________________________________________
5558 [  7538] By: nick                                  on 2000/11/04  14:31:32
5559         Log: Type tweaks + less contorted allocation scheme
5560      Branch: perlio
5561            ! perlio.c
5562 ____________________________________________________________________________
5563 [  7537] By: nick                                  on 2000/11/04  12:40:42
5564         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
5565              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
5566              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
5567              sensible) which lead to some interesting fails.
5568      Branch: perlio
5569            ! perlio.c
5570 ____________________________________________________________________________
5571 [  7536] By: jhi                                   on 2000/11/04  00:20:02
5572         Log: Add FCNTL_CAN_LOCK.
5573              
5574              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
5575              From: Andy Dougherty <doughera@lafayette.edu>
5576              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
5577              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
5578              
5579              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
5580              From: Andy Dougherty <doughera@lafayette.edu>
5581              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
5582              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
5583      Branch: metaconfig/U/perl
5584            + d_fcntl_can_lock.U
5585            ! startperl.U
5586      Branch: perl
5587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5588            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
5589            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5590            ! vos/config.ga.h win32/config.bc win32/config.gc
5591            ! win32/config.vc
5592 ____________________________________________________________________________
5593 [  7535] By: nick                                  on 2000/11/03  22:19:10
5594         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
5595              - Works on Linux with
5596              perlio + unix
5597              stdio
5598              - Works on Solaris with
5599              perlio + unix
5600              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
5601              - Fails (hangs in openpid) if you try and stack
5602              perlio + stdio - Linux stdio's read() logic is hanging.
5603      Branch: perlio
5604            ! iperlsys.h perlio.c
5605 ____________________________________________________________________________
5606 [  7534] By: jhi                                   on 2000/11/03  15:16:02
5607         Log: Subject: Re: README.aix
5608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5609              Date: Fri, 03 Nov 2000 16:03:15 +0100
5610              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
5611      Branch: perl
5612            ! README.aix
5613 ____________________________________________________________________________
5614 [  7533] By: jhi                                   on 2000/11/03  03:59:02
5615         Log: Subject: [PATCH 5.7.0] better messages from malloc()
5616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5617              Date: Wed, 1 Nov 2000 23:39:56 -0500
5618              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
5619      Branch: perl
5620            ! malloc.c pod/perldiag.pod
5621 ____________________________________________________________________________
5622 [  7532] By: jhi                                   on 2000/11/03  00:11:56
5623         Log: The #7521 touched things it shouldn't have.
5624      Branch: perl
5625            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5626 ____________________________________________________________________________
5627 [  7531] By: jhi                                   on 2000/11/02  22:32:33
5628         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
5629              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5630              Date:     Thu, 2 Nov 2000 16:58:36 EST
5631              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
5632      Branch: perl
5633            ! vms/gen_shrfls.pl
5634 ____________________________________________________________________________
5635 [  7530] By: jhi                                   on 2000/11/02  22:08:49
5636         Log: Fix the problem discussed in
5637              
5638              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
5639              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
5640              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
5641              
5642              originally from Linc Madison.  Also Andreas König's comments
5643              taken into account.  Some other problems with Tie::SubstrHash
5644              fixed: didn't croak when the table exceeded the requested number
5645              of entries (as documented) but instead when the number of entries
5646              exceeded the size of the table, a croak() had an unnecessary \n,
5647              didn't have a CLEAR method, documented that there is no exists().
5648              Didn't fix to be strict-proof because the module uses &foo; and
5649              dynamic scope.  Added a test script exercizing both first tamely 
5650              the basic functionality, and then the failure cases reported by
5651              Linc Madison.
5652      Branch: perl
5653            + t/lib/tie-substrhash.t
5654            ! MANIFEST lib/Tie/SubstrHash.pm
5655 ____________________________________________________________________________
5656 [  7529] By: jhi                                   on 2000/11/02  17:58:08
5657         Log: recv() can fail and return undef.
5658              
5659              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
5660              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
5661              Date: Thu, 2 Nov 2000 20:12:20 +0300
5662              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
5663      Branch: perl
5664            ! lib/Net/Ping.pm
5665 ____________________________________________________________________________
5666 [  7528] By: jhi                                   on 2000/11/02  17:49:09
5667         Log: Detpyo.
5668      Branch: perl
5669            ! pod/perlop.pod
5670 ____________________________________________________________________________
5671 [  7527] By: jhi                                   on 2000/11/02  15:48:37
5672         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
5673              fix a autovivification bug in Tie::RefHash, add tests for both.
5674              
5675              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
5676              From: Edward Avis <epa98@doc.ic.ac.uk>
5677              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
5678              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
5679      Branch: perl
5680            + t/lib/tie-refhash.t
5681            ! MANIFEST lib/Tie/RefHash.pm
5682 ____________________________________________________________________________
5683 [  7526] By: jhi                                   on 2000/11/02  13:56:26
5684         Log: Test::Harness revealed buglets in the new DynaLoader.
5685              
5686              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
5687              From: andreas.koenig@anima.de (Andreas J. Koenig)
5688              Date: 02 Nov 2000 11:26:48 +0100 
5689              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
5690      Branch: perl
5691            ! ext/DynaLoader/DynaLoader_pm.PL
5692 ____________________________________________________________________________
5693 [  7525] By: jhi                                   on 2000/11/01  23:52:08
5694         Log: The entry for #7503 was missing.
5695      Branch: perl
5696            ! Changes
5697 ____________________________________________________________________________
5698 [  7524] By: jhi                                   on 2000/11/01  23:40:52
5699         Log: Update Changes.
5700      Branch: perl
5701            ! Changes patchlevel.h
5702 ____________________________________________________________________________
5703 [  7523] By: jhi                                   on 2000/11/01  22:57:09
5704         Log: More tweaking on the #7522 theme.
5705      Branch: perl
5706            ! ext/DynaLoader/DynaLoader_pm.PL
5707 ____________________________________________________________________________
5708 [  7522] By: jhi                                   on 2000/11/01  22:06:15
5709         Log: Expand %Config variables and %ENV variables only if
5710              so requested during build time using the
5711              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
5712              Not expanding makes relocating distributions easier.
5713      Branch: perl
5714            ! ext/DynaLoader/DynaLoader_pm.PL
5715 ____________________________________________________________________________
5716 [  7521] By: jhi                                   on 2000/11/01  20:56:34
5717         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
5718              and setgid() because they were just changing $< and $( which means
5719              only changing the real uid/gid, as opposed to changing both
5720              real and effective ids.  (The alternative way could have been
5721              in POSIX.pm to change $> and $), too, but making a direct call
5722              to the C API feels cleaner.)  Fixes the bug
5723              
5724              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
5725              From: "Garry T. Williams" <garry@zvolve.com>
5726              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
5727              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
5728      Branch: perl
5729            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5730            ! ext/POSIX/typemap pod/perlvar.pod
5731 ____________________________________________________________________________
5732 [  7520] By: jhi                                   on 2000/11/01  20:08:33
5733         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
5734              From: "Garry T. Williams" <garry@zvolve.com>
5735              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
5736              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
5737      Branch: perl
5738            ! pod/perlsec.pod
5739 ____________________________________________________________________________
5740 [  7519] By: jhi                                   on 2000/11/01  20:01:22
5741         Log: Locale warning explanation tweak.
5742      Branch: perl
5743            ! pod/perldiag.pod
5744 ____________________________________________________________________________
5745 [  7518] By: jhi                                   on 2000/11/01  18:57:13
5746         Log: C.pm part of
5747              
5748              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
5749              From: Jarkko Hietaniemi <jhi@iki.fi>
5750              Date: Tue, 10 Oct 2000 08:22:28 -0500
5751              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
5752      Branch: perl
5753            ! ext/B/B/C.pm
5754 ____________________________________________________________________________
5755 [  7517] By: jhi                                   on 2000/11/01  18:41:59
5756         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
5757              From: Martien Verbruggen <mgjv@comdyn.com.au>
5758              Date: Fri, 6 Oct 2000 14:09:10 +1100
5759              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
5760      Branch: perl
5761            ! pod/perlop.pod
5762 ____________________________________________________________________________
5763 [  7516] By: jhi                                   on 2000/11/01  18:34:55
5764         Log: Generalize the Camel wording.
5765              
5766              Subject: Re: perlfaq style changes
5767              From: John Borwick <jhborwic@unity.ncsu.edu>
5768              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
5769              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
5770      Branch: perl
5771            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
5772 ____________________________________________________________________________
5773 [  7515] By: jhi                                   on 2000/11/01  16:52:31
5774         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
5775              From: pimlott@idiomtech.com (Andrew Pimlott)
5776              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
5777              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
5778      Branch: perl
5779            ! pod/perlsec.pod
5780 ____________________________________________________________________________
5781 [  7514] By: jhi                                   on 2000/11/01  15:03:40
5782         Log: More AIX lore.
5783      Branch: perl
5784            ! ext/re/hints/aix.pl
5785 ____________________________________________________________________________
5786 [  7513] By: jhi                                   on 2000/11/01  14:48:30
5787         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
5788              From: root <root@chronos.fi.muni.cz>
5789              Date: Wed, 1 Nov 2000 12:31:32 +0100
5790              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
5791      Branch: perl
5792            ! lib/Net/Ping.pm
5793 ____________________________________________________________________________
5794 [  7512] By: jhi                                   on 2000/11/01  14:46:47
5795         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
5796              From: Martin Husemann <martin@duskware.de>
5797              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
5798              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
5799      Branch: perl
5800            ! regcomp.c
5801 ____________________________________________________________________________
5802 [  7511] By: jhi                                   on 2000/11/01  14:39:50
5803         Log: AUTHORS updates.
5804      Branch: perl
5805            ! AUTHORS
5806 ____________________________________________________________________________
5807 [  7510] By: jhi                                   on 2000/11/01  14:29:50
5808         Log: Subject: [PATCH] startperl to respect versiononly
5809              From: Robin Barker <rmb1@cise.npl.co.uk> 
5810              Date: Tue, 31 Oct 2000 16:29:36 GMT
5811              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
5812      Branch: metaconfig/U/perl
5813            ! startperl.U
5814      Branch: perl
5815            ! Configure config_h.SH
5816 ____________________________________________________________________________
5817 [  7509] By: jhi                                   on 2000/11/01  14:19:53
5818         Log: printf UVs the correct way, noticed by Robin Barker.
5819      Branch: perl
5820            ! utf8.c
5821 ____________________________________________________________________________
5822 [  7508] By: jhi                                   on 2000/11/01  14:10:03
5823         Log: Do not cleanup *% because the % has special meanings in some
5824              shell environments.
5825      Branch: perl
5826            ! ext/Storable/Makefile.PL
5827 ____________________________________________________________________________
5828 [  7507] By: jhi                                   on 2000/11/01  14:06:00
5829         Log: The NonStop-UX libraries have a novel way to say NaN.
5830      Branch: perl
5831            ! t/lib/bigfltpm.t
5832 ____________________________________________________________________________
5833 [  7506] By: jhi                                   on 2000/11/01  14:03:35
5834         Log: The osname has been lowercased by now, from Tom Bates.
5835      Branch: metaconfig
5836            ! U/modified/Oldconfig.U
5837      Branch: perl
5838            ! Configure config_h.SH
5839 ____________________________________________________________________________
5840 [  7505] By: jhi                                   on 2000/10/31  19:18:39
5841         Log: The compiler is either gcc or cc, from Tom Bates.
5842      Branch: perl
5843            ! hints/nonstopux.sh
5844 ____________________________________________________________________________
5845 [  7504] By: jhi                                   on 2000/10/31  14:53:42
5846         Log: Update Changes.
5847      Branch: perl
5848            ! Changes patchlevel.h
5849 ____________________________________________________________________________
5850 [  7503] By: jhi                                   on 2000/10/31  14:30:50
5851         Log: Whitespace style tweak.  Was originally going to see to
5852              
5853              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5854              From: Joe Smith <jms@inwap.com>
5855              Date: Mon, 30 Oct 2000 18:47:57 -0800
5856              Message-Id: <39FE32DD.24AAC4D@inwap.com>
5857              
5858              but that had already been taken care of.
5859      Branch: metaconfig
5860            ! U/compline/d_stdstdio.U
5861      Branch: perl
5862            ! Configure config_h.SH
5863 ____________________________________________________________________________
5864 [  7502] By: jhi                                   on 2000/10/31  14:25:02
5865         Log: AUTHORS tweaks.
5866      Branch: perl
5867            ! AUTHORS
5868 ____________________________________________________________________________
5869 [  7501] By: jhi                                   on 2000/10/31  14:23:59
5870         Log: Subject: perlfaq style changes
5871              From: John Borwick <jhborwic@unity.ncsu.edu>
5872              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
5873              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
5874      Branch: perl
5875            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5876            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5877            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5878            ! pod/perlfaq9.pod
5879 ____________________________________________________________________________
5880 [  7500] By: jhi                                   on 2000/10/31  14:22:15
5881         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
5882              
5883              Subject: Re: [ID 20000918.005] ~ on wide chars
5884              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5885              Date: Mon, 30 Oct 2000 21:09:55 -0800
5886              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
5887              
5888              (The ord() part of the patch skipped.)
5889      Branch: perl
5890            ! doop.c
5891 ____________________________________________________________________________
5892 [  7499] By: jhi                                   on 2000/10/31  14:20:08
5893         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
5894              From: Jens Hamisch <jens@Strawberry.COM>
5895              Date: Mon, 30 Oct 2000 15:17:07 +0100
5896              Message-Id: <20001030151707.A9597@Strawberry.COM>
5897      Branch: perl
5898            ! av.c
5899 ____________________________________________________________________________
5900 [  7498] By: jhi                                   on 2000/10/31  14:16:29
5901         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
5902              From: Peter Prymmer <pvhp@forte.com>
5903              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
5904              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
5905      Branch: perl
5906            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
5907            + ext/Encode/Encode/posix-bc.enc
5908            ! MANIFEST t/lib/encode.t
5909 ____________________________________________________________________________
5910 [  7497] By: jhi                                   on 2000/10/31  14:13:22
5911         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
5912              From: Peter Prymmer <pvhp@forte.com>
5913              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
5914              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
5915      Branch: perl
5916            ! t/lib/cgi-html.t
5917 ____________________________________________________________________________
5918 [  7496] By: jhi                                   on 2000/10/31  14:12:05
5919         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
5920              From: Peter Prymmer <pvhp@forte.com>
5921              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
5922              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
5923      Branch: perl
5924            ! t/lib/cgi-function.t
5925 ____________________________________________________________________________
5926 [  7495] By: jhi                                   on 2000/10/31  14:11:08
5927         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
5928              From: Peter Prymmer <pvhp@forte.com>
5929              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
5930              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
5931      Branch: perl
5932            + ext/re/hints/aix.pl
5933            ! MANIFEST ext/re/Makefile.PL
5934 ____________________________________________________________________________
5935 [  7494] By: jhi                                   on 2000/10/31  14:08:32
5936         Log: Use Errno magic.
5937              
5938              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
5939              From: Casey Tweten <perl@ctweten.amsite.com>
5940              Date: Mon, 30 Oct 2000 15:51:17 -0500
5941              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
5942      Branch: perl
5943            ! lib/File/Temp.pm
5944 ____________________________________________________________________________
5945 [  7493] By: jhi                                   on 2000/10/31  14:05:07
5946         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
5947              
5948              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
5949              From: Nicholas Clark <nick@ccl4.org>
5950              Date: Mon, 30 Oct 2000 17:38:45 +0000
5951              Message-ID: <20001030173845.O60355@plum.flirble.org>
5952      Branch: perl
5953            ! Makefile.SH utils/perlbug.PL
5954 ____________________________________________________________________________
5955 [  7492] By: nick                                  on 2000/10/30  19:37:23
5956         Log: Change files which are mysteriously different to mainline to be
5957              copies of mainline.
5958      Branch: perlio
5959            ! objXSUB.h perlapi.c pod/perlapi.pod
5960 ____________________________________________________________________________
5961 [  7491] By: nick                                  on 2000/10/30  18:05:54
5962         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
5963              - typo in endian code in putc.
5964              - Don't allow read of write-only files and vice-versa
5965              - and off-by-one in flush-all loop.
5966              Remove debug calls as they were using GCC specific features.
5967      Branch: perlio
5968            ! perlio.c
5969 ____________________________________________________________________________
5970 [  7490] By: nick                                  on 2000/10/29  21:45:45
5971         Log: Integrate mainline to perlio
5972      Branch: perlio
5973           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
5974           !> toke.c
5975 ____________________________________________________________________________
5976 [  7489] By: jhi                                   on 2000/10/29  21:11:08
5977         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
5978              From: andreas.koenig@anima.de (Andreas J. Koenig)
5979              Date: 29 Oct 2000 22:05:59 +0100
5980              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
5981      Branch: perl
5982            ! lib/ExtUtils/Manifest.pm
5983 ____________________________________________________________________________
5984 [  7488] By: jhi                                   on 2000/10/29  21:07:47
5985         Log: Tests for #7487.
5986              
5987              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5988              From: andreas.koenig@anima.de (Andreas J. Koenig)
5989              Date: 29 Oct 2000 19:37:09 +0100
5990              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
5991      Branch: perl
5992            ! t/comp/proto.t
5993 ____________________________________________________________________________
5994 [  7487] By: jhi                                   on 2000/10/29  21:06:27
5995         Log: constsub spillage.
5996              
5997              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5998              From: John Tobey <jtobey@john-edwin-tobey.org>
5999              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
6000              Message-Id: <m13pvSr-000FObC@feynman.localnet>
6001      Branch: perl
6002            ! op.c
6003 ____________________________________________________________________________
6004 [  7486] By: nick                                  on 2000/10/29  21:05:04
6005         Log: Integrate mainline to perlio branch
6006      Branch: perlio
6007           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
6008           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
6009           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
6010           +> vos/install_perl.cm
6011            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
6012            - vos/config.h vos/config_h.SH_orig
6013           !> (integrate 141 files)
6014 ____________________________________________________________________________
6015 [  7485] By: jhi                                   on 2000/10/29  21:00:47
6016         Log: Make \x{...} consistently produce UTF-8.
6017              
6018              Subject: Re: \x{...} is confused 
6019              From: Simon Cozens <simon@cozens.net>
6020              Date: Sun, 29 Oct 2000 19:36:48 +0000
6021              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
6022      Branch: perl
6023            ! t/pragma/utf8.t toke.c
6024 ____________________________________________________________________________
6025 [  7484] By: nick                                  on 2000/10/29  20:05:29
6026         Log: PerlIO passes all tests.
6027      Branch: perlio
6028            ! perlio.c
6029 ____________________________________________________________________________
6030 [  7483] By: jhi                                   on 2000/10/29  18:06:55
6031         Log: Update Changes.
6032      Branch: perl
6033            ! Changes patchlevel.h
6034 ____________________________________________________________________________
6035 [  7482] By: nick                                  on 2000/10/29  17:43:28
6036         Log: Include <unistd.h> to get correct lseek() prototype etc.
6037              (I thought perl.h did that) - down to two fails
6038              - comp/require.t (last test)
6039              - lib/io_xs.t - possibly import/export of FILE * ?
6040      Branch: perlio
6041            ! perlio.c
6042 ____________________________________________________________________________
6043 [  7481] By: jhi                                   on 2000/10/29  17:02:37
6044         Log: UTF-8 decoder tweak.
6045      Branch: perl
6046            ! utf8.c
6047 ____________________________________________________________________________
6048 [  7480] By: nick                                  on 2000/10/29  16:26:11
6049         Log: Fixed two bugs:
6050              - error code not being set on close (of broken pipe)
6051              - append mode was truncating.
6052              At least one seek/tell bug remains.
6053      Branch: perlio
6054            ! perlio.c
6055 ____________________________________________________________________________
6056 [  7479] By: nick                                  on 2000/10/29  11:18:16
6057         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
6058              in case of accidents. Still several worrying fails, no line disciplines yet.
6059      Branch: perlio
6060            ! iperlsys.h perlio.c
6061 ____________________________________________________________________________
6062 [  7478] By: jhi                                   on 2000/10/29  02:04:01
6063         Log: Add also emailless people.
6064      Branch: perl
6065            ! AUTHORS
6066 ____________________________________________________________________________
6067 [  7477] By: jhi                                   on 2000/10/29  01:36:00
6068         Log: The #7476 needs a MANIFEST change, too.
6069      Branch: perl
6070            ! MANIFEST
6071 ____________________________________________________________________________
6072 [  7476] By: jhi                                   on 2000/10/29  01:35:21
6073         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
6074      Branch: perl
6075            - MAINTAIN
6076            ! AUTHORS Changes
6077 ____________________________________________________________________________
6078 [  7475] By: jhi                                   on 2000/10/28  23:57:25
6079         Log: De-quoted-unreadable to ISO Latin 1.
6080              (There's one ISO-2022-JP name in Changes5.004.)
6081      Branch: perl
6082            ! Changes Changes5.6
6083 ____________________________________________________________________________
6084 [  7474] By: jhi                                   on 2000/10/28  19:13:06
6085         Log: Subject: [ID 20001027.007] uniq array in perlfaq
6086              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
6087              Date: Fri, 27 Oct 2000 19:28:30 +0200
6088              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
6089      Branch: perl
6090            ! pod/perlfaq4.pod
6091 ____________________________________________________________________________
6092 [  7473] By: jhi                                   on 2000/10/28  18:02:05
6093         Log: Locking null mutexes is not recommendable.
6094              
6095              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
6096              From: Hugo <hv@crypt.compulink.co.uk>
6097              Date: Sat, 28 Oct 2000 18:41:12 +0100
6098              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
6099      Branch: perl
6100            ! op.c
6101 ____________________________________________________________________________
6102 [  7472] By: jhi                                   on 2000/10/28  17:52:58
6103         Log: Better create a true mailing list for the repository keepers.
6104      Branch: perl
6105            ! Porting/repository.pod
6106 ____________________________________________________________________________
6107 [  7471] By: jhi                                   on 2000/10/28  17:28:24
6108         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
6109              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
6110      Branch: perl
6111            + Porting/repository.pod
6112            ! MANIFEST
6113 ____________________________________________________________________________
6114 [  7470] By: jhi                                   on 2000/10/28  17:20:54
6115         Log: Subject: DOC PATCH 5.6.0
6116              From: mjd@plover.com
6117              Date: 27 Oct 2000 17:32:44 -0000
6118              Message-ID: <20001027173244.23754.qmail@plover.com>
6119      Branch: perl
6120            ! pod/perlfunc.pod
6121 ____________________________________________________________________________
6122 [  7469] By: jhi                                   on 2000/10/28  17:16:45
6123         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
6124              From: "Peter J. Farley III" <pjfarley@banet.net>
6125              Date: Fri, 27 Oct 2000 20:32:56 -0400
6126              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
6127      Branch: perl
6128            ! README.dos
6129 ____________________________________________________________________________
6130 [  7468] By: jhi                                   on 2000/10/28  17:07:18
6131         Log: Make target reordering to avoid pointless re-makes.
6132              
6133              Subject: Re: Total re-make of 'make okfile' after 7451 ?
6134              From: Nicholas Clark <nick@ccl4.org>
6135              Date: Sat, 28 Oct 2000 00:31:02 +0100
6136              Message-ID: <20001028003101.A54517@plum.flirble.org>
6137      Branch: perl
6138            ! Makefile.SH
6139 ____________________________________________________________________________
6140 [  7467] By: jhi                                   on 2000/10/28  17:05:31
6141         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
6142              From: lvirden@cas.org
6143              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
6144              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
6145      Branch: perl
6146            ! README.os2
6147 ____________________________________________________________________________
6148 [  7466] By: jhi                                   on 2000/10/28  16:09:16
6149         Log: Upgrade to CPAN 1.58_55.
6150              
6151              Subject: CPAN.pm status
6152              From: andreas.koenig@anima.de (Andreas J. Koenig) 
6153              Date: 28 Oct 2000 08:18:00 +0200 
6154              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
6155      Branch: perl
6156            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6157 ____________________________________________________________________________
6158 [  7465] By: jhi                                   on 2000/10/28  16:02:47
6159         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
6160      Branch: perl
6161            ! embed.h embed.pl perl.h proto.h toke.c
6162 ____________________________________________________________________________
6163 [  7464] By: nick                                  on 2000/10/28  10:43:44
6164         Log: Fix for sv_2iv() on "shared" value from keys %hash.
6165      Branch: perl
6166            ! sv.c
6167 ____________________________________________________________________________
6168 [  7463] By: jhi                                   on 2000/10/27  16:18:29
6169         Log: Update Changes.
6170      Branch: perl
6171            ! Changes patchlevel.h
6172 ____________________________________________________________________________
6173 [  7462] By: jhi                                   on 2000/10/27  16:17:44
6174         Log: Too enthusiastic editing in #7460.
6175      Branch: metaconfig
6176            ! U/modified/Oldsym.U
6177      Branch: perl
6178            ! Configure config_h.SH
6179 ____________________________________________________________________________
6180 [  7461] By: jhi                                   on 2000/10/27  15:37:38
6181         Log: Retract #7459, the script needs more work.
6182      Branch: perl
6183            - mkreef
6184            ! MANIFEST
6185 ____________________________________________________________________________
6186 [  7460] By: jhi                                   on 2000/10/27  15:23:14
6187         Log: Use $sort, $uniq (and $tr) consistently as wondered
6188              by Nicholas Clark.
6189      Branch: metaconfig
6190            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
6191            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
6192            ! U/modified/libc.U
6193      Branch: perl
6194            ! Configure config_h.SH
6195 ____________________________________________________________________________
6196 [  7459] By: jhi                                   on 2000/10/27  15:02:07
6197         Log: (Retracted by #7461)
6198              
6199              Add a shell script for creating/removing symbolic link farms,
6200              useful for keeping the source code read-only and doing the
6201              builds somewhere else.
6202      Branch: perl
6203            + mkreef
6204            ! MANIFEST
6205 ____________________________________________________________________________
6206 [  7458] By: jhi                                   on 2000/10/27  14:42:20
6207         Log: Do away with the fix_pl.
6208      Branch: perl
6209            - fix_pl
6210            ! MANIFEST Makefile.SH
6211 ____________________________________________________________________________
6212 [  7457] By: jhi                                   on 2000/10/27  12:43:13
6213         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
6214              From: Jens Hamisch <jens@Strawberry.COM>
6215              Date: Fri, 27 Oct 2000 14:38:21 +0200
6216              Message-Id: <20001027143821.B3366@Strawberry.COM>
6217      Branch: perl
6218            ! perl.h
6219 ____________________________________________________________________________
6220 [  7456] By: jhi                                   on 2000/10/27  12:33:42
6221         Log: Subject: [PATCH] todo
6222              From: Nicholas Clark <nick@ccl4.org>
6223              Date: Thu, 26 Oct 2000 22:32:29 +0100
6224              Message-ID: <20001026223229.A44540@plum.flirble.org>
6225      Branch: perl
6226            ! pod/perltodo.pod
6227 ____________________________________________________________________________
6228 [  7455] By: jhi                                   on 2000/10/27  12:02:21
6229         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
6230              From: John Tobey <jtobey@john-edwin-tobey.org>
6231              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
6232              Message-Id: <m13ozHF-000FObC@feynman.localnet>
6233      Branch: perl
6234            ! op.c t/pragma/sub_lval.t
6235 ____________________________________________________________________________
6236 [  7454] By: jhi                                   on 2000/10/27  11:59:42
6237         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
6238              From: sthoenna@efn.org
6239              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
6240              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
6241      Branch: perl
6242            ! pp.c t/op/assignwarn.t
6243 ____________________________________________________________________________
6244 [  7453] By: jhi                                   on 2000/10/27  00:15:08
6245         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
6246      Branch: perl
6247            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6248            ! ext/Storable/Storable.xs t/lib/st-lock.t
6249 ____________________________________________________________________________
6250 [  7452] By: jhi                                   on 2000/10/26  13:05:52
6251         Log: Undo #7451, this seems to be a deficiency in Perforce,
6252              there is no per-file line-terminator type, only per-client.
6253      Branch: perl
6254            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
6255            ! win32/makefile.mk
6256 ____________________________________________________________________________
6257 [  7451] By: jhi                                   on 2000/10/26  04:56:03
6258         Log: Experimenting in DOS arcana.
6259      Branch: perl
6260            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
6261            ! win32/makefile.mk
6262 ____________________________________________________________________________
6263 [  7450] By: jhi                                   on 2000/10/26  04:50:52
6264         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
6265              From: "Peter J. Farley III" <pjfarley@banet.net>            
6266              Date: Wed, 25 Oct 2000 23:10:18 -0400
6267              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
6268      Branch: perl
6269            ! t/io/open.t
6270 ____________________________________________________________________________
6271 [  7449] By: jhi                                   on 2000/10/26  04:49:16
6272         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
6273              From: Hugo <hv@crypt.compulink.co.uk>
6274              Date: Thu, 26 Oct 2000 01:55:17 +0100
6275              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
6276              
6277              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
6278      Branch: perl
6279            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
6280 ____________________________________________________________________________
6281 [  7448] By: jhi                                   on 2000/10/26  04:38:36
6282         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
6283              From: Peter Prymmer <pvhp@forte.com>
6284              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
6285              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
6286      Branch: perl
6287            ! configure.com
6288 ____________________________________________________________________________
6289 [  7447] By: jhi                                   on 2000/10/25  23:20:02
6290         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
6291              in platforms that strictly require all the symbols being present
6292              at link time.
6293      Branch: perl
6294            ! handy.h
6295 ____________________________________________________________________________
6296 [  7446] By: jhi                                   on 2000/10/25  21:55:57
6297         Log: Update Changes.
6298      Branch: perl
6299            ! Changes patchlevel.h
6300 ____________________________________________________________________________
6301 [  7445] By: jhi                                   on 2000/10/25  21:27:08
6302         Log: Integrate with vmsperl #7430 by Charles Bailey:
6303              
6304              Cleanup from prior patch (Charles Lane?):
6305              - improve handling of MFDs in Basename and Path
6306              - default to no xsubpp line # munging when building debug images
6307      Branch: perl
6308           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
6309 ____________________________________________________________________________
6310 [  7444] By: jhi                                   on 2000/10/25  21:03:50
6311         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
6312              From: John Peacock <JPeacock@UnivPress.com>
6313              Date: Thu, 18 May 2000 11:55:27 -0400
6314              Message-ID: <3924126F.A58BE57A@UnivPress.com>
6315      Branch: perl
6316            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
6317            ! t/op/write.t
6318 ____________________________________________________________________________
6319 [  7443] By: jhi                                   on 2000/10/25  20:43:10
6320         Log: Temporary stopgap for the self-tying issue: for now only
6321              array and hash self-ties are verboten.  The real fix, of
6322              course, would be to comprehensively test (and implement?)
6323              and debug (and document) self-ties.
6324      Branch: perl
6325            ! pod/perldiag.pod pp_sys.c t/op/tie.t
6326 ____________________________________________________________________________
6327 [  7442] By: jhi                                   on 2000/10/25  20:14:30
6328         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
6329              From: Dan Sugalski <dan@sidhe.org>
6330              Date: Wed, 25 Oct 2000 13:36:35 -0400
6331              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
6332              
6333              plus regen global.sym.
6334      Branch: perl
6335            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
6336            ! thrdvar.h util.c
6337 ____________________________________________________________________________
6338 [  7441] By: jhi                                   on 2000/10/25  20:12:20
6339         Log: buildtoc target tweaks.
6340      Branch: perl
6341            ! pod/Makefile.SH
6342 ____________________________________________________________________________
6343 [  7440] By: jhi                                   on 2000/10/25  20:03:53
6344         Log: A new version of making the syslog test more robust.
6345              (Replaces #7421.)
6346              
6347              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6348              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6349              Date: Wed, 25 Oct 2000 12:13:54 -0400
6350              Message-ID: <20001025121354.B2264@O2.chapin.edu>
6351      Branch: perl
6352            ! t/lib/syslog.t
6353 ____________________________________________________________________________
6354 [  7439] By: jhi                                   on 2000/10/25  20:00:48
6355         Log: Continue the internal UTF-8 API tweaking.
6356              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
6357              used much more than the simpler API, now called utf8_to_uv_simple().
6358              Still not quite happy with API, too much partial duplication
6359              of functionality.
6360      Branch: perl
6361            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
6362            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
6363            ! regcomp.c regexec.c sv.c toke.c utf8.c
6364 ____________________________________________________________________________
6365 [  7438] By: jhi                                   on 2000/10/25  18:52:30
6366         Log: Allow poking holes at the UTF-8 decoding strictness.
6367      Branch: perl
6368            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
6369            ! utf8.h
6370 ____________________________________________________________________________
6371 [  7437] By: jhi                                   on 2000/10/25  13:53:05
6372         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
6373              UTF8LEN() and UTF8SKIP(). 
6374      Branch: perl
6375            ! pp.c utf8.c utf8.h
6376 ____________________________________________________________________________
6377 [  7436] By: jhi                                   on 2000/10/25  13:51:37
6378         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
6379              From: Nicholas Clark <nick@ccl4.org>
6380              Date: Wed, 25 Oct 2000 14:44:05 +0100
6381              Message-ID: <20001025144404.D27253@plum.flirble.org>
6382      Branch: perl
6383            ! pod/perlrun.pod
6384 ____________________________________________________________________________
6385 [  7435] By: jhi                                   on 2000/10/25  13:49:32
6386         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
6387              From: Mike Guy <mjtg@cam.ac.uk>
6388              Date: Tue, 24 Oct 2000 14:59:40 +0100
6389              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
6390      Branch: perl
6391            ! scope.c
6392 ____________________________________________________________________________
6393 [  7434] By: jhi                                   on 2000/10/25  13:48:41
6394         Log: AIX is picky about its symbol exports.  Solution for now
6395              is to include the deb.o explicitly to the re extension build.
6396              
6397              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
6398              From: Peter Prymmer <pvhp@forte.com>
6399              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
6400              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
6401      Branch: perl
6402            ! ext/re/Makefile.PL hints/aix.sh
6403 ____________________________________________________________________________
6404 [  7433] By: jhi                                   on 2000/10/25  13:46:49
6405         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
6406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6407              Date: Wed, 25 Oct 2000 12:02:20 +0200
6408              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
6409      Branch: perl
6410            ! perlsdio.h
6411 ____________________________________________________________________________
6412 [  7432] By: jhi                                   on 2000/10/25  13:44:28
6413         Log: Subject: Minor update to find2perl, for portability
6414              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
6415              Date: Wed, 25 Oct 2000 12:05:47 +0100
6416              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
6417      Branch: perl
6418            ! x2p/find2perl.PL
6419 ____________________________________________________________________________
6420 [  7431] By: jhi                                   on 2000/10/25  13:40:39
6421         Log: Add targets to Makefile.SH, most importantly
6422              'regen_all' which also remembers to update vms/perly*.
6423      Branch: perl
6424            ! Makefile.SH
6425 ____________________________________________________________________________
6426 [  7430] By: bailey                                on 2000/10/25  03:13:53
6427         Log: Cleanup from prior patch (Charles Lane?):
6428              - improve handling of MFDs in Basename and Path
6429              - default to no xsubpp line # munging when building debug images
6430      Branch: vmsperl
6431            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
6432 ____________________________________________________________________________
6433 [  7429] By: jhi                                   on 2000/10/24  20:03:40
6434         Log: Podify README.epoc and README.vos.
6435      Branch: perl
6436            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
6437            ! pod/perlport.pod pod/perltoc.pod
6438 ____________________________________________________________________________
6439 [  7428] By: jhi                                   on 2000/10/24  19:10:33
6440         Log: Stratus VOS updates from Paul Green.
6441      Branch: perl
6442            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6443            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
6444            - vos/config.def vos/config.h vos/config_h.SH_orig
6445            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
6446            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
6447 ____________________________________________________________________________
6448 [  7427] By: jhi                                   on 2000/10/24  18:59:48
6449         Log: Check if stdio supports tweaking lval and cnt simultaneously.
6450              
6451              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
6452              From: Nicholas Clark <nick@ccl4.org>
6453              Date: Mon, 23 Oct 2000 15:39:32 +0100
6454              Message-ID: <20001023153932.A10786@plum.flirble.org>
6455      Branch: metaconfig
6456            ! U/compline/d_stdstdio.U
6457      Branch: perl
6458            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6459            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
6460            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
6461            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
6462            ! vos/config.h vos/config_h.SH_orig win32/config.bc
6463            ! win32/config.gc win32/config.vc
6464 ____________________________________________________________________________
6465 [  7426] By: jhi                                   on 2000/10/24  17:57:44
6466         Log: Missed the header file changes from #7425.
6467      Branch: perl
6468            ! embed.h embed.pl objXSUB.h proto.h
6469 ____________________________________________________________________________
6470 [  7425] By: jhi                                   on 2000/10/24  17:55:17
6471         Log: Fix the bug reported in
6472              
6473              From: andreas.koenig@anima.de (Andreas J. Koenig)
6474              Subject: Encode bug?
6475              Date: 24 Oct 2000 14:01:26 +0200 
6476              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
6477              
6478              Also make is_utf8_char() stricter.
6479      Branch: perl
6480            ! ext/Encode/Encode.xs utf8.c
6481 ____________________________________________________________________________
6482 [  7424] By: jhi                                   on 2000/10/24  15:15:39
6483         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
6484              From: Peter Scott <Peter@PSDT.com>
6485              Date: Mon, 23 Oct 2000 19:46:01 -0700
6486              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
6487      Branch: perl
6488            ! pod/perlfaq5.pod
6489 ____________________________________________________________________________
6490 [  7423] By: jhi                                   on 2000/10/24  14:25:30
6491         Log: Test tweak to avoid pulling in the whole Config.
6492      Branch: perl
6493            ! t/lib/st-lock.t
6494 ____________________________________________________________________________
6495 [  7422] By: jhi                                   on 2000/10/24  14:03:16
6496         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
6497      Branch: perl
6498            ! pp.c
6499 ____________________________________________________________________________
6500 [  7421] By: jhi                                   on 2000/10/24  13:32:09
6501         Log: (Replaced by #7440.)
6502              
6503              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6504              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6505              Date: Mon, 23 Oct 2000 16:40:54 -0400
6506              Message-ID: <20001023164054.B14491@O2.chapin.edu>
6507      Branch: perl
6508            ! t/lib/syslog.t
6509 ____________________________________________________________________________
6510 [  7420] By: jhi                                   on 2000/10/24  13:30:53
6511         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
6512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6513              Date: Mon, 23 Oct 2000 17:29:03 -0400
6514              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
6515      Branch: perl
6516            ! lib/ExtUtils/MM_Unix.pm
6517 ____________________________________________________________________________
6518 [  7419] By: jhi                                   on 2000/10/24  13:29:57
6519         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
6520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6521              Date: Mon, 23 Oct 2000 19:01:32 -0400
6522              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
6523      Branch: perl
6524            ! utils/h2xs.PL
6525 ____________________________________________________________________________
6526 [  7418] By: jhi                                   on 2000/10/24  13:26:04
6527         Log: Replace #7409 with
6528              
6529              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
6530              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6531              Date: Mon, 23 Oct 2000 20:08:56 +0200
6532              Message-ID: <20001023200855.A14850@nice.ram.loc>
6533      Branch: perl
6534            ! ext/Storable/Storable.pm t/lib/st-lock.t
6535 ____________________________________________________________________________
6536 [  7417] By: jhi                                   on 2000/10/24  13:17:52
6537         Log: Run vms/vms_yfix.pl, should have done that after changing
6538              perly.c in #7382.
6539      Branch: perl
6540            ! vms/perly_c.vms vms/perly_h.vms
6541 ____________________________________________________________________________
6542 [  7416] By: jhi                                   on 2000/10/24  02:55:33
6543         Log: Make the UTF-8 decoding stricter and more verbose when
6544              malformation happens.  This involved adding an argument
6545              to utf8_to_uv_chk(), which involved changing its prototype,
6546              and prefer STRLEN over I32 for the UTF-8 length, which as
6547              a domino effect necessitated changing the prototypes of
6548              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
6549              The stricter UTF-8 decoding checking uses Markus Kuhn's
6550              UTF-8 Decode Stress Tester from
6551              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
6552      Branch: perl
6553            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
6554            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
6555            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
6556            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
6557 ____________________________________________________________________________
6558 [  7415] By: jhi                                   on 2000/10/23  14:06:06
6559         Log: Update Changes.
6560      Branch: perl
6561            ! Changes patchlevel.h
6562 ____________________________________________________________________________
6563 [  7414] By: jhi                                   on 2000/10/23  12:39:52
6564         Log: Undo the basename() part of #7412 since the lib/basename
6565              tests would need upgrading too.
6566      Branch: perl
6567            ! lib/File/Basename.pm
6568 ____________________________________________________________________________
6569 [  7413] By: jhi                                   on 2000/10/23  12:19:27
6570         Log: Document PERL_INSTALL_ROOT of #7210.
6571      Branch: perl
6572            ! lib/ExtUtils/Install.pm
6573 ____________________________________________________________________________
6574 [  7412] By: jhi                                   on 2000/10/23  12:16:47
6575         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
6576      Branch: perl
6577            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
6578            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
6579 ____________________________________________________________________________
6580 [  7411] By: jhi                                   on 2000/10/23  12:07:41
6581         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
6582              From: Prymmer/Kahn <pvhp@best.com>
6583              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
6584              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
6585      Branch: perl
6586            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
6587 ____________________________________________________________________________
6588 [  7410] By: jhi                                   on 2000/10/23  04:10:11
6589         Log: The change #7187 was not so good on VMS.
6590              
6591              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
6592              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6593              Date: Sun, 22 Oct 2000 23:03:08 -0500
6594              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
6595      Branch: perl
6596            ! utils/perldoc.PL
6597 ____________________________________________________________________________
6598 [  7409] By: jhi                                   on 2000/10/23  03:57:36
6599         Log: Avoid Storable locking on DJGPP for now.
6600              
6601              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
6602              From: "Peter J. Farley III" <pjfarley@banet.net>
6603              Date: Sun, 22 Oct 2000 20:00:00 -0400
6604              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
6605      Branch: perl
6606            ! ext/Storable/Storable.pm t/lib/st-lock.t
6607 ____________________________________________________________________________
6608 [  7408] By: jhi                                   on 2000/10/23  03:50:24
6609         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
6610              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6611              Date: Sun, 22 Oct 2000 21:12:22 -0400
6612              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
6613      Branch: perl
6614            ! lib/vars.pm
6615 ____________________________________________________________________________
6616 [  7407] By: jhi                                   on 2000/10/23  03:43:12
6617         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
6618              From: Hugo <hv@crypt.compulink.co.uk>
6619              Date: Mon, 23 Oct 2000 00:47:22 +0100
6620              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
6621      Branch: perl
6622            ! regexec.c t/op/pat.t
6623 ____________________________________________________________________________
6624 [  7406] By: jhi                                   on 2000/10/23  03:40:29
6625         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
6626      Branch: perl
6627            ! lib/ExtUtils/MakeMaker.pm
6628 ____________________________________________________________________________
6629 [  7405] By: jhi                                   on 2000/10/22  21:32:00
6630         Log: Doc patch.
6631              
6632              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
6633              From: rspier@pobox.com (Robert Spier)
6634              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
6635              Message-ID: <14835.16112.13457.447971@rls.cx>
6636      Branch: perl
6637            ! lib/strict.pm
6638 ____________________________________________________________________________
6639 [  7404] By: jhi                                   on 2000/10/22  21:30:51
6640         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
6641              From: rspier@pobox.com (Robert Spier)
6642              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
6643              Message-ID: <14835.17223.72448.705566@rls.cx>
6644      Branch: perl
6645            ! lib/ExtUtils/MakeMaker.pm
6646 ____________________________________________________________________________
6647 [  7403] By: jhi                                   on 2000/10/22  21:24:11
6648         Log: Subject: [PATCH bleadperl] ripples from constsub patch
6649              From: John Tobey <jtobey@john-edwin-tobey.org>
6650              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
6651              Message-Id: <m13nSOB-000FObC@feynman.localnet>
6652      Branch: perl
6653            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
6654 ____________________________________________________________________________
6655 [  7402] By: jhi                                   on 2000/10/22  20:59:35
6656         Log: Support s?printf parameter reordering.
6657      Branch: perl
6658            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
6659 ____________________________________________________________________________
6660 [  7401] By: jhi                                   on 2000/10/22  19:19:14
6661         Log: Expand %Config variables only if explicitly so requested
6662              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
6663              
6664              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
6665              From: Gurusamy Sarathy <gsar@ActiveState.com>
6666              Date: Sun, 22 Oct 2000 11:47:32 -0700
6667              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
6668      Branch: perl
6669            ! Makefile.SH lib/lib_pm.PL
6670 ____________________________________________________________________________
6671 [  7400] By: jhi                                   on 2000/10/22  18:24:10
6672         Log: Move the #7390 test from warn/op to comp/redef.
6673              
6674              Subject: Re: Creating const subs for constants.
6675              From: John Tobey <jtobey@john-edwin-tobey.org>
6676              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
6677              Message-Id: <m13nG72-000FObC@feynman.localnet>               
6678      Branch: perl
6679            ! t/comp/redef.t t/pragma/warn/op
6680 ____________________________________________________________________________
6681 [  7399] By: jhi                                   on 2000/10/22  17:49:59
6682         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
6683              From: Nicholas Clark <nick@ccl4.org>
6684              Date: Sat, 21 Oct 2000 22:23:19 +0100
6685              Message-ID: <20001021222319.B45586@plum.flirble.org>
6686      Branch: perl
6687            ! ext/DynaLoader/DynaLoader_pm.PL
6688 ____________________________________________________________________________
6689 [  7398] By: jhi                                   on 2000/10/22  17:47:35
6690         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
6691              From: Hugo <hv@crypt.compulink.co.uk>
6692              Date: Sat, 21 Oct 2000 18:19:59 +0100
6693              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
6694      Branch: perl
6695            ! ext/B/B.pm ext/B/B/C.pm
6696 ____________________________________________________________________________
6697 [  7397] By: jhi                                   on 2000/10/22  17:35:18
6698         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
6699              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6700              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
6701              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
6702      Branch: perl
6703            ! hints/openbsd.sh
6704 ____________________________________________________________________________
6705 [  7396] By: jhi                                   on 2000/10/22  17:19:46
6706         Log: Subject: installman go-faster stripes
6707              From: Nicholas Clark <nick@talking.bollo.cx>
6708              Date: Sat, 21 Oct 2000 17:24:53 +0100
6709              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
6710              
6711              Subject: Re: installman go-faster stripes
6712              From: Russ Allbery <rra@stanford.edu>
6713              Date: 21 Oct 2000 11:04:13 -0700
6714              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
6715      Branch: perl
6716            ! installman pod/pod2man.PL
6717 ____________________________________________________________________________
6718 [  7395] By: jhi                                   on 2000/10/22  17:17:35
6719         Log: Hints tweak from Anton Berezin.
6720      Branch: perl
6721            ! hints/freebsd.sh
6722 ____________________________________________________________________________
6723 [  7394] By: jhi                                   on 2000/10/22  04:50:04
6724         Log: Tweak the Is* definitions of Unicode character classes
6725              to better match the official categorizations; embrace
6726              the official categorizations; add the combining marks
6727              as alpha (and -numeric); fix DCinital (a typo and edito)
6728              to be DCmedial.
6729      Branch: perl
6730            + lib/unicode/Is/DCmedial.pl
6731            - lib/unicode/Is/DCinital.pl
6732            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6733            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
6734            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
6735            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6736 ____________________________________________________________________________
6737 [  7393] By: jhi                                   on 2000/10/21  18:06:05
6738         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
6739              From: Daniel Chetlin <daniel@chetlin.com>
6740              Date: Sat, 21 Oct 2000 02:57:03 -0700
6741              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
6742      Branch: perl
6743            + t/lib/tie-splice.t
6744            ! MANIFEST lib/Tie/Array.pm
6745 ____________________________________________________________________________
6746 [  7392] By: gsar                                  on 2000/10/21  18:05:15
6747         Log: resync utfperl branch with mainline
6748      Branch: utfperl
6749           !> (integrate 1760 files)
6750 ____________________________________________________________________________
6751 [  7391] By: jhi                                   on 2000/10/21  14:37:49
6752         Log: Testcases for a #7383,#7385 related bug.
6753              
6754              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
6755              From: Nicholas Clark <nick@ccl4.org>
6756              Date: Sat, 21 Oct 2000 15:04:51 +0100
6757              Message-ID: <20001021150451.A51566@plum.flirble.org>
6758      Branch: perl
6759            ! t/pragma/utf8.t
6760 ____________________________________________________________________________
6761 [  7390] By: jhi                                   on 2000/10/21  14:35:57
6762         Log: Add a testcase for #7389.
6763      Branch: perl
6764            ! t/pragma/warn/op
6765 ____________________________________________________________________________
6766 [  7389] By: jhi                                   on 2000/10/21  14:26:45
6767         Log: Subject: Re: Creating const subs for constants.
6768              From: John Tobey <jtobey@john-edwin-tobey.org>
6769              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
6770              Message-Id: <m13mo0N-000FObC@feynman.localnet>
6771      Branch: perl
6772            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
6773            ! proto.h sv.c
6774 ____________________________________________________________________________
6775 [  7388] By: nick                                  on 2000/10/21  11:44:23
6776         Log: Populate perlio branch
6777      Branch: perlio
6778           +> (branch 1760 files)
6779 ____________________________________________________________________________
6780 [  7387] By: nick                                  on 2000/10/21  10:52:05
6781         Log: Get branch back as replica of mainline via :
6782              p4 integrate -b utfperl
6783              p4 resolve -at ./...
6784      Branch: utfperl
6785           +> (branch 269 files)
6786            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
6787            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
6788            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
6789            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
6790            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
6791            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6792            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6793            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6794            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6795            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6796            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6797            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6798            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6799            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6800            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6801            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6802            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6803            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6804            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
6805            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
6806            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
6807            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
6808            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
6809            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
6810            - lib/unicode/UCD300.html lib/unicode/Unicode.300
6811            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
6812            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
6813            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
6814            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6815           !> (integrate 965 files)
6816 ____________________________________________________________________________
6817 [  7386] By: jhi                                   on 2000/10/21  01:31:12
6818         Log: Update Changes.
6819      Branch: perl
6820            ! Changes patchlevel.h
6821 ____________________________________________________________________________
6822 [  7385] By: jhi                                   on 2000/10/21  01:28:42
6823         Log: The #7383 was right only in the context of the original bug report,
6824              not in more general case.
6825      Branch: perl
6826            ! pp_hot.c
6827 ____________________________________________________________________________
6828 [  7384] By: jhi                                   on 2000/10/21  01:08:23
6829         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
6830      Branch: perl
6831            ! ext/IO/lib/IO/Select.pm
6832 ____________________________________________________________________________
6833 [  7383] By: jhi                                   on 2000/10/21  00:44:18
6834         Log: Fix for ID 20001020.006, concatenating an unset submatch
6835              with utf8 resulted in "Modification of a read-only value".
6836      Branch: perl
6837            ! pp_hot.c t/pragma/utf8.t
6838 ____________________________________________________________________________
6839 [  7382] By: jhi                                   on 2000/10/20  20:44:31
6840         Log: Make scan_num() reëntrant, as suggested in
6841              
6842              Subject: [PATCH perl@7229] Rentrant parser and yylex()
6843              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6844              Date: Fri, 20 Oct 2000 14:17:27 +0100
6845              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
6846      Branch: perl
6847            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
6848            ! toke.c
6849 ____________________________________________________________________________
6850 [  7381] By: jhi                                   on 2000/10/20  20:07:29
6851         Log: Reëntrancy fix.
6852              
6853              Subject: [PATCH perl@7229] Rentrant parser and yylex()
6854              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6855              Date: Fri, 20 Oct 2000 14:17:27 +0100
6856              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
6857      Branch: perl
6858            ! embed.h embed.pl perl.h proto.h toke.c
6859 ____________________________________________________________________________
6860 [  7380] By: jhi                                   on 2000/10/20  19:15:54
6861         Log: Don't write double values through long double pointers,
6862              based on a part of
6863              
6864              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
6865              From: Jens Hamisch <jens@Strawberry.COM>
6866              Date: Tue, 17 Oct 2000 08:39:36 +0200
6867              Message-Id: <20001017083936.A11104@Strawberry.COM>
6868      Branch: perl
6869            ! perl.h pp.c
6870 ____________________________________________________________________________
6871 [  7379] By: jhi                                   on 2000/10/20  18:43:37
6872         Log: Portability tweak on #7377.
6873              
6874              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
6875              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6876              Date:     Fri, 20 Oct 2000 13:13:41 EDT
6877              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
6878      Branch: perl
6879            ! t/lib/dprof.t
6880 ____________________________________________________________________________
6881 [  7378] By: jhi                                   on 2000/10/20  12:57:19
6882         Log: SOCKS function redefinitions need prototypes, too, otherwise
6883              for example 32 bit versus 64 bit differences cause a lot of
6884              problems.  Part of
6885              
6886              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
6887              From: Jens Hamisch <jens@Strawberry.COM>
6888              Date: Tue, 17 Oct 2000 08:39:36 +0200
6889              Message-Id: <20001017083936.A11104@Strawberry.COM>
6890      Branch: perl
6891            ! doio.c pp_sys.c
6892 ____________________________________________________________________________
6893 [  7377] By: jhi                                   on 2000/10/20  12:37:12
6894         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
6895              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6896              Date:     Fri, 20 Oct 2000 08:26:04 EDT
6897              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
6898      Branch: perl
6899            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
6900 ____________________________________________________________________________
6901 [  7376] By: jhi                                   on 2000/10/20  12:35:31
6902         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
6903              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6904              Date:     Fri, 20 Oct 2000 07:48:15 EDT
6905              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
6906      Branch: perl
6907            ! configure.com vms/gen_shrfls.pl
6908 ____________________________________________________________________________
6909 [  7375] By: bailey                                on 2000/10/20  04:44:37
6910         Log: SYN SYN
6911      Branch: vmsperl
6912           +> (branch 134 files)
6913            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
6914            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6915            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6916            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
6917            - eg/cgi/frameset.cgi eg/cgi/index.html
6918            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6919            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6920            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6921            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6922            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6923            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6924            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6925            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6926            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6927            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6928            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6929            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6930            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6931            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
6932            - lib/unicode/Props.txt lib/unicode/UCD300.html
6933            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
6934            - utils/perlbc.PL vms/subconfigure.com
6935           !> (integrate 785 files)
6936 ____________________________________________________________________________
6937 [  7374] By: jhi                                   on 2000/10/20  00:59:48
6938         Log: In the latest compiler builds cccdlflags must not become -fpic,
6939              from Wilfredo Sánchez.
6940      Branch: perl
6941            ! hints/darwin.sh
6942 ____________________________________________________________________________
6943 [  7373] By: jhi                                   on 2000/10/20  00:56:35
6944         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
6945              From: Tony Cook <tony@develop-help.com>
6946              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
6947              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
6948      Branch: perl
6949            ! pod/perlop.pod
6950 ____________________________________________________________________________
6951 [  7372] By: jhi                                   on 2000/10/19  19:34:40
6952         Log: Typo noted by Mark Lutz.
6953      Branch: perl
6954            ! t/op/64bitint.t
6955 ____________________________________________________________________________
6956 [  7371] By: jhi                                   on 2000/10/19  19:33:13
6957         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
6958      Branch: metaconfig
6959            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6960      Branch: metaconfig/U/perl
6961            ! End.U dlsrc.U libperl.U
6962      Branch: perl
6963            + hints/nonstopux.sh
6964            ! Configure MANIFEST config_h.SH
6965 ____________________________________________________________________________
6966 [  7370] By: jhi                                   on 2000/10/19  17:18:08
6967         Log: Subject: PATCH do_print has 2 PerlIO_error()s
6968              From: nick@ccl4.org
6969              Date: Thu, 19 Oct 2000 18:09:20 +0100
6970              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
6971      Branch: perl
6972            ! doio.c
6973 ____________________________________________________________________________
6974 [  7369] By: jhi                                   on 2000/10/19  14:01:49
6975         Log: Update Changes.
6976      Branch: perl
6977            ! Changes patchlevel.h
6978 ____________________________________________________________________________
6979 [  7368] By: jhi                                   on 2000/10/19  13:04:29
6980         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
6981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6982              Date: Wed, 18 Oct 2000 13:12:01 +0200
6983              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
6984      Branch: perl
6985            ! hints/aix.sh
6986 ____________________________________________________________________________
6987 [  7367] By: jhi                                   on 2000/10/19  02:22:40
6988         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
6989              of a 'pmshort' anywhere in the B, so the offending line was simply
6990              removed.
6991      Branch: perl
6992            ! ext/B/B/Debug.pm
6993 ____________________________________________________________________________
6994 [  7366] By: jhi                                   on 2000/10/19  02:12:37
6995         Log: Add the test case for the bug id 20000730.004 which seems
6996              to have been fixed by now.
6997      Branch: perl
6998            ! t/pragma/utf8.t
6999 ____________________________________________________________________________
7000 [  7365] By: jhi                                   on 2000/10/18  23:36:24
7001         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
7002              From: Hugo <hv@crypt.compulink.co.uk>
7003              Date: Wed, 18 Oct 2000 23:25:58 +0100
7004              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
7005      Branch: perl
7006            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
7007 ____________________________________________________________________________
7008 [  7364] By: jhi                                   on 2000/10/18  21:12:53
7009         Log: (retracted)
7010      Branch: perl
7011            ! pp.c
7012 ____________________________________________________________________________
7013 [  7363] By: jhi                                   on 2000/10/18  20:55:38
7014         Log: Missing change from #7362.
7015      Branch: perl
7016            ! win32/perlhost.h
7017 ____________________________________________________________________________
7018 [  7362] By: jhi                                   on 2000/10/18  20:52:01
7019         Log: Borland C fstat() never saw the fd as writable.
7020              
7021              Subject: fix for Borland's weak "stat" (perl@7211)
7022              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7023              Date: Mon, 16 Oct 2000 09:55:03 +0400
7024              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
7025      Branch: perl
7026            ! win32/win32.c
7027 ____________________________________________________________________________
7028 [  7361] By: jhi                                   on 2000/10/18  17:43:50
7029         Log: Regen toc.
7030      Branch: perl
7031            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
7032 ____________________________________________________________________________
7033 [  7360] By: jhi                                   on 2000/10/18  17:07:44
7034         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7035              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
7036              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
7037              Date: Mon, 16 Oct 2000 15:19:49 +0200
7038      Branch: perl
7039            + README.aix
7040            ! MANIFEST
7041 ____________________________________________________________________________
7042 [  7359] By: jhi                                   on 2000/10/18  17:04:49
7043         Log: Subject: Pod patch for Devel::Peek
7044              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7045              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
7046              Date: Mon, 16 Oct 2000 12:26:34 +0200
7047      Branch: perl
7048            ! ext/Devel/Peek/Peek.pm
7049 ____________________________________________________________________________
7050 [  7358] By: jhi                                   on 2000/10/18  17:03:15
7051         Log: Make Cwd more bulletproof in chrooted environments.
7052              
7053              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
7054              From: "Eric E. Coe" <Eric.Coe@oracle.com>
7055              Date: Wed, 18 Oct 2000 04:03:54 -0400
7056              Message-Id: <39ED596A.70E599FE@oracle.com>
7057      Branch: perl
7058            ! lib/Cwd.pm
7059 ____________________________________________________________________________
7060 [  7357] By: jhi                                   on 2000/10/18  16:37:26
7061         Log: Disable the UTF8 downgrade croakage for now to avoid
7062              too many not okay messages.
7063      Branch: perl
7064            ! doio.c
7065 ____________________________________________________________________________
7066 [  7356] By: jhi                                   on 2000/10/17  23:29:41
7067         Log: Show the failed remote port, instead of the failing line number.
7068              
7069              Subject: [PATCH 5.6.1 Debugger] More diagnostics
7070              From: David Sparks <daves@ActiveState.com>
7071              Date: Tue, 17 Oct 2000 15:00:24 -0700
7072              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
7073      Branch: perl
7074            ! lib/perl5db.pl
7075 ____________________________________________________________________________
7076 [  7355] By: jhi                                   on 2000/10/17  14:11:31
7077         Log: On output try to downgrade to bytes, croak if impossible,
7078              from Simon Cozens.  This means that outputting >255 UTF8
7079              is impossible.  Consider this as a strong incentive to get
7080              the I/O disciplines implemented.
7081      Branch: perl
7082            ! doio.c pod/perldiag.pod sv.c
7083 ____________________________________________________________________________
7084 [  7354] By: jhi                                   on 2000/10/17  13:42:23
7085         Log: Clarify documentation on 'use bytes'.
7086              
7087              Subject: Re: What does 'use bytes' "mean" ?
7088              From: Simon Cozens <simon@cozens.net>
7089              Date: Mon, 18 Sep 2000 18:24:25 +0100
7090              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
7091      Branch: perl
7092            ! lib/bytes.pm
7093 ____________________________________________________________________________
7094 [  7353] By: jhi                                   on 2000/10/17  13:28:12
7095         Log: Workaround for a sfio bug where the stream error indicator
7096              is not cleared as documented.
7097              
7098              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
7099              From: Nicholas Clark <nick@ccl4.org>
7100              Date: Mon, 16 Oct 2000 18:28:23 +0100
7101              Message-ID: <20001016182823.J19700@plum.flirble.org>
7102      Branch: perl
7103            ! doio.c
7104 ____________________________________________________________________________
7105 [  7352] By: jhi                                   on 2000/10/17  13:06:19
7106         Log: More IoTYPE sprinkling.
7107      Branch: perl
7108            ! doio.c pp_hot.c
7109 ____________________________________________________________________________
7110 [  7351] By: jhi                                   on 2000/10/16  22:47:07
7111         Log: Detect early whether the std streams have gone bad.
7112              
7113              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
7114              Date: Mon, 16 Oct 2000 23:28:42 +0100
7115              From: Nicholas Clark <nick@ccl4.org>
7116              Message-ID: <20001016232842.A37942@plum.flirble.org>
7117      Branch: perl
7118            ! t/op/misc.t
7119 ____________________________________________________________________________
7120 [  7350] By: jhi                                   on 2000/10/16  22:45:16
7121         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
7122              From: "Peter J. Farley III" <pjfarley@banet.net>
7123              Date: Mon, 16 Oct 2000 18:15:59 -0400
7124              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
7125      Branch: perl
7126            ! djgpp/djgpp.c dosish.h t/io/open.t
7127 ____________________________________________________________________________
7128 [  7349] By: jhi                                   on 2000/10/16  22:36:45
7129         Log: perldelta tweak.
7130      Branch: perl
7131            ! pod/perldelta.pod
7132 ____________________________________________________________________________
7133 [  7348] By: jhi                                   on 2000/10/16  15:17:53
7134         Log: Update Changes.
7135      Branch: perl
7136            ! Changes patchlevel.h
7137 ____________________________________________________________________________
7138 [  7347] By: jhi                                   on 2000/10/16  13:55:27
7139         Log: Add the capability to include/exclude branches.
7140      Branch: perl
7141            ! Porting/genlog
7142 ____________________________________________________________________________
7143 [  7346] By: jhi                                   on 2000/10/16  13:18:04
7144         Log: Add Charles Lane.
7145      Branch: perl
7146            ! AUTHORS Changes
7147 ____________________________________________________________________________
7148 [  7345] By: jhi                                   on 2000/10/16  13:13:21
7149         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
7150      Branch: perl
7151            ! pod/perldelta.pod
7152 ____________________________________________________________________________
7153 [  7344] By: gsar                                  on 2000/10/16  09:30:21
7154         Log: integrate change#6220 from cfgperl
7155              
7156              Win32 patches from Benjamin Stuhl.
7157      Branch: maint-5.6/perl
7158           !> makedef.pl win32/win32.h
7159 ____________________________________________________________________________
7160 [  7343] By: gsar                                  on 2000/10/16  08:32:19
7161         Log: integrate changes#6221,6222 from cfgperl
7162              
7163              Remove tr///CU (the feature is to be obsoleted by better interfaces).
7164              From: simon@brecon.co.uk (Simon Cozens)
7165              Subject: [PATCH] Eliminate tr///[CU][CU]
7166              Date: 23 Jun 2000 11:05:40 GMT
7167              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
7168              
7169              doc typo fix
7170              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
7171              From: Ian Phillipps <Ian.Phillipps@iname.com>
7172              Date: Fri, 23 Jun 2000 10:40:58 +0100
7173              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
7174      Branch: maint-5.6/perl
7175           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
7176 ____________________________________________________________________________
7177 [  7342] By: gsar                                  on 2000/10/16  08:28:08
7178         Log: integrate change#6217 from cfgperl (in part)
7179              
7180              Rename the fdpid locking and integrate with Sarathy.
7181      Branch: maint-5.6/perl
7182           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
7183           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
7184           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
7185           !> win32/win32.c
7186 ____________________________________________________________________________
7187 [  7341] By: gsar                                  on 2000/10/16  08:23:39
7188         Log: integrate changes#6214..6216 from mainline
7189              
7190              @_ can't have junk in it even in the non-USE_ITHREADS case because
7191              caller() wants to populate @DB::args with it (causes a coredump
7192              in Carp::confess())
7193              
7194              tweak comment about @DB::args
7195              
7196              be more optimal about clearing @_
7197      Branch: maint-5.6/perl
7198           !> av.h cop.h pp_ctl.c t/op/runlevel.t
7199 ____________________________________________________________________________
7200 [  7340] By: gsar                                  on 2000/10/16  08:20:37
7201         Log: integrate changes#6207..6210 from cfgperl
7202              
7203              Subject: [PATCH 5.6.0] Threadsafe patches
7204              From: Dan Sugalski <dan@sidhe.org>
7205              To: perl5-porters@perl.org
7206              Date: Mon, 08 May 2000 18:08:13 -0400
7207              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
7208              
7209              Regen headers for #6207.
7210              
7211              Lock PL_fdpid against race conditions, based on:
7212              Subject: [PATCH 5.6.0]subprocess fixup for threads
7213              From: Dan Sugalski <dan@sidhe.org>
7214              To: perl5-porters@perl.org
7215              Date: Tue, 11 Apr 2000 17:02:32 -0400
7216              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
7217              
7218              Mopup for #6207 and #6209.
7219      Branch: maint-5.6/perl
7220           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
7221           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
7222           !> win32/win32.c
7223 ____________________________________________________________________________
7224 [  7339] By: gsar                                  on 2000/10/16  08:14:34
7225         Log: integrate change#6203 from cfgperl
7226              
7227              perldiag should refer to perlos2.pod not README.os2
7228      Branch: maint-5.6/perl
7229           !> pod/perldiag.pod
7230 ____________________________________________________________________________
7231 [  7338] By: gsar                                  on 2000/10/16  08:11:42
7232         Log: integrate change#6201 from mainline
7233              
7234              Perl_eval_pv() leaks 4 bytes every time it is called because it
7235              does a PUSHMARK that's never ever POPMARKed; in general, only
7236              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
7237              Perl_eval_[sp]v() don't because they don't take any incoming
7238              arguments (this leak has been around since the original version
7239              of perl_eval_pv() in 5.003_97e)
7240      Branch: maint-5.6/perl
7241           !> perl.c
7242 ____________________________________________________________________________
7243 [  7337] By: gsar                                  on 2000/10/16  08:08:47
7244         Log: integrate changes#6197..6200 from cfgperl
7245              
7246              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
7247              From: John Borwick <jhborwic@unity.ncsu.edu>
7248              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
7249              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
7250              
7251              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
7252              From: Dan Sugalski <dan@sidhe.org>
7253              To: vmsperl@perl.org, perl5-porters@perl.org
7254              Date: Fri, 02 Jun 2000 16:00:41 -0400
7255              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
7256              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
7257              
7258              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
7259              From: Dan Sugalski <dan@sidhe.org>
7260              To: perl5-porters@perl.org, vmsperl@perl.org
7261              Date: Fri, 02 Jun 2000 17:30:51 -0400
7262              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
7263              
7264              Update to cperl-mode.el 4.31 from
7265              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
7266              Subject: A couple of notes
7267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7268              To: Mailing list Perl5 <perl5-porters@perl.org>
7269              Date: Sat, 3 Jun 2000 23:33:32 -0400
7270              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
7271      Branch: maint-5.6/perl
7272           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
7273           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
7274           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
7275           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
7276           !> vms/vmsish.h
7277 ____________________________________________________________________________
7278 [  7336] By: gsar                                  on 2000/10/16  08:03:46
7279         Log: integrate changes#6194,6195 from mainline
7280              
7281              fix small eval"" memory leaks under USE_ITHREADS
7282              
7283              fix yet another eval"" leak under USE_ITHREADS
7284      Branch: maint-5.6/perl
7285           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
7286           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
7287           !> vms/perly_c.vms
7288 ____________________________________________________________________________
7289 [  7335] By: gsar                                  on 2000/10/16  08:02:15
7290         Log: integrate changes#6190,6191 from mainline
7291              
7292              submit missing embed.pl change
7293              
7294              vec() loses numericalness (modified version of patch suggested
7295              by Robin Barker)
7296      Branch: maint-5.6/perl
7297           !> doop.c embed.pl t/op/vec.t
7298 ____________________________________________________________________________
7299 [  7334] By: gsar                                  on 2000/10/16  08:01:03
7300         Log: integrate change#6189 from mainline
7301              
7302              counting tr/// corrupts later operation (from M.J.T Guy)
7303      Branch: maint-5.6/perl
7304           !> doop.c t/op/tr.t
7305 ____________________________________________________________________________
7306 [  7333] By: gsar                                  on 2000/10/16  07:59:07
7307         Log: integrate changes#6183..6188 from mainline
7308              
7309              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
7310              <nick@ccl4.org>)
7311              
7312              tweak for change#6127
7313              
7314              remove incorrect documentation about implicit split to @_ in
7315              list context, which never really worked in perl 5 (from
7316              M.J.T. Guy)
7317              
7318              further qualify references to "alphanumeric" (from Wolfgang Laun
7319              <wolfgang.laun@alcatel.at>)
7320              
7321              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
7322              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7323              
7324              h2xs tweaks
7325      Branch: maint-5.6/perl
7326           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
7327           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
7328           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
7329           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
7330           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
7331           !> pod/pod2latex.PL utils/h2xs.PL
7332 ____________________________________________________________________________
7333 [  7332] By: gsar                                  on 2000/10/16  07:53:52
7334         Log: integrate change#6179 from mainline
7335              
7336              buggy modulus on UVs introduced by change#3378 (resulted in
7337              4063328477 % 65535 amounting to 27406, instead of 27407)
7338      Branch: maint-5.6/perl
7339           !> pp.c t/op/arith.t
7340 ____________________________________________________________________________
7341 [  7331] By: gsar                                  on 2000/10/16  07:52:49
7342         Log: integrate changes#6176,6177,6178,6182 from cfgperl
7343              
7344              Single-quoted utf8 patch from Simon Cozens.
7345              
7346              Substitution utf8 patch from Simon Cozens.
7347              
7348              Be cleaner.
7349              
7350              Be Cleaner Part Deux.
7351      Branch: maint-5.6/perl
7352           !> Makefile.SH pp_hot.c toke.c
7353 ____________________________________________________________________________
7354 [  7330] By: gsar                                  on 2000/10/16  07:41:36
7355         Log: integrate change#6172 from mainline
7356              
7357              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
7358              (from Ilya Zakharevich)
7359      Branch: maint-5.6/perl
7360           !> regexec.c t/op/re_tests
7361 ____________________________________________________________________________
7362 [  7329] By: gsar                                  on 2000/10/16  07:40:25
7363         Log: integrate change#6171 from mainline
7364              
7365              scalar() doesn't force scalar context when used in void context
7366              (from Simon Cozens)
7367      Branch: maint-5.6/perl
7368           !> op.c t/op/wantarray.t
7369 ____________________________________________________________________________
7370 [  7328] By: gsar                                  on 2000/10/16  07:39:33
7371         Log: integrate change#6170 from mainline
7372              
7373              change#6142 needs tweaks to tests to work where there's no
7374              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7375      Branch: maint-5.6/perl
7376           !> t/lib/filefind.t
7377 ____________________________________________________________________________
7378 [  7327] By: gsar                                  on 2000/10/16  07:35:34
7379         Log: integrate changes#6166..6168 from cfgperl
7380              
7381              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
7382              in case somebody wants to write an extension for more
7383              shadow database interfaces.
7384              
7385              tweak todo
7386              
7387              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
7388      Branch: maint-5.6/perl
7389           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7390           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
7391           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
7392           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
7393           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7394           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7395 ____________________________________________________________________________
7396 [  7326] By: gsar                                  on 2000/10/16  07:29:05
7397         Log: integrate changes#6157,6159..6161,6164 from cfgperl
7398              
7399              Regen Configure to jive with #6149.
7400              
7401              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
7402              
7403              Changes for the File::Temp 0.08 (change #6159) test suite
7404              to fit better into the Perl distribution test framework.
7405              
7406              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
7407              both from Simon Cozens.
7408              
7409              detypo
7410      Branch: maint-5.6/perl
7411           +> pod/perlmodlib.PL pod/perlnewmod.pod
7412           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
7413           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
7414           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7415           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7416 ____________________________________________________________________________
7417 [  7325] By: gsar                                  on 2000/10/16  07:25:13
7418         Log: integrate change#6158 from vmsperl
7419              
7420              Add fallback to tmpfile for use in cases where user's relying on
7421              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
7422              Lane's patch)
7423      Branch: maint-5.6/perl
7424           !> vms/vms.c vms/vmsish.h
7425 ____________________________________________________________________________
7426 [  7324] By: gsar                                  on 2000/10/16  07:20:50
7427         Log: integrate changes#6153..6155 from mainline
7428              
7429              prettier Test::Harness output on failed tests (from Nicholas Clark
7430              <nick@Bagpuss.uk.boo.com>)
7431              
7432              avoid type mismatch warning
7433              
7434              small bug in change#6144; remove random \xA0 character that snuck
7435              in via change#6145
7436      Branch: maint-5.6/perl
7437           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
7438           !> perl.c
7439 ____________________________________________________________________________
7440 [  7323] By: gsar                                  on 2000/10/16  07:18:47
7441         Log: integrate changes#6151,6152 from mainline
7442              
7443              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
7444              
7445              cosmetic fixups of RE debug output (from Ilya Zakharevich)
7446      Branch: maint-5.6/perl
7447           !> regexec.c
7448 ____________________________________________________________________________
7449 [  7322] By: gsar                                  on 2000/10/16  07:17:25
7450         Log: integrate changes#6146..6150 from mainline
7451              
7452              doc typo
7453              
7454              add a make entry to Config.pm so "perl -V:make" works on VMS
7455              (from Peter Prymmer)
7456              
7457              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
7458              
7459              OS/2 tweaks for usethreads build (from Rocco Caputo
7460              <troc@netrus.net>)
7461              
7462              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
7463      Branch: maint-5.6/perl
7464           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
7465           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
7466           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
7467           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
7468           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
7469           !> warnings.pl x2p/a2p.h
7470 ____________________________________________________________________________
7471 [  7321] By: gsar                                  on 2000/10/16  07:14:02
7472         Log: integrate changes#6143..6145 from mainline
7473              
7474              MacOS support, part 1 (from Matthias Neeracher
7475              <neeri@iis.ee.ethz.ch>)
7476              
7477              MacOS support, part 2: make AutoSplit use File::Spec instead
7478              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
7479              <neeri@iis.ee.ethz.ch>)
7480              
7481              make xsubpp skip embedded pod (from Matthias Neeracher
7482              <neeri@iis.ee.ethz.ch>)
7483      Branch: maint-5.6/perl
7484           +> ext/DynaLoader/dl_mac.xs
7485           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
7486           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7487           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
7488           !> pp_ctl.c proto.h toke.c util.c util.h
7489 ____________________________________________________________________________
7490 [  7320] By: gsar                                  on 2000/10/16  07:12:13
7491         Log: integrate changes#6141,6142 from mainline
7492              
7493              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
7494              forwarded by Peter Seebach from the bsdi-users mailing list.
7495              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
7496              
7497              File::Find fails to chdir when chasing symlinks (from
7498              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7499      Branch: maint-5.6/perl
7500           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
7501 ____________________________________________________________________________
7502 [  7319] By: gsar                                  on 2000/10/16  07:04:30
7503         Log: integrate change#6139 from mainline
7504              
7505              revise mktables.PL for bugs and newness in Unicode 3.0
7506              (from James Bence <jbence@amgen.com>)
7507      Branch: maint-5.6/perl
7508           +> (branch 30 files)
7509           !> (integrate 49 files)
7510 ____________________________________________________________________________
7511 [  7318] By: gsar                                  on 2000/10/16  07:01:01
7512         Log: integrate changes#6137,6138 from mainline
7513              
7514              fix bogus redeclaration warning for "our" variables in different
7515              scopes
7516              
7517              add note about the handling of negative indices to tied arrays
7518              (from Michael G Schwern <schwern@pobox.com>)
7519      Branch: maint-5.6/perl
7520           !> op.c pod/perltie.pod t/pragma/strict-vars
7521 ____________________________________________________________________________
7522 [  7317] By: gsar                                  on 2000/10/16  06:58:46
7523         Log: integrate changes#6127..6136 from mainline
7524              
7525              call_method(...,G_EVAL) can longjmp() out if the method probing
7526              failed (from Gisle Aas)
7527              
7528              new perlxstut example for passing/returning refs to arrays
7529              (from David Lowe <dlowe@pootpoot.com>)
7530              
7531              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
7532              
7533              fix places that mean C<"word" character> but say C<alphanumeric
7534              character>
7535              
7536              avoid warnings in POSIX.pm (from Barrie Slaymaker)
7537              
7538              warnings::enabled() doesn't fall back to looking at $^W if
7539              caller isn't using lexical warnings (from Paul Marquess)
7540              
7541              elide bogus test in change#6132
7542              
7543              make Test::Harness use wait.h/WCOREDUMP if available
7544              (from Ben Tilly <ben_tilly@hotmail.com>)
7545              
7546              enable Test::Harness to dynamically determine column width etc.
7547              (from Rob Napier <rnapier@employees.org>)
7548              
7549              random pod typos (from Peter Scott <Peter@PSDT.com>)
7550      Branch: maint-5.6/perl
7551           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
7552           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
7553           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
7554           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
7555 ____________________________________________________________________________
7556 [  7316] By: gsar                                  on 2000/10/16  06:53:23
7557         Log: integrate change#6126 from mainline
7558              
7559              change#2879 broke rvalue autovivification of magicals such as
7560              ${$num} (reworked variant of patch suggested by Simon Cozens)
7561      Branch: maint-5.6/perl
7562           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
7563           !> pp_hot.c proto.h t/op/gv.t
7564 ____________________________________________________________________________
7565 [  7315] By: gsar                                  on 2000/10/16  06:51:38
7566         Log: integrate changes#6123,6125 from mainline
7567              
7568              clarify gotcha with #line directives (from Rocco Caputo
7569              <troc@netrus.net>)
7570              
7571              enable propagating exception objects via Perl_croak() in XS code
7572              (from Gisle Aas)
7573      Branch: maint-5.6/perl
7574           !> pod/perldebug.pod pod/perlsyn.pod util.c
7575 ____________________________________________________________________________
7576 [  7314] By: gsar                                  on 2000/10/16  06:49:28
7577         Log: integrate change#6122 from mainline
7578              
7579              downgrade fatal error on C<"foo@nosucharray.com"> to optional
7580              warning (from Mark-Jason Dominus)
7581      Branch: maint-5.6/perl
7582           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
7583           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
7584           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
7585           !> toke.c
7586 ____________________________________________________________________________
7587 [  7313] By: gsar                                  on 2000/10/16  06:46:54
7588         Log: integrate changes#6112..6121 from vmsperl
7589              
7590              Check for existence of file before trying to delete
7591              
7592              Ugly workaround for version-specific RTL error
7593              
7594              Urk -- undo previous removal of vmsish 'exit' change
7595              
7596              Add bounds checking for several strings (Charles Lane)
7597              
7598              Miscellaneous cosmetic fixes (Charles Lane)
7599              
7600              Treat sockets as special in sys(read|write) (Charles Lane et al.)
7601              
7602              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
7603              Flatten case labels in switch statements uniformly (Charles Bailey)
7604              
7605              Quiet error messages in vmsish.t (Charles Lane)
7606              
7607              Add missing escape (Charles Lane)
7608              
7609              Allow eliminate_macros() and fixpath() to handle space-delimited
7610              lists (based on fixes by Craig Berry)
7611      Branch: maint-5.6/perl
7612           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
7613           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
7614           !> vms/vmsish.h
7615 ____________________________________________________________________________
7616 [  7312] By: gsar                                  on 2000/10/16  06:41:18
7617         Log: integrate changes#6107,6110 from cfgperl
7618              
7619              Tweak the todo list.
7620              
7621              todo tweak
7622      Branch: maint-5.6/perl
7623           !> Todo-5.6
7624 ____________________________________________________________________________
7625 [  7311] By: gsar                                  on 2000/10/16  06:38:38
7626         Log: integrate changes#6104,6108 from mainline
7627              
7628              PL_sys_intern was being initialized too late on windows
7629              
7630              reenable fake signal handling on Windows, bugs and all
7631      Branch: maint-5.6/perl
7632           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
7633           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
7634           !> win32/win32.c
7635 ____________________________________________________________________________
7636 [  7310] By: gsar                                  on 2000/10/16  06:36:03
7637         Log: integrate changes#6095,6097..6103 from cfgperl
7638              
7639              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
7640              might be useful in future.
7641              
7642              Add a note about possible compilation problems from Allen Smith.
7643              
7644              Add a note about other, yet unsupported, shadow password APIs.
7645              
7646              Tweaks for the cc bugs from Allen Smith.
7647              
7648              More compilation tweakery from Allen Smith.
7649              
7650              Hints and test tweaks for Unicos.
7651              
7652              The test suite tweak in #6101 wasn't quite right.
7653              
7654              Test tweaking for Unicos continues.
7655      Branch: maint-5.6/perl
7656           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7657           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
7658           !> t/lib/complex.t t/op/64bitint.t
7659 ____________________________________________________________________________
7660 [  7309] By: gsar                                  on 2000/10/16  06:29:41
7661         Log: integrate changes#6093,6094 from mainline
7662              
7663              fork() failure to create pseudo process sets errno=EAGAIN and returns
7664              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
7665              
7666              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
7667      Branch: maint-5.6/perl
7668           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
7669           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
7670 ____________________________________________________________________________
7671 [  7308] By: gsar                                  on 2000/10/16  06:27:29
7672         Log: integrate change#6092 from cfgperl
7673              
7674              Regen perltoc with the fixed buildtoc.
7675      Branch: maint-5.6/perl
7676           !> pod/perltoc.pod
7677 ____________________________________________________________________________
7678 [  7307] By: gsar                                  on 2000/10/16  06:26:40
7679         Log: integrate changes#6089,6090 from mainline
7680              
7681              buildtoc tweak to fix newline lossage
7682              
7683              concat doesn't preserve utf8-ness, and doesn't invalidate
7684              [NI]OK; added tests for both
7685      Branch: maint-5.6/perl
7686           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
7687 ____________________________________________________________________________
7688 [  7306] By: gsar                                  on 2000/10/16  06:24:05
7689         Log: integrate change#6088 from cfgperl
7690              
7691              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
7692              because we do not use those.  The HAS_GETSPNAM remains,
7693              though, because we still do use that.
7694      Branch: maint-5.6/perl
7695           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7696           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
7697           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
7698           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
7699           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7700           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7701 ____________________________________________________________________________
7702 [  7305] By: gsar                                  on 2000/10/16  06:15:52
7703         Log: integrate changes#6084,6085,6087 from mainline
7704              
7705              substr() does not preserve utf8-ness (from Stefan Eissing
7706              <Eissing@medicaldataservice.de>); added tests
7707              
7708              repeat operator (x) doesn't preserve utf8-ness
7709              
7710              reverse() and quotemeta() weren't preserving utf8-ness; add tests
7711      Branch: maint-5.6/perl
7712           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
7713 ____________________________________________________________________________
7714 [  7304] By: gsar                                  on 2000/10/16  06:13:10
7715         Log: integrate changes#6077..6083 from mainline
7716              
7717              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
7718              and Tom Phoenix)
7719              
7720              workaround for CRT bug in chdir() (from Charles Lane, via
7721              Peter Prymmer)
7722              
7723              remove outdated kludge in Carp (NULLs are permitted in diagnostics
7724              now)
7725              
7726              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
7727              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7728              
7729              better default perlbug categories for ok reports (from Richard Foley)
7730              
7731              peek.t non-portable to ithreads
7732              
7733              note about undocumented caller() return value (from M.J.T. Guy);
7734              yet another peek.t tweak
7735      Branch: maint-5.6/perl
7736           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7737           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7738           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
7739           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
7740           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
7741           !> vms/vmsish.h
7742 ____________________________________________________________________________
7743 [  7303] By: gsar                                  on 2000/10/16  06:03:18
7744         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
7745              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
7746              
7747              &HUGE_VAL is not defined, it exists.
7748              
7749              Do not warn that an infinity does not look like a number.
7750              
7751              Rewrite the pwent/spent logic to be a little bit more clearer.
7752              
7753              Continue on the pwent/spent case.
7754              
7755              Correct Freudian slip.
7756              
7757              Use HUGE_VALL if applicable.
7758              
7759              pwent/spent #ifdef imbalance.
7760              
7761              Infinite problems.
7762              
7763              Call getspnam() only iff needd.
7764              
7765              Test both the scalar and list contexts.
7766              
7767              Use setxxent()/endxxent().
7768              
7769              Complex tweakery.
7770              
7771              Unicos hint tweak.
7772              
7773              Be more forgiving in POSIX about HUGE_VALL.
7774              
7775              Detypo.
7776              
7777              The search of infinity continues, this time simplified.
7778              
7779              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
7780              in natively 64-bit platforms where a long is a quad (no need
7781              for long longs).  Also added bias for IVs.
7782              
7783              Complex tweaks.
7784              
7785              Introduce t/lib/peek.t.
7786              
7787              Make the test more portable.
7788      Branch: maint-5.6/perl
7789           +> t/lib/peek.t
7790            ! pp_sys.c
7791           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
7792           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
7793           !> t/op/pwent.t toke.c util.c
7794 ____________________________________________________________________________
7795 [  7302] By: gsar                                  on 2000/10/16  05:03:37
7796         Log: integrate changes#6066..6071 from mainline
7797              
7798              s/END/CHECK/
7799              
7800              replace direct call to sighandler() with (*PL_sighandlerp)()
7801              
7802              note about values()
7803              
7804              File::Spec compatibility update (from Barrie Slaymaker
7805              <barries@slaysys.com>)
7806              
7807              remove misleading comment (from M.J.T. Guy)
7808              
7809              misformatted perllocal.pod (from Tim Jenness
7810              <t.jenness@jach.hawaii.edu>)
7811      Branch: maint-5.6/perl
7812           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7813           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7814           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
7815           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
7816 ____________________________________________________________________________
7817 [  7301] By: gsar                                  on 2000/10/16  05:00:08
7818         Log: integrate changes#6061..6063 from mainline
7819              
7820              change#5921 neglected to make eq honor "use bytes"
7821              
7822              additional tests for utf8.t
7823              
7824              tokeq() could read unallocated field in argument
7825      Branch: maint-5.6/perl
7826           !> sv.c t/pragma/utf8.t toke.c
7827 ____________________________________________________________________________
7828 [  7300] By: gsar                                  on 2000/10/16  04:56:54
7829         Log: integrate changes#6046,6048,6057,6058 from mainline
7830              
7831              libscheck has insufficient checks for n32 libs (from
7832              Albert Chin-A-Young <china@thewrittenword.com>)
7833              
7834              add note about how $( doesn't interpolate in REs (from
7835              Philip Newton <newton@ficus.frogspace.net>)
7836              
7837              fix broken parsing of /\x{ab}/
7838              
7839              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
7840              (spotted by Donald Kinzer <dkinzer@premia.com>)
7841      Branch: maint-5.6/perl
7842           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
7843           !> t/pragma/utf8.t
7844 ____________________________________________________________________________
7845 [  7299] By: gsar                                  on 2000/10/16  04:52:50
7846         Log: integrate change#6044 from mainline
7847              
7848              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
7849              such that underscores are only ignored in literal numbers,
7850              "\x{...}", and hex/oct argument
7851      Branch: maint-5.6/perl
7852           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
7853 ____________________________________________________________________________
7854 [  7298] By: gsar                                  on 2000/10/16  04:50:53
7855         Log: integrate changes#6027..6043 from mainline
7856              
7857              podlators-1.02 update (from Russ Allbery)
7858              
7859              Pod::Man generates groff-incompatible macro definition (from
7860              Tom Christiansen)
7861              
7862              add CGI.pm v2.66 (from Lincoln Stein)
7863              
7864              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
7865              for @- and @+ (from Johan Vromans)
7866              
7867              small nits in diagnostics.pm (from Robin Barker)
7868              
7869              whitespace adjustments
7870              
7871              missing files in MANIFEST
7872              
7873              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
7874              to compensate
7875              
7876              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
7877              
7878              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
7879      Branch: maint-5.6/perl
7880           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
7881           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
7882           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
7883           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
7884           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
7885           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
7886           !> t/lib/cgi-html.t t/lib/cgi-request.t
7887 ____________________________________________________________________________
7888 [  7297] By: gsar                                  on 2000/10/16  04:44:30
7889         Log: integrate change#6025 from mainline
7890              
7891              Is{Alnum,Alpha,Word} don't match titlecase
7892              TODO: IsSpace is defined recursively!
7893              (both spotted by Larry)
7894      Branch: maint-5.6/perl
7895           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7896           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
7897 ____________________________________________________________________________
7898 [  7296] By: gsar                                  on 2000/10/16  04:39:30
7899         Log: integrate change#6023 from mainline
7900              
7901              debugger stomps on $. (from M.J.T. Guy)
7902      Branch: maint-5.6/perl
7903           !> lib/perl5db.pl
7904 ____________________________________________________________________________
7905 [  7295] By: gsar                                  on 2000/10/16  04:38:02
7906         Log: integrate change#6022 from mainline
7907              
7908              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
7909      Branch: maint-5.6/perl
7910           !> sv.c
7911 ____________________________________________________________________________
7912 [  7294] By: gsar                                  on 2000/10/16  04:37:05
7913         Log: integrate changes#6018..6021 from mainline
7914              
7915              make lib/syslog.t portable to systems that don't have _PATH_LOG,
7916              make _PATH_LOG() return "" if unavailable
7917              
7918              windows portability tweaks
7919              
7920              test tweak
7921              
7922              remove Win2K issue in pod (fixed by change#6020)
7923      Branch: maint-5.6/perl
7924           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
7925           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
7926           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
7927 ____________________________________________________________________________
7928 [  7293] By: gsar                                  on 2000/10/16  04:20:00
7929         Log: integrate changes#6013..6015 from mainline
7930              
7931              tweak change#5945 to display correct switch name in diagnostic
7932              
7933              glob() loading File::Glob behind the scenes may cause syntax errors
7934              
7935              tweak test for portability
7936      Branch: maint-5.6/perl
7937           !> op.c perl.c pod/perldiag.pod t/lib/b.t
7938 ____________________________________________________________________________
7939 [  7292] By: gsar                                  on 2000/10/16  04:18:11
7940         Log: integrate changes#6005..6010 from mainline, cfgperl
7941              
7942              perldoc might fail via "use blib" (from Hugo van der Sanden)
7943              
7944              Regen Configure.
7945              
7946              note about compile failures and END blocks (from M.J.T. Guy)
7947              
7948              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
7949              
7950              (change#6009 integrated earlier in change#7255)
7951              
7952              clarify note about shadow password support (from
7953              gellyfish@gellyfish.com)
7954      Branch: maint-5.6/perl
7955           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7956           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
7957           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
7958 ____________________________________________________________________________
7959 [  7291] By: gsar                                  on 2000/10/16  04:12:03
7960         Log: integrate changes#6002,6003 from mainline
7961              
7962              destructive sv_setsv() can lose UV-ness from source, causing
7963              numeric promotions/comparisons to fail to do the right thing
7964              
7965              allow REG_EXPAND_SZ keys in Windows registry (from
7966              John Clayton <John.Clayton@barclayscapital.com>)
7967      Branch: maint-5.6/perl
7968           !> sv.c win32/win32.c
7969 ____________________________________________________________________________
7970 [  7290] By: gsar                                  on 2000/10/16  04:10:19
7971         Log: integrate change#6001 from mainline
7972              
7973              support additional library locations via $Config{otherlibdirs}
7974              (from Andy Dougherty)
7975      Branch: maint-5.6/perl
7976           !> Configure INSTALL Porting/Glossary Porting/config.sh
7977           !> Porting/config_H config_h.SH epoc/config.sh perl.c
7978           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
7979           !> win32/config.bc win32/config.gc win32/config.vc
7980 ____________________________________________________________________________
7981 [  7289] By: gsar                                  on 2000/10/16  04:08:28
7982         Log: integrate change#5999 from mainline
7983              
7984              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
7985      Branch: maint-5.6/perl
7986           !> t/pragma/warn/toke toke.c
7987 ____________________________________________________________________________
7988 [  7288] By: gsar                                  on 2000/10/16  04:07:01
7989         Log: integrate changes#5997,5998 from cfgperl
7990              
7991              Preserve $!.
7992              
7993              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
7994      Branch: maint-5.6/perl
7995           !> lib/Math/Complex.pm
7996 ____________________________________________________________________________
7997 [  7287] By: gsar                                  on 2000/10/16  04:04:37
7998         Log: integrate change#5995 from mainline
7999              
8000              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
8001      Branch: maint-5.6/perl
8002           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
8003 ____________________________________________________________________________
8004 [  7286] By: gsar                                  on 2000/10/16  04:03:21
8005         Log: integrate change#5994 from mainline
8006              
8007              fix for missed accounting for null byte in pack("Z",...) (from
8008              M.J.T. Guy)
8009      Branch: maint-5.6/perl
8010           !> pp.c t/op/pack.t
8011 ____________________________________________________________________________
8012 [  7285] By: gsar                                  on 2000/10/16  04:02:11
8013         Log: integrate changes#5989..5993 from mainline
8014              
8015              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
8016              itself and no other (from Tom Hughes)
8017              
8018              use $ENV{LIB} to search for libs under Visual C compiler
8019              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
8020              
8021              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
8022              
8023              pod nit (from Simon Cozens)
8024              
8025              various minor tweaks seen on p5p
8026      Branch: maint-5.6/perl
8027           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
8028           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
8029           !> t/op/array.t toke.c
8030 ____________________________________________________________________________
8031 [  7284] By: gsar                                  on 2000/10/16  03:59:00
8032         Log: integrate changes#5978..5988 from mainline
8033              
8034              sync version numbers in File::Spec with the ones on CPAN
8035              (from Barrie Slaymaker)
8036              
8037              under useithreads, constant pad entries could inadvertantly be
8038              shared across threads (from Eric Blood <eblood@xmission.com>);
8039              added Eric's test case to testsuite
8040              
8041              allow Configure -S to run non-interactively (spotted by Greg Hudson
8042              <ghudson@mit.edu>)
8043              
8044              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
8045              prototype mismatch with CORE::glob(); update pod and tests to
8046              suit (File::Glob::glob() is still available for backward
8047              compatibility, but should be considered deprecated)
8048              
8049              avoid error in IO::Socket::INET when given an unknown service name
8050              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
8051              
8052              numeric conversion of non-number in change#3378 tramples on
8053              OOK offset, causing segfaults
8054              
8055              attributes::reftype() doesn't work on tied argument
8056              
8057              forked child may not exit correctly if it failed to open
8058              /dev/console (from Graham Barr)
8059              
8060              add regular expressions tutorial and quick-start guide (from
8061              Mark Kvale <kvale@phy.ucsf.edu>)
8062              
8063              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
8064              
8065              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
8066              <paul@miraclefish.com>)
8067      Branch: maint-5.6/perl
8068           +> pod/perlrequick.pod pod/perlretut.pod
8069           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
8070           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
8071           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
8072           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
8073           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8074           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8075           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
8076           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
8077 ____________________________________________________________________________
8078 [  7283] By: gsar                                  on 2000/10/16  03:52:14
8079         Log: integrate change#5977 from mainline
8080              
8081              autoquote barewords followed by newline and arrow properly
8082              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
8083      Branch: maint-5.6/perl
8084           !> t/pragma/warn/toke toke.c
8085 ____________________________________________________________________________
8086 [  7282] By: gsar                                  on 2000/10/16  03:50:48
8087         Log: integrate change#5976 from mainline
8088              
8089              DB_File v1.73 update (from Paul Marquess)
8090      Branch: maint-5.6/perl
8091           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8092           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
8093 ____________________________________________________________________________
8094 [  7281] By: gsar                                  on 2000/10/16  03:49:14
8095         Log: integrate change#5975 from mainline
8096              
8097              allow sort() reentrancy (variant of patch suggested by
8098              Hugo van der Sanden)
8099      Branch: maint-5.6/perl
8100           !> pp_ctl.c t/op/sort.t
8101 ____________________________________________________________________________
8102 [  7280] By: gsar                                  on 2000/10/16  03:48:22
8103         Log: integrate change#5974 from mainline
8104              
8105              change#4197 somehow missed initializing PL_errors, meaning
8106              syntax error queueing wasn't working outside eval"" at all;
8107              also fixed eval"" to localize PL_error_count, so that compile-time
8108              eval's don't clobber the error state of the outer context
8109      Branch: maint-5.6/perl
8110           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
8111           !> t/pragma/warn/toke
8112 ____________________________________________________________________________
8113 [  7279] By: gsar                                  on 2000/10/16  03:46:21
8114         Log: integrate change#5973 from mainline
8115              
8116              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
8117      Branch: maint-5.6/perl
8118           !> regcomp.c regexec.c t/op/re_tests
8119 ____________________________________________________________________________
8120 [  7278] By: gsar                                  on 2000/10/16  03:44:54
8121         Log: integrate change#5971 from cfgperl
8122              
8123              Unicos tweaks from Mark P. Lutz.
8124      Branch: maint-5.6/perl
8125           !> hints/unicos.sh lib/Math/Complex.pm
8126 ____________________________________________________________________________
8127 [  7277] By: gsar                                  on 2000/10/16  03:42:59
8128         Log: integrate changes#5966..5970 from mainline
8129              
8130              add testsuite for B backends, fix bug in B::Deparse (from
8131              Simon Cozens <simon@brecon.co.uk>)
8132              
8133              improved docs on the warn_uninit diagnostic (from David Glasser
8134              and Simon Cozens)
8135              
8136              tolerate spaces in group names in test on solaris (from David Boyce
8137              <dsb@boyski.com>)
8138              
8139              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
8140              
8141              Data::Dumper fumbles negative numbers on 32-bit platforms where
8142              IV is >32bits
8143      Branch: maint-5.6/perl
8144           +> t/lib/b.t t/lib/syslog.t
8145           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
8146           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
8147           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
8148 ____________________________________________________________________________
8149 [  7276] By: gsar                                  on 2000/10/16  03:39:30
8150         Log: integrate change#5965 from mainline
8151              
8152              avoid "will not stay shared" warnings for our variables (from
8153              Robin Barker)
8154      Branch: maint-5.6/perl
8155           !> op.c t/pragma/warn/op
8156 ____________________________________________________________________________
8157 [  7275] By: gsar                                  on 2000/10/16  03:38:18
8158         Log: integrate change#5964 from mainline
8159              
8160              reformat to 72 columns (again)
8161      Branch: maint-5.6/perl
8162           !> pod/perldiag.pod
8163 ____________________________________________________________________________
8164 [  7274] By: gsar                                  on 2000/10/16  03:36:58
8165         Log: integrate change#5963 from mainline
8166              
8167              patch from Larry to make (\&) prototype work; added tests for
8168              the same
8169      Branch: maint-5.6/perl
8170           !> op.c t/comp/proto.t
8171 ____________________________________________________________________________
8172 [  7273] By: gsar                                  on 2000/10/16  03:35:51
8173         Log: integrate changes#5956..5962 from mainline
8174              
8175              better diagnostics on failed tests (from Ilya Zakharevich)
8176              
8177              pod nits (from A. C. Yardley <yardley@tanet.net>)
8178              
8179              change#3569 deleted some essential code, revert; avoid use of
8180              atexit() to make DynaLoader work properly on AIX under mod_perl
8181              (from Jens-Uwe Mager <jum@helios.de>)
8182              
8183              doubled words in pods (from Simon Cozens
8184              <simon.p.cozens@jp.pwcglobal.com>)
8185              
8186              better INSTALL notes on Solaris issues (from Dominic Dunlop)
8187              
8188              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
8189              
8190              updated README.hpux (from Jeff Okamoto)
8191      Branch: maint-5.6/perl
8192           !> INSTALL README.hpux emacs/cperl-mode.el
8193           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
8194           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
8195           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8196           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
8197           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
8198           !> t/op/lex_assign.t
8199 ____________________________________________________________________________
8200 [  7272] By: gsar                                  on 2000/10/16  03:31:22
8201         Log: integrate change#5955 from mainline
8202              
8203              longstanding bug exposed by change#3307: sort arguments weren't
8204              compiled with the right wantarray context (ensuing runtime lookup
8205              via block_gimme() was getting the incidental context of the
8206              sort() itself)
8207      Branch: maint-5.6/perl
8208           !> op.c t/op/sort.t
8209 ____________________________________________________________________________
8210 [  7271] By: gsar                                  on 2000/10/16  03:29:11
8211         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
8212              branch
8213              
8214              Flatten the cpp jungle doing the nosuid checking.
8215              
8216              Do not assume sign propagation. (from M.J.T. Guy)
8217              
8218              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
8219              
8220              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
8221              Now pp_ncmp() returns undef is either operand is a NaN.
8222              
8223              On second thoughts frexp() does have two arguments.
8224              
8225              Document that tr() is not tr(1).
8226              
8227              Be more robust on "extreme" (large absolute value)
8228              arguments.  Originally reported by Daniel Connelly
8229              as a problem with asinh() on large negative arguments,
8230              asinh() used to bail out because an argument to log()
8231              ended up being zero.  Ilya Zakharevich proposed using
8232              Taylor's series in such cases, which for such large
8233              arguments is a very good approximation.
8234              
8235              Undo "use integer" addition from 64bitint as it seems
8236              to break most of the subtests in Digital UNIX;
8237              Unicos needs to find another way.
8238      Branch: maint-5.6/perl
8239           !> (integrate 29 files)
8240 ____________________________________________________________________________
8241 [  7270] By: gsar                                  on 2000/10/16  03:09:44
8242         Log: integrate changes#5948,5949,5950 from mainline
8243              
8244              typo in vars.pm that leads to cryptic message (from Piotr
8245              Piatkowski <kompas@kompas.usr.onet.pl>)
8246              
8247              make perldoc use the pod2man from the same version (from
8248              M.J.T. Guy)
8249              
8250              reformat perldiag to avoid long lines
8251      Branch: maint-5.6/perl
8252           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
8253 ____________________________________________________________________________
8254 [  7269] By: gsar                                  on 2000/10/16  03:05:54
8255         Log: integrate change#5947 from mainline
8256              
8257              use &dl_error rather than &dl_load_file as the guard for calling
8258              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
8259              statically built perl)
8260      Branch: maint-5.6/perl
8261           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
8262 ____________________________________________________________________________
8263 [  7268] By: gsar                                  on 2000/10/16  03:04:48
8264         Log: integrate change#5945 from mainline
8265              
8266              make module name mandatory after -M switch; reorder perldiag
8267              alphabetically (from Mark-Jason Dominus)
8268      Branch: maint-5.6/perl
8269           !> perl.c pod/perldiag.pod
8270 ____________________________________________________________________________
8271 [  7267] By: gsar                                  on 2000/10/16  03:03:01
8272         Log: integrate change#5939 from mainline
8273              
8274              more pod nits (from Larry Virden)
8275      Branch: maint-5.6/perl
8276           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
8277           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
8278           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
8279 ____________________________________________________________________________
8280 [  7266] By: gsar                                  on 2000/10/16  03:01:39
8281         Log: integrate change#5938 from mainline
8282              
8283              Consolidated B::Deparse fixes (from Stephen McCamant)
8284      Branch: maint-5.6/perl
8285           !> ext/B/B/Deparse.pm
8286 ____________________________________________________________________________
8287 [  7265] By: gsar                                  on 2000/10/16  03:00:43
8288         Log: integrate change#5936 from mainline
8289              
8290              additional tests for change#7263 (from Paul Marquess)
8291      Branch: maint-5.6/perl
8292           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
8293           !> t/pragma/warn/5nolint t/pragma/warn/6default
8294 ____________________________________________________________________________
8295 [  7264] By: gsar                                  on 2000/10/16  02:58:34
8296         Log: integrate change#5934 from mainline
8297              
8298              propagate lexical warnings from surrounding scope correctly
8299              within string eval() (from Paul Marquess)
8300      Branch: maint-5.6/perl
8301           !> pp_ctl.c t/pragma/warn/pp_ctl
8302 ____________________________________________________________________________
8303 [  7263] By: gsar                                  on 2000/10/16  02:56:53
8304         Log: integrate change#5932 from mainline
8305              
8306              add rsignal(), whichsig() and do_join() to public API list
8307              (mod_perl uses them to good advantage)
8308      Branch: maint-5.6/perl
8309           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
8310 ____________________________________________________________________________
8311 [  7262] By: gsar                                  on 2000/10/16  02:55:53
8312         Log: integrate change#5931 from mainline
8313              
8314              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
8315      Branch: maint-5.6/perl
8316           !> pp_hot.c regexec.c t/op/pat.t
8317 ____________________________________________________________________________
8318 [  7261] By: gsar                                  on 2000/10/16  02:55:01
8319         Log: integrate change#5930 from mainline
8320              
8321              small os390 tweaks (from Peter Prymmer)
8322      Branch: maint-5.6/perl
8323           !> config_h.SH makedepend.SH
8324 ____________________________________________________________________________
8325 [  7260] By: gsar                                  on 2000/10/16  02:54:10
8326         Log: integrate change#5929 from mainline
8327              
8328              pod nits
8329      Branch: maint-5.6/perl
8330           !> pod/perlguts.pod
8331 ____________________________________________________________________________
8332 [  7259] By: gsar                                  on 2000/10/16  02:52:55
8333         Log: integrate change#5927 from mainline
8334              
8335              arrange for next() to resume at the unstack op rather than the
8336              loop conditional, so that scope cleanup happens correctly
8337              (from Stephen McCamant)
8338      Branch: maint-5.6/perl
8339           !> op.c pp_ctl.c t/op/misc.t
8340 ____________________________________________________________________________
8341 [  7258] By: gsar                                  on 2000/10/16  02:51:38
8342         Log: integrate change#5926 from mainline
8343              
8344              on windows, reserve 16M of stack rather than 128M (allows more
8345              threads to run concurrently)
8346      Branch: maint-5.6/perl
8347           !> win32/Makefile win32/makefile.mk
8348 ____________________________________________________________________________
8349 [  7257] By: gsar                                  on 2000/10/16  02:50:37
8350         Log: integrate change#5925 from mainline
8351              
8352              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
8353      Branch: maint-5.6/perl
8354           !> toke.c
8355 ____________________________________________________________________________
8356 [  7256] By: gsar                                  on 2000/10/16  02:49:36
8357         Log: integrate change#5924 from mainline
8358              
8359              avoid using uninitialized memory in require version check
8360      Branch: maint-5.6/perl
8361           !> pp_ctl.c universal.c
8362 ____________________________________________________________________________
8363 [  7255] By: gsar                                  on 2000/10/16  02:48:03
8364         Log: integrate changes#5923,5928,6009 from mainline
8365              
8366              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
8367      Branch: maint-5.6/perl
8368           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
8369 ____________________________________________________________________________
8370 [  7254] By: gsar                                  on 2000/10/16  02:44:46
8371         Log: integrate change#5922 from mainline
8372              
8373              commentary about IoTYPE() (from Nathan Torkington)
8374      Branch: maint-5.6/perl
8375           !> sv.h
8376 ____________________________________________________________________________
8377 [  7253] By: gsar                                  on 2000/10/16  02:43:49
8378         Log: integrate change#5921 from mainline
8379              
8380              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
8381      Branch: maint-5.6/perl
8382           !> sv.c t/lib/charnames.t t/pragma/utf8.t
8383 ____________________________________________________________________________
8384 [  7252] By: gsar                                  on 2000/10/16  02:42:31
8385         Log: integrate change#5920 from mainline
8386              
8387              Larry's fix for buggy propagation of utf8-ness in join(); add test
8388      Branch: maint-5.6/perl
8389           !> doop.c t/op/ver.t
8390 ____________________________________________________________________________
8391 [  7251] By: gsar                                  on 2000/10/16  02:41:14
8392         Log: integrate changes#5915..5919 from mainline
8393              
8394              various (pod tweaks &c)
8395      Branch: maint-5.6/perl
8396           !> (integrate 33 files)
8397 ____________________________________________________________________________
8398 [  7250] By: gsar                                  on 2000/10/16  02:38:16
8399         Log: integrate change#5914 from mainline
8400              
8401              caller() wasn't returning the right number of elements for
8402              eval {...}
8403      Branch: maint-5.6/perl
8404           !> pp_ctl.c t/pragma/warn/9enabled
8405 ____________________________________________________________________________
8406 [  7249] By: gsar                                  on 2000/10/16  02:37:02
8407         Log: integrate change#5913 from mainline
8408              
8409              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
8410              (from Mark-Jason Dominus)
8411      Branch: maint-5.6/perl
8412           !> pod/perlfunc.pod
8413 ____________________________________________________________________________
8414 [  7248] By: gsar                                  on 2000/10/16  02:35:58
8415         Log: integrate change#5912 from mainline
8416              
8417              fix totally broken caching in UNIVERSAL::isa() (from
8418              Nick Ing-Simmons)
8419      Branch: maint-5.6/perl
8420           !> t/op/universal.t universal.c
8421 ____________________________________________________________________________
8422 [  7247] By: gsar                                  on 2000/10/16  02:34:27
8423         Log: integrate changes#5910,5911 from mainline
8424              
8425              typo in pod
8426              
8427              add linebreak properties from unicode/LineBrk.txt (from
8428              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
8429      Branch: maint-5.6/perl
8430           +> (branch 29 files)
8431           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
8432 ____________________________________________________________________________
8433 [  7246] By: gsar                                  on 2000/10/16  02:33:29
8434         Log: integrate change#5909 from mainline
8435              
8436              mode argument to do_binmode() should be file mode, not boolean
8437      Branch: maint-5.6/perl
8438           !> pp_sys.c
8439 ____________________________________________________________________________
8440 [  7245] By: gsar                                  on 2000/10/16  02:31:04
8441         Log: integrate change#5908 from mainline
8442              
8443              introduce illegal symbols into null package so that
8444              gv_fetchpv(...,TRUE) always returns a valid GV even when the
8445              symbol is trapped by strictures (avoids coredumps)
8446      Branch: maint-5.6/perl
8447           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
8448           !> t/pragma/strict-vars
8449 ____________________________________________________________________________
8450 [  7244] By: jhi                                   on 2000/10/16  02:29:54
8451         Log: Subject: $Carp::ExportLevel confusion in Exporter
8452              From: "Ben Tilly" <ben_tilly@hotmail.com>
8453              Date: Sat, 14 Oct 2000 16:44:34 EDT
8454              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
8455      Branch: perl
8456            ! lib/Exporter/Heavy.pm
8457 ____________________________________________________________________________
8458 [  7243] By: jhi                                   on 2000/10/16  02:28:33
8459         Log: Subject: [PATCH perlguts.pod] Document offset hack
8460              From: Simon Cozens <simon@cozens.net>
8461              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
8462              Date: Sat, 14 Oct 2000 19:32:25 +0100
8463      Branch: perl
8464            ! pod/perlguts.pod
8465 ____________________________________________________________________________
8466 [  7242] By: gsar                                  on 2000/10/16  02:26:51
8467         Log: integrate changes#5905,5906,5907,6064 from mainline
8468              
8469              printf/sprintf didn't get quad types right under use64bitint
8470      Branch: maint-5.6/perl
8471           !> pp_sys.c sv.c t/op/64bitint.t
8472 ____________________________________________________________________________
8473 [  7241] By: jhi                                   on 2000/10/16  02:22:44
8474         Log: Subject: small pod patch
8475              From: Dan Boorstein <dan_boo@bellsouth.net>
8476              Date: Sat, 14 Oct 2000 14:29:24 -0400
8477              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
8478      Branch: perl
8479            ! pod/perlfaq7.pod pod/perlmod.pod
8480 ____________________________________________________________________________
8481 [  7240] By: jhi                                   on 2000/10/16  02:13:46
8482         Log: -w cleanup.
8483              
8484              Subject: Re: Problems with bleadperl 
8485              From: "Stephen P. Potter" <spp@ds.net>
8486              Date: Fri, 13 Oct 2000 13:32:49 -0400
8487              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
8488      Branch: perl
8489            ! t/pragma/overload.t
8490 ____________________________________________________________________________
8491 [  7239] By: jhi                                   on 2000/10/16  01:41:18
8492         Log: One more ~utf8 tweak.
8493      Branch: perl
8494            ! t/op/bop.t
8495 ____________________________________________________________________________
8496 [  7238] By: jhi                                   on 2000/10/16  01:34:14
8497         Log: Tweak the test of #7235.
8498      Branch: perl
8499            ! t/op/bop.t
8500 ____________________________________________________________________________
8501 [  7237] By: jhi                                   on 2000/10/16  01:25:04
8502         Log: Fix a couple of compiler-noted nits in #7235.
8503      Branch: perl
8504            ! pp.c
8505 ____________________________________________________________________________
8506 [  7236] By: jhi                                   on 2000/10/16  01:22:46
8507         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
8508      Branch: perl
8509            ! pp.c pp_hot.c
8510 ____________________________________________________________________________
8511 [  7235] By: jhi                                   on 2000/10/15  16:24:44
8512         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
8513              
8514              From: Simon Cozens <simon@cozens.net>
8515              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
8516              Date: Sat, 14 Oct 2000 20:52:13 +0100
8517              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
8518      Branch: perl
8519            ! pp.c t/op/bop.t utf8.h
8520 ____________________________________________________________________________
8521 [  7234] By: jhi                                   on 2000/10/15  15:19:29
8522         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
8523              The problem was that rx->minlen was in chars while pp_split()
8524              thought it would be in bytes. 
8525      Branch: perl
8526            ! pp.c t/pragma/utf8.t
8527 ____________________________________________________________________________
8528 [  7233] By: jhi                                   on 2000/10/14  20:24:24
8529         Log: Document FNCASE=y as discussed in the bug 20000902.009.
8530      Branch: perl
8531            ! README.dos
8532 ____________________________________________________________________________
8533 [  7232] By: jhi                                   on 2000/10/14  18:52:21
8534         Log: Add test for bug id 20000427.003 (which seems to have
8535              been fixed) (also duplicate as 20000427.004, though
8536              with a higher severity).  Move one utf8 from op/append
8537              to pragma/utf8, tag the tests with bug ids.
8538      Branch: perl
8539            ! t/op/append.t t/pragma/utf8.t
8540 ____________________________________________________________________________
8541 [  7231] By: jhi                                   on 2000/10/14  17:28:37
8542         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
8543      Branch: perl
8544            ! t/pragma/utf8.t
8545 ____________________________________________________________________________
8546 [  7230] By: jhi                                   on 2000/10/14  14:24:50
8547         Log: Needs to be conditional on SunOS 4.
8548              
8549              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
8550              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8551              Date: Sat, 14 Oct 2000 13:37:49 +0100
8552              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
8553      Branch: metaconfig/U/perl
8554            ! End.U
8555      Branch: perl
8556            ! Configure myconfig.SH pod/perldelta.pod
8557 ____________________________________________________________________________
8558 [  7229] By: jhi                                   on 2000/10/14  00:49:22
8559         Log: Update Changes.
8560      Branch: perl
8561            ! Changes patchlevel.h
8562 ____________________________________________________________________________
8563 [  7228] By: jhi                                   on 2000/10/14  00:46:10
8564         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
8565              From: Peter Prymmer <pvhp@forte.com>
8566              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
8567              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
8568      Branch: perl
8569            ! lib/utf8.pm
8570 ____________________________________________________________________________
8571 [  7227] By: jhi                                   on 2000/10/13  23:20:30
8572         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
8573      Branch: perl
8574            ! t/op/tie.t
8575 ____________________________________________________________________________
8576 [  7226] By: jhi                                   on 2000/10/13  22:14:32
8577         Log: Tweak #7225.
8578              
8579              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
8580              From: Peter Prymmer <pvhp@forte.com>
8581              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
8582              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
8583      Branch: perl
8584            ! t/op/sprintf.t
8585 ____________________________________________________________________________
8586 [  7225] By: jhi                                   on 2000/10/13  22:11:31
8587         Log: op/sprintf.t patch for OS/390 (and any other host with limited
8588              floating-point exponent length)
8589              
8590              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
8591              From: Dominic Dunlop <domo@computer.org>
8592              Date: Fri, 13 Oct 2000 19:17:57 +0200
8593              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
8594      Branch: perl
8595            ! t/op/sprintf.t
8596 ____________________________________________________________________________
8597 [  7224] By: jhi                                   on 2000/10/13  18:40:48
8598         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
8599      Branch: perl
8600            ! toke.c
8601 ____________________________________________________________________________
8602 [  7223] By: jhi                                   on 2000/10/13  18:37:13
8603         Log: Thinko in #7222.
8604      Branch: perl
8605            ! utf8.c
8606 ____________________________________________________________________________
8607 [  7222] By: jhi                                   on 2000/10/13  18:05:23
8608         Log: Use UTF8SKIP(), from Simon Cozens.
8609      Branch: perl
8610            ! utf8.c
8611 ____________________________________________________________________________
8612 [  7221] By: jhi                                   on 2000/10/13  15:43:19
8613         Log: (accidentally empty check-in)
8614      Branch: perl
8615            ! utf8.c
8616 ____________________________________________________________________________
8617 [  7220] By: jhi                                   on 2000/10/13  15:23:51
8618         Log: Add (optimistically) Storable to static extensions.
8619      Branch: perl
8620            ! hints/uwin.sh hints/vmesa.sh
8621 ____________________________________________________________________________
8622 [  7219] By: jhi                                   on 2000/10/13  15:20:05
8623         Log: Amdahl UTS doesn't seem to do dynaloading.
8624      Branch: perl
8625            ! hints/uts.sh
8626 ____________________________________________________________________________
8627 [  7218] By: jhi                                   on 2000/10/13  15:15:20
8628         Log: Slight tweak of the code to appease Amdahl UTS cc.
8629      Branch: perl
8630            ! pp.c
8631 ____________________________________________________________________________
8632 [  7217] By: jhi                                   on 2000/10/13  14:50:42
8633         Log: In Amdahl UTS "struct sv" is defined by a system header,
8634              <ksync.h>.
8635      Branch: perl
8636            ! perl.h sv.h
8637 ____________________________________________________________________________
8638 [  7216] By: jhi                                   on 2000/10/13  11:58:25
8639         Log: Ilya implemented the memory profiling API.
8640      Branch: perl
8641            ! Todo
8642 ____________________________________________________________________________
8643 [  7215] By: jhi                                   on 2000/10/13  02:56:38
8644         Log: Subject: [PATCH 5.7.0] Perl API for mstats
8645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8646              Date: Thu, 12 Oct 2000 22:52:40 -0400
8647              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
8648      Branch: perl
8649            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8650 ____________________________________________________________________________
8651 [  7214] By: jhi                                   on 2000/10/13  02:55:38
8652         Log: Subject: [PATCH 5.7.0] IVs in mtats
8653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8654              Date: Thu, 12 Oct 2000 22:51:04 -0400
8655              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
8656      Branch: perl
8657            ! malloc.c perl.h
8658 ____________________________________________________________________________
8659 [  7213] By: jhi                                   on 2000/10/13  02:31:47
8660         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
8661      Branch: perl
8662            ! pod/perldiag.pod pp_sys.c
8663 ____________________________________________________________________________
8664 [  7212] By: jhi                                   on 2000/10/13  01:27:38
8665         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
8666              From: Peter Prymmer <pvhp@forte.com>
8667              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
8668              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
8669      Branch: perl
8670            ! t/op/oct.t
8671 ____________________________________________________________________________
8672 [  7211] By: jhi                                   on 2000/10/13  00:35:09
8673         Log: Update Changes.
8674      Branch: perl
8675            ! Changes patchlevel.h
8676 ____________________________________________________________________________
8677 [  7210] By: jhi                                   on 2000/10/12  23:59:40
8678         Log: The Install.pm third of
8679              
8680              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
8681              From: Bill Campbell <bill@celestial.com>
8682              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
8683              Date: Thu, 5 Oct 2000 18:04:51 -0700
8684      Branch: perl
8685            ! lib/ExtUtils/Install.pm
8686 ____________________________________________________________________________
8687 [  7209] By: jhi                                   on 2000/10/12  23:58:43
8688         Log: Two thirds of
8689              
8690              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
8691              Date: Thu, 5 Oct 2000 18:04:51 -0700
8692              From: Bill Campbell <bill@celestial.com>
8693              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
8694              
8695              The Install.pm changes will be submitted separately because
8696              they need some work and discussion still.
8697      Branch: perl
8698            ! lib/getopts.pl lib/termcap.pl
8699 ____________________________________________________________________________
8700 [  7208] By: jhi                                   on 2000/10/12  23:41:19
8701         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
8702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8703              Date:     Thu, 12 Oct 2000 07:30:02 EDT
8704              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
8705      Branch: perl
8706            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
8707            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
8708 ____________________________________________________________________________
8709 [  7207] By: jhi                                   on 2000/10/12  23:39:01
8710         Log: An updated EBCDIC tr patch.
8711              
8712              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
8713              From: Peter Prymmer <pvhp@forte.com>
8714              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
8715              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
8716      Branch: perl
8717            ! t/op/tr.t
8718 ____________________________________________________________________________
8719 [  7206] By: jhi                                   on 2000/10/12  23:34:55
8720         Log: Upgrade to CPAN 1.58, from Andreas König.
8721      Branch: perl
8722            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8723 ____________________________________________________________________________
8724 [  7205] By: jhi                                   on 2000/10/12  23:29:08
8725         Log: Introduce the man[24-8] variables, from Andy Dougherty.
8726      Branch: metaconfig/U/perl
8727            + mandirs.U mandirstyle.U
8728      Branch: perl
8729            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8730            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
8731            ! vos/config.h vos/config.pl vos/config_h.SH_orig
8732            ! win32/config.bc win32/config.gc win32/config.vc
8733 ____________________________________________________________________________
8734 [  7204] By: gsar                                  on 2000/10/12  18:11:24
8735         Log: restore change#7202
8736      Branch: perl
8737            ! mg.c
8738 ____________________________________________________________________________
8739 [  7203] By: gsar                                  on 2000/10/12  18:09:40
8740         Log: another test of the Emergency Broadcast System--back out 
8741              change#7202
8742      Branch: perl
8743            ! mg.c
8744 ____________________________________________________________________________
8745 [  7202] By: gsar                                  on 2000/10/12  16:40:47
8746         Log: (submitted on behalf of Jarkko)
8747              Fix the lib/encode.t subtest 6 failure as reported by Andreas
8748              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
8749              was unearthed by change 7182, as was a bug in HTML::Entities.
8750      Branch: perl
8751            ! mg.c
8752 ____________________________________________________________________________
8753 [  7201] By: jhi                                   on 2000/10/11  03:16:05
8754         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
8755      Branch: perl
8756            ! pp_hot.c t/pragma/utf8.t
8757 ____________________________________________________________________________
8758 [  7200] By: jhi                                   on 2000/10/11  00:40:30
8759         Log: The #7198 was a false alarm.
8760      Branch: perl
8761            ! pp_hot.c
8762 ____________________________________________________________________________
8763 [  7199] By: jhi                                   on 2000/10/11  00:26:04
8764         Log: Remove duplicated code.
8765      Branch: perl
8766            ! t/lib/cgi-html.t
8767 ____________________________________________________________________________
8768 [  7198] By: jhi                                   on 2000/10/10  23:30:46
8769         Log: (Retracted by #7200.)
8770      Branch: perl
8771            ! pp_hot.c
8772 ____________________________________________________________________________
8773 [  7197] By: jhi                                   on 2000/10/10  21:49:30
8774         Log: Add the test case for #7190, from the original bug report
8775              by Andreas König.
8776      Branch: perl
8777            ! t/pragma/utf8.t
8778 ____________________________________________________________________________
8779 [  7196] By: jhi                                   on 2000/10/10  21:40:49
8780         Log: Reapply Andy's patch and regen Configure.
8781      Branch: perl
8782            ! Configure INSTALL Makefile.SH Porting/Glossary
8783            ! Porting/config.sh config_h.SH epoc/config.sh installperl
8784            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8785            ! win32/config.vc
8786 ____________________________________________________________________________
8787 [  7195] By: jhi                                   on 2000/10/10  21:09:30
8788         Log: Use the versiononly instead of the installscripts,
8789              retract the changes 7146 and 7147.
8790      Branch: perl
8791            ! Configure INSTALL Makefile.SH Porting/Glossary
8792            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
8793            ! installperl uconfig.sh vos/config.def win32/config.bc
8794            ! win32/config.gc win32/config.vc
8795 ____________________________________________________________________________
8796 [  7194] By: jhi                                   on 2000/10/10  21:06:15
8797         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
8798              From: Peter Prymmer <pvhp@forte.com>
8799              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
8800              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
8801      Branch: perl
8802            ! t/op/ver.t
8803 ____________________________________________________________________________
8804 [  7193] By: jhi                                   on 2000/10/10  21:05:12
8805         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
8806              From: Peter Prymmer <pvhp@forte.com>
8807              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
8808              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
8809      Branch: perl
8810            ! t/op/tr.t
8811 ____________________________________________________________________________
8812 [  7192] By: jhi                                   on 2000/10/10  20:57:30
8813         Log: Add versiononly, delete installscripts, from Andy Dougherty.
8814      Branch: metaconfig
8815            - U/installdirs/installscripts.U
8816      Branch: metaconfig/U/perl
8817            + versiononly.U
8818 ____________________________________________________________________________
8819 [  7191] By: jhi                                   on 2000/10/10  19:41:21
8820         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
8821              From: Peter Prymmer <pvhp@forte.com>
8822              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
8823              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
8824      Branch: perl
8825            ! pod/perlebcdic.pod
8826 ____________________________________________________________________________
8827 [  7190] By: jhi                                   on 2000/10/10  19:26:14
8828         Log: Subject: Re: utf8 concat, mg_get
8829              From: Simon Cozens <simon@cozens.net>
8830              Date: Tue, 10 Oct 2000 17:40:17 +0100
8831              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
8832      Branch: perl
8833            ! pp_hot.c
8834 ____________________________________________________________________________
8835 [  7189] By: jhi                                   on 2000/10/10  19:23:03
8836         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
8837              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
8838              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
8839              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
8840      Branch: perl
8841            ! lib/ExtUtils/MM_Unix.pm
8842 ____________________________________________________________________________
8843 [  7188] By: jhi                                   on 2000/10/10  15:31:24
8844         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
8845              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8846              Date: Fri, 14 Jul 2000 10:47:36 +0100
8847              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
8848      Branch: perl
8849            ! README.win32
8850 ____________________________________________________________________________
8851 [  7187] By: jhi                                   on 2000/10/10  13:30:10
8852         Log: Quote the temp file name, needed in Win32 because the
8853              default name unfortunately contains spaces, shouldn't
8854              hurt elsewhere.
8855              
8856              Subject: FW: perldoc fails if $TEMP contains spaces
8857              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8858              Date: Thu, 14 Sep 2000 08:58:45 +0100
8859              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
8860      Branch: perl
8861            ! utils/perldoc.PL
8862 ____________________________________________________________________________
8863 [  7186] By: jhi                                   on 2000/10/10  13:16:27
8864         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
8865              From: hv@hugo.hybyte.com
8866              Date: Tue, 10 Oct 2000 14:10:20 +0100
8867              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
8868      Branch: perl
8869            ! t/lib/thr5005.t util.c
8870 ____________________________________________________________________________
8871 [  7185] By: jhi                                   on 2000/10/10  12:06:22
8872         Log: Upgrade to podlators 1.04, from Russ Allbery.
8873      Branch: perl
8874            ! lib/Pod/Man.pm lib/Pod/Text.pm
8875 ____________________________________________________________________________
8876 [  7184] By: jhi                                   on 2000/10/10  12:01:32
8877         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
8878      Branch: perl
8879            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
8880 ____________________________________________________________________________
8881 [  7183] By: jhi                                   on 2000/10/09  23:47:15
8882         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
8883              From: Peter Prymmer <pvhp@forte.com>
8884              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
8885              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
8886      Branch: perl
8887            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
8888 ____________________________________________________________________________
8889 [  7182] By: jhi                                   on 2000/10/09  23:43:16
8890         Log: Make eq work again with utf8 (disabling the upgrading
8891              should no more be necessary since the copies of the
8892              scalars are upgraded, not the scalars themselves).
8893              Takes care of ID 20001009.001.  (The claimed length()
8894              bug in 20001009.001 seems bogus to me.)
8895      Branch: perl
8896            ! sv.c t/pragma/utf8.t
8897 ____________________________________________________________________________
8898 [  7181] By: gsar                                  on 2000/10/09  19:41:54
8899         Log: tweak for change#7173
8900      Branch: perl
8901            ! win32/win32sck.c
8902 ____________________________________________________________________________
8903 [  7180] By: gsar                                  on 2000/10/09  19:26:56
8904         Log: on Windows, clean targets might not work under some flavors of the shell
8905      Branch: perl
8906            ! win32/Makefile win32/makefile.mk
8907 ____________________________________________________________________________
8908 [  7179] By: jhi                                   on 2000/10/09  19:21:02
8909         Log: Update Changes.
8910      Branch: perl
8911            ! Changes patchlevel.h
8912 ____________________________________________________________________________
8913 [  7178] By: jhi                                   on 2000/10/09  19:18:23
8914         Log: Warn about unknown scripts.
8915              
8916              Subject: Re: ideas? patches? [PATCH bleadperl]
8917              From: Dominic Dunlop <domo@computer.org>
8918              Date: Mon, 9 Oct 2000 14:57:17 +0200
8919              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
8920      Branch: perl
8921            ! lib/charnames.pm
8922 ____________________________________________________________________________
8923 [  7177] By: jhi                                   on 2000/10/09  19:13:27
8924         Log: Change #7160 had a nasty typo.
8925      Branch: metaconfig
8926            ! U/compline/Compile.U
8927      Branch: perl
8928            ! Configure config_h.SH
8929 ____________________________________________________________________________
8930 [  7176] By: gsar                                  on 2000/10/09  18:59:33
8931         Log: pod nit
8932      Branch: perl
8933            ! pod/perlport.pod
8934 ____________________________________________________________________________
8935 [  7175] By: gsar                                  on 2000/10/09  18:54:28
8936         Log: Windows9x doesn't support link(), despite what Config.pm
8937              might think
8938      Branch: perl
8939            ! lib/ExtUtils/Manifest.pm
8940 ____________________________________________________________________________
8941 [  7174] By: gsar                                  on 2000/10/09  18:50:03
8942         Log: avoid nonportable example code
8943      Branch: perl
8944            ! lib/File/Copy.pm
8945 ____________________________________________________________________________
8946 [  7173] By: gsar                                  on 2000/10/09  18:46:54
8947         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
8948              being used) when closing a socket handle
8949      Branch: perl
8950            ! win32/win32.c win32/win32.h win32/win32sck.c
8951 ____________________________________________________________________________
8952 [  7172] By: gsar                                  on 2000/10/09  18:41:40
8953         Log: on Windows, cwd strings in the environment should be of the
8954              form =X:=X:\foo instead of =X=X:\foo\
8955      Branch: perl
8956            ! win32/vdir.h
8957 ____________________________________________________________________________
8958 [  7171] By: gsar                                  on 2000/10/09  18:30:09
8959         Log: on Windows, LoadLibrary() could load an extension DLL multiple
8960              times if forward slashes are used in the path
8961      Branch: perl
8962            ! win32/win32.c
8963 ____________________________________________________________________________
8964 [  7170] By: jhi                                   on 2000/10/09  17:53:59
8965         Log: Add a todo note about overloadable assertions.
8966      Branch: perl
8967            ! Todo-5.6
8968 ____________________________________________________________________________
8969 [  7169] By: jhi                                   on 2000/10/09  13:43:45
8970         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
8971              From: mjd@plover.com
8972              Date: 9 Oct 2000 00:24:44 -0000
8973              Message-ID: <20001009002444.10616.qmail@plover.com>
8974      Branch: perl
8975            ! pod/perldebguts.pod
8976 ____________________________________________________________________________
8977 [  7168] By: nick                                  on 2000/10/08  13:16:33
8978         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
8979              is not right thing to do on (e.g. x86). Network order is also "right" for
8980              X fonts.
8981      Branch: perl
8982            ! ext/Encode/Encode.pm
8983 ____________________________________________________________________________
8984 [  7167] By: nick                                  on 2000/10/08  12:54:42
8985         Log: Make "encodings" work post-install when Encode/*.enc files may not
8986              be in same directory as Encode.pm
8987      Branch: perl
8988            ! ext/Encode/Encode.pm
8989 ____________________________________________________________________________
8990 [  7166] By: nick                                  on 2000/10/08  11:51:26
8991         Log: Work round the fact that $hash->{$key} does not take into account
8992              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
8993              so that key is always in the "expected" encoding - i.e. same way we put
8994              it in the hash.
8995      Branch: perl
8996            ! ext/Encode/Encode.pm
8997 ____________________________________________________________________________
8998 [  7165] By: gsar                                  on 2000/10/08  04:15:29
8999         Log: save_re_context() could reset PL_curcop to freed memory, causing core
9000              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
9001      Branch: perl
9002            ! pp_ctl.c
9003 ____________________________________________________________________________
9004 [  7164] By: jhi                                   on 2000/10/06  20:51:48
9005         Log: UTF8ize split() so that the cloned substrings get the UTF8
9006              flag of the original scalar.  Problem reported by Simon Cozens.
9007      Branch: perl
9008            ! pp.c t/pragma/utf8.t
9009 ____________________________________________________________________________
9010 [  7163] By: nick                                  on 2000/10/06  20:48:34
9011         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
9012              got a false +ve and so did not reach code which would have un-FAKEd the SV.
9013      Branch: perl
9014            ! sv.c
9015 ____________________________________________________________________________
9016 [  7162] By: nick                                  on 2000/10/06  20:25:37
9017         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
9018              To fix  (sort {$a <=> $b} keys %hash) in particular but
9019              should cover a number of other as-yet-unknown cases as well.
9020      Branch: perl
9021            ! sv.c
9022 ____________________________________________________________________________
9023 [  7161] By: jhi                                   on 2000/10/06  19:56:18
9024         Log: Change the version number of Tie::Handle in the core to 4.0,
9025              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
9026              
9027              Subject: Note on Tie::Handle
9028              From: andreas.koenig@anima.de (Andreas J. Koenig)
9029              Date:      06 Oct 2000 21:48:58 +0200
9030              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
9031      Branch: perl
9032            ! lib/Tie/Handle.pm
9033 ____________________________________________________________________________
9034 [  7160] By: jhi                                   on 2000/10/06  18:20:35
9035         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
9036              as the first option of cc/ld because of ultrapicky compilers
9037              (e.g. OS/390 R2.5)
9038      Branch: metaconfig
9039            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
9040            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
9041            ! U/compline/orderlib.U U/modified/Cppsym.U
9042            ! U/modified/d_access.U
9043      Branch: metaconfig/U/perl
9044            ! Checkcc.U d_dlsymun.U gccvers.U
9045      Branch: perl
9046            ! Configure config_h.SH
9047 ____________________________________________________________________________
9048 [  7159] By: jhi                                   on 2000/10/06  13:56:39
9049         Log: Update Changes.
9050      Branch: perl
9051            ! Changes patchlevel.h
9052 ____________________________________________________________________________
9053 [  7158] By: jhi                                   on 2000/10/06  12:48:40
9054         Log: Eliminate $Is_VMS code from the test.
9055              
9056              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
9057              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9058              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
9059              Date:     Thu, 5 Oct 2000 07:46:33 EDT
9060      Branch: perl
9061            ! t/lib/b.t
9062 ____________________________________________________________________________
9063 [  7157] By: jhi                                   on 2000/10/06  12:47:13
9064         Log: Also the $ccflags is needed for the C compiler check.
9065              
9066              Subject: Configure (check for C-compiler)
9067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9068              Date: Fri, 06 Oct 2000 08:47:15 +0200
9069              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
9070      Branch: metaconfig/U/perl
9071            ! Checkcc.U
9072      Branch: perl
9073            ! Configure config_h.SH
9074 ____________________________________________________________________________
9075 [  7156] By: jhi                                   on 2000/10/06  11:45:15
9076         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
9077      Branch: perl
9078            ! perl.c pp_ctl.c sv.h utf8.c
9079 ____________________________________________________________________________
9080 [  7155] By: jhi                                   on 2000/10/06  11:40:41
9081         Log: IO::Handle->syswrite() did not handle length omission
9082              like CORE::syswrite() does.
9083              
9084              Subject: [Fwd] IO::Handle, syswrite and arguments
9085              From: Graham Barr <gbarr@pobox.com>
9086              Date: Fri, 6 Oct 2000 10:22:05 +0100
9087              Message-ID: <20001006102205.U6312@pobox.com>
9088              
9089              The original patch from andrew@ugh.net.au.
9090      Branch: perl
9091            ! ext/IO/lib/IO/Handle.pm
9092 ____________________________________________________________________________
9093 [  7154] By: jhi                                   on 2000/10/06  01:42:15
9094         Log: Tweak #7153.
9095      Branch: perl
9096            ! utf8.h
9097 ____________________________________________________________________________
9098 [  7153] By: jhi                                   on 2000/10/06  00:39:55
9099         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
9100      Branch: perl
9101            ! utf8.h
9102 ____________________________________________________________________________
9103 [  7152] By: jhi                                   on 2000/10/06  00:38:11
9104         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
9105      Branch: perl
9106            ! perl.c pp_ctl.c sv.h utf8.c
9107 ____________________________________________________________________________
9108 [  7151] By: jhi                                   on 2000/10/06  00:36:38
9109         Log: Subject: Re: Questions about Tie::Array and perl modules
9110              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9111              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
9112              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
9113              
9114              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
9115      Branch: perl
9116            ! lib/Tie/Array.pm t/op/array.t
9117 ____________________________________________________________________________
9118 [  7150] By: jhi                                   on 2000/10/05  00:20:45
9119         Log: Regen Changes.
9120      Branch: perl
9121            ! Changes patchlevel.h
9122 ____________________________________________________________________________
9123 [  7149] By: jhi                                   on 2000/10/05  00:20:01
9124         Log: Regen toc.
9125      Branch: perl
9126            ! pod/perltoc.pod
9127 ____________________________________________________________________________
9128 [  7148] By: jhi                                   on 2000/10/04  23:35:08
9129         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
9130              reported several times by Dominic Dunlop, for example in
9131              ID 20000315.008.  Patch from Dominic.  Patch affects at
9132              least MachTen, and possibly other oldish BSDs. Should not
9133              break non-broken platforms (tested on LinuxPPC). 
9134      Branch: perl
9135            ! doio.c
9136 ____________________________________________________________________________
9137 [  7147] By: jhi                                   on 2000/10/04  23:26:34
9138         Log: The one that got away from 7146.
9139      Branch: metaconfig
9140            + U/installdirs/installscripts.U
9141 ____________________________________________________________________________
9142 [  7146] By: jhi                                   on 2000/10/04  23:25:04
9143         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
9144              suggested by H. Merijn Brand.
9145      Branch: perl
9146            ! Configure INSTALL Makefile.SH Porting/Glossary
9147            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
9148            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
9149            ! win32/config.vc
9150 ____________________________________________________________________________
9151 [  7145] By: jhi                                   on 2000/10/04  22:08:21
9152         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9154              Date: Wed, 4 Oct 2000 17:37:46 -0400
9155              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
9156      Branch: perl
9157            ! utils/h2xs.PL
9158 ____________________________________________________________________________
9159 [  7144] By: jhi                                   on 2000/10/04  18:11:41
9160         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
9161              From: Jeff Pinyan <jeffp@crusoe.net>
9162              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
9163              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
9164      Branch: perl
9165            ! pod/perlrun.pod
9166 ____________________________________________________________________________
9167 [  7143] By: jhi                                   on 2000/10/04  18:09:58
9168         Log: Subject: perlhack.pod Patch for Externals Tools
9169              From: Fisher Mark <fisherm@tce.com>
9170              Date: Tue, 3 Oct 2000 15:43:27 -0500 
9171              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
9172      Branch: perl
9173            ! pod/perlhack.pod
9174 ____________________________________________________________________________
9175 [  7142] By: jhi                                   on 2000/10/04  18:08:41
9176         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
9177              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9178              Date:     Wed, 4 Oct 2000 12:11:11 EDT
9179              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
9180      Branch: perl
9181            ! vms/vms.c
9182 ____________________________________________________________________________
9183 [  7141] By: jhi                                   on 2000/10/04  12:20:16
9184         Log: Subject: [PATCH 5.7.0] h2xs not working
9185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9186              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
9187              Date: Tue, 3 Oct 2000 21:43:01 -0400
9188              
9189              Subject: [PATCH 5.7.0] h2xs not documenting the created module
9190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9191              Date: Tue, 3 Oct 2000 22:55:19 -0400
9192              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
9193      Branch: perl
9194            ! utils/h2xs.PL
9195 ____________________________________________________________________________
9196 [  7140] By: jhi                                   on 2000/10/04  11:53:44
9197         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
9198              From: nick@babyhippo.com
9199              Date: Wed, 4 Oct 2000 12:06:45 +0100
9200              Message-Id: <20001004120645.A7356@babyhippo.com>
9201              
9202              Retract 7118 and 7135.
9203      Branch: perl
9204            ! installman installperl op.c t/pragma/subs.t
9205 ____________________________________________________________________________
9206 [  7139] By: jhi                                   on 2000/10/03  22:09:41
9207         Log: It is possible to have no hosts database at all.  Pointed out in
9208              
9209              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
9210              From: Peter Prymmer <pvhp@forte.com>
9211              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
9212              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
9213      Branch: metaconfig
9214            ! U/modified/myhostname.U
9215      Branch: perl
9216            ! Configure config_h.SH
9217 ____________________________________________________________________________
9218 [  7138] By: jhi                                   on 2000/10/03  21:49:49
9219         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
9220              From: Peter Prymmer <pvhp@forte.com>
9221              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
9222              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
9223      Branch: perl
9224            ! pp_sys.c
9225 ____________________________________________________________________________
9226 [  7137] By: jhi                                   on 2000/10/03  20:10:05
9227         Log: One remaining nit less at the VMS mailbox sizing.
9228      Branch: perl
9229            ! vms/vms.c
9230 ____________________________________________________________________________
9231 [  7136] By: jhi                                   on 2000/10/03  20:08:47
9232         Log: Test harness update to sync with the new perlcc,
9233              from Simon Cozens.
9234      Branch: perl
9235            ! t/TEST t/UTEST
9236 ____________________________________________________________________________
9237 [  7135] By: jhi                                   on 2000/10/03  15:15:42
9238         Log: Subject: Re: PATCH for 20001003.004
9239              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
9240              From: "AARON B. DOSSETT" <aaron@iglou.com>
9241              Message-Id: <E13gTay-0006od-00@iglou.com>
9242      Branch: perl
9243            ! installman installperl
9244 ____________________________________________________________________________
9245 [  7134] By: jhi                                   on 2000/10/03  15:00:34
9246         Log: Subject: [ID 20001003.006] B::Debug not -w clean
9247              From: Nicholas Clark <nick@babyhippo.co.uk>
9248              Date: Tue, 03 Oct 2000 15:46:32 +0100
9249              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
9250      Branch: perl
9251            ! ext/B/B/Debug.pm
9252 ____________________________________________________________________________
9253 [  7133] By: jhi                                   on 2000/10/03  14:58:39
9254         Log: Scale down the VMS message boxes, by Charles Lane.
9255              Fix for ID 20000903.009, workaround at
9256              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
9257      Branch: perl
9258            ! vms/vms.c
9259 ____________________________________________________________________________
9260 [  7132] By: jhi                                   on 2000/10/03  11:20:37
9261         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
9262      Branch: perl
9263            + t/lib/st-lock.t t/lib/st-utf8.t
9264            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
9265            ! ext/Storable/Storable.xs t/lib/st-recurse.t
9266 ____________________________________________________________________________
9267 [  7131] By: jhi                                   on 2000/10/03  03:38:23
9268         Log: Encode nits.
9269      Branch: perl
9270            ! MANIFEST Makefile.SH
9271 ____________________________________________________________________________
9272 [  7130] By: jhi                                   on 2000/10/03  03:31:05
9273         Log: Update Changes.
9274      Branch: perl
9275            ! Changes patchlevel.h
9276 ____________________________________________________________________________
9277 [  7129] By: jhi                                   on 2000/10/03  02:24:02
9278         Log: Misplaced else.
9279      Branch: metaconfig/U/perl
9280            ! d_strtoll.U
9281      Branch: perl
9282            ! Configure config_h.SH
9283 ____________________________________________________________________________
9284 [  7128] By: jhi                                   on 2000/10/03  02:08:29
9285         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
9286              From: sthoenna@efn.org
9287              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
9288              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
9289      Branch: metaconfig/U/perl
9290            ! d_strtoll.U
9291      Branch: perl
9292            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
9293 ____________________________________________________________________________
9294 [  7127] By: jhi                                   on 2000/10/03  01:13:14
9295         Log: Update Changes.
9296      Branch: perl
9297            ! Changes patchlevel.h
9298 ____________________________________________________________________________
9299 [  7126] By: jhi                                   on 2000/10/03  00:57:08
9300         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
9301              as suggested by Olaf Flebbe and Nick Clark.
9302      Branch: perl
9303            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
9304 ____________________________________________________________________________
9305 [  7125] By: jhi                                   on 2000/10/03  00:50:56
9306         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
9307              From: Nick Clark <nick@plum.flirble.org>
9308              Date: Mon, 2 Oct 2000 11:03:24 +0100
9309              Message-Id: <20001002110324.D20073@plum.flirble.org>
9310              
9311              Also fixes bug ID 20001002.005.
9312      Branch: perl
9313            ! t/lib/encode.t
9314 ____________________________________________________________________________
9315 [  7124] By: jhi                                   on 2000/10/03  00:34:59
9316         Log: Subject: [PATCH 5.7.0] Epoc update
9317              From: Olaf Flebbe <o.flebbe@gmx.de>
9318              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
9319              Message-ID: <26423.969484586@www10.gmx.net>
9320      Branch: perl
9321            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
9322            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
9323            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
9324            ! util.c util.h
9325 ____________________________________________________________________________
9326 [  7123] By: jhi                                   on 2000/10/03  00:30:07
9327         Log: Regen headers.
9328      Branch: perl
9329            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
9330 ____________________________________________________________________________
9331 [  7122] By: jhi                                   on 2000/10/03  00:10:48
9332         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
9333      Branch: perl
9334            ! hints/openbsd.sh
9335 ____________________________________________________________________________
9336 [  7121] By: jhi                                   on 2000/10/03  00:05:06
9337         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
9338              From: <abigail@foad.org>
9339              Date: Tue, 26 Sep 2000 13:36:14 -0400
9340              Message-ID: <20000926173614.4356.qmail@foad.org>
9341      Branch: perl
9342            ! pod/perlop.pod
9343 ____________________________________________________________________________
9344 [  7120] By: jhi                                   on 2000/10/03  00:04:00
9345         Log: Inside require() $^S was always left undefined.
9346              
9347              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
9348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9349              Date: Wed, 27 Sep 2000 18:54:49 -0400
9350              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
9351      Branch: perl
9352            ! cop.h mg.c pp_ctl.c util.c
9353 ____________________________________________________________________________
9354 [  7119] By: jhi                                   on 2000/10/03  00:00:16
9355         Log: Subject: [PATCH] DLL not restartabke with threaded perl
9356              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
9357              Date: Thu, 28 Sep 2000 09:20:46 +0100
9358              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
9359      Branch: perl
9360            ! perl.c
9361 ____________________________________________________________________________
9362 [  7118] By: jhi                                   on 2000/10/02  23:59:20
9363         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
9364              From: Nicholas Clark <nick@ccl4.org>
9365              Date: Thu, 28 Sep 2000 11:52:24 +0100
9366              Message-ID: <20000928115224.D7924@plum.flirble.org>
9367      Branch: perl
9368            ! op.c
9369 ____________________________________________________________________________
9370 [  7117] By: jhi                                   on 2000/10/02  23:57:51
9371         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
9372              From: Nicholas Clark <nick@babyhippo.co.uk>
9373              Date: Thu, 28 Sep 2000 12:18:10 +0100
9374              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
9375              
9376              Did not apply cleanly, manual intervention was needed.
9377      Branch: perl
9378            ! ext/B/B/Bytecode.pm utils/perlcc.PL
9379 ____________________________________________________________________________
9380 [  7116] By: jhi                                   on 2000/10/02  23:50:40
9381         Log: Document the issue (is not a syntax error, kind of)
9382              
9383              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
9384              From: Nicholas Clark <nick@ccl4.org>
9385              Date: Thu, 28 Sep 2000 17:12:42 +0100
9386              Message-ID: <20000928171242.K7924@plum.flirble.org>
9387      Branch: perl
9388            ! pod/perldata.pod
9389 ____________________________________________________________________________
9390 [  7115] By: jhi                                   on 2000/10/02  23:48:58
9391         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
9392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9393              Date: Thu, 28 Sep 2000 21:55:31 -0400
9394              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
9395      Branch: perl
9396            ! regexec.c
9397 ____________________________________________________________________________
9398 [  7114] By: jhi                                   on 2000/10/02  23:47:57
9399         Log: Subject: DOC PATCH 5.6.0
9400              From: mjd@plover.com
9401              Date: 30 Sep 2000 06:02:34 -0000
9402              Message-ID: <20000930060234.4559.qmail@plover.com>
9403      Branch: perl
9404            ! pod/perldebguts.pod
9405 ____________________________________________________________________________
9406 [  7113] By: jhi                                   on 2000/10/02  23:46:43
9407         Log: SOCK_DGRAM and listen() do not mix as reported in
9408              
9409              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
9410              From: Petter Reinholdtsen <pere@hungry.com>
9411              Date: Sun, 1 Oct 2000 10:57:20 +0800
9412              Message-Id: <200010010257.KAA05735@localhost.localdomain>
9413              
9414              The patch for 5.7.0+ had to be reengineered, though.
9415      Branch: perl
9416            ! ext/IO/lib/IO/Socket/UNIX.pm
9417 ____________________________________________________________________________
9418 [  7112] By: jhi                                   on 2000/10/02  23:36:57
9419         Log: Subject: Re: [PATCH 5.005_64 missed]
9420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9421              Date: Sun, 1 Oct 2000 18:50:10 -0400
9422              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
9423      Branch: perl
9424            ! pod/perlxs.pod
9425 ____________________________________________________________________________
9426 [  7111] By: jhi                                   on 2000/10/02  23:35:40
9427         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
9428              From: Radu Greab <radu@netsoft.ro>
9429              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
9430              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
9431      Branch: perl
9432            ! op.c opcode.pl t/op/substr.t
9433 ____________________________________________________________________________
9434 [  7110] By: jhi                                   on 2000/10/02  23:32:38
9435         Log: Subject: [PATCH] Fix aliasing of tied filehandles
9436              From: Daniel Chetlin <daniel@chetlin.com>
9437              Date: Mon, 2 Oct 2000 14:53:27 -0700
9438              Message-ID: <20001002145327.C1617@ilmd>
9439      Branch: perl
9440            ! perl.h pp_hot.c t/op/tiehandle.t
9441 ____________________________________________________________________________
9442 [  7109] By: jhi                                   on 2000/10/02  23:31:30
9443         Log: s/Robin Parker/Robin Barker/
9444      Branch: perl
9445            ! Changes5.6
9446 ____________________________________________________________________________
9447 [  7108] By: jhi                                   on 2000/10/02  23:15:46
9448         Log: Retract #7091 as suggested in
9449              
9450              From: Robin Barker <rmb1@cise.npl.co.uk> 
9451              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
9452              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
9453              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
9454      Branch: perl
9455            ! embed.pl proto.h
9456 ____________________________________________________________________________
9457 [  7107] By: nick                                  on 2000/10/02  18:23:14
9458         Log: A few tweaks to get Tk803 to work with Encode scheme.
9459      Branch: perl
9460            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
9461 ____________________________________________________________________________
9462 [  7106] By: nick                                  on 2000/10/01  21:34:14
9463         Log: Add checking cases to Encode's toUnicode and fromUnicode.
9464      Branch: perl
9465            ! ext/Encode/Encode.pm
9466 ____________________________________________________________________________
9467 [  7105] By: nick                                  on 2000/10/01  17:18:01
9468         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
9469              To read and use them.
9470              Add a lib/encode.t which checks a few things.
9471      Branch: perl
9472            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
9473            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
9474            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
9475            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
9476            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
9477            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
9478            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
9479            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
9480            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
9481            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
9482            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
9483            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
9484            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
9485            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
9486            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
9487            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
9488            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
9489            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
9490            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
9491            + ext/Encode/Encode/iso2022-jp.enc
9492            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9493            + ext/Encode/Encode/iso8859-1.enc
9494            + ext/Encode/Encode/iso8859-2.enc
9495            + ext/Encode/Encode/iso8859-3.enc
9496            + ext/Encode/Encode/iso8859-4.enc
9497            + ext/Encode/Encode/iso8859-5.enc
9498            + ext/Encode/Encode/iso8859-6.enc
9499            + ext/Encode/Encode/iso8859-7.enc
9500            + ext/Encode/Encode/iso8859-8.enc
9501            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
9502            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
9503            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
9504            + ext/Encode/Encode/macCentEuro.enc
9505            + ext/Encode/Encode/macCroatian.enc
9506            + ext/Encode/Encode/macCyrillic.enc
9507            + ext/Encode/Encode/macDingbats.enc
9508            + ext/Encode/Encode/macGreek.enc
9509            + ext/Encode/Encode/macIceland.enc
9510            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
9511            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
9512            + ext/Encode/Encode/macTurkish.enc
9513            + ext/Encode/Encode/macUkraine.enc
9514            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
9515            + t/lib/encode.t
9516            ! MANIFEST ext/Encode/Encode.pm
9517 ____________________________________________________________________________
9518 [  7104] By: nick                                  on 2000/09/30  13:04:30
9519         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
9520              From: Daniel Chetlin <daniel@chetlin.com>
9521              Date: Mon, 18 Sep 2000 05:05:40 -0700
9522              Message-Id: <20000918050540.C652@ilmd>
9523      Branch: perl
9524            ! lib/overload.pm sv.c t/pragma/overload.t
9525 ____________________________________________________________________________
9526 [  7103] By: nick                                  on 2000/09/30  12:53:36
9527         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
9528              From: Johan Vromans <jvromans@squirrel.nl>
9529              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
9530              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
9531      Branch: perl
9532            ! pod/Makefile.SH
9533 ____________________________________________________________________________
9534 [  7102] By: nick                                  on 2000/09/30  12:52:31
9535         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
9536              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9537              Date: Sat, 16 Sep 2000 16:36:45 -0400
9538              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
9539      Branch: perl
9540            ! ext/B/B/Deparse.pm
9541 ____________________________________________________________________________
9542 [  7101] By: nick                                  on 2000/09/30  12:51:41
9543         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
9544              From: Craig A. Berry <craig.berry@psinetcs.com>
9545              Date: Sat, 16 Sep 2000 10:11:10 -0500
9546              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
9547      Branch: perl
9548            ! vms/vms.c
9549 ____________________________________________________________________________
9550 [  7100] By: nick                                  on 2000/09/30  12:50:33
9551         Log: Subject: Re: unicode support and perl [ID 20000901.097]
9552              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9553              Date: Fri, 15 Sep 2000 16:37:58 -0400
9554              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
9555      Branch: perl
9556            ! t/op/append.t
9557 ____________________________________________________________________________
9558 [  7099] By: nick                                  on 2000/09/30  12:49:35
9559         Log: Subject: Re: unicode support and perl [ID 20000901.097]
9560              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9561              Date: Fri, 15 Sep 2000 16:25:30 -0400
9562              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
9563      Branch: perl
9564            ! pp_hot.c
9565 ____________________________________________________________________________
9566 [  7098] By: nick                                  on 2000/09/30  12:48:00
9567         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
9568              From: Gisle Aas <gisle@ActiveState.com>
9569              Date: 15 Sep 2000 16:23:41 +0200
9570              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
9571      Branch: perl
9572            ! toke.c
9573 ____________________________________________________________________________
9574 [  7097] By: nick                                  on 2000/09/30  12:45:16
9575         Log: Subject: [PATCH] Nits in perlmod.pod
9576              From: Daniel Chetlin <daniel@chetlin.com>
9577              Date: Fri, 15 Sep 2000 02:04:09 -0700
9578              Message-Id: <20000915020409.A2104@ilmd>
9579      Branch: perl
9580            ! pod/perlmod.pod
9581 ____________________________________________________________________________
9582 [  7096] By: nick                                  on 2000/09/30  12:18:00
9583         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
9584              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
9585              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
9586              0 to checking to get the warning.
9587      Branch: perl
9588            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9589            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
9590            ! regexec.c sv.c toke.c utf8.c
9591 ____________________________________________________________________________
9592 [  7095] By: nick                                  on 2000/09/15  16:55:59
9593         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
9594              
9595              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
9596              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9597              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
9598              Date: Fri, 15 Sep 2000 06:37:30 -0400
9599      Branch: perl
9600            ! ext/Encode/Encode.xs sv.c
9601 ____________________________________________________________________________
9602 [  7094] By: jhi                                   on 2000/09/15  03:23:32
9603         Log: Update Changes.
9604      Branch: perl
9605            ! Changes patchlevel.h
9606 ____________________________________________________________________________
9607 [  7093] By: jhi                                   on 2000/09/15  03:11:44
9608         Log: Fix for the charnames.t failures from Spider Boardman.
9609      Branch: perl
9610            ! toke.c
9611 ____________________________________________________________________________
9612 [  7092] By: jhi                                   on 2000/09/15  00:15:48
9613         Log: Botched the #7090 check-in.
9614      Branch: perl
9615            ! sv.c
9616 ____________________________________________________________________________
9617 [  7091] By: jhi                                   on 2000/09/14  23:33:24
9618         Log: Part of #7081 didn't come through.
9619      Branch: perl
9620            ! embed.pl proto.h
9621 ____________________________________________________________________________
9622 [  7090] By: jhi                                   on 2000/09/14  23:17:39
9623         Log: Subject: Re: perl@7078 
9624              From: Spider Boardman <spider@web.zk3.dec.com>
9625              Date: Thu, 14 Sep 2000 19:06:36 -0400
9626              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
9627      Branch: perl
9628            ! sv.c toke.c
9629 ____________________________________________________________________________
9630 [  7089] By: jhi                                   on 2000/09/14  23:11:21
9631         Log: Small portability tweaks.
9632      Branch: perl
9633            ! ext/Encode/Encode.xs
9634 ____________________________________________________________________________
9635 [  7088] By: jhi                                   on 2000/09/14  22:57:23
9636         Log: Fake return to pacify picky compilers.
9637      Branch: perl
9638            ! ext/Encode/Encode.xs
9639 ____________________________________________________________________________
9640 [  7087] By: jhi                                   on 2000/09/14  22:53:37
9641         Log: Subject: [PATCH] utf8.c apidoc
9642              From: Simon Cozens <simon@cozens.net>
9643              Date: Thu, 14 Sep 2000 23:46:57 +0100
9644              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
9645      Branch: perl
9646            ! perlapi.c pod/perlapi.pod utf8.c
9647 ____________________________________________________________________________
9648 [  7086] By: jhi                                   on 2000/09/14  22:40:38
9649         Log: We don't need to count the high bit bytes, a boolean is enough. 
9650      Branch: perl
9651            ! sv.c
9652 ____________________________________________________________________________
9653 [  7085] By: jhi                                   on 2000/09/14  21:20:09
9654         Log: Replace #7084 with
9655              
9656              Subject: Re: perl@7078 
9657              From: Spider Boardman <spider@web.zk3.dec.com>
9658              Date: Thu, 14 Sep 2000 17:09:36 -0400
9659              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
9660      Branch: perl
9661            ! sv.c utf8.c
9662 ____________________________________________________________________________
9663 [  7084] By: jhi                                   on 2000/09/14  20:03:34
9664         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
9665              convertable to bytes by checking it doesn't go above 0xc3
9666              
9667              Subject: Re: perl@7078
9668              From: Simon Cozens <simon@cozens.net>
9669              Date: Thu, 14 Sep 2000 20:59:19 +0100
9670              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
9671      Branch: perl
9672            ! utf8.c
9673 ____________________________________________________________________________
9674 [  7083] By: jhi                                   on 2000/09/14  19:38:47
9675         Log: Subject: Re: perl@7078
9676              From: Simon Cozens <simon@cozens.net>
9677              Date: Thu, 14 Sep 2000 20:13:09 +0100
9678              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
9679      Branch: perl
9680            ! t/op/bop.t
9681 ____________________________________________________________________________
9682 [  7082] By: jhi                                   on 2000/09/14  17:50:44
9683         Log: The one that got away.
9684      Branch: perl
9685            ! lib/File/Find.pm
9686 ____________________________________________________________________________
9687 [  7081] By: jhi                                   on 2000/09/14  17:45:35
9688         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
9689              From: Robin Barker <rmb1@cise.npl.co.uk>
9690              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
9691              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
9692      Branch: perl
9693            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
9694            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
9695            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
9696            ! regcomp.c toke.c universal.c
9697 ____________________________________________________________________________
9698 [  7080] By: jhi                                   on 2000/09/14  17:40:35
9699         Log: Problems picked up by AIX cc.
9700              
9701              Subject: Re: perl@7078 (patch included)
9702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9703              Date: Thu, 14 Sep 2000 18:53:30 +0200
9704              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
9705      Branch: perl
9706            ! ext/Encode/Encode.xs
9707 ____________________________________________________________________________
9708 [  7079] By: jhi                                   on 2000/09/14  17:38:27
9709         Log: Subject: File::Find 5.7.0 POD nits
9710              From: Rich Morin <rdm@cfcl.com>
9711              Date: Wed, 13 Sep 2000 22:03:58 -0700
9712              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
9713      Branch: perl
9714            ! lib/File/Find.pm
9715 ____________________________________________________________________________
9716 [  7078] By: jhi                                   on 2000/09/14  14:58:20
9717         Log: Update Changes.
9718      Branch: perl
9719            ! Changes patchlevel.h
9720 ____________________________________________________________________________
9721 [  7077] By: jhi                                   on 2000/09/14  14:55:54
9722         Log: Compilation warnings and an error.
9723      Branch: perl
9724            ! sv.c
9725 ____________________________________________________________________________
9726 [  7076] By: jhi                                   on 2000/09/14  14:42:56
9727         Log: Fix for a parsing bug, not for the original bug.
9728              
9729              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
9730              From: Spider Boardman <spider@web.zk3.dec.com>
9731              Date: Wed, 13 Sep 2000 17:52:20 -0400
9732              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
9733      Branch: perl
9734            ! regcomp.c
9735 ____________________________________________________________________________
9736 [  7075] By: jhi                                   on 2000/09/14  14:40:40
9737         Log: Batch of UTF-8 patches from Simon Cozens.
9738      Branch: perl
9739            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
9740            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
9741            ! toke.c utf8.c
9742 ____________________________________________________________________________
9743 [  7074] By: jhi                                   on 2000/09/14  14:29:58
9744         Log: Subject: Re: Two advertising clauses need to be removed
9745              From: Russ Allbery <rra@stanford.edu>
9746              Date: 13 Sep 2000 18:50:26 -0700
9747              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
9748      Branch: perl
9749            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
9750 ____________________________________________________________________________
9751 [  7073] By: jhi                                   on 2000/09/14  14:28:20
9752         Log: Subject: [PATCH] de-wall t/README
9753              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9754              Date: Wed, 13 Sep 2000 17:46:55 -0700
9755              Message-ID: <//Bw5gzkge/e092yn@efn.org>
9756      Branch: perl
9757            ! t/README
9758 ____________________________________________________________________________
9759 [  7072] By: jhi                                   on 2000/09/14  14:25:10
9760         Log: Hints optimization.
9761              
9762              Subject: Minor nit
9763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9764              Date: Wed, 13 Sep 2000 21:42:07 +0200
9765              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
9766      Branch: perl
9767            ! hints/hpux.sh
9768 ____________________________________________________________________________
9769 [  7071] By: jhi                                   on 2000/09/14  14:23:30
9770         Log: Allow chop() and chomp() to be overridden.
9771              
9772              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
9773              From: "Casey R. Tweten" <crt@kiski.net>
9774              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
9775              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
9776      Branch: perl
9777            ! toke.c
9778 ____________________________________________________________________________
9779 [  7070] By: jhi                                   on 2000/09/14  14:20:36
9780         Log: The return value of setlocale must be copied away.
9781              
9782              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
9783              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9784              Date: Wed, 13 Sep 2000 16:27:37 +0100 
9785              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
9786      Branch: perl
9787            ! util.c
9788 ____________________________________________________________________________
9789 [  7069] By: jhi                                   on 2000/09/14  14:16:27
9790         Log: Remove vestiges of tr//CU.
9791              
9792              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9793              From: Nick Clark <nick@plum.flirble.org>
9794              Date: Tue, 12 Sep 2000 22:50:14 +0100
9795              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
9796              
9797              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9798              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9799              Date: Tue, 12 Sep 2000 21:38:48 -0700
9800              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
9801      Branch: perl
9802            ! op.h pod/perlunicode.pod
9803 ____________________________________________________________________________
9804 [  7068] By: jhi                                   on 2000/09/13  14:18:39
9805         Log: Add the Encode extension.  The code is still largely just skeleton.
9806      Branch: perl
9807            + ext/Encode/Encode.pm ext/Encode/Encode.xs
9808            + ext/Encode/Makefile.PL ext/Encode/Todo
9809            ! MANIFEST Todo-5.6
9810 ____________________________________________________________________________
9811 [  7067] By: jhi                                   on 2000/09/12  17:43:33
9812         Log: Allow for whitespace between "#" and "line" in cpp output.
9813              
9814              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
9815              From: Calle Dybedahl <calle@lysator.liu.se>
9816              Date: 12 Sep 2000 19:38:02 +0200 
9817              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
9818      Branch: perl
9819            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
9820 ____________________________________________________________________________
9821 [  7066] By: gsar                                  on 2000/09/12  17:24:29
9822         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
9823              initialization in all the threads on Windows
9824      Branch: perl
9825            ! win32/win32.c
9826 ____________________________________________________________________________
9827 [  7065] By: jhi                                   on 2000/09/12  15:11:31
9828         Log: Update Changes.
9829      Branch: perl
9830            ! Changes patchlevel.h
9831 ____________________________________________________________________________
9832 [  7064] By: jhi                                   on 2000/09/12  14:54:54
9833         Log: Retract #7062, the pod tests are not ready.
9834      Branch: perl
9835            ! t/TEST t/harness
9836 ____________________________________________________________________________
9837 [  7063] By: jhi                                   on 2000/09/12  14:25:41
9838         Log: The #7054 truncated Configure badly.
9839      Branch: metaconfig/U/perl
9840            ! End.U
9841      Branch: perl
9842            ! Configure config_h.SH
9843 ____________________________________________________________________________
9844 [  7062] By: jhi                                   on 2000/09/12  14:08:32
9845         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
9846              From: sthoenna@efn.org
9847              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
9848              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
9849      Branch: perl
9850            ! t/TEST t/harness
9851 ____________________________________________________________________________
9852 [  7061] By: jhi                                   on 2000/09/12  14:07:18
9853         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
9854              From: sthoenna@efn.org
9855              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
9856              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
9857      Branch: perl
9858            ! pod/perlxs.pod
9859 ____________________________________________________________________________
9860 [  7060] By: jhi                                   on 2000/09/12  14:06:08
9861         Log: Break up the myconfig lines a bit.
9862              
9863              Subject: perlbug/perl -V output format
9864              From: sthoenna@efn.org
9865              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
9866              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
9867      Branch: perl
9868            ! myconfig.SH
9869 ____________________________________________________________________________
9870 [  7059] By: jhi                                   on 2000/09/12  14:05:04
9871         Log: Test for the #7049.
9872              
9873              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
9874              From: andreas.koenig@anima.de (Andreas J. Koenig)
9875              Date: 12 Sep 2000 06:42:01 +0200
9876              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
9877      Branch: perl
9878            ! t/op/my.t
9879 ____________________________________________________________________________
9880 [  7058] By: jhi                                   on 2000/09/12  14:03:05
9881         Log: Subject: [patch: perl@7045] vms updates
9882              From: Peter Prymmer <pvhp@forte.com>
9883              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
9884              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
9885      Branch: perl
9886            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
9887 ____________________________________________________________________________
9888 [  7057] By: jhi                                   on 2000/09/12  14:00:51
9889         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
9890              From: sthoenna@efn.org
9891              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
9892              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
9893      Branch: perl
9894            ! t/op/64bitint.t
9895 ____________________________________________________________________________
9896 [  7056] By: jhi                                   on 2000/09/12  13:58:14
9897         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
9898              From: Jeff Pinyan <jeffp@crusoe.net>
9899              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
9900              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
9901      Branch: perl
9902            ! pod/perlfunc.pod
9903 ____________________________________________________________________________
9904 [  7055] By: jhi                                   on 2000/09/12  13:56:32
9905         Log: Do in VMS as the #7054 does.
9906      Branch: perl
9907            ! configure.com
9908 ____________________________________________________________________________
9909 [  7054] By: jhi                                   on 2000/09/12  13:50:31
9910         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
9911              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9912              Date: Mon, 11 Sep 2000 08:33:09 +0100
9913              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
9914      Branch: metaconfig/U/perl
9915            ! End.U
9916      Branch: perl
9917            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
9918            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
9919 ____________________________________________________________________________
9920 [  7053] By: jhi                                   on 2000/09/12  13:29:19
9921         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
9922              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9923              Date:     Tue, 12 Sep 2000 08:35:59 EDT
9924              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
9925      Branch: perl
9926            ! vms/test.com
9927 ____________________________________________________________________________
9928 [  7052] By: jhi                                   on 2000/09/11  23:01:50
9929         Log: Document the SvUTF8*().
9930      Branch: perl
9931            ! pod/perlapi.pod sv.h
9932 ____________________________________________________________________________
9933 [  7051] By: gsar                                  on 2000/09/11  14:46:30
9934         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
9935              (missed a spot when fixing up op_pmreplroot hack for ithreads)
9936      Branch: perl
9937            ! op.c t/op/split.t
9938 ____________________________________________________________________________
9939 [  7050] By: nick                                  on 2000/09/11  10:03:51
9940         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
9941              
9942              Subject: borland C++ win32.c tweak
9943              From: Vadim Konovalov <vkonovalov@lucent.com>
9944              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
9945              Date: Mon, 11 Sep 2000 11:22:33 +0400
9946      Branch: perl
9947            ! win32/win32.c
9948 ____________________________________________________________________________
9949 [  7049] By: nick                                  on 2000/09/11  09:57:33
9950         Log: Point fix for s/// on foreach (keys %xxx).
9951      Branch: perl
9952            ! pp_hot.c
9953 ____________________________________________________________________________
9954 [  7048] By: jhi                                   on 2000/09/10  23:37:09
9955         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
9956              by Pod::Text, from Brad Appleton.
9957      Branch: perl
9958            ! t/pod/testp2pt.pl
9959 ____________________________________________________________________________
9960 [  7047] By: jhi                                   on 2000/09/10  14:32:53
9961         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
9962              by Russ Allbery.
9963      Branch: perl
9964            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
9965 ____________________________________________________________________________
9966 [  7046] By: jhi                                   on 2000/09/10  14:15:08
9967         Log: Upgrade to CPAN 1.57_65, from Andreas König.
9968      Branch: perl
9969            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9970 ____________________________________________________________________________
9971 [  7045] By: jhi                                   on 2000/09/08  21:36:32
9972         Log: Update Changes.
9973      Branch: perl
9974            ! Changes patchlevel.h
9975 ____________________________________________________________________________
9976 [  7044] By: jhi                                   on 2000/09/08  21:29:56
9977         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
9978              From: Peter Prymmer <pvhp@forte.com>
9979              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
9980              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
9981      Branch: perl
9982            ! configure.com
9983 ____________________________________________________________________________
9984 [  7043] By: jhi                                   on 2000/09/08  21:27:50
9985         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
9986              From: Peter Prymmer <pvhp@forte.com>
9987              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
9988              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
9989      Branch: perl
9990            ! Makefile.SH installperl
9991 ____________________________________________________________________________
9992 [  7042] By: jhi                                   on 2000/09/08  21:23:21
9993         Log: Continue #7041.
9994      Branch: perl
9995            ! cygwin/Makefile.SHs os2/Makefile.SHs
9996 ____________________________________________________________________________
9997 [  7041] By: jhi                                   on 2000/09/08  21:18:10
9998         Log: Do away with memory models cruft.  Sorry, PDP users.
9999      Branch: metaconfig
10000            ! U/modified/cc.U U/modified/libpth.U
10001      Branch: perl
10002            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10003            ! Porting/config_H cflags.SH config_h.SH configure.com
10004            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
10005            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
10006            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
10007 ____________________________________________________________________________
10008 [  7040] By: jhi                                   on 2000/09/08  14:34:18
10009         Log: Major rewrite of s2p.  And I mean really major, it is
10010              an implementation of sed in perl.  If called as s2p it
10011              will function as s2p.  Note: needs non-UNIXifying.
10012              
10013              Subject: s2p
10014              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10015              Date: Mon, 28 Aug 2000 14:05:12 +0200
10016              Message-ID: <39AA5578.2102E2AA@alcatel.at>
10017      Branch: perl
10018            ! x2p/s2p.PL
10019 ____________________________________________________________________________
10020 [  7039] By: jhi                                   on 2000/09/08  14:19:49
10021         Log: Re-allow vec() for characters > 255.
10022              
10023              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
10024              From: Spider Boardman <spider@web.zk3.dec.com>
10025              Date: Fri, 08 Sep 2000 02:21:02 -0400
10026              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
10027      Branch: perl
10028            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10029            ! t/op/vec.t
10030 ____________________________________________________________________________
10031 [  7038] By: jhi                                   on 2000/09/08  14:14:18
10032         Log: Subject: [PATCH lib/Benchmark.pm]
10033              From: <abigail@foad.org>
10034              Date: Thu, 7 Sep 2000 15:03:20 -0400
10035              Message-ID: <20000907190320.888.qmail@foad.org>
10036      Branch: perl
10037            ! lib/Benchmark.pm
10038 ____________________________________________________________________________
10039 [  7037] By: jhi                                   on 2000/09/08  14:11:06
10040         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
10041              
10042              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
10043              From: Spider Boardman <spider@web.zk3.dec.com>
10044              Date: Fri, 08 Sep 2000 01:30:27 -0400
10045              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
10046      Branch: perl
10047            ! op.c
10048 ____________________________________________________________________________
10049 [  7036] By: jhi                                   on 2000/09/08  14:08:58
10050         Log: Subject: [ID 20000908.002] perlipc documentation bug.
10051              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
10052              Date: Fri, 08 Sep 2000 12:38:32 +0200
10053              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
10054      Branch: perl
10055            ! pod/perlipc.pod
10056 ____________________________________________________________________________
10057 [  7035] By: jhi                                   on 2000/09/08  14:03:12
10058         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10060              Date: Fri, 08 Sep 2000 11:47:34 +0200
10061              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
10062      Branch: perl
10063            ! hints/dec_osf.sh
10064 ____________________________________________________________________________
10065 [  7034] By: jhi                                   on 2000/09/08  13:59:35
10066         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
10067              From: Simon Cozens <simon@cozens.net>
10068              Date: Thu, 7 Sep 2000 20:40:38 +0100
10069              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
10070      Branch: perl
10071            ! pp_hot.c
10072 ____________________________________________________________________________
10073 [  7033] By: jhi                                   on 2000/09/08  04:03:03
10074         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
10075              From: "Larry W. Virden" <lvirden@cas.org>
10076              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
10077              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
10078      Branch: perl
10079            ! pod/perldiag.pod
10080 ____________________________________________________________________________
10081 [  7032] By: jhi                                   on 2000/09/07  22:18:30
10082         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
10083              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
10084              Date: Mon, 04 Sep 2000 13:16:38 -0700
10085              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
10086      Branch: perl
10087            ! lib/perl5db.pl
10088 ____________________________________________________________________________
10089 [  7031] By: jhi                                   on 2000/09/07  22:02:29
10090         Log: Fix the ccversion detection for 5.1 and beyond.
10091              
10092              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10093              From: Spider Boardman <spider@leggy.zk3.dec.com>
10094              Date: Thu, 7 Sep 2000 17:54:27 -0400
10095              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
10096      Branch: perl
10097            ! hints/dec_osf.sh
10098 ____________________________________________________________________________
10099 [  7030] By: jhi                                   on 2000/09/07  19:12:28
10100         Log: Fix for
10101              
10102              Subject: [ID 20000903.001] \w in utf8-strings
10103              From: Marc Lehmann <pcg@goof.com>
10104              Date: Sun, 03 Sep 2000 09:44:29 +0200
10105              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
10106              
10107              and various related nits.
10108      Branch: perl
10109            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
10110 ____________________________________________________________________________
10111 [  7029] By: jhi                                   on 2000/09/07  18:49:09
10112         Log: Fix the URL, but the server is still missing in action.
10113              
10114              Subject: [ID 20000905.002] perlfaq1.pod URL error
10115              From: "Larry W. Virden" <lvirden@cas.org>
10116              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
10117              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
10118      Branch: perl
10119            ! pod/perlfaq1.pod
10120 ____________________________________________________________________________
10121 [  7028] By: jhi                                   on 2000/09/07  18:47:13
10122         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
10123              From: Hugo <hv@crypt.compulink.co.uk>
10124              Date: Tue, 05 Sep 2000 14:13:37 +0100
10125              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
10126      Branch: perl
10127            ! toke.c
10128 ____________________________________________________________________________
10129 [  7027] By: jhi                                   on 2000/09/07  18:45:35
10130         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
10131              From: Daniel Chetlin <daniel@chetlin.com>
10132              Date: Tue, 5 Sep 2000 04:57:07 -0700
10133              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
10134      Branch: perl
10135            ! pod/perlfaq6.pod pod/perlop.pod
10136 ____________________________________________________________________________
10137 [  7026] By: jhi                                   on 2000/09/07  18:44:01
10138         Log: Document the new ref() semantics.
10139              
10140              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
10141              From: Gisle Aas <gisle@ActiveState.com>
10142              Date: 05 Sep 2000 08:10:30 +0200
10143              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
10144      Branch: perl
10145            ! pod/perldelta.pod
10146 ____________________________________________________________________________
10147 [  7025] By: jhi                                   on 2000/09/07  18:42:27
10148         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
10149              
10150              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
10151              From: Gisle Aas <gisle@ActiveState.com>
10152              Date: 05 Sep 2000 08:11:40 +0200
10153              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
10154      Branch: perl
10155            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
10156 ____________________________________________________________________________
10157 [  7024] By: jhi                                   on 2000/09/07  18:39:32
10158         Log: Subject: [PATCH] Modernize Opcode.pm documentation
10159              From: Gisle Aas <gisle@ActiveState.com>
10160              Date: 4 Sep 2000 00:18:55 -0000
10161              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
10162      Branch: perl
10163            ! ext/Opcode/Opcode.pm
10164 ____________________________________________________________________________
10165 [  7023] By: jhi                                   on 2000/09/07  18:37:42
10166         Log: Subject: [PATCH] Tied filehandle documentation
10167              From: Gisle Aas <gisle@ActiveState.com>
10168              Date: 4 Sep 2000 00:14:40 -0000
10169              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
10170      Branch: perl
10171            ! pod/perlfunc.pod pod/perltie.pod
10172 ____________________________________________________________________________
10173 [  7022] By: jhi                                   on 2000/09/07  18:35:37
10174         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
10175              From: Gisle Aas <gisle@ActiveState.com>
10176              Date: 4 Sep 2000 00:04:22 -0000
10177              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
10178      Branch: perl
10179            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
10180 ____________________________________________________________________________
10181 [  7021] By: jhi                                   on 2000/09/07  18:33:22
10182         Log: Subject: small apidoc fix
10183              From: Marc Lehmann <pcg@goof.com>
10184              Date: Sun, 3 Sep 2000 05:12:06 +0200
10185              Message-ID: <20000903051206.A5909@cerebro.laendle>
10186      Branch: perl
10187            ! pod/perlapi.pod utf8.c
10188 ____________________________________________________________________________
10189 [  7020] By: jhi                                   on 2000/09/07  16:14:57
10190         Log: Tiny perldelta nits.
10191      Branch: perl
10192            ! pod/perldelta.pod
10193 ____________________________________________________________________________
10194 [  7019] By: jhi                                   on 2000/09/07  16:04:20
10195         Log: Guard against bad string->int conversion for quads.
10196      Branch: perl
10197            ! t/op/64bitint.t
10198 ____________________________________________________________________________
10199 [  7018] By: jhi                                   on 2000/09/06  17:07:03
10200         Log: Update Unicode todo list.
10201      Branch: perl
10202            ! Todo-5.6
10203 ____________________________________________________________________________
10204 [  7017] By: jhi                                   on 2000/09/05  21:16:01
10205         Log: Document the SvIOK_.*UV().
10206      Branch: perl
10207            ! pod/perlapi.pod sv.h
10208 ____________________________________________________________________________
10209 [  7016] By: nick                                  on 2000/09/03  21:54:46
10210         Log: Hash lookup of constant strings optimization:
10211              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
10212              to string table (as per sharepvn). Add newSV_pvn_share to create such
10213              a thing. Make hv.c compare addresses of strings and skip string compare
10214              if equal. Make method_named and helem ops use these shared-string SVs
10215              when arg is constant. Make keys op return shared-string SVs (less clearly
10216              a win).
10217      Branch: perl
10218            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
10219            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
10220            ! pod/perlintern.pod pp_hot.c proto.h sv.c
10221 ____________________________________________________________________________
10222 [  7015] By: jhi                                   on 2000/09/02  17:48:59
10223         Log: This is 5.7.0.
10224      Branch: perl
10225            ! Changes
10226 ____________________________________________________________________________
10227 [  7014] By: jhi                                   on 2000/09/02  17:35:45
10228         Log: Changes and patchlevel tweaks.
10229      Branch: perl
10230            ! Changes patchlevel.h
10231 ____________________________________________________________________________
10232 [  7013] By: jhi                                   on 2000/09/02  17:30:50
10233         Log: Update Changes.
10234      Branch: perl
10235            ! Changes patchlevel.h
10236 ____________________________________________________________________________
10237 [  7012] By: nick                                  on 2000/09/02  17:25:20
10238         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
10239      Branch: perl
10240            ! gv.c lib/overload.pm
10241 ____________________________________________________________________________
10242 [  7011] By: jhi                                   on 2000/09/02  17:16:25
10243         Log: Update perlhist.
10244      Branch: perl
10245            ! pod/perlhist.pod
10246 ____________________________________________________________________________
10247 [  7010] By: jhi                                   on 2000/09/02  17:01:35
10248         Log: perldelta nits.
10249      Branch: perl
10250            ! pod/perldelta.pod
10251 ____________________________________________________________________________
10252 [  7009] By: nick                                  on 2000/09/02  16:48:35
10253         Log: If overloaded %{} etc. return the object do not loop.
10254              Thus  sub deref { $_[0] } functions if object is wanted type.
10255      Branch: perl
10256            ! pp.h
10257 ____________________________________________________________________________
10258 [  7008] By: jhi                                   on 2000/09/02  16:26:11
10259         Log: Retab MANIFEST.
10260      Branch: perl
10261            ! ext/Storable/MANIFEST
10262 ____________________________________________________________________________
10263 [  7007] By: jhi                                   on 2000/09/02  16:23:02
10264         Log: Make certain cc is set before trying to run it.
10265      Branch: perl
10266            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
10267 ____________________________________________________________________________
10268 [  7006] By: jhi                                   on 2000/09/02  15:45:41
10269         Log: Unicode notes.
10270      Branch: perl
10271            ! pod/perldelta.pod
10272 ____________________________________________________________________________
10273 [  7005] By: jhi                                   on 2000/09/02  15:42:11
10274         Log: Various Configure nits by Philip Newton,
10275              plus the ebcdic one by me.
10276      Branch: metaconfig
10277            + U/modified/pager.U
10278            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
10279      Branch: metaconfig/U/perl
10280            ! Devel.U quadfio.U
10281      Branch: perl
10282            ! Configure config_h.SH
10283 ____________________________________________________________________________
10284 [  7004] By: jhi                                   on 2000/09/02  15:06:14
10285         Log: Apparently avoiding the swapping is too costly.
10286              
10287              From: "Ben Tilly" <ben_tilly@hotmail.com>
10288              Subject: Re: the door is closed.
10289              Date: Fri, 01 Sep 2000 20:23:16 EDT
10290              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
10291      Branch: perl
10292            ! pod/perlfaq4.pod
10293 ____________________________________________________________________________
10294 [  7003] By: nick                                  on 2000/09/02  12:26:04
10295         Log: Undo part of change 6489 which looks like a bulk edit which
10296              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
10297              The supressing of main:: on return from select() is undesirable.
10298      Branch: perl
10299            ! pp_sys.c
10300 ____________________________________________________________________________
10301 [  7002] By: jhi                                   on 2000/09/01  23:08:54
10302         Log: Update Changes.
10303      Branch: perl
10304            ! Changes patchlevel.h
10305 ____________________________________________________________________________
10306 [  7001] By: jhi                                   on 2000/09/01  23:00:13
10307         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
10308              From: Peter Prymmer <pvhp@forte.com>
10309              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
10310              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
10311              
10312              plus rework the http: spots as suggested by Tom Christiansen,
10313              plus regen perltoc.
10314      Branch: perl
10315            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
10316            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
10317 ____________________________________________________________________________
10318 [  7000] By: jhi                                   on 2000/09/01  22:36:01
10319         Log: Only the first line, thank you very much.
10320      Branch: perl
10321            ! hints/solaris_2.sh
10322 ____________________________________________________________________________
10323 [  6999] By: gsar                                  on 2000/09/01  22:16:40
10324         Log: change#6791 accidentally clobbered change#6710, put it back
10325      Branch: perl
10326            ! win32/win32.c
10327 ____________________________________________________________________________
10328 [  6998] By: jhi                                   on 2000/09/01  22:14:16
10329         Log: Mention the HP-UX LP64 freak failure.
10330      Branch: perl
10331            ! pod/perldelta.pod
10332 ____________________________________________________________________________
10333 [  6997] By: jhi                                   on 2000/09/01  21:48:32
10334         Log: Detypo.
10335      Branch: perl
10336            ! hints/hpux.sh
10337 ____________________________________________________________________________
10338 [  6996] By: jhi                                   on 2000/09/01  21:27:10
10339         Log: Update Changes.
10340      Branch: perl
10341            ! Changes patchlevel.h
10342 ____________________________________________________________________________
10343 [  6995] By: jhi                                   on 2000/09/01  21:14:24
10344         Log: Mi splgn s gnin.g
10345      Branch: perl
10346            ! pp_ctl.c
10347 ____________________________________________________________________________
10348 [  6994] By: jhi                                   on 2000/09/01  21:09:54
10349         Log: Subject: http:// in L<>
10350              From: Nicholas Clark <nick@ccl4.org>
10351              Date: Fri, 1 Sep 2000 22:03:21 +0100
10352              Message-ID: <20000901220321.B72074@plum.flirble.org>
10353      Branch: perl
10354            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
10355 ____________________________________________________________________________
10356 [  6993] By: jhi                                   on 2000/09/01  21:06:54
10357         Log: Update to Storable 1.0, from Raphael Manfredi.
10358      Branch: perl
10359            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
10360            ! ext/Storable/Makefile.PL ext/Storable/README
10361            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10362            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10363            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
10364            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
10365            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
10366            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
10367 ____________________________________________________________________________
10368 [  6992] By: jhi                                   on 2000/09/01  20:43:05
10369         Log: Mention known sfio+linux buglet.
10370      Branch: perl
10371            ! pod/perldelta.pod
10372 ____________________________________________________________________________
10373 [  6991] By: jhi                                   on 2000/09/01  20:40:11
10374         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
10375              From: Peter Prymmer <pvhp@forte.com>
10376              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
10377              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
10378      Branch: perl
10379            ! vms/vms.c
10380 ____________________________________________________________________________
10381 [  6990] By: jhi                                   on 2000/09/01  20:25:26
10382         Log: Retract #6986.
10383      Branch: perl
10384            ! hints/solaris_2.sh
10385 ____________________________________________________________________________
10386 [  6989] By: jhi                                   on 2000/09/01  20:23:00
10387         Log: Mergesort is back.
10388      Branch: perl
10389            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
10390 ____________________________________________________________________________
10391 [  6988] By: jhi                                   on 2000/09/01  19:37:40
10392         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
10393              From: Mike Guy <mjtg@cam.ac.uk>
10394              Date: Fri, 01 Sep 2000 17:43:33 +0100
10395              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
10396      Branch: perl
10397            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
10398            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
10399 ____________________________________________________________________________
10400 [  6987] By: jhi                                   on 2000/09/01  19:17:10
10401         Log: Regen perltoc.
10402      Branch: perl
10403            ! pod/perltoc.pod
10404 ____________________________________________________________________________
10405 [  6986] By: jhi                                   on 2000/09/01  18:51:10
10406         Log: Subject: Re: Solaris x86 has no SPARC libraries!
10407              From: Lupe Christoph <lupe@lupe-christoph.de>
10408              Date: Fri, 1 Sep 2000 20:41:20 +0200
10409              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
10410      Branch: perl
10411            ! hints/solaris_2.sh
10412 ____________________________________________________________________________
10413 [  6985] By: jhi                                   on 2000/09/01  18:28:10
10414         Log: Update Changes.
10415      Branch: perl
10416            ! Changes patchlevel.h
10417 ____________________________________________________________________________
10418 [  6984] By: jhi                                   on 2000/09/01  18:26:53
10419         Log: Feature ordering tweak.
10420      Branch: perl
10421            ! myconfig.SH
10422 ____________________________________________________________________________
10423 [  6983] By: jhi                                   on 2000/09/01  18:19:50
10424         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10425              From: <abigail@foad.org>
10426              Date: Fri, 1 Sep 2000 13:07:32 -0400
10427              Message-ID: <20000901170732.18249.qmail@foad.org>
10428      Branch: perl
10429            ! t/pragma/overload.t
10430 ____________________________________________________________________________
10431 [  6982] By: jhi                                   on 2000/09/01  18:17:54
10432         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
10433              so that case-ignoring systems like DCL can tell them from
10434              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
10435      Branch: metaconfig/U/perl
10436            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
10437      Branch: perl
10438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10439            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
10440            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
10441            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
10442            ! vos/config.def vos/config.h vos/config_h.SH_orig
10443            ! win32/config.bc win32/config.gc win32/config.vc
10444 ____________________________________________________________________________
10445 [  6981] By: nick                                  on 2000/09/01  17:21:57
10446         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
10447              warning when UNTIE exists and instead pass the cound of extra references to
10448              the UNTIE method.
10449      Branch: perl
10450            ! pod/perltie.pod pp_sys.c
10451 ____________________________________________________________________________
10452 [  6980] By: jhi                                   on 2000/09/01  16:54:44
10453         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
10454              From: Peter Prymmer <pvhp@forte.com>
10455              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
10456              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
10457      Branch: perl
10458            ! configure.com
10459 ____________________________________________________________________________
10460 [  6979] By: jhi                                   on 2000/09/01  16:06:20
10461         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
10462              From: Mike Guy <mjtg@cam.ac.uk> 
10463              Date: Fri, 01 Sep 2000 16:49:27 +0100
10464              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
10465      Branch: perl
10466            ! t/base/rs.t
10467 ____________________________________________________________________________
10468 [  6978] By: jhi                                   on 2000/09/01  16:00:42
10469         Log: Update to PodParser 1.18, from Brad Appleton.
10470      Branch: perl
10471            ! lib/Pod/Checker.pm t/pod/find.t
10472 ____________________________________________________________________________
10473 [  6977] By: jhi                                   on 2000/09/01  14:48:58
10474         Log: Subject: Nit in Configure (bleadperl@6961)
10475              From: Lupe Christoph <lupe@lupe-christoph.de>
10476              Date: Fri, 1 Sep 2000 16:34:29 +0200
10477              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
10478      Branch: metaconfig
10479            ! U/compline/ccflags.U
10480      Branch: perl
10481            ! Configure config_h.SH
10482 ____________________________________________________________________________
10483 [  6976] By: jhi                                   on 2000/09/01  14:39:52
10484         Log: Update Changes.
10485      Branch: perl
10486            ! Changes patchlevel.h
10487 ____________________________________________________________________________
10488 [  6975] By: jhi                                   on 2000/09/01  14:37:36
10489         Log: microperl config update.
10490      Branch: perl
10491            ! uconfig.h uconfig.sh
10492 ____________________________________________________________________________
10493 [  6974] By: jhi                                   on 2000/09/01  14:36:53
10494         Log: Document known deficiencies.
10495      Branch: perl
10496            ! pod/perldelta.pod
10497 ____________________________________________________________________________
10498 [  6973] By: jhi                                   on 2000/09/01  14:10:20
10499         Log: Mention warnings fixes and updates.
10500      Branch: perl
10501            ! pod/perldelta.pod
10502 ____________________________________________________________________________
10503 [  6972] By: jhi                                   on 2000/09/01  14:01:52
10504         Log: Drop unused argument.
10505              
10506              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
10507              From: Spider Boardman <spider@web.zk3.dec.com>
10508              Date: Thu, 31 Aug 2000 16:10:15 -0400
10509              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
10510      Branch: perl
10511            ! toke.c
10512 ____________________________________________________________________________
10513 [  6971] By: jhi                                   on 2000/09/01  13:59:24
10514         Log: Add the overload warnings to perldiag.
10515      Branch: perl
10516            ! lib/overload.pm pod/perldiag.pod
10517 ____________________________________________________________________________
10518 [  6970] By: jhi                                   on 2000/09/01  13:55:10
10519         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10520              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10521              Date: Fri, 1 Sep 2000 13:43:15 +0100 
10522              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
10523      Branch: perl
10524            ! lib/overload.pm t/pragma/overload.t
10525 ____________________________________________________________________________
10526 [  6969] By: jhi                                   on 2000/09/01  13:52:27
10527         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10528              From: <abigail@foad.org>
10529              Date: Fri, 1 Sep 2000 05:46:54 -0400
10530              Message-ID: <20000901094654.6476.qmail@foad.org>
10531      Branch: perl
10532            ! lib/overload.pm
10533 ____________________________________________________________________________
10534 [  6968] By: jhi                                   on 2000/09/01  13:50:05
10535         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
10536              From: Daniel Chetlin <daniel@chetlin.com>
10537              Date: Fri, 1 Sep 2000 02:10:55 -0700
10538              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
10539      Branch: perl
10540            ! pod/perlretut.pod
10541 ____________________________________________________________________________
10542 [  6967] By: jhi                                   on 2000/09/01  13:47:54
10543         Log: Part of the solution.
10544              
10545              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
10546              From: Mike Guy <mjtg@cam.ac.uk>
10547              Date: Fri, 01 Sep 2000 14:16:01 +0100
10548              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
10549      Branch: perl
10550            ! gv.c mg.c
10551 ____________________________________________________________________________
10552 [  6966] By: jhi                                   on 2000/09/01  13:46:17
10553         Log: Subject: CPAN.pm beta 1.57_57 for the core
10554              From: andreas.koenig@anima.de (Andreas J. Koenig)
10555              Date: 01 Sep 2000 15:16:31 +0200
10556              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
10557      Branch: perl
10558            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10559 ____________________________________________________________________________
10560 [  6965] By: jhi                                   on 2000/09/01  13:43:18
10561         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
10562              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10563              Date: Fri, 01 Sep 2000 01:47:22 -0500
10564              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
10565      Branch: perl
10566            ! pod/perldelta.pod vms/vms.c
10567 ____________________________________________________________________________
10568 [  6964] By: jhi                                   on 2000/09/01  13:35:35
10569         Log: File::Temp patches from Andreas König,
10570              
10571              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
10572              From: andreas.koenig@anima.de (Andreas J. Koenig)
10573              Date: 01 Sep 2000 10:07:20 +0200
10574              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
10575              
10576              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
10577              From: andreas.koenig@anima.de (Andreas J. Koenig)
10578              Date: 31 Aug 2000 23:26:08 +0200
10579              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
10580      Branch: perl
10581            ! lib/File/Temp.pm t/lib/ftmp-security.t
10582 ____________________________________________________________________________
10583 [  6963] By: jhi                                   on 2000/09/01  02:22:24
10584         Log: Retract the mergesort code, way too incompatible licensing
10585              and copyrights.
10586      Branch: perl
10587            ! pod/perldelta.pod pp_ctl.c
10588 ____________________________________________________________________________
10589 [  6962] By: jhi                                   on 2000/08/31  23:27:32
10590         Log: Update Changes.
10591      Branch: perl
10592            ! Changes patchlevel.h
10593 ____________________________________________________________________________
10594 [  6961] By: jhi                                   on 2000/08/31  23:20:04
10595         Log: Small tweaks all over.
10596      Branch: metaconfig
10597            ! U/compline/d_gconvert.U
10598      Branch: perl
10599            ! AUTHORS Configure config_h.SH pp_ctl.c
10600 ____________________________________________________________________________
10601 [  6960] By: jhi                                   on 2000/08/31  22:39:36
10602         Log: Further rewording.
10603      Branch: perl
10604            ! pp_ctl.c
10605 ____________________________________________________________________________
10606 [  6959] By: jhi                                   on 2000/08/31  21:26:44
10607         Log: More address tweaking.
10608      Branch: perl
10609            ! AUTHORS Changes
10610 ____________________________________________________________________________
10611 [  6958] By: jhi                                   on 2000/08/31  20:47:25
10612         Log: AUTHORS tweaks, from Peter Prymmer.
10613              
10614              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
10615              From: Peter Prymmer <pvhp@forte.com>
10616              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
10617              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
10618      Branch: perl
10619            ! AUTHORS MAINTAIN
10620 ____________________________________________________________________________
10621 [  6957] By: jhi                                   on 2000/08/31  20:34:43
10622         Log: perldelta tweaks.
10623      Branch: perl
10624            ! pod/perldelta.pod
10625 ____________________________________________________________________________
10626 [  6956] By: jhi                                   on 2000/08/31  19:11:06
10627         Log: Regen perltoc.
10628      Branch: perl
10629            ! pod/perltoc.pod
10630 ____________________________________________________________________________
10631 [  6955] By: jhi                                   on 2000/08/31  19:06:30
10632         Log: Clarify the mergesort situation.
10633      Branch: perl
10634            ! pp_ctl.c
10635 ____________________________________________________________________________
10636 [  6954] By: jhi                                   on 2000/08/31  18:24:17
10637         Log: Move the Solaris 7 scan to use64bitall, make the
10638              failure to find 64-bot sparc libc to mention the
10639              possibility of being in an intel, from Lupe and Alan.
10640      Branch: perl
10641            ! hints/solaris_2.sh
10642 ____________________________________________________________________________
10643 [  6953] By: jhi                                   on 2000/08/31  18:09:20
10644         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
10645              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
10646      Branch: metaconfig
10647            ! U/compline/d_gconvert.U U/threads/archname.U
10648      Branch: metaconfig/U/perl
10649            ! perlxv.U
10650      Branch: perl
10651            ! Configure config_h.SH sv.c
10652 ____________________________________________________________________________
10653 [  6952] By: jhi                                   on 2000/08/31  17:42:24
10654         Log: :: not allowed in pathnames, change to .
10655              
10656              Subject: [PATCH perl@6938] cygwin port
10657              From: "Fifer, Eric" <EFifer@sanwaint.com>
10658              Date: Thu, 31 Aug 2000 16:32:59 +0100
10659              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
10660      Branch: metaconfig/U/perl
10661            ! perlxv.U
10662 ____________________________________________________________________________
10663 [  6951] By: jhi                                   on 2000/08/31  17:02:05
10664         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
10665      Branch: perl
10666            ! perl.h
10667 ____________________________________________________________________________
10668 [  6950] By: jhi                                   on 2000/08/31  16:26:08
10669         Log: More author updates.
10670              
10671              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
10672              From: Simon Cozens <simon@cozens.net>
10673              Date: Thu, 31 Aug 2000 17:13:32 +0100
10674              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
10675      Branch: perl
10676            ! AUTHORS
10677 ____________________________________________________________________________
10678 [  6949] By: jhi                                   on 2000/08/31  16:04:49
10679         Log: POSIX doesn't report long double values under -Duselongdouble
10680              when the long doubles are "real" (bigger than doubles).
10681              
10682              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
10683              From: Spider Boardman <spider@peano.zk3.dec.com>
10684              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
10685              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
10686      Branch: perl
10687            ! ext/POSIX/POSIX.xs
10688 ____________________________________________________________________________
10689 [  6948] By: jhi                                   on 2000/08/31  15:25:10
10690         Log: Update Changes.
10691      Branch: perl
10692            ! Changes patchlevel.h
10693 ____________________________________________________________________________
10694 [  6947] By: jhi                                   on 2000/08/31  15:22:29
10695         Log: Document UNTIE in a very minimalistic way.
10696      Branch: perl
10697            ! pod/perlfunc.pod pod/perltie.pod
10698 ____________________________________________________________________________
10699 [  6946] By: jhi                                   on 2000/08/31  15:15:23
10700         Log: Document known failures.
10701      Branch: perl
10702            ! pod/perldelta.pod
10703 ____________________________________________________________________________
10704 [  6945] By: jhi                                   on 2000/08/31  15:07:00
10705         Log: Don't attach -ld to the archname if pointless.
10706      Branch: metaconfig
10707            ! U/threads/archname.U
10708      Branch: perl
10709            ! Configure config_h.SH
10710 ____________________________________________________________________________
10711 [  6944] By: jhi                                   on 2000/08/31  14:37:42
10712         Log: Wrap the test in eval.
10713              
10714              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
10715              From: Tim Jenness <timj@jach.hawaii.edu>
10716              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
10717              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
10718      Branch: perl
10719            ! t/lib/ftmp-security.t
10720 ____________________________________________________________________________
10721 [  6943] By: jhi                                   on 2000/08/31  14:30:57
10722         Log: Make -Dusemorebits find long doubles in Solaris.
10723      Branch: perl
10724            ! hints/solaris_2.sh
10725 ____________________________________________________________________________
10726 [  6942] By: jhi                                   on 2000/08/31  13:48:45
10727         Log: Clarify the third case of ftmp-security warnings.
10728      Branch: perl
10729            ! INSTALL
10730 ____________________________________________________________________________
10731 [  6941] By: jhi                                   on 2000/08/31  13:40:31
10732         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
10733              From: <abigail@foad.org>
10734              Date: Thu, 31 Aug 2000 01:35:05 -0400
10735              Message-ID: <20000831053505.32120.qmail@foad.org>
10736      Branch: perl
10737            ! pod/perldelta.pod
10738 ____________________________________________________________________________
10739 [  6940] By: jhi                                   on 2000/08/31  13:38:48
10740         Log: Issue useful diagnostic on unknown pod commands.
10741              
10742              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
10743              From: <abigail@foad.org>
10744              Date: Thu, 31 Aug 2000 03:41:18 -0400
10745              Message-ID: <20000831074118.24880.qmail@foad.org>
10746      Branch: perl
10747            ! lib/Pod/Man.pm
10748 ____________________________________________________________________________
10749 [  6939] By: jhi                                   on 2000/08/31  13:34:33
10750         Log: Reveal Borland's isnan.
10751              
10752              Subject: build with BC++ tweak
10753              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10754              Date: Thu, 31 Aug 2000 13:09:37 +0400
10755              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
10756      Branch: perl
10757            ! win32/win32.h
10758 ____________________________________________________________________________
10759 [  6938] By: jhi                                   on 2000/08/31  05:01:20
10760         Log: Update Changes.
10761      Branch: perl
10762            ! Changes patchlevel.h
10763 ____________________________________________________________________________
10764 [  6937] By: jhi                                   on 2000/08/31  04:26:23
10765         Log: sscanf() may be the only way to read long doubles from strings.
10766      Branch: metaconfig/U/perl
10767            ! longdblfio.U
10768      Branch: perl
10769            ! Configure config_h.SH perl.h util.c
10770 ____________________________________________________________________________
10771 [  6936] By: jhi                                   on 2000/08/31  04:18:19
10772         Log: The #6929 was too skimpy.
10773      Branch: perl
10774            ! sv.c
10775 ____________________________________________________________________________
10776 [  6935] By: jhi                                   on 2000/08/31  02:47:07
10777         Log: Subject: Re: typos in pods
10778              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10779              Date: Wed, 30 Aug 2000 19:25:34 -0700
10780              Message-ID: <eIcr5gzkg25X092yn@efn.org>
10781      Branch: perl
10782            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
10783 ____________________________________________________________________________
10784 [  6934] By: jhi                                   on 2000/08/31  02:42:55
10785         Log: Missed one Unicode file.
10786      Branch: perl
10787            + lib/unicode/UCDFF301.html
10788 ____________________________________________________________________________
10789 [  6933] By: jhi                                   on 2000/08/30  23:42:27
10790         Log: Update Changes.
10791      Branch: perl
10792            ! Changes patchlevel.h
10793 ____________________________________________________________________________
10794 [  6932] By: jhi                                   on 2000/08/30  23:40:07
10795         Log: Mention UNTIE in perldelta.  Still needs documenting
10796              in perltie et alia.
10797      Branch: perl
10798            ! pod/perldelta.pod
10799 ____________________________________________________________________________
10800 [  6931] By: jhi                                   on 2000/08/30  23:36:02
10801         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
10802              From: <abigail@foad.org>
10803              Date: Wed, 30 Aug 2000 19:28:07 -0400
10804              Message-ID: <20000830232807.305.qmail@foad.org>
10805      Branch: perl
10806            ! pod/perldelta.pod
10807 ____________________________________________________________________________
10808 [  6930] By: jhi                                   on 2000/08/30  23:32:40
10809         Log: Update to Unicode 3.0.1.
10810      Branch: perl
10811            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
10812            + lib/unicode/PropList.txt lib/unicode/README.perl
10813            + lib/unicode/UCD301.html lib/unicode/Unicode.301
10814            - lib/unicode/Props.txt lib/unicode/UCD300.html
10815            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10816            ! (edit 257 files)
10817 ____________________________________________________________________________
10818 [  6929] By: jhi                                   on 2000/08/30  22:38:18
10819         Log: Heap decorruption.
10820              
10821              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
10822              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10823              Date: Wed, 30 Aug 2000 22:39:52 +0100
10824              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
10825      Branch: perl
10826            ! sv.c
10827 ____________________________________________________________________________
10828 [  6928] By: jhi                                   on 2000/08/30  22:29:34
10829         Log: Retract the dummy test, skip the security tests (instead of failing),
10830              explain what the warnings mean.
10831      Branch: perl
10832            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
10833 ____________________________________________________________________________
10834 [  6927] By: jhi                                   on 2000/08/30  22:14:13
10835         Log: Change the internal implementation of sort() to be mergesort
10836              instead of quicksort, from John Linderman <jpl@research.att.com>.
10837              Gives us better worst case, better average case, and stability.
10838              What's there not to like?  (Small fixes for threaded builds
10839              were required).
10840      Branch: perl
10841            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
10842 ____________________________________________________________________________
10843 [  6926] By: jhi                                   on 2000/08/30  20:55:20
10844         Log: A better fix for the Socket building problem from Craig Berry.
10845      Branch: perl
10846            ! vms/vms.c
10847 ____________________________________________________________________________
10848 [  6925] By: jhi                                   on 2000/08/30  20:20:25
10849         Log: Subject: [PATCH] Re: UNTIE method 
10850              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10851              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
10852              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
10853      Branch: perl
10854            ! pp_sys.c t/op/tie.t
10855 ____________________________________________________________________________
10856 [  6924] By: jhi                                   on 2000/08/30  20:17:11
10857         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
10858              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10859              Date: Wed, 30 Aug 2000 15:03:14 -0500
10860              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
10861      Branch: perl
10862            ! vms/vms.c
10863 ____________________________________________________________________________
10864 [  6923] By: jhi                                   on 2000/08/30  20:15:18
10865         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
10866              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10867              Date: Wed, 30 Aug 2000 13:30:36 -0500
10868              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
10869      Branch: perl
10870            ! vms/vms.c
10871 ____________________________________________________________________________
10872 [  6922] By: jhi                                   on 2000/08/30  19:54:43
10873         Log: Better options for rsync.
10874      Branch: perl
10875            ! pod/perlhack.pod
10876 ____________________________________________________________________________
10877 [  6921] By: jhi                                   on 2000/08/30  19:40:16
10878         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
10879              From: Rick Delaney <rick@consumercontact.com>
10880              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
10881              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
10882      Branch: perl
10883            ! pod/perlfunc.pod
10884 ____________________________________________________________________________
10885 [  6920] By: jhi                                   on 2000/08/30  19:36:40
10886         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
10887              From: Peter Prymmer <pvhp@forte.com>
10888              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
10889              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
10890      Branch: perl
10891            ! configure.com
10892 ____________________________________________________________________________
10893 [  6919] By: jhi                                   on 2000/08/30  14:52:02
10894         Log: Update Changes.
10895      Branch: perl
10896            ! Changes patchlevel.h
10897 ____________________________________________________________________________
10898 [  6918] By: jhi                                   on 2000/08/30  14:48:34
10899         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
10900      Branch: perl
10901            ! lib/ExtUtils/typemap
10902 ____________________________________________________________________________
10903 [  6917] By: jhi                                   on 2000/08/30  14:46:34
10904         Log: Subject: typos in pods
10905              From: Nicholas Clark <nick@ccl4.org>
10906              Date: Wed, 30 Aug 2000 01:12:50 +0100
10907              Message-ID: <20000830011249.A61388@plum.flirble.org>
10908      Branch: perl
10909            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
10910            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
10911            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
10912            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
10913 ____________________________________________________________________________
10914 [  6916] By: jhi                                   on 2000/08/30  14:19:09
10915         Log: Document Storable problems on Crays.  (Will have
10916              to document all the other Storable problems, too.)
10917      Branch: perl
10918            ! pod/perldelta.pod
10919 ____________________________________________________________________________
10920 [  6915] By: jhi                                   on 2000/08/30  14:06:02
10921         Log: Subject: [PATCH] fix misc cast warnings
10922              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10923              Date: Tue, 29 Aug 2000 23:16:14 -0700
10924              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
10925      Branch: perl
10926            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
10927            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
10928            ! os2/os2ish.h
10929 ____________________________________________________________________________
10930 [  6914] By: jhi                                   on 2000/08/30  14:03:45
10931         Log: Timestamp mismatch again.  Need to fix this dependence on
10932              config_h.SH timestamp, since it's the contents of config_h.SH
10933              that matter.
10934      Branch: perl
10935            ! uconfig.h uconfig.sh
10936 ____________________________________________________________________________
10937 [  6913] By: jhi                                   on 2000/08/30  13:54:06
10938         Log: Don't say "Perl 5.0 source kit".
10939      Branch: perl
10940            ! perl.c
10941 ____________________________________________________________________________
10942 [  6912] By: jhi                                   on 2000/08/30  13:51:24
10943         Log: Reset archname and archname64 always, forcing them be
10944              recomputed at each Configure run, make Configure and
10945              the hints files agree on the naming of largefiles variables.
10946      Branch: metaconfig
10947            ! U/threads/archname.U
10948      Branch: metaconfig/U/perl
10949            ! use64bits.U
10950      Branch: perl
10951            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
10952            ! hints/linux.sh hints/solaris_2.sh
10953 ____________________________________________________________________________
10954 [  6911] By: jhi                                   on 2000/08/30  13:30:13
10955         Log: Put back the slice accidentally removed by #6907.
10956      Branch: perl
10957            ! hints/solaris_2.sh
10958 ____________________________________________________________________________
10959 [  6910] By: jhi                                   on 2000/08/30  01:24:26
10960         Log: Be consistent: other Net::get* do export theirs.
10961              
10962              Subject: Re: Net::protoent does not export 'getproto'
10963              From: Yasushi Nakajima <sey@jkc.co.jp>
10964              Date: Wed, 30 Aug 2000 09:53:14 +0900
10965              Message-Id: <200008300051.DAA24700@taku.hut.fi>
10966      Branch: perl
10967            ! lib/Net/protoent.pm
10968 ____________________________________________________________________________
10969 [  6909] By: jhi                                   on 2000/08/30  01:17:25
10970         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
10971              From: Gurusamy Sarathy <gsar@ActiveState.com>
10972              Date: Tue, 29 Aug 2000 17:17:07 -0700
10973              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
10974      Branch: perl
10975            ! cop.h
10976 ____________________________________________________________________________
10977 [  6908] By: jhi                                   on 2000/08/30  00:58:05
10978         Log: Update Changes.
10979      Branch: perl
10980            ! Changes patchlevel.h
10981 ____________________________________________________________________________
10982 [  6907] By: jhi                                   on 2000/08/30  00:57:22
10983         Log: Introduce ccname to keep track of what compiler kind of we have.
10984      Branch: metaconfig/U/perl
10985            ! Checkcc.U gccvers.U
10986      Branch: perl
10987            ! Configure config_h.SH hints/solaris_2.sh
10988 ____________________________________________________________________________
10989 [  6906] By: jhi                                   on 2000/08/30  00:25:47
10990         Log: Put back the flags dump as reasoned in
10991              
10992              Subject: Re: [PATCH] Glob dumping
10993              From: Mike Guy <mjtg@cam.ac.uk> 
10994              Date: Tue, 29 Aug 2000 21:41:32 +0100
10995              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
10996      Branch: perl
10997            ! dump.c t/lib/peek.t
10998 ____________________________________________________________________________
10999 [  6905] By: jhi                                   on 2000/08/30  00:16:17
11000         Log: Make the epsilon to be relative, not absolute.
11001              
11002              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
11003              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
11004              Date: Tue, 29 Aug 2000 19:58:56 -0400
11005              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
11006      Branch: perl
11007            ! t/lib/trig.t
11008 ____________________________________________________________________________
11009 [  6904] By: jhi                                   on 2000/08/30  00:13:09
11010         Log: From now on, Gisle is on my list of usual suspects :-)
11011              Retract #6902.
11012      Branch: perl
11013            ! ext/Opcode/Safe.pm
11014 ____________________________________________________________________________
11015 [  6903] By: jhi                                   on 2000/08/29  23:51:20
11016         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
11017              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11018              Date: Tue, 29 Aug 2000 18:43:26 -0500
11019              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
11020      Branch: perl
11021            + vms/vmspipe.com
11022            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
11023            ! vms/vms.c
11024 ____________________________________________________________________________
11025 [  6902] By: jhi                                   on 2000/08/29  23:44:14
11026         Log: Retry what #6882 attempted.
11027              
11028              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
11029              From: Gisle Aas <gisle@ActiveState.com>
11030              Date: 30 Aug 2000 00:33:09 +0200
11031              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
11032      Branch: perl
11033            ! ext/Opcode/Safe.pm
11034 ____________________________________________________________________________
11035 [  6901] By: jhi                                   on 2000/08/29  22:59:32
11036         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
11037              From: Hugo <hv@crypt.compulink.co.uk>
11038              Date: Mon, 12 Jun 2000 19:36:08 +0100
11039              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
11040      Branch: perl
11041            ! sv.c
11042 ____________________________________________________________________________
11043 [  6900] By: jhi                                   on 2000/08/29  22:58:35
11044         Log: Admit that we are leaking scalars.
11045              
11046              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
11047              From: Spider Boardman <spider@leggy.zk3.dec.com>
11048              Date: Tue, 29 Aug 2000 18:48:29 -0400
11049              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
11050      Branch: perl
11051            ! t/pragma/warnings.t
11052 ____________________________________________________________________________
11053 [  6899] By: jhi                                   on 2000/08/29  20:53:13
11054         Log: Update Changes.
11055      Branch: perl
11056            ! Changes patchlevel.h
11057 ____________________________________________________________________________
11058 [  6898] By: jhi                                   on 2000/08/29  20:46:21
11059         Log: Undo namespace pollution of #6878.
11060              
11061              Subject: Re: Net::protoent does not export 'getproto'
11062              From: Mike Guy <mjtg@cam.ac.uk>
11063              Date: Tue, 29 Aug 2000 21:32:37 +0100
11064              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
11065      Branch: perl
11066            ! lib/Net/protoent.pm
11067 ____________________________________________________________________________
11068 [  6897] By: jhi                                   on 2000/08/29  20:44:29
11069         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
11070              From: Peter Prymmer <pvhp@forte.com>
11071              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
11072              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
11073      Branch: perl
11074            ! pod/perlebcdic.pod
11075 ____________________________________________________________________________
11076 [  6896] By: jhi                                   on 2000/08/29  20:40:57
11077         Log: There's no point repeating the 'revision' (5) of perl5.
11078      Branch: metaconfig/U/perl
11079            ! Devel.U patchlevel.U
11080      Branch: perl
11081            ! Configure config_h.SH
11082 ____________________________________________________________________________
11083 [  6895] By: jhi                                   on 2000/08/29  20:16:58
11084         Log: Regen Configure for #6894.
11085      Branch: metaconfig/U/perl
11086            ! perladmin.U
11087      Branch: perl
11088            ! Configure config_h.SH
11089 ____________________________________________________________________________
11090 [  6894] By: jhi                                   on 2000/08/29  19:59:52
11091         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
11092              From: "Philip Newton" <Philip.Newton@gmx.net>
11093              Date: Tue, 29 Aug 2000 21:39:14 +0200
11094              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
11095      Branch: perl
11096            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
11097            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
11098            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
11099            ! utils/perlbug.PL
11100 ____________________________________________________________________________
11101 [  6893] By: jhi                                   on 2000/08/29  19:55:30
11102         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
11103              From: "Philip Newton" <Philip.Newton@gmx.net>
11104              Date: Tue, 29 Aug 2000 21:39:14 +0200
11105              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
11106      Branch: perl
11107            ! installhtml
11108 ____________________________________________________________________________
11109 [  6892] By: jhi                                   on 2000/08/29  19:53:59
11110         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
11111              From: "Philip Newton" <Philip.Newton@gmx.net>
11112              Date: Tue, 29 Aug 2000 21:48:18 +0200
11113              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
11114      Branch: perl
11115            ! lib/File/Temp.pm
11116 ____________________________________________________________________________
11117 [  6891] By: jhi                                   on 2000/08/29  18:30:03
11118         Log: Nail the ID 20000828.023.
11119      Branch: perl
11120            ! ext/Storable/Storable.xs
11121 ____________________________________________________________________________
11122 [  6890] By: jhi                                   on 2000/08/29  16:50:17
11123         Log: Under usethreads the dumped variable is IN_PAD.
11124              
11125              Subject: Re: [PATCH] Glob dumping
11126              From: Gisle Aas <gisle@ActiveState.com>
11127              Date: 29 Aug 2000 18:45:05 +0200
11128              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
11129      Branch: perl
11130            ! t/lib/peek.t
11131 ____________________________________________________________________________
11132 [  6889] By: jhi                                   on 2000/08/29  15:17:37
11133         Log: Update Changes.
11134      Branch: perl
11135            ! Changes patchlevel.h
11136 ____________________________________________________________________________
11137 [  6888] By: jhi                                   on 2000/08/29  14:49:59
11138         Log: Retract #6882, broke the safe tests.
11139      Branch: perl
11140            ! ext/Opcode/Safe.pm
11141 ____________________________________________________________________________
11142 [  6887] By: jhi                                   on 2000/08/29  14:47:06
11143         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
11144              From: Gisle Aas <gisle@ActiveState.com> 
11145              Date: 09 Jun 2000 20:00:11 +0200
11146              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
11147      Branch: perl
11148            ! utils/perldoc.PL
11149 ____________________________________________________________________________
11150 [  6886] By: jhi                                   on 2000/08/29  14:42:45
11151         Log: The #6881 removed one dump line.
11152      Branch: perl
11153            ! t/lib/peek.t
11154 ____________________________________________________________________________
11155 [  6885] By: jhi                                   on 2000/08/29  14:30:47
11156         Log: Don't forget to tidy up.
11157      Branch: perl
11158            ! t/lib/ftmp-security.t
11159 ____________________________________________________________________________
11160 [  6884] By: jhi                                   on 2000/08/29  14:25:17
11161         Log: Disabling the one test is a bit tricky.
11162      Branch: perl
11163            ! t/lib/ftmp-security.t
11164 ____________________________________________________________________________
11165 [  6883] By: jhi                                   on 2000/08/29  14:16:25
11166         Log: Disable one of the tests for now.
11167      Branch: perl
11168            ! t/lib/ftmp-security.t
11169 ____________________________________________________________________________
11170 [  6882] By: jhi                                   on 2000/08/29  14:05:50
11171         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
11172              From: gisle@aas.no
11173              Date: 29 Aug 2000 10:35:06 -0000
11174              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
11175      Branch: perl
11176            ! ext/Opcode/Safe.pm
11177 ____________________________________________________________________________
11178 [  6881] By: jhi                                   on 2000/08/29  14:03:51
11179         Log: Subject: [PATCH] Glob dumping
11180              From: Gisle Aas <gisle@ActiveState.com>
11181              Date: 29 Aug 2000 07:59:42 -0000
11182              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
11183      Branch: perl
11184            ! dump.c
11185 ____________________________________________________________________________
11186 [  6880] By: jhi                                   on 2000/08/29  14:02:01
11187         Log: Subject: [PATCH] Warnings in B::Deparse
11188              From: <abigail@foad.org>
11189              Date: Tue, 29 Aug 2000 00:00:01 -0400
11190              Message-ID: <20000829040001.2999.qmail@foad.org>
11191      Branch: perl
11192            ! ext/B/B/Deparse.pm
11193 ____________________________________________________________________________
11194 [  6879] By: jhi                                   on 2000/08/29  13:57:26
11195         Log: Missed a change in #6869.
11196      Branch: perl
11197            ! mg.c
11198 ____________________________________________________________________________
11199 [  6878] By: jhi                                   on 2000/08/29  13:45:04
11200         Log: Subject: Net::protoent does not export 'getproto'
11201              From: Yasushi Nakajima <sey@jkc.co.jp>
11202              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
11203      Branch: perl
11204            ! lib/Net/protoent.pm
11205 ____________________________________________________________________________
11206 [  6877] By: jhi                                   on 2000/08/29  13:39:19
11207         Log: Patches all over for people and the files they (hopefully) care about.
11208      Branch: perl
11209            ! AUTHORS Changes MAINTAIN
11210 ____________________________________________________________________________
11211 [  6876] By: jhi                                   on 2000/08/29  12:53:54
11212         Log: Fix for thinko in #6848.
11213              
11214              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
11215              From: Lupe Christoph <lupe@lupe-christoph.de>
11216              Date: Tue, 29 Aug 2000 09:04:08 +0200
11217              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
11218      Branch: perl
11219            ! ext/Thread/Thread.xs
11220 ____________________________________________________________________________
11221 [  6875] By: jhi                                   on 2000/08/29  12:50:14
11222         Log: Update to Getopt::Long 2.24, from Johan Vromans.
11223      Branch: perl
11224            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
11225 ____________________________________________________________________________
11226 [  6874] By: jhi                                   on 2000/08/29  02:09:53
11227         Log: Use minimal @INC in tests, most of the time just '../lib',
11228              so that we simply can't pick up stuff from other Perls than
11229              the one we are testing.  Pointed out by
11230              
11231              From: Mike Guy <mjtg@cam.ac.uk>
11232              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
11233              Date: Fri, 25 Aug 2000 15:15:59 +0100
11234              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
11235      Branch: perl
11236            ! (edit 185 files)
11237 ____________________________________________________________________________
11238 [  6873] By: jhi                                   on 2000/08/29  01:07:11
11239         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
11240              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11241              Date: Mon, 28 Aug 2000 17:45:52 -0700
11242              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
11243      Branch: perl
11244            ! Makefile.SH hints/os2.sh
11245 ____________________________________________________________________________
11246 [  6872] By: jhi                                   on 2000/08/28  23:33:39
11247         Log: Subject: [PATCH bleedperl@6866] spellings
11248              From: marcel@codewerk.com (Marcel Grunauer)
11249              Date: Tue, 29 Aug 2000 01:19:59 +0200
11250              Message-Id: <200008282319.BAA29862@gandalf.local>
11251      Branch: perl
11252            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
11253            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
11254            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
11255 ____________________________________________________________________________
11256 [  6871] By: jhi                                   on 2000/08/28  23:22:09
11257         Log: Take out the SUIDMAIL thing, that will not be
11258              a problem in 5.7.*.
11259      Branch: perl
11260            ! patchlevel.h
11261 ____________________________________________________________________________
11262 [  6870] By: jhi                                   on 2000/08/28  23:19:30
11263         Log: -S is the silent flag, -s is the strip flag.
11264              
11265              Subject: [PATCH] Re: [PATCH] make no-install          
11266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11267              Date: Mon, 28 Aug 2000 15:12:55 -0700
11268              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
11269      Branch: perl
11270            ! Makefile.SH
11271 ____________________________________________________________________________
11272 [  6869] By: jhi                                   on 2000/08/28  23:12:05
11273         Log: Subject: [PATCH bleedperl@6856] warnings fixes
11274              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11275              Date: Mon, 28 Aug 2000 23:55:06 +0100
11276              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
11277      Branch: perl
11278            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
11279            ! warnings.h warnings.pl
11280 ____________________________________________________________________________
11281 [  6868] By: jhi                                   on 2000/08/28  21:38:22
11282         Log: Potential cruft.
11283      Branch: perl
11284            ! Makefile.SH
11285 ____________________________________________________________________________
11286 [  6867] By: jhi                                   on 2000/08/28  21:35:36
11287         Log: Update Changes.
11288      Branch: perl
11289            ! Changes patchlevel.h
11290 ____________________________________________________________________________
11291 [  6866] By: jhi                                   on 2000/08/28  21:33:49
11292         Log: Subject: hv.h Doc Patch
11293              From: Fisher Mark <fisherm@tce.com>
11294              Date: Mon, 28 Aug 2000 16:24:59 -0500
11295              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
11296      Branch: perl
11297            ! hv.h
11298 ____________________________________________________________________________
11299 [  6865] By: jhi                                   on 2000/08/28  21:02:15
11300         Log: Add -ld to archname on long tr...double platforms.
11301      Branch: metaconfig
11302            ! U/threads/archname.U
11303      Branch: perl
11304            ! Configure config_h.SH
11305 ____________________________________________________________________________
11306 [  6864] By: jhi                                   on 2000/08/28  20:38:59
11307         Log: An attempt to fix the problem reported in
11308              
11309              Subject: Building perl@6856 using gcc/AIX 4.3.3 
11310              From: Daniel Muino <dmuino@afip.gov.ar> 
11311              Date: Mon, 28 Aug 2000 15:50:01 -0300   
11312              Message-ID: <20000828155001.A14403@con2-dgi>
11313              
11314              I can't test this properly since the gcc installation I have
11315              access to seems to be botched (gcc is calling the AIX cpp,
11316              a losing proposition...)
11317      Branch: perl
11318            ! hints/aix.sh
11319 ____________________________________________________________________________
11320 [  6863] By: jhi                                   on 2000/08/28  18:57:52
11321         Log: Fix for ID 20000828.001, long doubles were not formatted
11322              correctly (showed up in $], which stopped installing perl).
11323      Branch: perl
11324            ! sv.c
11325 ____________________________________________________________________________
11326 [  6862] By: jhi                                   on 2000/08/28  18:07:15
11327         Log: Typo in #6858.
11328      Branch: perl
11329            ! lib/Cwd.pm
11330 ____________________________________________________________________________
11331 [  6861] By: jhi                                   on 2000/08/28  17:57:27
11332         Log: opmini.o may be left around if a build is interrupted.
11333      Branch: perl
11334            ! Makefile.SH
11335 ____________________________________________________________________________
11336 [  6860] By: jhi                                   on 2000/08/28  16:52:50
11337         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
11338              From: Daniel Chetlin <daniel@chetlin.com>
11339              Date: Mon, 28 Aug 2000 01:14:18 -0700
11340              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
11341      Branch: perl
11342            ! lib/overload.pm
11343 ____________________________________________________________________________
11344 [  6859] By: jhi                                   on 2000/08/28  16:08:46
11345         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
11346              From: Nicholas Clark <nick@ccl4.org>
11347              Date: Mon, 28 Aug 2000 16:03:27 +0100
11348              Message-Id: <20000828160327.C49785@plum.flirble.org>
11349      Branch: perl
11350            ! ext/ByteLoader/bytecode.h
11351 ____________________________________________________________________________
11352 [  6858] By: jhi                                   on 2000/08/28  16:02:10
11353         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
11354              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
11355              Date: Mon, 28 Aug 2000 13:08:30 +0200
11356              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
11357      Branch: perl
11358            ! lib/Cwd.pm
11359 ____________________________________________________________________________
11360 [  6857] By: jhi                                   on 2000/08/28  15:42:47
11361         Log: display_format used as a class method without arguments was broken,
11362              reported in
11363              
11364              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
11365              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
11366              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
11367              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
11368      Branch: perl
11369            ! lib/Math/Complex.pm t/lib/complex.t
11370 ____________________________________________________________________________
11371 [  6856] By: jhi                                   on 2000/08/27  22:09:48
11372         Log: Update Changes.
11373      Branch: perl
11374            ! Changes patchlevel.h
11375 ____________________________________________________________________________
11376 [  6855] By: jhi                                   on 2000/08/27  21:59:21
11377         Log: Retract #6853 (false alarm).
11378      Branch: perl
11379            ! lib/ExtUtils/xsubpp
11380 ____________________________________________________________________________
11381 [  6854] By: jhi                                   on 2000/08/27  21:37:44
11382         Log: Update Changes.
11383      Branch: perl
11384            ! Changes patchlevel.h
11385 ____________________________________________________________________________
11386 [  6853] By: jhi                                   on 2000/08/27  21:37:16
11387         Log: Subject: [PATCH perl@6850] workaround for xsubpp
11388              From: Hugo <hv@crypt.compulink.co.uk>
11389              Date: Sun, 27 Aug 2000 22:30:25 +0100
11390              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
11391      Branch: perl
11392            ! lib/ExtUtils/xsubpp
11393 ____________________________________________________________________________
11394 [  6852] By: jhi                                   on 2000/08/27  21:33:58
11395         Log: Big-endian 64-bit patch from Raphael Manfredi.
11396      Branch: perl
11397            ! ext/Storable/Storable.xs
11398 ____________________________________________________________________________
11399 [  6851] By: jhi                                   on 2000/08/27  21:22:21
11400         Log: More ruthless editing from Hugo van der Sanden.
11401      Branch: perl
11402            ! pod/perldelta.pod
11403 ____________________________________________________________________________
11404 [  6850] By: jhi                                   on 2000/08/27  16:11:46
11405         Log: Update Changes.
11406      Branch: perl
11407            ! Changes patchlevel.h
11408 ____________________________________________________________________________
11409 [  6849] By: jhi                                   on 2000/08/27  16:11:05
11410         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
11411      Branch: perl
11412            ! configpm pod/perldelta.pod
11413 ____________________________________________________________________________
11414 [  6848] By: jhi                                   on 2000/08/27  15:35:08
11415         Log: Use the actual thread type, not the pointer-to-struct.
11416      Branch: perl
11417            ! ext/Thread/Thread.xs
11418 ____________________________________________________________________________
11419 [  6847] By: jhi                                   on 2000/08/27  15:30:49
11420         Log: Test nit.
11421      Branch: perl
11422            ! t/pragma/warn/pp_sys
11423 ____________________________________________________________________________
11424 [  6846] By: jhi                                   on 2000/08/27  15:19:02
11425         Log: Passing -R in ldflags makes now it to appear in the default
11426              for lddlflags, just like with -L.
11427              
11428              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11429              From: Lupe Christoph <lupe@lupe-christoph.de>
11430              Date: Sun, 27 Aug 2000 10:28:21 +0200
11431              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
11432      Branch: metaconfig/U/perl
11433            ! dlsrc.U
11434      Branch: perl
11435            ! Configure
11436 ____________________________________________________________________________
11437 [  6845] By: jhi                                   on 2000/08/27  15:08:54
11438         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11439              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11440              Date: Sat, 26 Aug 2000 22:23:27 +0100
11441              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
11442      Branch: perl
11443            ! lib/ExtUtils/MM_Unix.pm
11444 ____________________________________________________________________________
11445 [  6844] By: jhi                                   on 2000/08/27  15:02:37
11446         Log: DJGPP update from Laszlo Molnar.
11447              
11448              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
11449              From: ml1050 <ml1050@freemail.hu>
11450              Date: Sat, 26 Aug 2000 23:24:40 +0200
11451              Message-Id: <20000826232440.A439@freemail.hu>
11452      Branch: perl
11453            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
11454            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
11455 ____________________________________________________________________________
11456 [  6843] By: jhi                                   on 2000/08/27  14:53:58
11457         Log: Subject: installman buglet
11458              From: Lupe Christoph <lupe@lupe-christoph.de>
11459              Date: Sun, 27 Aug 2000 14:38:59 +0200
11460              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
11461      Branch: perl
11462            ! installman
11463 ____________________________________________________________________________
11464 [  6842] By: jhi                                   on 2000/08/27  14:52:08
11465         Log: Can't get the test to reliably work thanks to the
11466              inaccurateness of floating point.  "Resolves" bug ids
11467              20000826.003, 20000826.009, 20000826.010,
11468      Branch: perl
11469            ! t/lib/trig.t
11470 ____________________________________________________________________________
11471 [  6841] By: jhi                                   on 2000/08/26  15:53:58
11472         Log: Update Changes.
11473      Branch: perl
11474            ! Changes patchlevel.h
11475 ____________________________________________________________________________
11476 [  6840] By: jhi                                   on 2000/08/26  14:23:03
11477         Log: grep -e isn't portable.
11478              
11479              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
11480              From: chris@broadband.att.com
11481              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
11482              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
11483      Branch: perl
11484            ! hints/solaris_2.sh
11485 ____________________________________________________________________________
11486 [  6839] By: jhi                                   on 2000/08/26  14:12:23
11487         Log: no-install target a la make -n.
11488              
11489              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
11490              From: <abigail@foad.org>
11491              Date: Sat, 26 Aug 2000 03:57:34 -0400
11492              Message-ID: <20000826075735.18912.qmail@foad.org>
11493      Branch: perl
11494            ! Makefile.SH installman installperl
11495 ____________________________________________________________________________
11496 [  6838] By: jhi                                   on 2000/08/26  14:06:33
11497         Log: Retract #6826 as the #6828 should be do the same
11498              in a More Correct Way.
11499      Branch: perl
11500            ! installperl
11501 ____________________________________________________________________________
11502 [  6837] By: jhi                                   on 2000/08/26  05:24:00
11503         Log: More casting.
11504      Branch: perl
11505            ! ext/Storable/Storable.xs
11506 ____________________________________________________________________________
11507 [  6836] By: jhi                                   on 2000/08/26  05:05:46
11508         Log: Nicer in decimal.
11509      Branch: perl
11510            ! ext/Storable/Storable.xs
11511 ____________________________________________________________________________
11512 [  6835] By: jhi                                   on 2000/08/26  05:03:50
11513         Log: There be no UVdf.
11514      Branch: perl
11515            ! ext/Storable/Storable.xs
11516 ____________________________________________________________________________
11517 [  6834] By: jhi                                   on 2000/08/26  05:00:18
11518         Log: Continue IVdfing and UVxfing.
11519      Branch: perl
11520            ! ext/Storable/Storable.xs
11521 ____________________________________________________________________________
11522 [  6833] By: jhi                                   on 2000/08/26  04:53:14
11523         Log: Use IVdf.
11524      Branch: perl
11525            ! ext/Storable/Storable.xs
11526 ____________________________________________________________________________
11527 [  6832] By: jhi                                   on 2000/08/26  04:40:41
11528         Log: Document PTR2XX and INT2PTR.
11529      Branch: perl
11530            ! pod/perlguts.pod
11531 ____________________________________________________________________________
11532 [  6831] By: jhi                                   on 2000/08/26  04:33:18
11533         Log: Use UVxf, PTR2UV, NVff.
11534      Branch: perl
11535            ! ext/Storable/Storable.xs
11536 ____________________________________________________________________________
11537 [  6830] By: jhi                                   on 2000/08/26  04:31:32
11538         Log: Update the test count.
11539      Branch: perl
11540            ! t/lib/trig.t
11541 ____________________________________________________________________________
11542 [  6829] By: jhi                                   on 2000/08/26  03:05:50
11543         Log: Subject: [PATCH] installation not quite silent yet.
11544              From: <abigail@foad.org>
11545              Date: Fri, 25 Aug 2000 20:07:53 -0400
11546              Message-ID: <20000826000753.7822.qmail@foad.org>
11547      Branch: perl
11548            ! installman installperl
11549 ____________________________________________________________________________
11550 [  6828] By: jhi                                   on 2000/08/26  03:05:14
11551         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11552              From: Spider Boardman <spider@web.zk3.dec.com>
11553              Date: Fri, 25 Aug 2000 19:12:40 -0400
11554              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
11555      Branch: perl
11556            ! gv.c
11557 ____________________________________________________________________________
11558 [  6827] By: jhi                                   on 2000/08/25  23:54:34
11559         Log: Support preserving extremely big/small angles.
11560      Branch: perl
11561            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
11562 ____________________________________________________________________________
11563 [  6826] By: jhi                                   on 2000/08/25  23:01:20
11564         Log: Patch installperl to be long double-aware.
11565              
11566              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11567              From: Spider Boardman <spider@web.zk3.dec.com>
11568              Date: Fri, 25 Aug 2000 18:15:23 -0400
11569              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
11570      Branch: perl
11571            ! installperl
11572 ____________________________________________________________________________
11573 [  6825] By: jhi                                   on 2000/08/25  22:58:25
11574         Log: Remove duplicately applied patch shards.
11575              
11576              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
11577              From: Spider Boardman <spider@leggy.zk3.dec.com>
11578              Date: Fri, 25 Aug 2000 16:45:03 -0400
11579              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
11580      Branch: perl
11581            ! t/lib/cgi-html.t
11582 ____________________________________________________________________________
11583 [  6824] By: jhi                                   on 2000/08/25  22:57:00
11584         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
11585              From: Daniel Chetlin <daniel@chetlin.com>
11586              Date: Fri, 25 Aug 2000 12:23:16 -0700
11587              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
11588              
11589              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
11590              From: Daniel Chetlin <daniel@chetlin.com>
11591              Date: Fri, 25 Aug 2000 14:47:19 -0700
11592              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
11593      Branch: perl
11594            ! installman
11595 ____________________________________________________________________________
11596 [  6823] By: jhi                                   on 2000/08/25  22:44:17
11597         Log: Timestamp problem?
11598      Branch: perl
11599            ! uconfig.h uconfig.sh
11600 ____________________________________________________________________________
11601 [  6822] By: jhi                                   on 2000/08/25  19:01:06
11602         Log: One forgotten file from #6816.
11603      Branch: perl
11604            ! vos/config.h
11605 ____________________________________________________________________________
11606 [  6821] By: jhi                                   on 2000/08/25  18:56:39
11607         Log: Regen Changes.
11608      Branch: perl
11609            ! Changes patchlevel.h
11610 ____________________________________________________________________________
11611 [  6820] By: jhi                                   on 2000/08/25  18:52:35
11612         Log: Fix Changes ordering.
11613      Branch: perl
11614            ! Changes
11615 ____________________________________________________________________________
11616 [  6819] By: jhi                                   on 2000/08/25  18:50:25
11617         Log: Update Changes.
11618      Branch: perl
11619            ! Changes patchlevel.h
11620 ____________________________________________________________________________
11621 [  6818] By: jhi                                   on 2000/08/25  18:47:45
11622         Log: Tweak the sfio/useperlio logic, hopefully as wished in
11623              
11624              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
11625              From: Nicholas Clark <nick@babyhippo.co.uk>
11626              Date: Fri, 25 Aug 2000 12:01:45 +0100
11627              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
11628      Branch: metaconfig/U/perl
11629            ! d_sfio.U
11630      Branch: perl
11631            ! Configure
11632 ____________________________________________________________________________
11633 [  6817] By: jhi                                   on 2000/08/25  18:32:51
11634         Log: Allow microperl to assume <math.h>, without it the math
11635              functions like floor() are assumed to return int, which makes
11636              for core dumps in machines where integer and floating register
11637              don't mix.
11638      Branch: perl
11639            ! uconfig.h uconfig.sh
11640 ____________________________________________________________________________
11641 [  6816] By: jhi                                   on 2000/08/25  18:27:17
11642         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
11643              the problem reported in
11644              
11645              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
11646              From: danhale@us.ibm.com
11647              Date: Fri, 25 Aug 2000 10:58:06 -0400
11648              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
11649      Branch: metaconfig/U/perl
11650            + d_socks5_init.U
11651      Branch: perl
11652            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
11653            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
11654            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
11655            ! win32/config.gc win32/config.vc
11656 ____________________________________________________________________________
11657 [  6815] By: jhi                                   on 2000/08/25  17:43:31
11658         Log: A solution for the retrieve_fd autosplit warning,
11659              idea suggested by Mike Guy.
11660      Branch: perl
11661            ! ext/Storable/Storable.pm
11662 ____________________________________________________________________________
11663 [  6814] By: jhi                                   on 2000/08/25  17:16:03
11664         Log: Add install-silent target.
11665      Branch: perl
11666            ! Makefile.SH
11667 ____________________________________________________________________________
11668 [  6813] By: jhi                                   on 2000/08/25  17:14:23
11669         Log: Subject: Re: [PATCH] More silencing of installman.
11670              From: <abigail@foad.org>
11671              Date: Thu, 24 Aug 2000 19:27:03 -0400
11672              Message-ID: <20000824232703.7001.qmail@foad.org>
11673              
11674              Subject: Re: [PATCH] More silencing of installman.
11675              From: <abigail@foad.org>
11676              Date: Fri, 25 Aug 2000 03:00:58 -0400
11677              Message-ID: <20000825070058.10697.qmail@foad.org>
11678      Branch: perl
11679            ! installman
11680 ____________________________________________________________________________
11681 [  6812] By: jhi                                   on 2000/08/25  17:11:28
11682         Log: installperl --verbose and --silent.
11683              
11684              Subject: Re: [PATCH] More silencing of installman.
11685              From: <abigail@foad.org>
11686              Message-ID: <20000825064430.9719.qmail@foad.org>
11687              Date: Fri, 25 Aug 2000 02:44:30 -0400
11688      Branch: perl
11689            ! installperl
11690 ____________________________________________________________________________
11691 [  6811] By: jhi                                   on 2000/08/25  17:05:43
11692         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
11693              From: "Peter J. Farley III" <pjfarley@banet.net>
11694              Date: Thu, 24 Aug 2000 21:58:03 -0400
11695              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
11696              
11697              (applied slightly modified)
11698      Branch: perl
11699            ! lib/ExtUtils/MM_Unix.pm
11700 ____________________________________________________________________________
11701 [  6810] By: jhi                                   on 2000/08/25  17:01:18
11702         Log: Missing parts of 
11703              
11704              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
11705              From: Peter Prymmer <pvhp@forte.com>
11706              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
11707              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
11708      Branch: perl
11709            ! t/lib/cgi-html.t
11710 ____________________________________________________________________________
11711 [  6809] By: jhi                                   on 2000/08/25  16:46:32
11712         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
11713              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11714              Date: Thu, 24 Aug 2000 19:13:11 -0500
11715              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
11716      Branch: perl
11717            ! vms/vms.c
11718 ____________________________________________________________________________
11719 [  6808] By: jhi                                   on 2000/08/25  16:39:22
11720         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
11721              From: Peter Prymmer <pvhp@forte.com>
11722              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
11723              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
11724      Branch: perl
11725            ! configure.com
11726 ____________________________________________________________________________
11727 [  6807] By: jhi                                   on 2000/08/25  16:36:37
11728         Log: Better wording for the vec lvalue diagnostic.
11729              
11730              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
11731              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11732              Date: Wed, 23 Aug 2000 14:12:16 -0400
11733              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
11734      Branch: perl
11735            ! pod/perldiag.pod
11736 ____________________________________________________________________________
11737 [  6806] By: jhi                                   on 2000/08/24  18:17:22
11738         Log: Subject: [PATCH] More silencing of installman.
11739              From: <abigail@foad.org>
11740              Date: Thu, 24 Aug 2000 14:01:44 -0400
11741              Message-ID: <20000824180144.20062.qmail@foad.org>
11742      Branch: perl
11743            ! installman
11744 ____________________________________________________________________________
11745 [  6805] By: jhi                                   on 2000/08/24  15:00:31
11746         Log: Update Changes.
11747      Branch: perl
11748            ! Changes patchlevel.h
11749 ____________________________________________________________________________
11750 [  6804] By: jhi                                   on 2000/08/24  14:59:07
11751         Log: Regen perltoc.
11752      Branch: perl
11753            ! pod/perltoc.pod
11754 ____________________________________________________________________________
11755 [  6803] By: jhi                                   on 2000/08/24  14:44:39
11756         Log: Show the doc file, not the temp file.
11757      Branch: perl
11758            ! installman
11759 ____________________________________________________________________________
11760 [  6802] By: jhi                                   on 2000/08/24  14:41:53
11761         Log: Continue silencing.
11762      Branch: perl
11763            ! installman
11764 ____________________________________________________________________________
11765 [  6801] By: jhi                                   on 2000/08/24  14:34:40
11766         Log: Actually do something with the silencer option.
11767      Branch: perl
11768            ! installman
11769 ____________________________________________________________________________
11770 [  6800] By: jhi                                   on 2000/08/24  14:26:22
11771         Log: Make installman to recognize the silence flag -S.
11772      Branch: perl
11773            ! installman
11774 ____________________________________________________________________________
11775 [  6799] By: jhi                                   on 2000/08/24  13:49:38
11776         Log: DOS patches and portability/porting notes, from Tim Jenness.
11777      Branch: perl
11778            ! lib/File/Temp.pm
11779 ____________________________________________________________________________
11780 [  6798] By: jhi                                   on 2000/08/24  13:48:27
11781         Log: Create directories in silence.
11782              
11783              Subject: [PATCH] Another silencer for MakeMaker
11784              From: andreas.koenig@anima.de (Andreas J. Koenig)
11785              Date: 24 Aug 2000 14:18:52 +0200
11786              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
11787      Branch: perl
11788            ! lib/ExtUtils/Command.pm
11789 ____________________________________________________________________________
11790 [  6797] By: jhi                                   on 2000/08/24  13:46:42
11791         Log: More liberal parsing of version numbers.
11792              
11793              Subject: Re: CPAN.pm beta for testing available
11794              From: andreas.koenig@anima.de (Andreas J. Koenig)
11795              Date: 24 Aug 2000 13:51:57 +0200
11796              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
11797      Branch: perl
11798            ! lib/CPAN.pm
11799 ____________________________________________________________________________
11800 [  6796] By: jhi                                   on 2000/08/24  13:44:36
11801         Log: Make "make install" by default silent.  A new "install-verbose"
11802              target is verbose.
11803      Branch: perl
11804            ! Makefile.SH
11805 ____________________________________________________________________________
11806 [  6795] By: jhi                                   on 2000/08/24  13:39:14
11807         Log: Add silencer flags to installperl.
11808              
11809              Subject: [PATCH] Making installperl silent.
11810              From: <abigail@foad.org>
11811              Date: Thu, 24 Aug 2000 05:01:45 -0400
11812              Message-ID: <20000824090145.13141.qmail@foad.org>
11813      Branch: perl
11814            ! installperl
11815 ____________________________________________________________________________
11816 [  6794] By: jhi                                   on 2000/08/24  13:35:50
11817         Log: installperl couldn't tell whether it had run tests or not.
11818              
11819              Subject: [PATCH] Re: installperl and t/TEST
11820              From: <abigail@foad.org>
11821              Date: Thu, 24 Aug 2000 04:00:53 -0400
11822              Message-ID: <20000824080053.2494.qmail@foad.org>
11823      Branch: perl
11824            ! Makefile.SH installperl
11825 ____________________________________________________________________________
11826 [  6793] By: jhi                                   on 2000/08/24  13:27:50
11827         Log: Drop the separate perlbc, perlcc -b should be enough.
11828      Branch: perl
11829            - utils/perlbc.PL
11830            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
11831 ____________________________________________________________________________
11832 [  6792] By: jhi                                   on 2000/08/24  04:41:30
11833         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
11834              plus the typo fix from Peter Prymmer.
11835      Branch: perl
11836            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11837            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11838 ____________________________________________________________________________
11839 [  6791] By: jhi                                   on 2000/08/24  02:10:43
11840         Log: Replace #6705 with a minimal doc patch.
11841              
11842              Subject: [PATCH 5.6.0] replace change #6705
11843              From: Jan Dubois <jand@ActiveState.com>
11844              Date: Wed, 23 Aug 2000 18:31:51 -0700
11845              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
11846      Branch: perl
11847            ! lib/Win32.pod win32/win32.c
11848 ____________________________________________________________________________
11849 [  6790] By: jhi                                   on 2000/08/23  17:52:00
11850         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
11851              From: Mike Guy <mjtg@cam.ac.uk>
11852              Date: Wed, 23 Aug 2000 18:38:46 +0100
11853              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
11854      Branch: perl
11855            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
11856 ____________________________________________________________________________
11857 [  6789] By: jhi                                   on 2000/08/23  15:34:21
11858         Log: Update Changes.
11859      Branch: perl
11860            ! Changes patchlevel.h
11861 ____________________________________________________________________________
11862 [  6788] By: jhi                                   on 2000/08/23  15:33:40
11863         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
11864              From: Wilfredo Sánchez <wsanchez@apple.com>
11865              Date: Tue, 22 Aug 2000 19:31:27 -0700
11866              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
11867      Branch: perl
11868            ! perl.h
11869 ____________________________________________________________________________
11870 [  6787] By: jhi                                   on 2000/08/23  15:29:31
11871         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
11872              From: Spider Boardman <spider@leggy.zk3.dec.com>
11873              Date: Wed, 23 Aug 2000 10:33:23 -0400
11874              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
11875      Branch: perl
11876            ! lib/Pod/Html.pm
11877 ____________________________________________________________________________
11878 [  6786] By: jhi                                   on 2000/08/23  15:28:11
11879         Log: Bad makefile.
11880      Branch: perl
11881            ! ext/B/Makefile.PL
11882 ____________________________________________________________________________
11883 [  6785] By: jhi                                   on 2000/08/23  14:37:04
11884         Log: Update Changes.
11885      Branch: perl
11886            ! Changes patchlevel.h
11887 ____________________________________________________________________________
11888 [  6784] By: jhi                                   on 2000/08/23  13:58:41
11889         Log: Portability fix from Hugo van der Sanden.
11890      Branch: perl
11891            ! ext/re/Makefile.PL
11892 ____________________________________________________________________________
11893 [  6783] By: jhi                                   on 2000/08/23  13:53:53
11894         Log: Storable support, v-version fixes.
11895              
11896              Subject: CPAN.pm beta for testing available
11897              From: andreas.koenig@anima.de (Andreas J. Koenig)
11898              Date: 22 Aug 2000 23:31:33 +0200
11899              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
11900      Branch: perl
11901            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11902 ____________________________________________________________________________
11903 [  6782] By: jhi                                   on 2000/08/23  13:51:26
11904         Log: Mac and other portability updates from Chris Nandor.
11905      Branch: perl
11906            ! pod/perlmodinstall.pod
11907 ____________________________________________________________________________
11908 [  6781] By: jhi                                   on 2000/08/23  13:47:33
11909         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
11910              From: Peter Prymmer <pvhp@forte.com>
11911              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
11912              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
11913      Branch: perl
11914            ! ext/Storable/Storable.xs
11915 ____________________________________________________________________________
11916 [  6780] By: jhi                                   on 2000/08/23  13:33:34
11917         Log: VMS MMS (make) wants null action.
11918      Branch: perl
11919            ! ext/B/Makefile.PL
11920 ____________________________________________________________________________
11921 [  6779] By: jhi                                   on 2000/08/22  19:44:47
11922         Log: Forgot portability nit.
11923      Branch: perl
11924            ! t/lib/st-forgive.t
11925 ____________________________________________________________________________
11926 [  6778] By: jhi                                   on 2000/08/22  19:35:25
11927         Log: Be portable.
11928      Branch: perl
11929            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
11930            ! t/lib/st-store.t
11931 ____________________________________________________________________________
11932 [  6777] By: jhi                                   on 2000/08/22  18:50:53
11933         Log: Update Changes.
11934      Branch: perl
11935            ! Changes patchlevel.h
11936 ____________________________________________________________________________
11937 [  6776] By: jhi                                   on 2000/08/22  18:44:46
11938         Log: cSVOPo_*v things index into the current PL_curpad
11939              under ithreads, which is different from the curpad
11940              used by the XSUB.  (In other words, the code as-is
11941              before this patch wouldn't work under ithreads.)
11942              From Sarathy.
11943      Branch: perl
11944            ! ext/B/B.xs
11945 ____________________________________________________________________________
11946 [  6775] By: jhi                                   on 2000/08/22  18:18:37
11947         Log: Make the selection of NVff et al stricter.
11948      Branch: metaconfig/U/perl
11949            ! perlxvf.U
11950      Branch: perl
11951            ! Configure config_h.SH
11952 ____________________________________________________________________________
11953 [  6774] By: jhi                                   on 2000/08/22  17:19:42
11954         Log: perldelta nits.
11955      Branch: perl
11956            ! pod/perldelta.pod
11957 ____________________________________________________________________________
11958 [  6773] By: jhi                                   on 2000/08/22  17:06:26
11959         Log: Long double fixes from Spider Boardman.
11960              
11961              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
11962              From: system PRIVILEGED account <root@peano.zk3.dec.com>
11963              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
11964              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
11965      Branch: perl
11966            ! t/lib/bigfltpm.t t/lib/st-06compat.t
11967 ____________________________________________________________________________
11968 [  6772] By: jhi                                   on 2000/08/22  15:04:53
11969         Log: Update Changes.
11970      Branch: perl
11971            ! Changes patchlevel.h
11972 ____________________________________________________________________________
11973 [  6771] By: jhi                                   on 2000/08/22  15:01:44
11974         Log: perldelta fixes from Hugo van der Sanden.
11975      Branch: perl
11976            ! pod/perldelta.pod
11977 ____________________________________________________________________________
11978 [  6770] By: jhi                                   on 2000/08/22  14:34:49
11979         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
11980              From: Hugo <hv@crypt.compulink.co.uk>
11981              Date: Tue, 22 Aug 2000 11:21:53 +0100
11982              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
11983      Branch: perl
11984            ! regcomp.c
11985 ____________________________________________________________________________
11986 [  6769] By: jhi                                   on 2000/08/22  14:30:02
11987         Log: Add Yitzchak, reformat.
11988      Branch: perl
11989            ! Changes config_h.SH
11990 ____________________________________________________________________________
11991 [  6768] By: jhi                                   on 2000/08/22  14:21:35
11992         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
11993              and Spider Boardman.
11994      Branch: metaconfig
11995            ! U/compline/d_gconvert.U
11996      Branch: perl
11997            ! Configure
11998 ____________________________________________________________________________
11999 [  6767] By: jhi                                   on 2000/08/22  14:11:24
12000         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
12001              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12002              Date: Mon, 21 Aug 2000 19:08:31 -0700
12003              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
12004      Branch: perl
12005            - ext/Storable/patchlevel.h
12006            ! MANIFEST ext/Storable/MANIFEST
12007 ____________________________________________________________________________
12008 [  6766] By: jhi                                   on 2000/08/22  13:49:29
12009         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
12010              From: Peter Prymmer <pvhp@forte.com>
12011              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
12012              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
12013      Branch: perl
12014            ! configure.com ext/Storable/Makefile.PL
12015 ____________________________________________________________________________
12016 [  6765] By: jhi                                   on 2000/08/22  13:44:59
12017         Log: Subject: [PATCH blead] B:: missing dependency
12018              From: Hugo <hv@crypt.compulink.co.uk>
12019              Date: Tue, 22 Aug 2000 06:44:33 +0100
12020              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
12021      Branch: perl
12022            ! ext/B/Makefile.PL
12023 ____________________________________________________________________________
12024 [  6764] By: jhi                                   on 2000/08/22  13:38:12
12025         Log: More bytecompiler.
12026      Branch: perl
12027            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
12028 ____________________________________________________________________________
12029 [  6763] By: jhi                                   on 2000/08/22  13:36:44
12030         Log: Bytecompiler patches from Benjamin Stuhl.
12031      Branch: perl
12032            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
12033            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
12034            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
12035            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
12036            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
12037            ! perl.c perlapi.h pod/perldelta.pod
12038 ____________________________________________________________________________
12039 [  6762] By: jhi                                   on 2000/08/21  23:43:40
12040         Log: An obsoleted diagnostic.
12041      Branch: perl
12042            ! pod/perldelta.pod
12043 ____________________________________________________________________________
12044 [  6761] By: jhi                                   on 2000/08/21  23:01:45
12045         Log: The #6759 wasn't quite right.
12046      Branch: perl
12047            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
12048            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
12049            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12050            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12051            ! t/lib/st-tieditems.t
12052 ____________________________________________________________________________
12053 [  6760] By: jhi                                   on 2000/08/21  22:35:49
12054         Log: Be verydeepclean.
12055      Branch: perl
12056            ! Makefile.SH
12057 ____________________________________________________________________________
12058 [  6759] By: jhi                                   on 2000/08/21  22:25:40
12059         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
12060              From: Peter Prymmer <pvhp@forte.com>
12061              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
12062              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
12063      Branch: perl
12064            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
12065            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
12066            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12067            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12068            ! t/lib/st-tieditems.t
12069 ____________________________________________________________________________
12070 [  6758] By: jhi                                   on 2000/08/21  22:22:32
12071         Log: Few more casts, need reported in
12072              
12073              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
12074              From: Mike Stok <mike@stok.co.uk>
12075              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
12076              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
12077              
12078              and
12079              
12080              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
12081              From: abigail@foad.org
12082              Date: 21 Aug 2000 21:31:34 -0000
12083              Message-Id: <20000821213134.30170.qmail@foad.org>
12084      Branch: perl
12085            ! ext/Storable/Storable.xs
12086 ____________________________________________________________________________
12087 [  6757] By: jhi                                   on 2000/08/21  18:37:07
12088         Log: Update Changes.
12089      Branch: perl
12090            ! Changes patchlevel.h
12091 ____________________________________________________________________________
12092 [  6756] By: jhi                                   on 2000/08/21  18:34:02
12093         Log: A pod nit.
12094              
12095              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
12096              From: <abigail@foad.org>
12097              Date: Mon, 21 Aug 2000 14:00:16 -0400
12098              Message-ID: <20000821180016.28627.qmail@foad.org>
12099      Branch: perl
12100            ! pod/perlre.pod
12101 ____________________________________________________________________________
12102 [  6755] By: jhi                                   on 2000/08/21  18:30:56
12103         Log: Use PodParser 1.18 new test.
12104      Branch: perl
12105            ! t/pod/special_seqs.t t/pod/special_seqs.xr
12106 ____________________________________________________________________________
12107 [  6754] By: jhi                                   on 2000/08/21  18:28:35
12108         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
12109              patches cannot be applied since #6712 conflicts.
12110      Branch: perl
12111            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
12112 ____________________________________________________________________________
12113 [  6753] By: jhi                                   on 2000/08/21  18:15:11
12114         Log: Weed out some smaller changes.
12115      Branch: perl
12116            ! pod/perldelta.pod
12117 ____________________________________________________________________________
12118 [  6752] By: jhi                                   on 2000/08/21  18:02:30
12119         Log: Also under djgpp the timestamps are funky.
12120      Branch: perl
12121            ! t/op/stat.t
12122 ____________________________________________________________________________
12123 [  6751] By: jhi                                   on 2000/08/21  17:55:56
12124         Log: Tweak the floating point output routine preferences.
12125      Branch: metaconfig
12126            ! U/compline/d_gconvert.U
12127      Branch: perl
12128            ! Configure
12129 ____________________________________________________________________________
12130 [  6750] By: jhi                                   on 2000/08/21  17:51:29
12131         Log: Unicos/mk requires elaborate paranoia.
12132      Branch: perl
12133            ! lib/Math/Complex.pm
12134 ____________________________________________________________________________
12135 [  6749] By: gsar                                  on 2000/08/21  16:53:31
12136         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
12137      Branch: perl
12138            ! lib/Cwd.pm
12139 ____________________________________________________________________________
12140 [  6748] By: gsar                                  on 2000/08/21  16:22:19
12141         Log: free TLS slot properly on Windows
12142      Branch: perl
12143            ! thread.h win32/perllib.c win32/win32thread.h
12144 ____________________________________________________________________________
12145 [  6747] By: jhi                                   on 2000/08/21  16:20:58
12146         Log: Rename the macro argument because some preprocessors
12147              can't tell the difference and expand arguments also inside
12148              double quoted strings.
12149      Branch: perl
12150            ! regcomp.c
12151 ____________________________________________________________________________
12152 [  6746] By: jhi                                   on 2000/08/21  16:09:41
12153         Log: Support long doubles in Storable.
12154              
12155              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
12156              From: Radu Greab <radu@netsoft.ro>
12157              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
12158              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
12159      Branch: perl
12160            ! ext/Storable/Storable.xs
12161 ____________________________________________________________________________
12162 [  6745] By: jhi                                   on 2000/08/21  15:51:40
12163         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
12164              From: "Fifer, Eric" <EFifer@sanwaint.com>
12165              Date: Mon, 21 Aug 2000 15:34:49 +0100
12166              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
12167      Branch: perl
12168            ! t/pragma/warn/9enabled
12169 ____________________________________________________________________________
12170 [  6744] By: jhi                                   on 2000/08/21  15:39:35
12171         Log: Document the endianness of Alpha more precisely.
12172      Branch: perl
12173            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
12174            ! pod/perlport.pod
12175 ____________________________________________________________________________
12176 [  6743] By: jhi                                   on 2000/08/21  14:47:05
12177         Log: perldelta fixes from the p5p crowd.
12178      Branch: perl
12179            ! pod/perldelta.pod pod/perlop.pod
12180 ____________________________________________________________________________
12181 [  6742] By: jhi                                   on 2000/08/21  13:34:51
12182         Log: Update to Pod::LaTeX 0.53.
12183              
12184              Subject: [PATCH] lib/Pod/LaTeX.pm updates
12185              From: Tim Jenness <timj@jach.hawaii.edu>
12186              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
12187              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
12188      Branch: perl
12189            ! lib/Pod/LaTeX.pm
12190 ____________________________________________________________________________
12191 [  6741] By: jhi                                   on 2000/08/21  13:33:01
12192         Log: Subject: [PATCH] os2.c fix for use64bitint
12193              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12194              Date: Mon, 21 Aug 2000 01:32:25 -0700
12195              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
12196      Branch: perl
12197            ! os2/os2.c
12198 ____________________________________________________________________________
12199 [  6740] By: jhi                                   on 2000/08/21  13:28:52
12200         Log: Array context keeps slithering in.
12201              
12202              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
12203              From: Daniel Chetlin <daniel@chetlin.com>
12204              Date: Sun, 20 Aug 2000 21:40:25 -0700
12205              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
12206      Branch: perl
12207            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
12208            ! pod/perldebtut.pod
12209 ____________________________________________________________________________
12210 [  6739] By: jhi                                   on 2000/08/21  13:23:55
12211         Log: Big-endian quad fixes for Storable from Radu Greab,
12212              plus few explicit null casts for picky compilers.
12213      Branch: perl
12214            ! ext/Storable/Storable.xs
12215 ____________________________________________________________________________
12216 [  6738] By: gsar                                  on 2000/08/21  05:56:13
12217         Log: small tweaks for change#6705: avoid C++ style comments in C code;
12218              use Perl's malloc API rather than the low level system one
12219      Branch: perl
12220            ! win32/win32.c
12221 ____________________________________________________________________________
12222 [  6737] By: gsar                                  on 2000/08/21  05:35:41
12223         Log: add Storable to list of extensions on Windows
12224      Branch: perl
12225            ! win32/Makefile win32/makefile.mk
12226 ____________________________________________________________________________
12227 [  6736] By: jhi                                   on 2000/08/21  02:57:53
12228         Log: Update Changes.
12229      Branch: perl
12230            ! Changes patchlevel.h
12231 ____________________________________________________________________________
12232 [  6735] By: jhi                                   on 2000/08/21  02:57:20
12233         Log: Draft 0.
12234      Branch: perl
12235            ! pod/perldelta.pod
12236 ____________________________________________________________________________
12237 [  6734] By: jhi                                   on 2000/08/21  02:57:03
12238         Log: Add Storable 0.7.2 from Raphael Manfredi,
12239              plus the patch from
12240              
12241              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
12242              From: Radu Greab <radu@netsoft.ro>
12243              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
12244              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
12245              
12246              plus changes to get Storable to compile with
12247              picky ANSI compilers.
12248      Branch: perl
12249            + ext/Storable/ChangeLog ext/Storable/MANIFEST
12250            + ext/Storable/Makefile.PL ext/Storable/README
12251            + ext/Storable/Storable.pm ext/Storable/Storable.xs
12252            + ext/Storable/patchlevel.h t/lib/st-06compat.t
12253            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
12254            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
12255            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12256            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12257            + t/lib/st-tieditems.t
12258            ! MANIFEST
12259 ____________________________________________________________________________
12260 [  6733] By: jhi                                   on 2000/08/21  02:29:09
12261         Log: The correct cleaning order is an art.
12262      Branch: perl
12263            ! Makefile.SH
12264 ____________________________________________________________________________
12265 [  6732] By: jhi                                   on 2000/08/21  01:23:39
12266         Log: The #6724 is here.
12267      Branch: perl
12268            ! t/lib/ftmp-security.t
12269 ____________________________________________________________________________
12270 [  6731] By: jhi                                   on 2000/08/20  23:17:03
12271         Log: s/this one/the 5.6.0 release/
12272      Branch: perl
12273            ! pod/perl56delta.pod
12274 ____________________________________________________________________________
12275 [  6730] By: jhi                                   on 2000/08/20  23:07:34
12276         Log: Mention perlebcdic and perlposix-bc.
12277      Branch: perl
12278            ! pod/perlport.pod
12279 ____________________________________________________________________________
12280 [  6729] By: jhi                                   on 2000/08/20  21:32:59
12281         Log: Document the number of exponent digits.
12282      Branch: perl
12283            ! pod/perlfunc.pod
12284 ____________________________________________________________________________
12285 [  6728] By: jhi                                   on 2000/08/20  21:16:47
12286         Log: Use File::Spec->tmpdir().
12287              
12288              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
12289              From: Tim Jenness <timj@jach.hawaii.edu>
12290              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
12291              MIME-Version: 1.0
12292              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
12293      Branch: perl
12294            ! utils/perlbug.PL
12295 ____________________________________________________________________________
12296 [  6727] By: jhi                                   on 2000/08/20  20:43:32
12297         Log: Update Changes.
12298      Branch: perl
12299            ! Changes patchlevel.h
12300 ____________________________________________________________________________
12301 [  6726] By: jhi                                   on 2000/08/20  20:41:44
12302         Log: The veryclean target needs to clobber.
12303      Branch: perl
12304            ! Makefile.SH
12305 ____________________________________________________________________________
12306 [  6725] By: jhi                                   on 2000/08/20  20:37:38
12307         Log: Document odd vs even subreleases and -Dusedevel.
12308      Branch: perl
12309            ! INSTALL
12310 ____________________________________________________________________________
12311 [  6724] By: jhi                                   on 2000/08/20  19:58:05
12312         Log: Use temporary directory instead of current directory.
12313              
12314              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
12315              From: Tim Jenness <timj@jach.hawaii.edu>
12316              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
12317              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
12318      Branch: perl
12319            ! t/lib/ftmp-security.t
12320 ____________________________________________________________________________
12321 [  6723] By: jhi                                   on 2000/08/20  19:55:55
12322         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
12323              From: andreas.koenig@anima.de (Andreas J. Koenig)
12324              Date: 20 Aug 2000 15:52:03 +0200
12325              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
12326      Branch: perl
12327            ! lib/ExtUtils/MM_Unix.pm
12328 ____________________________________________________________________________
12329 [  6722] By: jhi                                   on 2000/08/20  19:46:01
12330         Log: Update to CGI 2.72, from Lincoln Stein.
12331      Branch: perl
12332            ! lib/CGI.pm
12333 ____________________________________________________________________________
12334 [  6721] By: jhi                                   on 2000/08/20  19:43:54
12335         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
12336              From: Radu Greab <radu@netsoft.ro>
12337              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
12338              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
12339      Branch: perl
12340            ! ext/GDBM_File/GDBM_File.xs
12341 ____________________________________________________________________________
12342 [  6720] By: jhi                                   on 2000/08/20  19:42:01
12343         Log: pp_open() could pass an uninitialized filename down to do_open9().
12344      Branch: perl
12345            ! pp_sys.c
12346 ____________________________________________________________________________
12347 [  6719] By: jhi                                   on 2000/08/20  14:06:41
12348         Log: UTF8 concat fixes.
12349              
12350              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
12351              From: Hugo <hv@crypt.compulink.co.uk>
12352              Date: Sun, 20 Aug 2000 07:30:46 +0100
12353              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
12354      Branch: perl
12355            ! pp_hot.c t/op/append.t
12356 ____________________________________________________________________________
12357 [  6718] By: jhi                                   on 2000/08/20  02:09:37
12358         Log: Let's try #6717 again.
12359      Branch: perl
12360            ! lib/File/Temp.pm
12361 ____________________________________________________________________________
12362 [  6717] By: jhi                                   on 2000/08/20  01:56:55
12363         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
12364              From: "Craig A. Berry" <craig.berry@metamorgs.com>
12365              Date: Sat, 19 Aug 2000 18:15:39 -0500
12366              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
12367      Branch: perl
12368            ! lib/File/Temp.pm
12369 ____________________________________________________________________________
12370 [  6716] By: jhi                                   on 2000/08/19  15:50:11
12371         Log: Update Changes.
12372      Branch: perl
12373            ! Changes patchlevel.h
12374 ____________________________________________________________________________
12375 [  6715] By: jhi                                   on 2000/08/19  15:39:09
12376         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
12377              From: Jonathan D Johnston <jdjohnston2@juno.com>
12378              Date: Thu, 17 Aug 2000 23:13:01 -0400       
12379              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
12380      Branch: perl
12381            ! pod/perlfunc.pod
12382 ____________________________________________________________________________
12383 [  6714] By: jhi                                   on 2000/08/19  15:34:04
12384         Log: Introduce a 'veryclean' target that is like 'distclean'
12385              but also removes *~ and *.orig.
12386      Branch: perl
12387            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
12388            ! utils/Makefile x2p/Makefile.SH
12389 ____________________________________________________________________________
12390 [  6713] By: jhi                                   on 2000/08/19  14:15:45
12391         Log: Put back the long double avoidance code to POSIX.xs
12392              because VMS seems to need it still.
12393      Branch: perl
12394            ! ext/POSIX/POSIX.xs
12395 ____________________________________________________________________________
12396 [  6712] By: jhi                                   on 2000/08/19  14:10:41
12397         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
12398              From: Peter Prymmer <pvhp@forte.com>
12399              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
12400              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
12401      Branch: perl
12402            ! lib/Pod/Find.pm t/pod/find.t
12403 ____________________________________________________________________________
12404 [  6711] By: jhi                                   on 2000/08/19  14:09:19
12405         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
12406              From: Peter Prymmer <pvhp@forte.com>
12407              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
12408              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
12409              cc: vmsperl@perl.org
12410      Branch: perl
12411            ! t/lib/peek.t
12412 ____________________________________________________________________________
12413 [  6710] By: jhi                                   on 2000/08/19  14:08:01
12414         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
12415              From: Jan Dubois <jand@ActiveState.com>
12416              Date: Fri, 18 Aug 2000 16:31:48 -0700
12417              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
12418      Branch: perl
12419            ! win32/win32.c
12420 ____________________________________________________________________________
12421 [  6709] By: jhi                                   on 2000/08/19  14:06:57
12422         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
12423              
12424              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
12425              From: Spider.Boardman@Orb.Nashua.NH.US
12426              Date: Fri, 18 Aug 2000 18:41:14 -0400
12427              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
12428      Branch: perl
12429            ! regcomp.c
12430 ____________________________________________________________________________
12431 [  6708] By: jhi                                   on 2000/08/18  22:04:49
12432         Log: Update Changes.
12433      Branch: perl
12434            ! Changes patchlevel.h
12435 ____________________________________________________________________________
12436 [  6707] By: jhi                                   on 2000/08/18  21:55:14
12437         Log: Add warnif(), check warnings further up the stack,
12438              all the warnings functions now can take an optional object reference.
12439              
12440              Subject: [PATCH bleedperl@6691] warnings pragma update
12441              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12442              Date: Fri, 18 Aug 2000 22:42:06 +0100
12443              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
12444      Branch: perl
12445            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
12446            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
12447            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
12448 ____________________________________________________________________________
12449 [  6706] By: jhi                                   on 2000/08/18  21:41:45
12450         Log: Typo in pp_complement().
12451              
12452              Subject: [PATCH perl-current] Deparse
12453              From: Peter Scott <Peter@PSDT.com>
12454              Date: Fri, 18 Aug 2000 12:44:37 -0700
12455              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
12456      Branch: perl
12457            ! ext/B/B/Deparse.pm
12458 ____________________________________________________________________________
12459 [  6705] By: jhi                                   on 2000/08/18  21:25:59
12460         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
12461              From: Jan Dubois <jand@ActiveState.com>
12462              Date: Fri, 18 Aug 2000 14:22:51 -0700
12463              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
12464      Branch: perl
12465            ! lib/Win32.pod win32/win32.c
12466 ____________________________________________________________________________
12467 [  6704] By: jhi                                   on 2000/08/18  21:16:14
12468         Log: Don't eat leading os from index entries.
12469              
12470              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
12471              From: Russ Allbery <rra@stanford.edu>
12472              Date: 10 Aug 2000 20:49:25 -0700
12473              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
12474      Branch: perl
12475            ! lib/Pod/Man.pm
12476 ____________________________________________________________________________
12477 [  6703] By: jhi                                   on 2000/08/18  21:07:06
12478         Log: Add [[:blank:]] as suggested in
12479              
12480              Subject: [ID 20000716.024] [=cc=] / [:blank:]
12481              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
12482              Date: Sun, 16 Jul 2000 17:55:29 -0700
12483              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
12484              
12485              (the [=cc=] has already been taken care of by #6439
12486              so the whole bug report can be closed)
12487              
12488              and make [[:space:]] to be equivalent to isspace(3)
12489              (as opposed to \s, which is isSPACE()).  The difference
12490              is that now [[:space:]] matches the mythical vertical tab,
12491              while \s doesn't.
12492      Branch: perl
12493            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
12494            ! regexec.c t/op/pat.t
12495 ____________________________________________________________________________
12496 [  6702] By: jhi                                   on 2000/08/18  18:47:47
12497         Log: The new tests were missing from #6415.
12498      Branch: perl
12499            ! t/op/bop.t
12500 ____________________________________________________________________________
12501 [  6701] By: jhi                                   on 2000/08/18  18:20:40
12502         Log: Document the NDBM_File and ODBM_File as SDBM_File
12503              was documented in #6417.
12504      Branch: perl
12505            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12506            ! ext/SDBM_File/SDBM_File.pm
12507 ____________________________________________________________________________
12508 [  6700] By: jhi                                   on 2000/08/18  18:10:39
12509         Log: Subject: [PATCH perl@6698] cygwin port
12510              From: "Fifer, Eric" <EFifer@sanwaint.com>
12511              Date: Fri, 18 Aug 2000 17:30:05 +0100
12512              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
12513      Branch: perl
12514            ! lib/File/Temp.pm
12515 ____________________________________________________________________________
12516 [  6699] By: jhi                                   on 2000/08/18  16:21:49
12517         Log: Document code point which makes if (defined %stash::) to work
12518              (noted by Spider Boardman).
12519      Branch: perl
12520            ! op.c
12521 ____________________________________________________________________________
12522 [  6698] By: jhi                                   on 2000/08/18  13:43:27
12523         Log: Update Changes.
12524      Branch: perl
12525            ! Changes patchlevel.h
12526 ____________________________________________________________________________
12527 [  6697] By: jhi                                   on 2000/08/18  13:35:57
12528         Log: Tiny Getopt::Long patch from Johan Vromans.
12529      Branch: perl
12530            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
12531 ____________________________________________________________________________
12532 [  6696] By: jhi                                   on 2000/08/18  13:26:14
12533         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
12534              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
12535              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
12536              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
12537      Branch: perl
12538            ! pod/perldiag.pod pod/perlsyn.pod
12539 ____________________________________________________________________________
12540 [  6695] By: jhi                                   on 2000/08/18  13:13:26
12541         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
12542              From: Daniel Chetlin <daniel@chetlin.com>
12543              Date: Fri, 18 Aug 2000 03:13:36 -0700
12544              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
12545      Branch: perl
12546            ! pod/perlfunc.pod
12547 ____________________________________________________________________________
12548 [  6694] By: jhi                                   on 2000/08/18  13:08:05
12549         Log: Subject: [PATCH] perltrap.pod spring cleaning
12550              From: Daniel Chetlin <daniel@chetlin.com>
12551              Date: Fri, 18 Aug 2000 03:06:54 -0700
12552              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
12553              
12554              plus Mike Guy's nitfix.
12555      Branch: perl
12556            ! pod/perltrap.pod
12557 ____________________________________________________________________________
12558 [  6693] By: jhi                                   on 2000/08/18  13:00:26
12559         Log: Unbuffer the output.
12560              
12561              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
12562              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12563              Date: Thu, 17 Aug 2000 18:39:29 -0700
12564              Message-ID: <RPJn5gzkgydf092yn@efn.org>
12565      Branch: perl
12566            ! t/op/fork.t
12567 ____________________________________________________________________________
12568 [  6692] By: jhi                                   on 2000/08/18  05:19:17
12569         Log: Delete the image, too, not just its MANIFEStation.
12570      Branch: perl
12571            - lib/CGI/eg/wilogo.gif
12572 ____________________________________________________________________________
12573 [  6691] By: jhi                                   on 2000/08/18  05:10:26
12574         Log: Propagate new Configure vars.
12575      Branch: perl
12576            ! configure.com epoc/config.sh uconfig.h uconfig.sh
12577            ! vos/config.def vos/config.h vos/config_h.SH_orig
12578            ! win32/config.bc win32/config.gc win32/config.vc
12579            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12580 ____________________________________________________________________________
12581 [  6690] By: jhi                                   on 2000/08/18  04:30:56
12582         Log: Update Changes.
12583      Branch: perl
12584            ! Changes patchlevel.h
12585 ____________________________________________________________________________
12586 [  6689] By: jhi                                   on 2000/08/18  04:12:30
12587         Log: Fix the lib/complex failure of
12588              
12589              From: abigail@foad.org
12590              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12591              Date: 15 Aug 2000 04:06:38 -0000
12592              Message-Id: <20000815040638.8524.qmail@foad.org> 
12593              
12594              Linux long double accuracy issue: something that
12595              when printed with %g looks like "2" but int() of it is 1.
12596      Branch: perl
12597            ! lib/Math/Complex.pm
12598 ____________________________________________________________________________
12599 [  6688] By: jhi                                   on 2000/08/18  03:15:35
12600         Log: The byteorder code in #6671 was wrong.
12601      Branch: perl
12602            ! configpm
12603 ____________________________________________________________________________
12604 [  6687] By: jhi                                   on 2000/08/18  02:08:42
12605         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
12606              From: Jan Dubois <jand@ActiveState.com>
12607              Date: Thu, 17 Aug 2000 18:31:55 -0700
12608              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
12609      Branch: perl
12610            ! sv.c
12611 ____________________________________________________________________________
12612 [  6686] By: jhi                                   on 2000/08/18  02:04:15
12613         Log: Use NVs in POSIX math, not doubles.
12614              
12615              From: abigail@foad.org
12616              Subject: [ID 20000817.014] POSIX & modfl
12617              Date: 17 Aug 2000 20:49:18 -0000
12618              Message-Id: <20000817204918.23123.qmail@foad.org>
12619      Branch: perl
12620            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
12621 ____________________________________________________________________________
12622 [  6685] By: jhi                                   on 2000/08/18  02:02:12
12623         Log: Introduce NVef, NVff, and NVgf, use the middle one.
12624              (helps for lib/peek + Linux + long doubles)  Reported in
12625              
12626              From: abigail@foad.org
12627              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12628              Date: 15 Aug 2000 04:06:38 -0000
12629              Message-Id: <20000815040638.8524.qmail@foad.org> 
12630              
12631              (note: the lib/complex failure has not yet been addressed)
12632      Branch: metaconfig/U/perl
12633            ! perlxvf.U
12634      Branch: perl
12635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12636            ! config_h.SH dump.c perl.h pod/perlguts.pod
12637 ____________________________________________________________________________
12638 [  6684] By: jhi                                   on 2000/08/17  23:22:19
12639         Log: Add byteorder to the myconfig output.
12640      Branch: perl
12641            ! myconfig.SH
12642 ____________________________________________________________________________
12643 [  6683] By: jhi                                   on 2000/08/17  23:20:19
12644         Log: The image doth not exist, spotted by Johan Vromans.
12645      Branch: perl
12646            ! MANIFEST
12647 ____________________________________________________________________________
12648 [  6682] By: jhi                                   on 2000/08/17  22:38:16
12649         Log: Document what the backtick returns if the command fails.
12650      Branch: perl
12651            ! pod/perlop.pod
12652 ____________________________________________________________________________
12653 [  6681] By: jhi                                   on 2000/08/17  22:33:12
12654         Log: Do not use prototyping here.
12655              
12656              Subject: [ID 20000817.016] [PATCH] Peek.xs
12657              From: abigail@foad.org
12658              Date: 17 Aug 2000 20:55:56 -0000
12659              Message-Id: <20000817205556.24270.qmail@foad.org>
12660      Branch: perl
12661            ! ext/Devel/Peek/Makefile.PL
12662 ____________________________________________________________________________
12663 [  6680] By: jhi                                   on 2000/08/17  19:46:43
12664         Log: Don't propose using modules built for 5.005 if no binary
12665              compatibility with 5.005 is attempted.
12666              
12667              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12668              Subject: Minor nit with 5.7.0 (6655)
12669              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
12670              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
12671      Branch: metaconfig
12672            ! U/installdirs/inc_version_list.U
12673      Branch: perl
12674            ! Configure config_h.SH
12675 ____________________________________________________________________________
12676 [  6679] By: jhi                                   on 2000/08/17  19:16:39
12677         Log: Microperl config update.
12678      Branch: perl
12679            ! uconfig.h uconfig.sh
12680 ____________________________________________________________________________
12681 [  6678] By: jhi                                   on 2000/08/17  19:16:13
12682         Log: The #6648 wasn't protective enough for limited platforms
12683              (like microperl).
12684      Branch: perl
12685            ! dump.c sv.c
12686 ____________________________________________________________________________
12687 [  6677] By: jhi                                   on 2000/08/17  14:46:35
12688         Log: Update Changes.
12689      Branch: perl
12690            ! Changes patchlevel.h
12691 ____________________________________________________________________________
12692 [  6676] By: jhi                                   on 2000/08/17  14:44:02
12693         Log: Add perlebcdic from Peter Prymmer, regen toc.
12694      Branch: perl
12695            + pod/perlebcdic.pod
12696            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12697 ____________________________________________________________________________
12698 [  6675] By: jhi                                   on 2000/08/17  14:41:52
12699         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
12700      Branch: perl
12701            ! pod/perldebtut.pod
12702 ____________________________________________________________________________
12703 [  6674] By: jhi                                   on 2000/08/17  14:29:43
12704         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
12705              
12706              Subject: [ID 20000724.006] -DLEAKTEST problem
12707              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
12708              Date: Tue, 25 Jul 2000 00:36:32 -0500
12709              Message-Id: <20000725003632.A26186@www.llamacom.com>
12710              
12711              Reminder sent
12712              
12713              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
12714              From: Hugo <hv@crypt.compulink.co.uk>
12715              Date: Thu, 17 Aug 2000 15:23:42 +0100
12716              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
12717      Branch: perl
12718            ! util.c
12719 ____________________________________________________________________________
12720 [  6673] By: jhi                                   on 2000/08/17  04:07:10
12721         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
12722              From: John Peacock <JPeacock@UnivPress.com>
12723              Date: Tue, 01 Aug 2000 09:38:12 -0400
12724              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
12725      Branch: perl
12726            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
12727 ____________________________________________________________________________
12728 [  6672] By: jhi                                   on 2000/08/17  03:04:35
12729         Log: Subject: [PATCH] Cwd.pm now uses strict
12730              From: Tim Jenness <timj@jach.hawaii.edu>
12731              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
12732              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
12733      Branch: perl
12734            ! lib/Cwd.pm
12735 ____________________________________________________________________________
12736 [  6671] By: jhi                                   on 2000/08/17  02:16:35
12737         Log: Make $Config{byteorder} more magical so that it is
12738              dynamically computed: nice for 'fat binaries'.
12739              
12740              Subject: [PATCH]: default byteorder
12741              From: Wilfredo Sánchez <wsanchez@apple.com>
12742              Date: Mon, 31 Jul 2000 19:45:31 -0700
12743              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
12744      Branch: perl
12745            ! configpm
12746 ____________________________________________________________________________
12747 [  6670] By: gsar                                  on 2000/08/17  01:22:21
12748         Log: move WNOHANG definition to where other such things are
12749      Branch: perl
12750            ! win32/win32.h
12751 ____________________________________________________________________________
12752 [  6669] By: jhi                                   on 2000/08/17  01:19:17
12753         Log: Update Changes.
12754      Branch: perl
12755            ! Changes patchlevel.h
12756 ____________________________________________________________________________
12757 [  6668] By: jhi                                   on 2000/08/17  01:16:29
12758         Log: Doc nits spotted by Richard Soderberg.
12759      Branch: perl
12760            ! README.posix-bc README.vmesa
12761 ____________________________________________________________________________
12762 [  6667] By: jhi                                   on 2000/08/17  01:12:11
12763         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
12764              From: "Casey R. Tweten" <crt@kiski.net>
12765              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
12766              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
12767      Branch: perl
12768            ! pod/perldebtut.pod
12769 ____________________________________________________________________________
12770 [  6666] By: jhi                                   on 2000/08/17  01:09:31
12771         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
12772              From: "Casey R. Tweten" <crt@kiski.net>
12773              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
12774              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
12775      Branch: perl
12776            ! lib/Shell.pm
12777 ____________________________________________________________________________
12778 [  6665] By: gsar                                  on 2000/08/17  01:03:52
12779         Log: add "ok" targets from change#6632 in makefile.mk
12780      Branch: perl
12781            ! pod/perlport.pod win32/Makefile win32/makefile.mk
12782 ____________________________________________________________________________
12783 [  6664] By: gsar                                  on 2000/08/17  00:56:11
12784         Log: avoid warnings from dense compiler
12785      Branch: perl
12786            ! win32/win32.c
12787 ____________________________________________________________________________
12788 [  6663] By: jhi                                   on 2000/08/17  00:51:49
12789         Log: Tweak the regex compilation errors once more.
12790      Branch: perl
12791            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12792            ! t/op/regmesg.t t/pragma/warn/regcomp
12793 ____________________________________________________________________________
12794 [  6662] By: gsar                                  on 2000/08/17  00:28:19
12795         Log: trailing new %ENV entries weren't being pushed into the real
12796              environment of subprocesses on Windows
12797      Branch: perl
12798            ! t/op/magic.t win32/perlhost.h
12799 ____________________________________________________________________________
12800 [  6661] By: gsar                                  on 2000/08/17  00:19:20
12801         Log: waitpid() now handles externally spawned pids correctly;
12802              fixes for backtick/wait/waitpid failures on Windows 9x
12803              
12804              these changes make the pid returned by process functions on
12805              Windows 9x always positive by clearing the high bit (which
12806              is always set on Win9x); pseudo-process PIDs are likewise
12807              always negative now on Win9x (just as on NT/2000)
12808      Branch: perl
12809            ! pp_sys.c win32/perlhost.h win32/win32.c
12810 ____________________________________________________________________________
12811 [  6660] By: jhi                                   on 2000/08/17  00:04:32
12812         Log: Retract #6645.
12813      Branch: perl
12814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12815            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12816            ! t/op/sprintf.t
12817 ____________________________________________________________________________
12818 [  6659] By: gsar                                  on 2000/08/16  23:59:28
12819         Log: on windows, the return values from wait() and waitpid() don't
12820              match those of pseudo-pids
12821      Branch: perl
12822            ! pp_sys.c t/op/fork.t util.c win32/win32.c
12823 ____________________________________________________________________________
12824 [  6658] By: gsar                                  on 2000/08/16  23:56:14
12825         Log: pod nit seen in passing
12826      Branch: perl
12827            ! pod/perlfunc.pod
12828 ____________________________________________________________________________
12829 [  6657] By: gsar                                  on 2000/08/16  23:53:42
12830         Log: change#6328 could make close(SOCKET) return false on windows
12831              when it shouldn't
12832      Branch: perl
12833            ! win32/win32sck.c
12834 ____________________________________________________________________________
12835 [  6656] By: gsar                                  on 2000/08/16  23:46:57
12836         Log: check that the number pseudo children doesn't exceed
12837              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
12838              the WaitForMultipleObjects() limit that would cause wait()
12839              to crash)
12840              
12841              wait() and waitpid() could potentially be rewritten to use
12842              more than one thread to do the waiting to eliminate this
12843              limitation
12844      Branch: perl
12845            ! win32/perlhost.h
12846 ____________________________________________________________________________
12847 [  6655] By: jhi                                   on 2000/08/16  14:11:05
12848         Log: Update Changes.
12849      Branch: perl
12850            ! Changes patchlevel.h
12851 ____________________________________________________________________________
12852 [  6654] By: jhi                                   on 2000/08/16  14:10:12
12853         Log: Update to perldebtut 1.9, from Richard Foley.
12854      Branch: perl
12855            ! pod/perldebtut.pod
12856 ____________________________________________________________________________
12857 [  6653] By: jhi                                   on 2000/08/16  14:08:17
12858         Log: Change the regx compilation error markers to use = instead of <
12859              since pod makes using the latter quite messy.  Reported in
12860              ID 20000814.006 by Abigail and in
12861              Subject: Unknown escape E<> ?
12862              From: Lupe Christoph <lupe@lupe-christoph.de>
12863              Date: Fri, 11 Aug 2000 00:30:27 +0200
12864              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
12865      Branch: perl
12866            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12867            ! t/op/regmesg.t t/pragma/warn/regcomp
12868 ____________________________________________________________________________
12869 [  6652] By: jhi                                   on 2000/08/16  13:25:31
12870         Log: Change the perlbug address to perl.org since it's more forgiving.
12871              
12872              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
12873              From: abigail@foad.org
12874              Date: 15 Aug 2000 04:15:40 -0000
12875              Message-Id: <20000815041540.8633.qmail@foad.org>
12876      Branch: perl
12877            ! utils/perlbug.PL
12878 ____________________________________________________________________________
12879 [  6651] By: jhi                                   on 2000/08/16  13:22:35
12880         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
12881              From: Tim Jenness <timj@jach.hawaii.edu>
12882              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
12883              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
12884      Branch: perl
12885            ! lib/Cwd.pm
12886 ____________________________________________________________________________
12887 [  6650] By: jhi                                   on 2000/08/16  13:18:13
12888         Log: Update to CPAN 1.57.
12889              
12890              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
12891              From: andreas.koenig@anima.de (Andreas J. Koenig)
12892              Date: 16 Aug 2000 15:09:46 +0200
12893              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
12894      Branch: perl
12895            ! lib/CPAN.pm
12896 ____________________________________________________________________________
12897 [  6649] By: jhi                                   on 2000/08/16  13:12:31
12898         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
12899              From: "Larry W. Virden" <lvirden@cas.org>
12900              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
12901              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
12902      Branch: perl
12903            ! README.hpux
12904 ____________________________________________________________________________
12905 [  6648] By: jhi                                   on 2000/08/16  13:03:53
12906         Log: The numeric locale was reset to "C" by s?printf and never restored.
12907              
12908              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12909              From: Christian Kirsch <ck@held.mind.de>
12910              Date: Wed, 9 Aug 2000 17:05:17 +0200
12911              Message-Id: <20000809170517.A25389@held>
12912              
12913              No test since adding the failing example to locale.t
12914              does not fail -- probably because the locale settings are so
12915              thoroughly tweaked by that time.  Running the example standalone
12916              does fail, though.  UPDATE: test case added at change #7540.
12917      Branch: perl
12918            ! dump.c perl.h pp.c pp_ctl.c sv.c
12919 ____________________________________________________________________________
12920 [  6647] By: jhi                                   on 2000/08/16  00:07:54
12921         Log: Update Changes and test semi-automatic patchlevel updating.
12922      Branch: perl
12923            ! Changes patchlevel.h
12924 ____________________________________________________________________________
12925 [  6646] By: jhi                                   on 2000/08/15  23:35:07
12926         Log: Fix a dependency problem.
12927              
12928              Subject: [PATCH: 6640] VMS Makefile.SH update
12929              From: Peter Prymmer <pvhp@forte.com>
12930              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
12931              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
12932      Branch: perl
12933            ! vms/descrip_mms.template
12934 ____________________________________________________________________________
12935 [  6645] By: jhi                                   on 2000/08/15  23:33:23
12936         Log: (Retracted by #6660)
12937              
12938              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
12939              From: Dominic Dunlop <domo@computer.org>
12940              Date: Tue, 15 Aug 2000 22:20:52 +0200
12941              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
12942      Branch: metaconfig/U/perl
12943            + d_printfed.U
12944      Branch: perl
12945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12946            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12947            ! t/op/sprintf.t
12948 ____________________________________________________________________________
12949 [  6644] By: jhi                                   on 2000/08/15  21:17:20
12950         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
12951              From: abigail@foad.org
12952              Date: 15 Aug 2000 20:12:41 -0000
12953              Message-Id: <20000815201241.25556.qmail@foad.org>
12954      Branch: perl
12955            ! INSTALL
12956 ____________________________________________________________________________
12957 [  6643] By: jhi                                   on 2000/08/15  21:15:28
12958         Log: (an already applied patch)
12959      Branch: perl
12960            ! lib/CGI.pm
12961 ____________________________________________________________________________
12962 [  6642] By: gsar                                  on 2000/08/15  19:54:05
12963         Log: magic callbacks all need to have same type signature
12964      Branch: perl
12965            ! embed.pl mg.c proto.h
12966 ____________________________________________________________________________
12967 [  6641] By: jhi                                   on 2000/08/15  17:56:27
12968         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)
12969              From: Mike Guy <mjtg@cam.ac.uk>
12970              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
12971              Date: Tue, 15 Aug 2000 18:26:45 +0100
12972              
12973              Only the peek.t part applied, not the hash quality part.
12974      Branch: perl
12975            ! t/lib/peek.t
12976 ____________________________________________________________________________
12977 [  6640] By: jhi                                   on 2000/08/15  16:37:37
12978         Log: Update Changes.
12979      Branch: perl
12980            ! Changes
12981 ____________________________________________________________________________
12982 [  6639] By: jhi                                   on 2000/08/15  16:34:55
12983         Log: Missed a file from #6638.
12984      Branch: perl
12985            ! lib/File/Temp.pm
12986 ____________________________________________________________________________
12987 [  6638] By: jhi                                   on 2000/08/15  16:33:19
12988         Log: Subject: [PATCH perl@6620] cygwin port
12989              From: "Fifer, Eric" <EFifer@sanwaint.com>
12990              Date: Tue, 15 Aug 2000 17:00:49 +0100
12991              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
12992      Branch: perl
12993            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
12994 ____________________________________________________________________________
12995 [  6637] By: jhi                                   on 2000/08/15  16:29:22
12996         Log: Subject: [PATCH] debugger exit code should reflect user exit code
12997              From: Mike Guy <mjtg@cam.ac.uk>
12998              Date: Tue, 15 Aug 2000 16:55:59 +0100
12999              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
13000      Branch: perl
13001            ! lib/perl5db.pl
13002 ____________________________________________________________________________
13003 [  6636] By: jhi                                   on 2000/08/15  15:30:58
13004         Log: Update Changes.
13005      Branch: perl
13006            ! Changes
13007 ____________________________________________________________________________
13008 [  6635] By: jhi                                   on 2000/08/15  15:27:21
13009         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
13010      Branch: metaconfig
13011            ! U/mkglossary U/mksample
13012      Branch: metaconfig/U/perl
13013            ! Devel.U
13014      Branch: perl
13015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13016 ____________________________________________________________________________
13017 [  6634] By: jhi                                   on 2000/08/15  14:11:55
13018         Log: Don't blow limited stacks, a lower number is enough to
13019              tickle the lookbehind limit.
13020              
13021              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
13022              From: Dominic Dunlop <domo@computer.org>
13023              Date: Tue, 15 Aug 2000 13:51:24 +0200
13024              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
13025      Branch: perl
13026            ! t/op/regmesg.t
13027 ____________________________________________________________________________
13028 [  6633] By: jhi                                   on 2000/08/15  14:01:46
13029         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
13030              From: Mike Guy <mjtg@cam.ac.uk>
13031              Date: Tue, 15 Aug 2000 12:10:50 +0100
13032              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
13033      Branch: perl
13034            ! utils/perldoc.PL
13035 ____________________________________________________________________________
13036 [  6632] By: jhi                                   on 2000/08/15  13:58:48
13037         Log: make ok etc also for win32.
13038              
13039              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
13040              From: Prymmer/Kahn <pvhp@best.com>
13041              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
13042              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
13043      Branch: perl
13044            ! win32/Makefile
13045 ____________________________________________________________________________
13046 [  6631] By: jhi                                   on 2000/08/15  13:45:03
13047         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
13048      Branch: perl
13049            ! lib/Test.pm
13050 ____________________________________________________________________________
13051 [  6630] By: jhi                                   on 2000/08/15  03:25:09
13052         Log: Update Changes.
13053      Branch: perl
13054            ! Changes
13055 ____________________________________________________________________________
13056 [  6629] By: jhi                                   on 2000/08/15  03:23:53
13057         Log: magic_regdatum_set() is void, not int.
13058      Branch: perl
13059            ! embed.pl mg.c proto.h
13060 ____________________________________________________________________________
13061 [  6628] By: jhi                                   on 2000/08/15  03:08:02
13062         Log: Make the user to give up his firstborn, err, to knowingly
13063              verify installing an unstable developer release.  Also bump
13064              the release to 5.7.0, but leave a patch tag in the local
13065              patches saying that this is not yet the real thing.
13066      Branch: metaconfig
13067            ! U/modified/Instruct.U
13068      Branch: metaconfig/U/perl
13069            + Devel.U
13070      Branch: perl
13071            ! Configure patchlevel.h
13072 ____________________________________________________________________________
13073 [  6627] By: jhi                                   on 2000/08/14  22:32:52
13074         Log: README.os2 update.
13075              
13076              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
13077              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13078              Date: Wed, 02 Aug 2000 21:55:09 -0700
13079              Message-ID: <tsPi5gzkgegX092yn@efn.org>
13080      Branch: perl
13081            ! README.os2
13082 ____________________________________________________________________________
13083 [  6626] By: jhi                                   on 2000/08/14  21:00:02
13084         Log: Subject: Re: File::Temp problems on VMS in bleedperl
13085              From: Tim Jenness <timj@jach.hawaii.edu>
13086              cc: vmsperl@perl.org
13087              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
13088              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
13089      Branch: perl
13090            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
13091 ____________________________________________________________________________
13092 [  6625] By: jhi                                   on 2000/08/14  20:52:16
13093         Log: Add SUIDMAIL as was done for the CERT alert.
13094      Branch: perl
13095            ! patchlevel.h
13096 ____________________________________________________________________________
13097 [  6624] By: jhi                                   on 2000/08/14  20:48:50
13098         Log: Subject: sfio2000
13099              From: Daniel Muino <dmuino@afip.gov.ar>
13100              Date: Mon, 14 Aug 2000 16:58:11 -0300
13101              Message-ID: <20000814165811.B16368@con2-dgi>
13102      Branch: perl
13103            ! perlsdio.h perlsfio.h
13104 ____________________________________________________________________________
13105 [  6623] By: jhi                                   on 2000/08/14  20:47:36
13106         Log: Subject: warning: storage class after type is obsolescent
13107              From: Daniel Muino <dmuino@afip.gov.ar>
13108              Date: Mon, 14 Aug 2000 16:42:47 -0300
13109              Message-ID: <20000814164247.A16368@con2-dgi>
13110      Branch: perl
13111            ! regcomp.pl regnodes.h
13112 ____________________________________________________________________________
13113 [  6622] By: jhi                                   on 2000/08/14  20:43:05
13114         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
13115              From: abigail@foad.org
13116              Date: 14 Aug 2000 20:00:10 -0000
13117              Message-Id: <20000814200010.27271.qmail@foad.org>
13118      Branch: perl
13119            ! Changes
13120 ____________________________________________________________________________
13121 [  6621] By: jhi                                   on 2000/08/14  15:23:05
13122         Log: Update Changes.
13123      Branch: perl
13124            ! Changes
13125 ____________________________________________________________________________
13126 [  6620] By: jhi                                   on 2000/08/14  15:22:14
13127         Log: Subject: Re: [PATCH] @+, @- readonly
13128              From: Mike Guy <mjtg@cam.ac.uk>
13129              Date: Mon, 14 Aug 2000 15:26:55 +0100
13130              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
13131      Branch: perl
13132            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
13133            ! sv.c t/op/pat.t
13134 ____________________________________________________________________________
13135 [  6619] By: jhi                                   on 2000/08/14  14:12:08
13136         Log: Update Changes.
13137      Branch: perl
13138            ! Changes
13139 ____________________________________________________________________________
13140 [  6618] By: jhi                                   on 2000/08/14  14:09:34
13141         Log: For now remove the mail code.
13142      Branch: perl
13143            ! perl.c
13144 ____________________________________________________________________________
13145 [  6617] By: jhi                                   on 2000/08/14  14:08:28
13146         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
13147      Branch: perl
13148            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
13149            ! pod/perlfaq8.pod pod/perlsec.pod
13150 ____________________________________________________________________________
13151 [  6616] By: jhi                                   on 2000/08/14  14:00:11
13152         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13153              From: Mike Guy <mjtg@cam.ac.uk>
13154              Date: Mon, 14 Aug 2000 08:26:02 +0100
13155              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
13156      Branch: perl
13157            ! lib/perl5db.pl
13158 ____________________________________________________________________________
13159 [  6615] By: jhi                                   on 2000/08/14  13:58:45
13160         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
13161              From: Mike Guy <mjtg@cam.ac.uk>
13162              Date: Mon, 14 Aug 2000 08:04:22 +0100
13163              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
13164      Branch: perl
13165            ! gv.c mg.c t/op/pat.t
13166 ____________________________________________________________________________
13167 [  6614] By: jhi                                   on 2000/08/14  13:56:45
13168         Log: Subject: Test fails / warnings with perl-current #6612
13169              From: Mike Guy <mjtg@cam.ac.uk>
13170              Date: Mon, 14 Aug 2000 07:57:23 +0100
13171              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
13172      Branch: perl
13173            ! t/lib/b.t t/lib/peek.t
13174 ____________________________________________________________________________
13175 [  6613] By: jhi                                   on 2000/08/14  13:45:33
13176         Log: VMS configure.com update continues.
13177      Branch: perl
13178            - vms/configure.com
13179            ! MANIFEST configure.com
13180 ____________________________________________________________________________
13181 [  6612] By: jhi                                   on 2000/08/13  22:13:35
13182         Log: Update Changes.
13183      Branch: perl
13184            ! Changes
13185 ____________________________________________________________________________
13186 [  6611] By: jhi                                   on 2000/08/13  16:21:45
13187         Log: Upgrade to CGI 2.71, from Lincoln Stein.
13188      Branch: perl
13189            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
13190 ____________________________________________________________________________
13191 [  6610] By: jhi                                   on 2000/08/13  15:09:16
13192         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
13193              From: Mike Guy <mjtg@cam.ac.uk>
13194              Date: Sun, 13 Aug 2000 13:45:51 +0100
13195              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
13196      Branch: perl
13197            ! t/op/regmesg.t
13198 ____________________________________________________________________________
13199 [  6609] By: jhi                                   on 2000/08/13  14:31:26
13200         Log: Andreas says that 1.56 is fine, so reverting back to it.
13201      Branch: perl
13202            ! lib/CPAN.pm
13203 ____________________________________________________________________________
13204 [  6608] By: jhi                                   on 2000/08/13  05:34:20
13205         Log: Update Changes.
13206      Branch: perl
13207            ! Changes
13208 ____________________________________________________________________________
13209 [  6607] By: jhi                                   on 2000/08/13  05:32:01
13210         Log: Put back the \z changes of #5406 to CPAN.pm.
13211      Branch: perl
13212            ! lib/CPAN.pm
13213 ____________________________________________________________________________
13214 [  6606] By: jhi                                   on 2000/08/13  05:20:16
13215         Log: Fix-n-skip the tests under 5005threads.
13216      Branch: perl
13217            ! t/lib/b.t
13218 ____________________________________________________________________________
13219 [  6605] By: jhi                                   on 2000/08/13  05:07:48
13220         Log: Fix the test for 5005threads.
13221      Branch: perl
13222            ! t/lib/peek.t
13223 ____________________________________________________________________________
13224 [  6604] By: jhi                                   on 2000/08/13  03:35:37
13225         Log: Should have deleted this in #6603.
13226      Branch: perl
13227            - vms/subconfigure.com
13228 ____________________________________________________________________________
13229 [  6603] By: jhi                                   on 2000/08/12  18:29:32
13230         Log: Rewrite of vms/subconfigure.com as configure.com,
13231              from Peter Prymmer and the vmsperl crew.
13232      Branch: perl
13233            + vms/configure.com
13234            ! MANIFEST
13235 ____________________________________________________________________________
13236 [  6602] By: jhi                                   on 2000/08/11  13:00:01
13237         Log: PlainText.pm is dead.
13238      Branch: perl
13239            - lib/Pod/PlainText.pm
13240            ! MANIFEST
13241 ____________________________________________________________________________
13242 [  6601] By: jhi                                   on 2000/08/11  04:06:45
13243         Log: Update Changes.
13244      Branch: perl
13245            ! Changes
13246 ____________________________________________________________________________
13247 [  6600] By: jhi                                   on 2000/08/11  04:06:10
13248         Log: Add a few missing files, update MANIFEST.
13249      Branch: perl
13250            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
13251            + lib/Pod/PlainText.pm t/pod/find.t
13252            ! MANIFEST t/op/regmesg.t
13253 ____________________________________________________________________________
13254 [  6599] By: jhi                                   on 2000/08/11  03:31:10
13255         Log: Add Perl debugging tutorial, regen toc. 
13256              
13257              Subject: perldebtut.pod
13258              From: Richard Foley <Richard.Foley@m.dasa.de>
13259              Date: Wed, 09 Aug 2000 10:17:15 +0200
13260              Message-id: <3991138B.262247B8@m.dasa.de>
13261      Branch: perl
13262            + pod/perldebtut.pod
13263            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13264 ____________________________________________________________________________
13265 [  6598] By: jhi                                   on 2000/08/11  02:48:56
13266         Log: tiny Changes edit
13267      Branch: perl
13268            ! Changes
13269 ____________________________________________________________________________
13270 [  6597] By: jhi                                   on 2000/08/11  02:39:04
13271         Log: Tests for #6589.
13272              
13273              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13274              From: simon@brecon.co.uk (Simon Cozens)
13275              Date: 11 Aug 2000 02:24:52 GMT
13276              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
13277      Branch: perl
13278            ! t/lib/b.t
13279 ____________________________________________________________________________
13280 [  6596] By: jhi                                   on 2000/08/11  01:50:07
13281         Log: Update Changes.
13282      Branch: perl
13283            ! Changes
13284 ____________________________________________________________________________
13285 [  6595] By: jhi                                   on 2000/08/11  01:47:16
13286         Log: nitfix
13287      Branch: perl
13288            ! Changes
13289 ____________________________________________________________________________
13290 [  6594] By: jhi                                   on 2000/08/11  01:36:16
13291         Log: Subject: Getting perlio and threads to compile
13292              From: Lupe Christoph <lupe@lupe-christoph.de>
13293              Date: Wed, 9 Aug 2000 11:35:54 +0200
13294              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
13295              
13296              (the Solaris version changes in Configure skipped)
13297      Branch: perl
13298            ! hints/solaris_2.sh thread.h
13299 ____________________________________________________________________________
13300 [  6593] By: jhi                                   on 2000/08/11  01:30:16
13301         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
13302              From: simon@brecon.co.uk (Simon Cozens)
13303              Date: 1 Aug 2000 06:55:19 GMT
13304              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
13305      Branch: perl
13306            ! lib/utf8.pm
13307 ____________________________________________________________________________
13308 [  6592] By: jhi                                   on 2000/08/11  01:26:39
13309         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
13310              From: Peter Scott <Peter@PeterScott.com>
13311              Date: Thu, 10 Aug 2000 08:23:27 -0700
13312              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
13313      Branch: perl
13314            ! lib/perl5db.pl
13315 ____________________________________________________________________________
13316 [  6591] By: jhi                                   on 2000/08/11  01:22:02
13317         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
13318              From: Hugo <hv@crypt.compulink.co.uk>
13319              Date: Thu, 10 Aug 2000 19:23:04 +0100
13320              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
13321      Branch: perl
13322            ! regexec.c t/op/pat.t
13323 ____________________________________________________________________________
13324 [  6590] By: jhi                                   on 2000/08/11  01:19:19
13325         Log: Preprocessing and postprocessing for File::Find.
13326              
13327              Subject: Patch to Find::File.pm to allow alphabetical results
13328              From: Joe Smith <jsmith@inwap.com>
13329              Date: Wed, 9 Aug 2000 02:44:54 -0700
13330              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
13331      Branch: perl
13332            ! lib/File/Find.pm
13333 ____________________________________________________________________________
13334 [  6589] By: jhi                                   on 2000/08/11  01:12:39
13335         Log: B::Deparse didn't do sub attributes.
13336              
13337              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13338              From: simon@brecon.co.uk (Simon Cozens)
13339              Date: 9 Aug 2000 04:49:20 GMT
13340              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
13341      Branch: perl
13342            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
13343 ____________________________________________________________________________
13344 [  6588] By: jhi                                   on 2000/08/11  01:06:40
13345         Log: Subject: debugger "d" command doesnt check line number
13346              From: Mike Guy <mjtg@cam.ac.uk>
13347              Date: Tue, 08 Aug 2000 21:54:29 +0100
13348              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
13349      Branch: perl
13350            ! lib/perl5db.pl mg.c pod/perldiag.pod
13351 ____________________________________________________________________________
13352 [  6587] By: jhi                                   on 2000/08/11  00:45:03
13353         Log: sleep(1) does not necessarily return 1.
13354              
13355              Subject: [PATCH bleadperl] op/lex_assign.t  
13356              From: Hugo <hv@crypt.compulink.co.uk>
13357              Date: Thu, 03 Aug 2000 14:34:22 +0100        
13358              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
13359      Branch: perl
13360            ! t/op/lex_assign.t
13361 ____________________________________________________________________________
13362 [  6586] By: jhi                                   on 2000/08/11  00:31:50
13363         Log: Document the IO::Select timeout.
13364      Branch: perl
13365            ! ext/IO/lib/IO/Select.pm
13366 ____________________________________________________________________________
13367 [  6585] By: jhi                                   on 2000/08/11  00:13:54
13368         Log: Forgot contributor.
13369      Branch: perl
13370            ! Changes
13371 ____________________________________________________________________________
13372 [  6584] By: jhi                                   on 2000/08/11  00:09:19
13373         Log: detypo
13374      Branch: perl
13375            ! Changes
13376 ____________________________________________________________________________
13377 [  6583] By: jhi                                   on 2000/08/11  00:07:53
13378         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
13379              
13380              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
13381              From: Mike Guy <mjtg@cam.ac.uk> 
13382              Date: Thu, 10 Aug 2000 15:50:54 +0100
13383              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
13384      Branch: perl
13385            ! sv.c t/op/int.t
13386 ____________________________________________________________________________
13387 [  6582] By: jhi                                   on 2000/08/10  23:29:32
13388         Log: Update Changes.
13389      Branch: perl
13390            ! Changes
13391 ____________________________________________________________________________
13392 [  6581] By: jhi                                   on 2000/08/10  23:26:16
13393         Log: Put back the std @INC thing.
13394      Branch: perl
13395            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
13396            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
13397            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
13398            ! t/lib/gol-oo.t
13399 ____________________________________________________________________________
13400 [  6580] By: jhi                                   on 2000/08/10  23:03:34
13401         Log: Update to CGI 2.70, from Lincoln Stein.
13402      Branch: perl
13403            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
13404            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
13405            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
13406            ! t/lib/cgi-request.t
13407 ____________________________________________________________________________
13408 [  6579] By: jhi                                   on 2000/08/10  22:41:50
13409         Log: Update to CPAN 1.56, from Andreas König.
13410      Branch: perl
13411            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13412 ____________________________________________________________________________
13413 [  6578] By: jhi                                   on 2000/08/10  22:38:13
13414         Log: Update to Pod::Parser 1.17, from Brad Appleton.
13415      Branch: perl
13416            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
13417            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
13418            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
13419            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
13420            ! t/pod/include.t t/pod/included.t t/pod/lref.t
13421            ! t/pod/multiline_items.t t/pod/nested_items.t
13422            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
13423            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
13424            ! t/pod/special_seqs.t
13425 ____________________________________________________________________________
13426 [  6577] By: jhi                                   on 2000/08/10  22:35:41
13427         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
13428      Branch: perl
13429            ! AUTHORS MAINTAIN
13430 ____________________________________________________________________________
13431 [  6576] By: jhi                                   on 2000/08/10  22:24:54
13432         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
13433      Branch: perl
13434            + t/lib/gol-oo.t
13435            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
13436            ! t/lib/gol-compat.t t/lib/gol-linkage.t
13437 ____________________________________________________________________________
13438 [  6575] By: jhi                                   on 2000/08/10  22:02:07
13439         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
13440      Branch: perl
13441            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
13442 ____________________________________________________________________________
13443 [  6574] By: jhi                                   on 2000/08/10  21:55:03
13444         Log: Iterating perl6 description.
13445      Branch: perl
13446            ! pod/perlfaq1.pod
13447 ____________________________________________________________________________
13448 [  6573] By: jhi                                   on 2000/08/10  21:48:26
13449         Log: Revert the sv.c part of #6559, a better fix is needed.
13450      Branch: perl
13451            ! sv.c
13452 ____________________________________________________________________________
13453 [  6572] By: jhi                                   on 2000/08/10  20:33:43
13454         Log: It's the 2ndO'ROSSC.
13455      Branch: perl
13456            ! pod/perlfaq1.pod
13457 ____________________________________________________________________________
13458 [  6571] By: jhi                                   on 2000/08/10  15:55:48
13459         Log: detypo
13460      Branch: perl
13461            ! pod/perlfaq1.pod
13462 ____________________________________________________________________________
13463 [  6570] By: jhi                                   on 2000/08/10  14:11:17
13464         Log: An exceptionally sticky typo.
13465      Branch: perl
13466            ! Changes
13467 ____________________________________________________________________________
13468 [  6569] By: jhi                                   on 2000/08/10  14:09:33
13469         Log: detypo (and test Changes updating script)
13470      Branch: perl
13471            ! Changes
13472 ____________________________________________________________________________
13473 [  6568] By: jhi                                   on 2000/08/10  14:07:07
13474         Log: Update Changes.
13475      Branch: perl
13476            ! Changes
13477 ____________________________________________________________________________
13478 [  6567] By: jhi                                   on 2000/08/10  14:06:19
13479         Log: Amend the description of Perl6.
13480              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
13481              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13482              Date: Wed, 9 Aug 2000 22:11:06 -0500
13483              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
13484      Branch: perl
13485            ! pod/perlfaq1.pod
13486 ____________________________________________________________________________
13487 [  6566] By: jhi                                   on 2000/08/10  13:58:57
13488         Log: Subject: Remove dead entry in perldiag
13489              From: Mike Guy <mjtg@cam.ac.uk>
13490              Date: Thu, 10 Aug 2000 14:19:19 +0100
13491              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
13492      Branch: perl
13493            ! pod/perldiag.pod
13494 ____________________________________________________________________________
13495 [  6565] By: jhi                                   on 2000/08/10  13:51:48
13496         Log: Zero entries were skipped, fix from Adrian Goalby
13497              <argoalby@yahoo.co.uk>
13498      Branch: perl
13499            ! lib/unicode/Number.pl lib/unicode/mktables.PL
13500 ____________________________________________________________________________
13501 [  6564] By: jhi                                   on 2000/08/10  13:00:12
13502         Log: Subject: [PATCH 5.6.0] cygwin port
13503              From: "Fifer, Eric" <EFifer@sanwaint.com>
13504              Date: Thu, 10 Aug 2000 13:15:36 +0100
13505              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
13506      Branch: perl
13507            ! README.cygwin hints/cygwin.sh
13508 ____________________________________________________________________________
13509 [  6563] By: jhi                                   on 2000/08/10  12:55:16
13510         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
13511      Branch: perl
13512            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
13513 ____________________________________________________________________________
13514 [  6562] By: gsar                                  on 2000/08/10  08:38:39
13515         Log: warn is a macro, avoid using at a variable to avoid warnings
13516              in some configurations; readdir.t is too conservative in
13517              estimating number of *.t's
13518      Branch: perl
13519            ! t/op/readdir.t util.c
13520 ____________________________________________________________________________
13521 [  6561] By: jhi                                   on 2000/08/09  23:35:42
13522         Log: Update Changes.
13523      Branch: perl
13524            ! Changes
13525 ____________________________________________________________________________
13526 [  6560] By: jhi                                   on 2000/08/09  23:05:47
13527         Log: Subject: Re: enhanced(?) regex error messages
13528              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13529              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
13530              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
13531              
13532              (plus two small patches sent privately)
13533              (this still seems to leave few test failures)
13534      Branch: perl
13535            + t/op/regmesg.t
13536            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
13537            ! t/pragma/warn/regcomp
13538 ____________________________________________________________________________
13539 [  6559] By: jhi                                   on 2000/08/09  20:41:18
13540         Log: (The fix did work but was not right, retracted in #6573)
13541              
13542              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
13543              From: Christian Kirsch <ck@held.mind.de>
13544              Date: Wed, 9 Aug 2000 17:05:17 +0200
13545              Message-Id: <20000809170517.A25389@held>
13546      Branch: perl
13547            ! sv.c t/pragma/locale.t
13548 ____________________________________________________________________________
13549 [  6558] By: jhi                                   on 2000/08/08  22:34:08
13550         Log: Tiny updates on the contributors list.
13551      Branch: perl
13552            ! Changes
13553 ____________________________________________________________________________
13554 [  6557] By: jhi                                   on 2000/08/08  19:34:28
13555         Log: Double check that we have a dirhandle.
13556      Branch: perl
13557            ! util.c
13558 ____________________________________________________________________________
13559 [  6556] By: jhi                                   on 2000/08/08  19:01:51
13560         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
13561              May be repopulated with fresh maintained examples.
13562      Branch: perl
13563            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
13564            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
13565            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
13566            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
13567            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
13568            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
13569            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
13570            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
13571            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
13572            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
13573            + lib/CGI/eg/wilogo_gif.uu
13574            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
13575            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13576            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13577            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
13578            - eg/cgi/frameset.cgi eg/cgi/index.html
13579            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13580            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13581            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13582            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13583            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13584            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13585            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13586            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13587            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13588            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13589            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13590            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13591            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13592            - eg/van/vanish eg/who eg/wrapsuid
13593            ! MANIFEST
13594 ____________________________________________________________________________
13595 [  6555] By: jhi                                   on 2000/08/08  18:51:08
13596         Log: Delete chat2 as requested by Randal.
13597              
13598              Subject: Re: perlfaq8 coyness
13599              From: merlyn@stonehenge.com (Randal L. Schwartz) 
13600              Date: 15 May 2000 18:52:42 -0700 
13601              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
13602      Branch: perl
13603            - lib/chat2.pl
13604            ! MANIFEST
13605 ____________________________________________________________________________
13606 [  6554] By: jhi                                   on 2000/08/08  18:31:35
13607         Log: Regen global.sym.
13608      Branch: perl
13609            ! global.sym
13610 ____________________________________________________________________________
13611 [  6553] By: jhi                                   on 2000/08/08  18:28:13
13612         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
13613              (either perlbug or p5p ate the original), plus regen
13614              perlapi and perltoc. 
13615      Branch: perl
13616            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
13617            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
13618            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13619            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
13620            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
13621            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
13622            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
13623            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
13624            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
13625            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
13626 ____________________________________________________________________________
13627 [  6552] By: jhi                                   on 2000/08/08  18:06:29
13628         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
13629              From: Mike Guy <mjtg@cam.ac.uk>
13630              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
13631              Date: Tue, 08 Aug 2000 15:51:27 +0100
13632      Branch: perl
13633            ! doop.c sv.h t/op/join.t t/pragma/overload.t
13634 ____________________________________________________________________________
13635 [  6551] By: jhi                                   on 2000/08/08  18:01:11
13636         Log: Re-apply #6549.
13637      Branch: perl
13638            ! lib/perl5db.pl
13639 ____________________________________________________________________________
13640 [  6550] By: jhi                                   on 2000/08/08  17:43:08
13641         Log: Accidental retraction of #6549.
13642      Branch: perl
13643            ! lib/perl5db.pl
13644 ____________________________________________________________________________
13645 [  6549] By: jhi                                   on 2000/08/08  17:40:04
13646         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13647              From: Mike Guy <mjtg@cam.ac.uk>
13648              Date: Mon, 07 Aug 2000 21:49:58 +0100
13649              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
13650      Branch: perl
13651            ! lib/perl5db.pl
13652 ____________________________________________________________________________
13653 [  6548] By: jhi                                   on 2000/08/08  17:37:57
13654         Log: Document here-doc better.
13655              
13656              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
13657              From: Mike Guy <mjtg@cam.ac.uk>
13658              Date: Mon, 07 Aug 2000 14:02:09 +0100
13659              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
13660      Branch: perl
13661            ! pod/perldata.pod
13662 ____________________________________________________________________________
13663 [  6547] By: jhi                                   on 2000/08/08  17:33:34
13664         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
13665              From: "Randy J. Ray" <rjray@redhat.com>
13666              Date: Mon, 07 Aug 2000 19:12:25 -0700
13667              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
13668      Branch: perl
13669            ! perl.c pod/perlrun.pod
13670 ____________________________________________________________________________
13671 [  6546] By: jhi                                   on 2000/08/08  17:29:26
13672         Log: Subject: Re: enhanced(?) regex error messages 
13673              From: Hugo <hv@crypt.compulink.co.uk>
13674              Date: Tue, 08 Aug 2000 03:25:51 +0100
13675              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
13676              
13677              plus Capitalize the error messages, plus perldiag them.
13678      Branch: perl
13679            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
13680 ____________________________________________________________________________
13681 [  6545] By: jhi                                   on 2000/08/08  13:59:28
13682         Log: Augment #6539 a bit: don't croak if there's magic in the air.
13683              
13684              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
13685              From: Hugo <hv@crypt.compulink.co.uk>
13686              Date: Tue, 08 Aug 2000 03:02:03 +0100
13687              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
13688      Branch: perl
13689            ! pp.c t/op/bless.t
13690 ____________________________________________________________________________
13691 [  6544] By: jhi                                   on 2000/08/07  21:11:52
13692         Log: Make the test -w clean.
13693      Branch: perl
13694            ! t/op/bless.t
13695 ____________________________________________________________________________
13696 [  6543] By: jhi                                   on 2000/08/07  19:49:53
13697         Log: use warnings instead of $^W.
13698      Branch: perl
13699            ! t/op/bless.t
13700 ____________________________________________________________________________
13701 [  6542] By: jhi                                   on 2000/08/07  17:41:41
13702         Log: Disable a portability warning Because We Know What We Are Doing.
13703      Branch: perl
13704            ! t/op/bless.t
13705 ____________________________________________________________________________
13706 [  6541] By: jhi                                   on 2000/08/07  17:29:51
13707         Log: Tiny tidying on report_evil_fh().
13708      Branch: perl
13709            ! util.c
13710 ____________________________________________________________________________
13711 [  6540] By: jhi                                   on 2000/08/07  16:37:38
13712         Log: Make regular expression parse error messages easier to understand.
13713              
13714              Subject: Re: enhanced(?) regex error messages
13715              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13716              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
13717              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
13718      Branch: perl
13719            ! regcomp.c
13720 ____________________________________________________________________________
13721 [  6539] By: jhi                                   on 2000/08/07  16:12:27
13722         Log: Make bless(REF, REF) a fatal error, add bless tests.
13723              
13724              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
13725              From: Hugo <hv@crypt.compulink.co.uk>
13726              Date: Mon, 07 Aug 2000 16:59:38 +0100
13727              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
13728      Branch: perl
13729            + t/op/bless.t
13730            ! MANIFEST pod/perldiag.pod pp.c sv.c
13731 ____________________________________________________________________________
13732 [  6538] By: jhi                                   on 2000/08/07  15:59:43
13733         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
13734              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
13735              Date: Thu, 3 Aug 2000 14:29:21 -0700
13736              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
13737      Branch: perl
13738            ! lib/lib_pm.PL
13739 ____________________________________________________________________________
13740 [  6537] By: jhi                                   on 2000/08/07  15:47:18
13741         Log: Retract #6419 for now since it breaks in AFS and MachTen.
13742      Branch: perl
13743            ! lib/Cwd.pm
13744 ____________________________________________________________________________
13745 [  6536] By: jhi                                   on 2000/08/07  15:05:29
13746         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
13747              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
13748              The security hole exists only in suidperls, which isn't
13749              installed or even built by default.
13750      Branch: perl
13751            ! perl.c
13752 ____________________________________________________________________________
13753 [  6535] By: jhi                                   on 2000/08/07  14:45:14
13754         Log: tr memory corruption fix from Simon Cozens.
13755      Branch: perl
13756            ! doop.c
13757 ____________________________________________________________________________
13758 [  6534] By: jhi                                   on 2000/08/06  11:38:16
13759         Log: Document a bit that UDP is not what you might think.
13760              
13761              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
13762              From: Lupe Christoph <lupe@lupe-christoph.de>
13763              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
13764              Date: Mon, 24 Jul 2000 08:59:15 +0200
13765      Branch: perl
13766            ! pod/perlipc.pod
13767 ____________________________________________________________________________
13768 [  6533] By: jhi                                   on 2000/08/06  11:35:01
13769         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
13770              From: Jeff Pinyan <jeffp@hut.crusoe.net>
13771              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
13772              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
13773      Branch: perl
13774            ! pod/perlfunc.pod
13775 ____________________________________________________________________________
13776 [  6532] By: jhi                                   on 2000/08/06  03:45:41
13777         Log: Have symbols for the IoTYPEs.
13778      Branch: perl
13779            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
13780 ____________________________________________________________________________
13781 [  6531] By: jhi                                   on 2000/08/06  01:33:55
13782         Log: Continue fixing the io warnings.  This also
13783              sort of fixes bug ID 20000802.003: the core dump
13784              is no more.  Whether the current behaviour is correct
13785              (giving a warning: "Not a format reference"), is another matter.
13786      Branch: perl
13787            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
13788            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13789 ____________________________________________________________________________
13790 [  6530] By: jhi                                   on 2000/08/05  21:33:12
13791         Log: Change the Policy policy: now -Dprefix= with an existing
13792              Policy.sh and prefix == siteprefix == vendorprefix, then all
13793              of them follow along the new prefix.
13794              
13795              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
13796              From: Andy Dougherty <doughera@lafayette.edu>
13797              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
13798              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
13799      Branch: perl
13800            ! Policy_sh.SH
13801 ____________________________________________________________________________
13802 [  6529] By: jhi                                   on 2000/08/05  18:57:28
13803         Log: Zap lib/Sys directory when cleaning up.
13804      Branch: perl
13805            ! Makefile.SH
13806 ____________________________________________________________________________
13807 [  6528] By: jhi                                   on 2000/08/05  18:40:44
13808         Log: Essential prototype changes were missing from #6527.
13809              Also make report_evil_fh() more bomb-proof.
13810      Branch: perl
13811            ! embed.h util.c
13812 ____________________________________________________________________________
13813 [  6527] By: jhi                                   on 2000/08/05  03:22:05
13814         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
13815              From: "Ronald F. Guilmette" <rfg@monkeys.com>
13816              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
13817              Message-Id: <200007242247.PAA52177@monkeys.com>
13818      Branch: perl
13819            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
13820 ____________________________________________________________________________
13821 [  6526] By: jhi                                   on 2000/08/04  21:23:27
13822         Log: gcc versions might have (parentheses) in them.
13823      Branch: metaconfig/U/perl
13824            ! gccvers.U
13825      Branch: perl
13826            ! Configure config_h.SH
13827 ____________________________________________________________________________
13828 [  6525] By: jhi                                   on 2000/08/04  20:23:12
13829         Log: Weed buglets pointed out by
13830              
13831              From: Lupe Christoph <lupe@lupe-christoph.de>
13832              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
13833              Date: Fri, 4 Aug 2000 17:34:39 +0200
13834              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
13835      Branch: metaconfig/U/perl
13836            ! gccvers.U uselfs.U
13837      Branch: perl
13838            ! Configure config_h.SH
13839 ____________________________________________________________________________
13840 [  6524] By: jhi                                   on 2000/08/04  19:02:08
13841         Log: Warn under -w if lstat(FH) is attempted.
13842              
13843              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
13844              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
13845              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
13846              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
13847      Branch: perl
13848            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
13849            ! t/pragma/warn/pp_sys
13850 ____________________________________________________________________________
13851 [  6523] By: jhi                                   on 2000/08/04  12:31:11
13852         Log: Subject: New perlcc, take 2
13853              From: simon@brecon.co.uk (Simon Cozens)
13854              Date: 4 Aug 2000 06:21:04 GMT
13855              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
13856      Branch: perl
13857            ! utils/perlcc.PL
13858 ____________________________________________________________________________
13859 [  6522] By: jhi                                   on 2000/08/04  12:26:33
13860         Log: Subject: Re: Array vs. List context
13861              From: Daniel Chetlin <daniel@chetlin.com>
13862              Date: Fri, 4 Aug 2000 00:22:44 -0700
13863              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
13864      Branch: perl
13865            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
13866            ! pod/perlfaq4.pod
13867 ____________________________________________________________________________
13868 [  6521] By: jhi                                   on 2000/08/04  12:22:38
13869         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
13870              From: Raymund Will <ray@caldera.de>
13871              Date: Fri, 4 Aug 2000 12:07:09 +0200
13872              Message-Id: <20000804120709.A14982@caldera.de>
13873      Branch: perl
13874            ! configure.gnu
13875 ____________________________________________________________________________
13876 [  6520] By: jhi                                   on 2000/08/04  04:09:06
13877         Log: After the #6519 a warning about stat() is just that,
13878              not about a filetest, which now have their own warning.
13879      Branch: perl
13880            ! pod/perldiag.pod
13881 ____________________________________________________________________________
13882 [  6519] By: jhi                                   on 2000/08/04  04:06:30
13883         Log: In the warnings call filehandles consistently so;
13884              add "unopened" warning for stat().
13885      Branch: perl
13886            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
13887            ! t/pragma/warn/pp_sys
13888 ____________________________________________________________________________
13889 [  6518] By: jhi                                   on 2000/08/04  02:55:35
13890         Log: Subject: Minor tweak to perlvar.pod
13891              From: "Stephen P. Potter" <spp@ds.net>
13892              Date: Tue, 18 Apr 2000 09:26:03 -0400
13893              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
13894      Branch: perl
13895            ! pod/perlvar.pod
13896 ____________________________________________________________________________
13897 [  6517] By: jhi                                   on 2000/08/04  02:50:08
13898         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
13899              From: "Clinton Pierce" <cpierce1@ford.com>
13900              Date: Wed, 21 Jul 1999 16:45:31 -0400
13901              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
13902              
13903              Fix by Stephen Potter (visible in the bug db but not in p5p?)
13904      Branch: perl
13905            ! pod/perlfunc.pod pod/perlop.pod
13906 ____________________________________________________________________________
13907 [  6516] By: jhi                                   on 2000/08/04  02:09:25
13908         Log: This is 6512.  Really.
13909      Branch: perl
13910            ! dump.c
13911 ____________________________________________________________________________
13912 [  6515] By: jhi                                   on 2000/08/04  01:25:50
13913         Log: mention the idea of @( and @)
13914      Branch: perl
13915            ! Todo-5.6
13916 ____________________________________________________________________________
13917 [  6514] By: bailey                                on 2000/08/04  01:18:46
13918         Log: YA resync with mainstem, including VMS patches from others
13919      Branch: vmsperl
13920           +> (branch 48 files)
13921            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
13922           !> (integrate 354 files)
13923 ____________________________________________________________________________
13924 [  6513] By: jhi                                   on 2000/08/04  01:18:18
13925         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
13926              From: Mark Dickinson <dickins3@fas.harvard.edu>
13927              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
13928              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
13929      Branch: perl
13930            ! t/op/grent.t t/op/pwent.t
13931 ____________________________________________________________________________
13932 [  6512] By: jhi                                   on 2000/08/04  01:14:06
13933         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
13934              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13935              Date: Wed, 02 Aug 2000 10:51:01 +0100
13936              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
13937      Branch: perl
13938            ! sv.c
13939 ____________________________________________________________________________
13940 [  6511] By: jhi                                   on 2000/08/04  00:57:00
13941         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
13942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13943              Date: Thu, 03 Aug 2000 17:20:04 -0700
13944              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
13945      Branch: metaconfig
13946            ! U/modified/Cppsym.U
13947      Branch: perl
13948            ! Configure config_h.SH
13949 ____________________________________________________________________________
13950 [  6510] By: jhi                                   on 2000/08/04  00:25:28
13951         Log: detypo
13952      Branch: perl
13953            ! Makefile.SH
13954 ____________________________________________________________________________
13955 [  6509] By: jhi                                   on 2000/08/03  23:43:18
13956         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
13957              From: Dominic Dunlop <domo@computer.org>
13958              Date: Thu, 3 Aug 2000 22:16:46 +0200
13959              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
13960      Branch: perl
13961            ! t/op/sprintf.t
13962 ____________________________________________________________________________
13963 [  6508] By: jhi                                   on 2000/08/03  23:40:37
13964         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
13965              From: Hugo <hv@crypt.compulink.co.uk>
13966              Date: Thu, 03 Aug 2000 18:25:30 +0100
13967              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
13968      Branch: perl
13969            ! regcomp.c t/op/re_tests
13970 ____________________________________________________________________________
13971 [  6507] By: jhi                                   on 2000/08/03  23:38:28
13972         Log: Subject: [PATCH] sv.h documentation - SvLEN
13973              From: Mike Guy <mjtg@cam.ac.uk>
13974              Date: Thu, 03 Aug 2000 14:43:09 +0100
13975              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
13976      Branch: perl
13977            ! sv.h
13978 ____________________________________________________________________________
13979 [  6506] By: jhi                                   on 2000/08/03  15:49:14
13980         Log: Disable the fix_pl hack for now.
13981      Branch: perl
13982            ! Makefile.SH
13983 ____________________________________________________________________________
13984 [  6505] By: jhi                                   on 2000/08/03  13:49:04
13985         Log: Add a URL for FSF.
13986              
13987              Subject: Patch for README
13988              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13989              Date: Wed, 2 Aug 2000 13:25:09 -0500
13990              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
13991      Branch: perl
13992            ! README
13993 ____________________________________________________________________________
13994 [  6504] By: jhi                                   on 2000/08/03  13:29:19
13995         Log: Be more informative on what is skipped and why,
13996              also repeat the list at the end.
13997      Branch: perl
13998            ! Porting/p4desc
13999 ____________________________________________________________________________
14000 [  6503] By: jhi                                   on 2000/08/03  13:07:05
14001         Log: Circumvent the removal of .patch by fix_pl.
14002              
14003              Subject: Re: [ID 20000802.011] unable to 'make test'          
14004              From: simon@brecon.co.uk (Simon Cozens) 
14005              Date: 3 Aug 2000 04:17:00 GMT
14006              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
14007      Branch: perl
14008            ! Makefile.SH
14009 ____________________________________________________________________________
14010 [  6502] By: jhi                                   on 2000/08/03  00:14:34
14011         Log: Add the missing setproctitle unit.
14012      Branch: metaconfig/U/perl
14013            + d_setproctitle.U
14014 ____________________________________________________________________________
14015 [  6501] By: jhi                                   on 2000/08/03  00:00:26
14016         Log: The subtest 4 may fail also on VOBS, as pointed out
14017              by Nick Ing-Simmons in November 1999, bug id 19991124.003
14018              (but the failure in that bug report isn't the subtest 4).
14019      Branch: perl
14020            ! t/op/stat.t
14021 ____________________________________________________________________________
14022 [  6500] By: jhi                                   on 2000/08/02  23:49:30
14023         Log: Better skip message for the test; one of the two problems in
14024              
14025              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
14026              From: Lupe Christoph <lupe@lupe-christoph.de>
14027              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
14028              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
14029      Branch: perl
14030            ! t/op/numconvert.t
14031 ____________________________________________________________________________
14032 [  6499] By: jhi                                   on 2000/08/02  22:49:16
14033         Log: Allow "no Module;" even if there is no 'unimport'.
14034              
14035              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
14036              From: mjd@plover.com
14037              Date: 24 Mar 2000 15:24:34 -0000
14038              Message-Id: <20000324152434.15160.qmail@plover.com>
14039      Branch: perl
14040            ! gv.c
14041 ____________________________________________________________________________
14042 [  6498] By: jhi                                   on 2000/08/02  22:42:58
14043         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
14044              that are hopefully soon put into use.
14045      Branch: perl
14046            ! opcode.h opcode.pl opnames.h
14047 ____________________________________________________________________________
14048 [  6497] By: gsar                                  on 2000/08/02  22:28:59
14049         Log: require.t needs binmode() to work on windows
14050      Branch: perl
14051            ! t/comp/require.t
14052 ____________________________________________________________________________
14053 [  6496] By: jhi                                   on 2000/08/02  22:08:51
14054         Log: Document the IVdf UVuf UVof UVxf.
14055      Branch: perl
14056            ! pod/perlguts.pod
14057 ____________________________________________________________________________
14058 [  6495] By: jhi                                   on 2000/08/02  21:54:26
14059         Log: detypo #6494
14060      Branch: perl
14061            ! ext/Data/Dumper/Dumper.xs
14062 ____________________________________________________________________________
14063 [  6494] By: jhi                                   on 2000/08/02  21:49:17
14064         Log: Dump UVs as UVs in Data::Dumper.
14065              
14066              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
14067              From: Gurusamy Sarathy <gsar@ActiveState.com>
14068              Date: Thu, 27 Apr 2000 12:26:25 -0700
14069              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
14070      Branch: perl
14071            ! ext/Data/Dumper/Dumper.xs
14072 ____________________________________________________________________________
14073 [  6493] By: jhi                                   on 2000/08/02  17:01:58
14074         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
14075              From: Hugo <hv@crypt.compulink.co.uk>
14076              Date: Wed, 02 Aug 2000 14:53:56 +0100
14077              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
14078      Branch: perl
14079            ! regexec.c t/op/re_tests
14080 ____________________________________________________________________________
14081 [  6492] By: jhi                                   on 2000/08/02  15:02:46
14082         Log: The new setproctitle() feature is available only in 
14083              bleeding edge FreeBSD.  From Paul Saab.
14084      Branch: perl
14085            ! mg.c
14086 ____________________________________________________________________________
14087 [  6491] By: jhi                                   on 2000/08/02  13:34:36
14088         Log: The tr utf8 patching continues.
14089              
14090              Subject: Re: #6469, too many tests claimed in require.t
14091              From: simon@brecon.co.uk (Simon Cozens)
14092              Date: 2 Aug 2000 02:37:17 GMT
14093              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
14094              
14095              (the logic of the test was the wrong way round in the patch)
14096      Branch: perl
14097            ! doop.c
14098 ____________________________________________________________________________
14099 [  6490] By: jhi                                   on 2000/08/02  13:27:38
14100         Log: The name of a filehandle does not have <these>.
14101      Branch: perl
14102            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
14103            ! t/pragma/warn/pp_sys util.c
14104 ____________________________________________________________________________
14105 [  6489] By: jhi                                   on 2000/08/02  04:26:46
14106         Log: Remove the extraneous "main::" prefix from all the
14107              "opened only for", "on closed", and "never opened" warnings.
14108              
14109              Subject: Re: inappropriate warning
14110              From: Gurusamy Sarathy <gsar@ActiveState.com>
14111              Date: Mon, 20 Mar 2000 11:28:02 -0800
14112              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
14113      Branch: perl
14114            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
14115            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
14116            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
14117 ____________________________________________________________________________
14118 [  6488] By: jhi                                   on 2000/08/02  03:02:57
14119         Log: memcpy has n o in it, as pinted ut by Sarathy.
14120      Branch: perl
14121            ! pod/perlguts.pod
14122 ____________________________________________________________________________
14123 [  6487] By: jhi                                   on 2000/08/02  02:44:51
14124         Log: Document in one place the memory abstractions used in Perl core.
14125              
14126              Subject: Re: Memory abstraction
14127              From: simon@brecon.co.uk (Simon Cozens)
14128              Date: 2 Aug 2000 02:20:23 GMT
14129              Organization: Earth.li Origins
14130      Branch: perl
14131            ! pod/perlguts.pod
14132 ____________________________________________________________________________
14133 [  6486] By: jhi                                   on 2000/08/02  02:41:57
14134         Log: regen_headers, regen perltoc.
14135      Branch: perl
14136            ! perlapi.c pod/perltoc.pod
14137 ____________________________________________________________________________
14138 [  6485] By: jhi                                   on 2000/08/02  01:43:33
14139         Log: "This little thing tests for a file .patch, and if it contains
14140              a number, pops into patchlevel.h" (making it easier to track
14141              which development version people are reporting bugs against)
14142              
14143              Subject: Patchlevel autogeneration for repository perls
14144              From: simon@brecon.co.uk (Simon Cozens)
14145              Date: 14 Jul 2000 07:12:15 GMT
14146              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
14147      Branch: perl
14148            + fix_pl
14149            ! MANIFEST Makefile.SH
14150 ____________________________________________________________________________
14151 [  6484] By: jhi                                   on 2000/08/02  01:32:54
14152         Log: FreeBSD 3.* updates from
14153              
14154              From: Paul Saab <ps@yahoo-inc.com>
14155              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
14156              Date: Tue, 1 Aug 2000 15:41:39 -0700
14157              Message-Id: <20000801154139.A53740@yahoo-inc.com>
14158      Branch: perl
14159            ! hints/freebsd.sh
14160 ____________________________________________________________________________
14161 [  6483] By: jhi                                   on 2000/08/02  01:27:44
14162         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
14163              instead one must use setproctitle().  This was already addressed
14164              by change #6457, but the below has a new variant for FreeBSD 4.0
14165              or later, and the matter is also documented more.
14166              
14167              From: Paul Saab <ps@yahoo-inc.com>
14168              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
14169              Date: Tue, 1 Aug 2000 15:41:39 -0700
14170              Message-Id: <20000801154139.A53740@yahoo-inc.com>
14171      Branch: metaconfig/U/perl
14172            + i_libutil.U
14173      Branch: perl
14174            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
14175 ____________________________________________________________________________
14176 [  6482] By: jhi                                   on 2000/08/01  22:17:32
14177         Log: The test from this
14178              
14179              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
14180              Date: Sat, 15 Apr 2000 17:03:44 +0100
14181              From: Tom Hughes <tom@compton.nu>
14182              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
14183              
14184              was missing, the code change went in as #5989
14185              (which had a different test?)
14186      Branch: perl
14187            ! t/op/misc.t
14188 ____________________________________________________________________________
14189 [  6481] By: jhi                                   on 2000/08/01  21:48:38
14190         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
14191              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14192              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
14193              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
14194      Branch: perl
14195            ! perl.h
14196 ____________________________________________________________________________
14197 [  6480] By: jhi                                   on 2000/08/01  18:05:28
14198         Log: Make p4desc to skip non-mainperl branches by default.
14199      Branch: perl
14200            ! Porting/p4desc
14201 ____________________________________________________________________________
14202 [  6479] By: jhi                                   on 2000/08/01  17:29:19
14203         Log: If gccosandvers is equal to osname, clear gccosandvers.
14204      Branch: metaconfig/U/perl
14205            ! gccvers.U
14206      Branch: perl
14207            ! Configure config_h.SH
14208 ____________________________________________________________________________
14209 [  6478] By: jhi                                   on 2000/08/01  15:54:08
14210         Log: BOM patching from Simon Cozens.
14211      Branch: perl
14212            ! toke.c
14213 ____________________________________________________________________________
14214 [  6477] By: jhi                                   on 2000/08/01  04:50:33
14215         Log: Stash away the largefiles flags and libswanted.
14216      Branch: perl
14217            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
14218 ____________________________________________________________________________
14219 [  6476] By: gsar                                  on 2000/08/01  04:24:24
14220         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
14221              on Windows)
14222      Branch: perl
14223            ! t/pragma/utf8.t utf8.c win32/win32.c
14224 ____________________________________________________________________________
14225 [  6475] By: jhi                                   on 2000/08/01  03:35:24
14226         Log: Make chr() for values >127 to create utf8 when under utf8.
14227              
14228              Subject: Re: uft8/chr()
14229              From: simon@brecon.co.uk (Simon Cozens)
14230              Date: 1 Aug 2000 02:37:02 GMT
14231              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
14232      Branch: perl
14233            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14234 ____________________________________________________________________________
14235 [  6474] By: jhi                                   on 2000/08/01  02:36:18
14236         Log: In Digital UNIX warn if gcc explicitly chosen because even
14237              2.95.2 is known to cause problems.
14238      Branch: perl
14239            ! hints/dec_osf.sh
14240 ____________________________________________________________________________
14241 [  6473] By: jhi                                   on 2000/08/01  02:00:56
14242         Log: Make the safety catch for buggy gccs work with triple version
14243              numbers like 2.95.2.  Reported in
14244              
14245              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
14246              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
14247              Date: Mon, 31 Jul 2000 14:55:06 +0200
14248              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
14249      Branch: perl
14250            ! hints/dec_osf.sh
14251 ____________________________________________________________________________
14252 [  6472] By: jhi                                   on 2000/08/01  01:13:33
14253         Log: Subject: fix and question re: waitpid() under win32
14254              From: Brian Clarke <clarke@appliedmeta.com>
14255              Date: Fri, 28 Jul 2000 15:18:29 -0400
14256              Message-ID: <3981DC85.290314EB@appliedmeta.com>
14257              
14258              Slightly reformatted and WNOHANG # define moved to win32.h
14259              so that also POSIX.xs sees it, as suggsted by Sarathy.
14260      Branch: perl
14261            ! win32/win32.c win32/win32.h
14262 ____________________________________________________________________________
14263 [  6471] By: jhi                                   on 2000/08/01  00:55:05
14264         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
14265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14266              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
14267              Date: Mon, 31 Jul 2000 13:28:51 +0100
14268              
14269              (aka ID 20000730.002)
14270      Branch: perl
14271            ! op.c t/op/tr.t
14272 ____________________________________________________________________________
14273 [  6470] By: jhi                                   on 2000/07/31  23:34:42
14274         Log: Document the problem with -P in HP-UX and its workaround.
14275              
14276              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
14277              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
14278              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
14279              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
14280      Branch: perl
14281            ! README.hpux
14282 ____________________________________________________________________________
14283 [  6469] By: jhi                                   on 2000/07/31  04:15:02
14284         Log: The swallow_bom() saga continues.  The #23 of require.t
14285              (UTF16-LE) still fails (silently, no output) but the #22
14286              (UTF16-BE) seems to be working now.  The root of the
14287              failure may be in sv_gets(): is it UTF-16LE-aware,
14288              especially when it comes to line endings? 
14289      Branch: perl
14290            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
14291            ! t/comp/require.t toke.c utf8.c
14292 ____________________________________________________________________________
14293 [  6468] By: jhi                                   on 2000/07/30  19:05:48
14294         Log: Find green threads before native threads.
14295              
14296              Subject: Re: Patch to jpl/JNI/Makefile.PL
14297              From: Jens Thomsen <jens@fiend.cis.com>
14298              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
14299              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
14300      Branch: perl
14301            ! jpl/JNI/Makefile.PL
14302 ____________________________________________________________________________
14303 [  6467] By: jhi                                   on 2000/07/30  18:36:22
14304         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
14305      Branch: perl
14306            ! doop.c
14307 ____________________________________________________________________________
14308 [  6466] By: jhi                                   on 2000/07/30  04:37:29
14309         Log: A new version of the "remove UPPERACSE string comparison"
14310              operators.  The problem with the previous one (change #6454)
14311              was that it was for Perl 5.6.0.  From Paul Marquess.
14312      Branch: perl
14313            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
14314            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
14315            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14316 ____________________________________________________________________________
14317 [  6465] By: jhi                                   on 2000/07/29  22:39:56
14318         Log: Do not upgrade SVs into utf8 just because they participate
14319              in eq or cmp.  Reported and fix suggested in
14320              
14321              Subject: [ID 20000720.009] sv_eq UTF8 bug
14322              From: "Simon Cozens" <simon@othersideofthe.earth.li>
14323              Date: 21 Jul 2000 04:37:29 -0000
14324              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
14325              
14326              Exercise for the kind reader: should we or should we not
14327              cache the utf8 conversion alonside the SV? (as magic,
14328              as thestrxfrm()ed version is cached under use locale)
14329              Argue both for and against.
14330      Branch: perl
14331            ! sv.c
14332 ____________________________________________________________________________
14333 [  6464] By: jhi                                   on 2000/07/29  22:36:22
14334         Log: Subject: UTF8 concat
14335              From: simon@brecon.co.uk (Simon Cozens) 
14336              Date: 30 Jun 2000 06:13:25 GMT
14337              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
14338              
14339              (with a memory leak fixed, plus a few casts added)
14340              
14341              This also seems to help for
14342              
14343              Subject: [ID 20000716.015] join UTF8 weirdness
14344              From: root <root@ak-71.mind.de> 
14345              Date: Sat, 15 Jul 2000 15:29:54 +0200
14346              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
14347              
14348              (from Andreas König)
14349      Branch: perl
14350            ! pp_hot.c
14351 ____________________________________________________________________________
14352 [  6463] By: jhi                                   on 2000/07/29  00:55:39
14353         Log: Tune the comments and hopefully stop a memory leak.
14354      Branch: perl
14355            ! toke.c utf8.c
14356 ____________________________________________________________________________
14357 [  6462] By: jhi                                   on 2000/07/29  00:16:53
14358         Log: The problem described in this
14359              
14360              Subject: [ID 20000322.018] named chars aren't magical enough
14361              From: root <root@dixie.cscaper.com>     
14362              Date: Wed, 22 Mar 2000 18:37:42 -0700
14363              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
14364              
14365              has been fixed in perl 5.6.0 but just in case added a test
14366              to keep it away.  (The report from Joseph Hall.)
14367      Branch: perl
14368            ! t/lib/charnames.t
14369 ____________________________________________________________________________
14370 [  6461] By: jhi                                   on 2000/07/28  23:56:36
14371         Log: Tiny fixes for #6460.
14372      Branch: metaconfig/U/perl
14373            ! gccvers.U
14374      Branch: perl
14375            ! Configure config_h.SH
14376 ____________________________________________________________________________
14377 [  6460] By: jhi                                   on 2000/07/28  23:24:41
14378         Log: Warn if the version of the operating system used to compile gcc
14379              differs from the current version of the operating system.
14380              Also display the gcc compilation os and version in myconfig.
14381              Inspiration from
14382              
14383              Subject: Re: [ID 20000710.003] ERRORS!!         
14384              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14385              Date: Mon, 10 Jul 2000 15:54:16 -0400
14386              Message-ID: <20000710155416.A1384@O2.chapin.edu>
14387      Branch: metaconfig/U/perl
14388            ! gccvers.U
14389      Branch: perl
14390            ! Configure config_h.SH myconfig.SH
14391 ____________________________________________________________________________
14392 [  6459] By: jhi                                   on 2000/07/28  22:00:32
14393         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
14394              letter to $Config{osvers}.
14395      Branch: metaconfig
14396            ! U/modified/Oldconfig.U
14397      Branch: perl
14398            ! Configure config_h.SH
14399 ____________________________________________________________________________
14400 [  6458] By: jhi                                   on 2000/07/28  04:15:39
14401         Log: Back out #6454, doesn't seem to work.
14402              (Reason: that patch was for perl 5.6.0, not perl-current)
14403              (A version of the patch for perl-current came in later as #6466)
14404      Branch: perl
14405            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
14406            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
14407            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14408 ____________________________________________________________________________
14409 [  6457] By: jhi                                   on 2000/07/27  23:31:49
14410         Log: Use setproctitle() if available to modify $0.
14411              
14412              Subject: setting $* on BSD4 broken
14413              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14414              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
14415              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
14416      Branch: metaconfig
14417            ! U/modified/Myinit.U
14418      Branch: perl
14419            ! Configure config_h.SH mg.c
14420 ____________________________________________________________________________
14421 [  6456] By: jhi                                   on 2000/07/27  14:50:47
14422         Log: Allow "no AutoLoader;", based on change #6444,
14423              suggested by Graham Barr.
14424      Branch: perl
14425            ! lib/AutoLoader.pm
14426 ____________________________________________________________________________
14427 [  6455] By: jhi                                   on 2000/07/27  14:19:10
14428         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
14429              From: rspier@pobox.com (Robert Spier)
14430              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
14431              Message-ID: <14720.15855.787664.424783@rls.cx>
14432      Branch: perl
14433            ! pod/perldiag.pod
14434 ____________________________________________________________________________
14435 [  6454] By: jhi                                   on 2000/07/27  14:03:02
14436         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
14437              for a long time).
14438              
14439              Reported in
14440              
14441              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
14442              From: Ryan Herbert <rherbert@sycamorehq.com>
14443              Date: Mon, 17 Jul 2000 11:40:42 -0400
14444              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
14445              
14446              Patched in
14447              
14448              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
14449              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14450              Date: Wed, 26 Jul 2000 23:40:18 +0100
14451              Message-ID: <000001bff752$79511880$0a17073e@tiny>
14452              
14453              based on an earlier patch from Stephen P. Potter.
14454              
14455              (Removed later by change #6458 because this patch was for
14456              perl 5.6.0, not perl-current)
14457      Branch: perl
14458            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
14459            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
14460            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14461 ____________________________________________________________________________
14462 [  6453] By: jhi                                   on 2000/07/27  13:48:02
14463         Log: Subject: [PATCH] fixes bug 20000508.004
14464              From: Michael Stevens <mstevens@globnix.org>
14465              Date: Thu, 27 Jul 2000 13:49:04 +0100
14466              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
14467      Branch: perl
14468            ! pod/perldata.pod
14469 ____________________________________________________________________________
14470 [  6452] By: jhi                                   on 2000/07/26  23:51:26
14471         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
14472              and Craig A. Berry.
14473      Branch: perl
14474            ! lib/File/Temp.pm pod/perlport.pod
14475 ____________________________________________________________________________
14476 [  6451] By: jhi                                   on 2000/07/26  19:43:30
14477         Log: Be wary of close()s, too.
14478              
14479              Subject: Re: [PATCH] perlbug cleanup
14480              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14481              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
14482              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
14483      Branch: perl
14484            ! utils/perlbug.PL
14485 ____________________________________________________________________________
14486 [  6450] By: jhi                                   on 2000/07/26  18:41:40
14487         Log: Subject: Minor doc patch: handy.h
14488              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
14489              Date: Wed, 26 Jul 2000 15:34:25 -0300
14490              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
14491      Branch: perl
14492            ! handy.h pod/perlapi.pod
14493 ____________________________________________________________________________
14494 [  6449] By: jhi                                   on 2000/07/26  18:23:55
14495         Log: Subject: [PATCH] minor doc change - perlguts
14496              From: Michael Stevens <mstevens@globnix.org>
14497              Date: Thu, 13 Jul 2000 12:39:18 +0100
14498              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
14499      Branch: perl
14500            ! pod/perlguts.pod
14501 ____________________________________________________________________________
14502 [  6448] By: jhi                                   on 2000/07/26  18:20:30
14503         Log: open() wariness in perlbug.
14504              
14505              Subject: [PATCH] perlbug cleanup
14506              From: Michael Stevens <mstevens@globnix.org>
14507              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
14508              Date: Thu, 13 Jul 2000 15:52:23 +0100
14509      Branch: perl
14510            ! utils/perlbug.PL
14511 ____________________________________________________________________________
14512 [  6447] By: jhi                                   on 2000/07/26  18:13:04
14513         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
14514      Branch: perl
14515            ! lib/File/Temp.pm t/lib/ftmp-security.t
14516 ____________________________________________________________________________
14517 [  6446] By: jhi                                   on 2000/07/26  18:06:32
14518         Log: docfix from Peter Scott <Peter@PSDT.com>.
14519      Branch: perl
14520            ! pod/perlfunc.pod
14521 ____________________________________________________________________________
14522 [  6445] By: jhi                                   on 2000/07/26  17:53:31
14523         Log: Fix *foo{FORMAT}.
14524              
14525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14526              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
14527              Date: Wed, 26 Jul 2000 19:51:02 +0200
14528              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
14529              
14530              From: Graham Barr <gbarr@pobox.com>
14531              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
14532              Date: Wed, 26 Jul 2000 17:38:36 +0100
14533              Message-ID: <20000726173836.L472@pobox.com>
14534      Branch: perl
14535            ! pp.c sv.c t/op/gv.t
14536 ____________________________________________________________________________
14537 [  6444] By: jhi                                   on 2000/07/26  17:49:14
14538         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
14539              from Graham Barr in the module list.
14540      Branch: perl
14541            ! gv.c pod/perlobj.pod
14542 ____________________________________________________________________________
14543 [  6443] By: jhi                                   on 2000/07/26  16:06:56
14544         Log: More split() doc and test patches from Mike Guy.
14545      Branch: perl
14546            ! pod/perlfunc.pod t/op/split.t
14547 ____________________________________________________________________________
14548 [  6442] By: jhi                                   on 2000/07/26  16:05:30
14549         Log: MacOS nits from Matthias Neeracher.
14550      Branch: perl
14551            ! perl.c pp_ctl.c
14552 ____________________________________________________________________________
14553 [  6441] By: jhi                                   on 2000/07/26  04:39:57
14554         Log: Subject: [PATCH] split /^/
14555              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14556              Date: Tue, 25 Jul 2000 14:18:57 +0100
14557              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
14558              
14559              (with notes from tchrist and gbarr)
14560      Branch: perl
14561            ! pod/perlfunc.pod t/op/split.t
14562 ____________________________________________________________________________
14563 [  6440] By: jhi                                   on 2000/07/26  04:32:32
14564         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
14565              From: Peter Prymmer <pvhp@forte.com>
14566              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
14567              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
14568      Branch: perl
14569            ! vms/munchconfig.c
14570 ____________________________________________________________________________
14571 [  6439] By: jhi                                   on 2000/07/26  04:31:01
14572         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
14573              to be fatal errors (instead of by default ignoring them, and
14574              ignoring with a bug: even though -w gave an error, the opening [
14575              was left in)  Reported in:
14576              
14577              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14578              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
14579              Date: Sun, 16 Jul 2000 17:55:29 -0700
14580              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
14581      Branch: perl
14582            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
14583 ____________________________________________________________________________
14584 [  6438] By: jhi                                   on 2000/07/25  15:41:15
14585         Log: Subject: [PATCH] av.c apidoc
14586              From: simon@brecon.co.uk (Simon Cozens)
14587              Date: 24 Jul 2000 06:40:52 GMT
14588              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
14589      Branch: perl
14590            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
14591            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
14592 ____________________________________________________________________________
14593 [  6437] By: jhi                                   on 2000/07/25  14:05:36
14594         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
14595              From: "Stephen P. Potter" <spp@ds.net>
14596              Date: Mon, 24 Jul 2000 14:22:23 -0400
14597              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
14598      Branch: perl
14599            ! pod/perllocale.pod
14600 ____________________________________________________________________________
14601 [  6436] By: jhi                                   on 2000/07/25  14:02:03
14602         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
14603              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14604              Date: Mon, 24 Jul 2000 18:04:28 +0100
14605              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
14606      Branch: perl
14607            ! t/lib/syslfs.t t/op/lfs.t
14608 ____________________________________________________________________________
14609 [  6435] By: jhi                                   on 2000/07/25  13:59:28
14610         Log: Get UTF16 BOMs working.  Patch from
14611              
14612              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14613              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14614              Date: Tue, 25 Jul 2000 12:52:45 +0100
14615              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
14616              
14617              and notes from
14618              
14619              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14620              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14621              Date: Tue, 25 Jul 2000 11:43:25 +0100
14622              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
14623      Branch: perl
14624            ! t/comp/require.t toke.c utf8.c
14625 ____________________________________________________________________________
14626 [  6434] By: jhi                                   on 2000/07/25  02:39:54
14627         Log: Make the "uninit variable" warning to say "concat or string"
14628              or "join or string" when in concat or join .
14629              
14630              Subject: Re: [ID 20000403.009] uninitialised concatenation???
14631              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14632              Date: Tue, 04 Apr 2000 18:22:58 +0100
14633              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
14634              
14635              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
14636              From: William R Ward <hermit@BayView.COM>
14637              Date: Thu, 30 Mar 2000 19:50:03 -0800
14638              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
14639      Branch: perl
14640            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
14641            ! t/pragma/warn/op t/pragma/warn/sv
14642 ____________________________________________________________________________
14643 [  6433] By: jhi                                   on 2000/07/24  17:52:56
14644         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
14645      Branch: perl
14646            ! lib/File/Spec/VMS.pm
14647 ____________________________________________________________________________
14648 [  6432] By: jhi                                   on 2000/07/24  17:44:44
14649         Log: Test cases for #6431.
14650              
14651              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14652              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14653              Date: Mon, 24 Jul 2000 15:32:29 +0100
14654              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
14655      Branch: perl
14656            ! t/op/pat.t t/op/split.t
14657 ____________________________________________________________________________
14658 [  6431] By: jhi                                   on 2000/07/24  17:43:17
14659         Log: Bind op fix.
14660              
14661              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14662              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14663              Date: Mon, 17 Jul 2000 20:04:56 +0100
14664              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
14665      Branch: perl
14666            ! op.c
14667 ____________________________________________________________________________
14668 [  6430] By: jhi                                   on 2000/07/24  03:42:42
14669         Log: Subject: [ID 20000716.023] syslog test fails without sockets
14670              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14671              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
14672              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
14673      Branch: metaconfig/U/perl
14674            ! Extensions.U
14675      Branch: perl
14676            ! Configure config_h.SH
14677 ____________________________________________________________________________
14678 [  6429] By: jhi                                   on 2000/07/24  03:11:52
14679         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
14680              case, but add also notes explaining the relationship of this
14681              patch and the earlier notes by Sarathy.
14682              
14683              Subject: Map is still slow
14684              From: "Ben Tilly" <ben_tilly@hotmail.com>
14685              Date: Sat, 15 Jul 2000 17:23:27 EDT
14686              Message-ID: <20000715212327.21656.qmail@hotmail.com>
14687      Branch: perl
14688            ! pp_ctl.c
14689 ____________________________________________________________________________
14690 [  6428] By: jhi                                   on 2000/07/24  02:58:52
14691         Log: Documentation to explain the behaviour of map().
14692              
14693              Subject: Re: Map is still slow 
14694              From: Gurusamy Sarathy <gsar@ActiveState.com>
14695              Date: Sat, 15 Jul 2000 16:05:09 -0700
14696              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
14697      Branch: perl
14698            ! pp_ctl.c
14699 ____________________________________________________________________________
14700 [  6427] By: jhi                                   on 2000/07/24  02:50:03
14701         Log: Add tests for
14702              [ID 19991110.003] another matching finding by pcre author
14703              which has already been fixed by some patch, as verified in
14704              
14705              Subject: Re: two regex bugs from the mists of time (well, last November)
14706              From: Hugo <hv@crypt.compulink.co.uk>
14707              Date: Sat, 22 Jul 2000 18:12:58 +0100
14708              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
14709      Branch: perl
14710            ! t/op/re_tests
14711 ____________________________________________________________________________
14712 [  6426] By: jhi                                   on 2000/07/24  02:11:20
14713         Log: A missing 'break' after the [[:space:]] switch case.
14714              
14715              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
14716              From: "Stephen P. Potter" <spp@ds.net>
14717              Date: Tue, 18 Jul 2000 16:25:17 -0400
14718              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
14719      Branch: perl
14720            ! regcomp.c
14721 ____________________________________________________________________________
14722 [  6425] By: jhi                                   on 2000/07/24  02:06:12
14723         Log: The output might have been produced in the wrong order.
14724              
14725              Subject: [ID 20000720.003] [PATCH] t/op/write.t
14726              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14727              Date: Thu, 20 Jul 2000 18:49:18 +0100
14728              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
14729      Branch: perl
14730            ! t/op/write.t
14731 ____________________________________________________________________________
14732 [  6424] By: jhi                                   on 2000/07/24  02:00:07
14733         Log: Use STDOUT consistently.
14734              
14735              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
14736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14737              Date: Thu, 20 Jul 2000 18:04:01 +0100
14738              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
14739      Branch: perl
14740            ! lib/Test/Harness.pm
14741 ____________________________________________________________________________
14742 [  6423] By: jhi                                   on 2000/07/24  01:54:54
14743         Log: Protect against "wild next"s, that is, callbacks doing "next"
14744              instead of "return".
14745              
14746              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
14747              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14748              Date: Tue, 18 Jul 2000 11:30:16 +0100
14749              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
14750      Branch: perl
14751            ! lib/File/Find.pm
14752 ____________________________________________________________________________
14753 [  6422] By: jhi                                   on 2000/07/24  01:35:47
14754         Log: Out-of-date note removed.
14755              
14756              Subject: [PATCH] documentation perlipc
14757              From: rspier@pobox.com (Robert Spier)
14758              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
14759              Message-ID: <14711.35178.572612.502654@rls.cx>
14760      Branch: perl
14761            ! pod/perlipc.pod
14762 ____________________________________________________________________________
14763 [  6421] By: jhi                                   on 2000/07/24  00:09:18
14764         Log: Send all installperl messages to STDERR and be -w clean.
14765              
14766              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
14767              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14768              Date: Sat, 22 Jul 2000 14:02:11 +0100
14769              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
14770      Branch: perl
14771            ! installperl
14772 ____________________________________________________________________________
14773 [  6420] By: jhi                                   on 2000/07/24  00:04:19
14774         Log: Decutandpasto.
14775              
14776              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
14777              From: "Richard Soderberg" <rs@crystalflame.net>
14778              Date: Sun, 23 Jul 2000 01:37:23 -0700
14779              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
14780      Branch: perl
14781            ! pod/perlipc.pod
14782 ____________________________________________________________________________
14783 [  6419] By: jhi                                   on 2000/07/24  00:01:12
14784         Log: A cleaner abs_path().
14785              Subject: Re: unix alternative to Cwd.pm
14786              From: Jeff Pinyan <jeffp@crusoe.net>
14787              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
14788              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
14789      Branch: perl
14790            ! lib/Cwd.pm
14791 ____________________________________________________________________________
14792 [  6418] By: jhi                                   on 2000/07/23  23:48:56
14793         Log: Detypo.
14794              
14795              Subject: [PATCH perl-current] Typo in hints/powerux.sh
14796              From: "Richard Soderberg" <rs@crystalflame.net>
14797              Date: Sun, 23 Jul 2000 01:27:33 -0700
14798              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
14799      Branch: perl
14800            ! hints/powerux.sh
14801 ____________________________________________________________________________
14802 [  6417] By: jhi                                   on 2000/07/17  22:13:31
14803         Log: Subject: SDBM_File documentation
14804              From: mjd@plover.com
14805              Date: 16 Jul 2000 17:41:17 -0000
14806              Message-ID: <20000716174117.18515.qmail@plover.com>
14807      Branch: perl
14808            ! ext/SDBM_File/SDBM_File.pm
14809 ____________________________________________________________________________
14810 [  6416] By: jhi                                   on 2000/07/17  19:13:26
14811         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
14812      Branch: perl
14813            ! hints/mpeix.sh mpeix/relink
14814 ____________________________________________________________________________
14815 [  6415] By: jhi                                   on 2000/07/15  14:11:02
14816         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
14817              the utf8 'characters' can be more than one octet).
14818              
14819              Date: Sat, 15 Jul 2000 00:21:56 +0100
14820              From: Tom Hughes <tom@compton.nu>
14821              Subject: Re: [ID 20000714.002]
14822              Message-ID: <db2334de49.tom@compton.compton.nu>
14823              
14824              Reported in
14825              
14826              Subject: [ID 20000714.002]
14827              From: "Simon Cozens" <simon@othersideofthe.earth.li>
14828              Date: 14 Jul 2000 15:13:09 -0000
14829              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
14830      Branch: perl
14831            ! doop.c
14832 ____________________________________________________________________________
14833 [  6414] By: jhi                                   on 2000/07/15  03:13:41
14834         Log: another VMS build tweak from Peter Prymmer
14835      Branch: perl
14836            ! vms/descrip_mms.template
14837 ____________________________________________________________________________
14838 [  6413] By: jhi                                   on 2000/07/15  03:10:40
14839         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
14840      Branch: perl
14841            ! vms/perlvms.pod
14842 ____________________________________________________________________________
14843 [  6412] By: jhi                                   on 2000/07/15  00:31:05
14844         Log: More docs for sv functions.
14845              
14846              Subject: [PATCH cfgperl] sv.c apidoc
14847              From: simon@brecon.co.uk (Simon Cozens)
14848              Date: 13 Jul 2000 09:00:20 GMT
14849              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
14850              
14851              Subject: Re: [PATCH cfgperl] sv.c apidoc
14852              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14853              Date: Thu, 13 Jul 2000 12:27:41 +0100
14854              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
14855              
14856              Subject: Re: [PATCH cfgperl] sv.c apidoc
14857              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14858              Date: Thu, 13 Jul 2000 13:23:09 +0100
14859              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
14860              
14861              Subject: Re: [PATCH cfgperl] sv.c apidoc
14862              From: simon@brecon.co.uk (Simon Cozens)
14863              Date: 14 Jul 2000 06:51:02 GMT
14864              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
14865      Branch: perl
14866            ! embed.pl pod/perlapi.pod sv.c
14867 ____________________________________________________________________________
14868 [  6411] By: jhi                                   on 2000/07/15  00:10:41
14869         Log: lib/b test fixes from Peter Prymmer.
14870      Branch: perl
14871            ! t/lib/b.t
14872 ____________________________________________________________________________
14873 [  6410] By: jhi                                   on 2000/07/15  00:02:09
14874         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
14875              From: Hugo <hv@crypt.compulink.co.uk>
14876              Date: Fri, 14 Jul 2000 23:05:20 +0100
14877              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
14878              
14879              Didn't anymore apply, but that point still could use another fix.
14880      Branch: perl
14881            ! pod/perlfunc.pod
14882 ____________________________________________________________________________
14883 [  6409] By: jhi                                   on 2000/07/14  23:15:15
14884         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
14885              not in pod, from Peter Prymmer
14886      Branch: perl
14887            ! vms/descrip_mms.template
14888 ____________________________________________________________________________
14889 [  6408] By: jhi                                   on 2000/07/14  20:35:05
14890         Log: The bug report
14891              [ID 19991110.002] minimal matching discrepancy found by pcre author
14892              seems to have been fixed (though differently from what was suggested
14893              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
14894      Branch: perl
14895            ! t/op/re_tests
14896 ____________________________________________________________________________
14897 [  6407] By: jhi                                   on 2000/07/14  17:38:08
14898         Log: Fix AutoSplit to use File::Spec the right way in VMS,
14899              from Peter Prymmer.
14900      Branch: perl
14901            ! lib/AutoSplit.pm
14902 ____________________________________________________________________________
14903 [  6406] By: jhi                                   on 2000/07/14  14:13:22
14904         Log: Merge perlhacktut into perlhack, update perlguts.
14905              
14906              Subject: Re: Perlhacktut
14907              From: simon@brecon.co.uk (Simon Cozens)
14908              Date: 14 Jul 2000 06:49:21 GMT
14909              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
14910              
14911              Subject: Re: Perlhacktut
14912              From: simon@brecon.co.uk (Simon Cozens)
14913              Date: 14 Jul 2000 07:09:45 GMT
14914              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
14915      Branch: perl
14916            ! pod/perlguts.pod pod/perlhack.pod
14917 ____________________________________________________________________________
14918 [  6405] By: jhi                                   on 2000/07/14  14:02:31
14919         Log: Integrate with Sarathy.
14920      Branch: cfgperl
14921           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
14922           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
14923           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
14924 ____________________________________________________________________________
14925 [  6404] By: gsar                                  on 2000/07/14  12:15:02
14926         Log: PERL_OBJECT build tweaks
14927      Branch: perl
14928            ! toke.c
14929 ____________________________________________________________________________
14930 [  6403] By: gsar                                  on 2000/07/14  11:23:41
14931         Log: inconsistent types needs casts
14932      Branch: perl
14933            ! toke.c
14934 ____________________________________________________________________________
14935 [  6402] By: gsar                                  on 2000/07/14  11:12:04
14936         Log: typos in change#6399, regen headers
14937      Branch: perl
14938            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
14939 ____________________________________________________________________________
14940 [  6401] By: gsar                                  on 2000/07/14  10:59:12
14941         Log: typecasts needed for change#6394
14942      Branch: perl
14943            ! toke.c
14944 ____________________________________________________________________________
14945 [  6400] By: gsar                                  on 2000/07/14  10:49:37
14946         Log: integrate cfgperl contents into mainline
14947      Branch: perl
14948           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
14949           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
14950 ____________________________________________________________________________
14951 [  6399] By: gsar                                  on 2000/07/14  10:38:35
14952         Log: enable UTF-16 filter by default if relevant BOM is seen; various
14953              cleanups (typos, misformatted code, and small bugs)
14954      Branch: perl
14955            ! doop.c embed.pl mg.c op.c pp.c toke.c
14956 ____________________________________________________________________________
14957 [  6398] By: gsar                                  on 2000/07/14  08:55:38
14958         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
14959              name suggests anyway)
14960      Branch: perl
14961            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
14962 ____________________________________________________________________________
14963 [  6397] By: gsar                                  on 2000/07/14  08:44:33
14964         Log: move new variables to the end of the interpreter structure (for
14965              bincompat in code that doesn't #include XSUB.h)
14966      Branch: perl
14967            ! intrpvar.h
14968 ____________________________________________________________________________
14969 [  6396] By: gsar                                  on 2000/07/14  08:13:58
14970         Log: MakeMaker should not remove editor backups (*~) on `make clean`
14971              by default (completes change#6383)
14972      Branch: perl
14973            ! lib/ExtUtils/MM_Unix.pm
14974 ____________________________________________________________________________
14975 [  6395] By: jhi                                   on 2000/07/14  05:20:33
14976         Log: Replace change #6337 with a better one.
14977              
14978              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14979              From: Hugo <hv@crypt.compulink.co.uk>
14980              Date: Fri, 14 Jul 2000 04:16:20 +0100
14981              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
14982      Branch: cfgperl
14983            ! regexec.c t/op/re_tests
14984 ____________________________________________________________________________
14985 [  6394] By: jhi                                   on 2000/07/14  01:33:59
14986         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
14987      Branch: cfgperl
14988            ! embed.pl global.sym proto.h toke.c
14989 ____________________________________________________________________________
14990 [  6393] By: jhi                                   on 2000/07/13  23:41:23
14991         Log: remove discarded test
14992      Branch: cfgperl
14993            ! MANIFEST
14994 ____________________________________________________________________________
14995 [  6392] By: jhi                                   on 2000/07/13  23:32:25
14996         Log: The {multiplier} of a fixed substring was overlooked which
14997              caused a wrong initial search offset for that substring.
14998              
14999              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
15000              From: Hugo <hv@crypt.compulink.co.uk>
15001              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
15002              Date: Thu, 13 Jul 2000 19:27:13 +0100
15003      Branch: cfgperl
15004            ! regcomp.c t/op/re_tests
15005 ____________________________________________________________________________
15006 [  6391] By: jhi                                   on 2000/07/13  16:37:42
15007         Log: typo fix from Craig Berry
15008      Branch: cfgperl
15009            ! vms/subconfigure.com
15010 ____________________________________________________________________________
15011 [  6390] By: jhi                                   on 2000/07/13  13:20:12
15012         Log: Integrate with Sarathy.
15013      Branch: cfgperl
15014            - t/op/method2entersub.t
15015           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
15016           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
15017           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
15018           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
15019 ____________________________________________________________________________
15020 [  6389] By: jhi                                   on 2000/07/13  13:18:48
15021         Log: Detypo from Peter Prymmer, part of #6388.
15022      Branch: cfgperl
15023            ! Configure config_h.SH
15024      Branch: metaconfig
15025            ! U/modified/d_longlong.U
15026 ____________________________________________________________________________
15027 [  6388] By: gsar                                  on 2000/07/13  06:33:40
15028         Log: typos (spotted by Peter Prymmer)
15029      Branch: perl
15030            ! Configure t/lib/english.t
15031 ____________________________________________________________________________
15032 [  6387] By: gsar                                  on 2000/07/13  05:35:28
15033         Log: new selfloader.t in change#6183 doesn't close DATA handles,
15034              and thus fails to clean up tmp files on dosish platforms
15035      Branch: perl
15036            ! t/lib/selfloader.t
15037 ____________________________________________________________________________
15038 [  6386] By: gsar                                  on 2000/07/12  21:42:39
15039         Log: sprintf test tweaks (from Dominic Dunlop)
15040      Branch: perl
15041            ! t/op/sprintf.t
15042 ____________________________________________________________________________
15043 [  6385] By: gsar                                  on 2000/07/12  21:33:46
15044         Log: fix bugs in processing %v-*d and similar format specs (from
15045              Avi Finkel <avi@finkel.org>)
15046      Branch: perl
15047            ! sv.c t/op/sprintf.t
15048 ____________________________________________________________________________
15049 [  6384] By: gsar                                  on 2000/07/12  16:04:19
15050         Log: readd missing perldelta.pod changes from changes#6339,6376
15051      Branch: perl
15052            ! pod/perldelta.pod
15053 ____________________________________________________________________________
15054 [  6383] By: gsar                                  on 2000/07/12  16:00:51
15055         Log: don't clobber *.orig files on *clean targets
15056      Branch: perl
15057            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
15058 ____________________________________________________________________________
15059 [  6382] By: gsar                                  on 2000/07/12  07:59:12
15060         Log: fix broken integrations in cfgperl
15061      Branch: cfgperl
15062           !> Changes pod/perldelta.pod
15063 ____________________________________________________________________________
15064 [  6381] By: gsar                                  on 2000/07/12  07:42:17
15065         Log: integrate cfgperl changes into mainline
15066      Branch: perl
15067            ! Changes
15068           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
15069           !> pod/perlre.pod
15070 ____________________________________________________________________________
15071 [  6380] By: gsar                                  on 2000/07/12  07:31:00
15072         Log: get sprintf.t to adjust properly for 3-digit exponents
15073      Branch: perl
15074            ! t/op/sprintf.t
15075 ____________________________________________________________________________
15076 [  6379] By: gsar                                  on 2000/07/12  06:40:04
15077         Log: change#6174 needs corresponding change in win32/config_h.PL,
15078              which grovels through config_h.SH to find the config.h name
15079      Branch: perl
15080            ! win32/config_h.PL
15081 ____________________________________________________________________________
15082 [  6378] By: jhi                                   on 2000/07/12  05:03:59
15083         Log: Do the cc sanity check both before the hints and
15084              after the cc selction.
15085      Branch: cfgperl
15086            ! Configure config_h.SH
15087      Branch: metaconfig
15088            ! U/modified/Oldconfig.U U/modified/cc.U
15089      Branch: metaconfig/U/perl
15090            + Checkcc.U
15091 ____________________________________________________________________________
15092 [  6377] By: jhi                                   on 2000/07/12  02:49:22
15093         Log: Fix nits noticed by Boston.pm.
15094      Branch: cfgperl
15095            ! pod/perlre.pod
15096 ____________________________________________________________________________
15097 [  6376] By: jhi                                   on 2000/07/11  21:22:13
15098         Log: Configure cosmetics and perldelta.
15099      Branch: cfgperl
15100            ! Configure config_h.SH pod/perldelta.pod
15101      Branch: metaconfig
15102            ! U/modified/cc.U
15103 ____________________________________________________________________________
15104 [  6375] By: gsar                                  on 2000/07/11  21:17:35
15105         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
15106      Branch: perl
15107            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
15108            ! win32/win32sck.c
15109 ____________________________________________________________________________
15110 [  6374] By: gsar                                  on 2000/07/11  20:48:50
15111         Log: tweak for build failure under multiplicity
15112      Branch: perl
15113            ! toke.c
15114 ____________________________________________________________________________
15115 [  6373] By: gsar                                  on 2000/07/11  20:37:23
15116         Log: integrate cfgperl changes#6325..6373 into mainline
15117              (NOTE: today's batch of integrations still untested)
15118      Branch: perl
15119           +> ext/DynaLoader/hints/netbsd.pl
15120            ! Changes
15121           !> (integrate 26 files)
15122 ____________________________________________________________________________
15123 [  6372] By: jhi                                   on 2000/07/11  20:30:36
15124         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
15125              regen perltoc.
15126      Branch: cfgperl
15127            + pod/perlbook.pod
15128            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
15129            ! pod/perltoc.pod
15130 ____________________________________________________________________________
15131 [  6371] By: jhi                                   on 2000/07/11  20:08:56
15132         Log: Minor cleanups on the booklist.
15133      Branch: cfgperl
15134            ! pod/perlfaq2.pod
15135 ____________________________________________________________________________
15136 [  6370] By: jhi                                   on 2000/07/11  19:31:13
15137         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
15138      Branch: cfgperl
15139            ! t/pragma/overload.t
15140 ____________________________________________________________________________
15141 [  6369] By: gsar                                  on 2000/07/11  19:27:48
15142         Log: integrate cfgperl changes#6293..6324 into mainline
15143      Branch: perl
15144           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
15145            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
15146           !> (integrate 30 files)
15147 ____________________________________________________________________________
15148 [  6368] By: gsar                                  on 2000/07/11  19:18:57
15149         Log: skip integrate of problematic change#6292 from cfgperl into mainline
15150      Branch: perl
15151           !> pp_hot.c
15152 ____________________________________________________________________________
15153 [  6367] By: gsar                                  on 2000/07/11  19:17:21
15154         Log: integrate cfgperl changes#6288..6290 into mainline
15155      Branch: perl
15156           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
15157 ____________________________________________________________________________
15158 [  6366] By: gsar                                  on 2000/07/11  19:11:18
15159         Log: integrate cfgperl changes#6268..6282 into mainline
15160      Branch: perl
15161           !> (integrate 30 files)
15162 ____________________________________________________________________________
15163 [  6365] By: gsar                                  on 2000/07/11  18:57:00
15164         Log: delete new accidentally branched file
15165      Branch: perl
15166            - t/op/method2entersub.t
15167 ____________________________________________________________________________
15168 [  6364] By: gsar                                  on 2000/07/11  18:55:13
15169         Log: skip integrate of change#6267 from cfgperl into mainline (the
15170              method call optimization is flawed without additional hints
15171              from user about immutableness of @ISA and no runtime method
15172              definitions)
15173      Branch: perl
15174           +> t/op/method2entersub.t
15175           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
15176           !> perl.h t/op/sprintf.t xsutils.c
15177 ____________________________________________________________________________
15178 [  6363] By: gsar                                  on 2000/07/11  18:49:43
15179         Log: integrate cfgperl changes#6261..6266 into mainline
15180      Branch: perl
15181           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
15182           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
15183           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15184           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
15185 ____________________________________________________________________________
15186 [  6362] By: gsar                                  on 2000/07/11  18:43:26
15187         Log: integrate cfgperl changes#6252..6260 into mainline
15188      Branch: perl
15189           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
15190           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
15191           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
15192           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
15193 ____________________________________________________________________________
15194 [  6361] By: gsar                                  on 2000/07/11  18:37:12
15195         Log: skip integrate of problematic change#6251 from cfgperl into mainline
15196      Branch: perl
15197           !> lib/Exporter.pm
15198 ____________________________________________________________________________
15199 [  6360] By: gsar                                  on 2000/07/11  18:34:56
15200         Log: integrate cfgperl change#6250 into mainline
15201      Branch: perl
15202           +> t/op/my_stash.t
15203           !> MANIFEST embed.pl proto.h toke.c
15204 ____________________________________________________________________________
15205 [  6359] By: gsar                                  on 2000/07/11  18:21:19
15206         Log: integrate cfgperl changes#6242..6249 into mainline
15207      Branch: perl
15208           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
15209           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
15210           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
15211           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
15212           !> t/lib/peek.t utf8.c
15213 ____________________________________________________________________________
15214 [  6358] By: gsar                                  on 2000/07/11  18:15:45
15215         Log: skip integrate of problematic change#6241 from cfgperl into mainline
15216      Branch: perl
15217           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
15218 ____________________________________________________________________________
15219 [  6357] By: jhi                                   on 2000/07/11  18:15:16
15220         Log: Fix for
15221              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
15222              From: Roderick Schertler <roderick@argon.org> 
15223              Date: Tue, 11 Jul 2000 13:55:05 -0400 
15224              Message-Id: <200007111755.NAA05077@jones.argon.org> 
15225      Branch: cfgperl
15226            ! doio.c
15227 ____________________________________________________________________________
15228 [  6356] By: jhi                                   on 2000/07/11  18:12:51
15229         Log: Typo in #6341.
15230      Branch: cfgperl
15231            ! pp_hot.c
15232 ____________________________________________________________________________
15233 [  6355] By: gsar                                  on 2000/07/11  18:12:10
15234         Log: integrate cfgperl changes#6231..6240 into mainline
15235      Branch: perl
15236           +> pod/perlutil.pod
15237           !> (integrate 35 files)
15238 ____________________________________________________________________________
15239 [  6354] By: jhi                                   on 2000/07/11  18:04:34
15240         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
15241              From: Dominic Dunlop <domo@computer.org> 
15242              Date: Tue, 11 Jul 2000 12:27:33 +0200 
15243              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
15244              
15245              Replaces change #6268.
15246      Branch: cfgperl
15247            ! t/op/sprintf.t
15248 ____________________________________________________________________________
15249 [  6353] By: gsar                                  on 2000/07/11  17:59:51
15250         Log: skip integrate of problematic change#6230 from cfgperl into mainline
15251              (a later version of File::Spec is already in mainline)
15252      Branch: perl
15253           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
15254           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
15255 ____________________________________________________________________________
15256 [  6352] By: gsar                                  on 2000/07/11  17:57:48
15257         Log: integrate cfgperl changes#6224..6229 into mainline
15258      Branch: perl
15259           +> lib/lib.pm.PL
15260            - lib/lib.pm
15261           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
15262           !> lib/English.pm op.c t/lib/english.t
15263 ____________________________________________________________________________
15264 [  6351] By: gsar                                  on 2000/07/11  17:50:10
15265         Log: skip integrate of problematic change#6223 from cfgperl into mainline
15266      Branch: perl
15267           !> doio.c
15268 ____________________________________________________________________________
15269 [  6350] By: gsar                                  on 2000/07/11  17:48:28
15270         Log: integrate cfgperl changes#6220..6222 into mainline
15271      Branch: perl
15272           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
15273           !> toke.c utf8.c win32/win32.h
15274 ____________________________________________________________________________
15275 [  6349] By: gsar                                  on 2000/07/11  17:46:13
15276         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
15277              mainline
15278      Branch: perl
15279           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15280           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15281           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15282 ____________________________________________________________________________
15283 [  6348] By: jhi                                   on 2000/07/11  17:45:49
15284         Log: README.posix-bc podified from Thomas Dorner.
15285      Branch: cfgperl
15286            ! README.posix-bc
15287 ____________________________________________________________________________
15288 [  6347] By: gsar                                  on 2000/07/11  17:42:04
15289         Log: integrate cfgperl change#6217 into mainline
15290      Branch: perl
15291           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
15292           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
15293           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
15294 ____________________________________________________________________________
15295 [  6346] By: gsar                                  on 2000/07/11  17:39:37
15296         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
15297              mainline
15298      Branch: perl
15299           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
15300           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15301           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15302           !> perlapi.h pod/perlapi.pod
15303 ____________________________________________________________________________
15304 [  6345] By: gsar                                  on 2000/07/11  17:36:42
15305         Log: integrate cfgperl changes#6207..6210 into mainline
15306      Branch: perl
15307           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
15308           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
15309 ____________________________________________________________________________
15310 [  6344] By: gsar                                  on 2000/07/11  17:31:20
15311         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
15312              mainline
15313      Branch: perl
15314           !> (integrate 40 files)
15315 ____________________________________________________________________________
15316 [  6343] By: gsar                                  on 2000/07/11  17:19:08
15317         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
15318      Branch: perl
15319           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
15320            ! Changes
15321           !> (integrate 34 files)
15322 ____________________________________________________________________________
15323 [  6342] By: jhi                                   on 2000/07/11  16:05:48
15324         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
15325              To: perl5-porters@perl.org
15326              From: Karsten Sperling <spiff@phreax.net>
15327              Date: Mon, 10 Jul 2000 15:12:52 +0200
15328              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
15329      Branch: cfgperl
15330            ! lib/Symbol.pm
15331 ____________________________________________________________________________
15332 [  6341] By: jhi                                   on 2000/07/11  15:59:23
15333         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
15334              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15335              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
15336              Date: Fri, 07 Jul 2000 17:57:16 +0100
15337      Branch: cfgperl
15338            ! pp_hot.c
15339 ____________________________________________________________________________
15340 [  6340] By: jhi                                   on 2000/07/11  15:55:47
15341         Log: Subject: Re: format bug report  [Patch]
15342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15343              Date: Wed, 05 Jul 2000 13:12:52 +0200
15344              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
15345              
15346              Subject: Re: format bug report  [Patch]
15347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15348              Date: Wed, 05 Jul 2000 14:10:01 +0200
15349              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
15350      Branch: cfgperl
15351            ! t/op/write.t toke.c
15352 ____________________________________________________________________________
15353 [  6339] By: jhi                                   on 2000/07/11  13:54:09
15354         Log: Be less forgiving about ambiguous and illegal tr ranges.
15355              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
15356              From: Mark-Jason Dominus <mjd@plover.com>
15357              Date: Tue, 04 Jul 2000 10:00:12 -0400
15358              Message-ID: <20000704140012.17772.qmail@plover.com>
15359              
15360              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
15361              From: Mark-Jason Dominus <mjd@plover.com>
15362              Date: Wed, 05 Jul 2000 09:37:36 -0400
15363              Message-ID: <20000705133736.27293.qmail@plover.com>
15364      Branch: cfgperl
15365            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
15366 ____________________________________________________________________________
15367 [  6338] By: jhi                                   on 2000/07/11  13:31:24
15368         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
15369              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15370              Date: Tue, 11 Jul 2000 13:50:51 +0100
15371              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
15372      Branch: cfgperl
15373            ! sv.c
15374 ____________________________________________________________________________
15375 [  6337] By: jhi                                   on 2000/07/11  13:29:14
15376         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
15377              From: Hugo <hv@crypt.compulink.co.uk>
15378              Date: Tue, 11 Jul 2000 12:44:50 +0100
15379              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
15380      Branch: cfgperl
15381            ! regexec.c t/op/re_tests
15382 ____________________________________________________________________________
15383 [  6336] By: jhi                                   on 2000/07/11  13:26:47
15384         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
15385              From: simon@brecon.co.uk (Simon Cozens)
15386              Date: 7 Jul 2000 11:26:09 GMT
15387              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
15388      Branch: cfgperl
15389            ! mg.c
15390 ____________________________________________________________________________
15391 [  6335] By: jhi                                   on 2000/07/11  13:23:37
15392         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
15393              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
15394              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
15395              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
15396      Branch: cfgperl
15397            + ext/DynaLoader/hints/netbsd.pl
15398            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
15399 ____________________________________________________________________________
15400 [  6334] By: jhi                                   on 2000/07/11  13:20:38
15401         Log: Subject: PATCH perlguts.pod: Document D and d magic types
15402              From: mjd@plover.com
15403              Date: 5 Jul 2000 18:01:51 -0000
15404              Message-ID: <20000705180151.29413.qmail@plover.com>
15405      Branch: cfgperl
15406            ! pod/perlguts.pod
15407 ____________________________________________________________________________
15408 [  6333] By: jhi                                   on 2000/07/11  13:15:51
15409         Log: Precedence goof, fix based on
15410              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
15411              From: Hugo <hv@crypt.compulink.co.uk>
15412              Date: Tue, 11 Jul 2000 12:52:38 +0100
15413              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
15414      Branch: cfgperl
15415            ! t/op/taint.t
15416 ____________________________________________________________________________
15417 [  6332] By: jhi                                   on 2000/07/11  12:40:17
15418         Log: Integrate with Sarathy.
15419      Branch: cfgperl
15420           !> win32/win32sck.c
15421 ____________________________________________________________________________
15422 [  6331] By: jhi                                   on 2000/07/10  20:14:16
15423         Log: Sprinkle ldlibpath.
15424      Branch: cfgperl
15425            ! pod/Makefile.SH
15426 ____________________________________________________________________________
15427 [  6330] By: jhi                                   on 2000/07/10  17:54:49
15428         Log: More POSIX.pod tweaks.
15429      Branch: cfgperl
15430            ! ext/POSIX/POSIX.pod
15431 ____________________________________________________________________________
15432 [  6329] By: jhi                                   on 2000/07/10  14:02:12
15433         Log: Reorder perl.pod once more.
15434      Branch: cfgperl
15435            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15436 ____________________________________________________________________________
15437 [  6328] By: gsar                                  on 2000/07/10  07:06:00
15438         Log: accept() leaks memory on windows due to incorrect ordering of
15439              closesocket() and fclose() calls
15440      Branch: perl
15441            ! win32/win32sck.c
15442 ____________________________________________________________________________
15443 [  6327] By: gsar                                  on 2000/07/10  06:49:17
15444         Log: winsock options weren't being set in all threads under ithreads
15445              (caused send()s from second and subsequent threads to fail)
15446      Branch: perl
15447            ! win32/win32sck.c
15448 ____________________________________________________________________________
15449 [  6326] By: jhi                                   on 2000/07/08  02:45:40
15450         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
15451              was cast to an unsigned (32-bit) integer with wild abandon.
15452      Branch: cfgperl
15453            ! ext/Devel/DProf/DProf.xs
15454 ____________________________________________________________________________
15455 [  6325] By: jhi                                   on 2000/07/07  18:50:33
15456         Log: Remove perlbook, update perlfaq book listing,
15457              rearrange perl.pod, regenerate perltoc.
15458      Branch: cfgperl
15459            - pod/perlbook.pod
15460            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
15461            ! pod/perlfaq2.pod pod/perltoc.pod
15462 ____________________________________________________________________________
15463 [  6324] By: jhi                                   on 2000/07/07  14:03:40
15464         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
15465      Branch: cfgperl
15466            ! sv.h toke.c
15467 ____________________________________________________________________________
15468 [  6323] By: jhi                                   on 2000/07/06  16:03:55
15469         Log: Fix complaints of buildtoc.
15470      Branch: cfgperl
15471            + lib/Win32.pod
15472            - pod/Win32.pod
15473            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15474 ____________________________________________________________________________
15475 [  6322] By: jhi                                   on 2000/07/06  15:15:52
15476         Log: Add =head1 NAMEs so that buildtoc is happy.
15477              (The CGI::Util nit reported to Lincoln.)
15478      Branch: cfgperl
15479            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
15480            ! pod/perltoc.pod
15481 ____________________________________________________________________________
15482 [  6321] By: jhi                                   on 2000/07/06  03:16:04
15483         Log: Config is being used.
15484      Branch: cfgperl
15485            ! t/op/method.t
15486 ____________________________________________________________________________
15487 [  6320] By: jhi                                   on 2000/07/06  03:13:13
15488         Log: Integrate with Sarathy.
15489      Branch: cfgperl
15490           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
15491 ____________________________________________________________________________
15492 [  6319] By: jhi                                   on 2000/07/06  03:11:46
15493         Log: Autogenerate pod/Makefile and pod/buildtoc.
15494              buildtoc also checks whether the existin pods are
15495              mentioned in MANIFEST and perl.pod, and vice versa.
15496              (None of the thusly found discrepancies fixed yet.)
15497              roffitall also needs to be autogenerated similarly but it
15498              seems so badly out of date that I didn't touch it yet.
15499      Branch: cfgperl
15500            + pod/Makefile.SH pod/buildtoc.PL
15501            - pod/Makefile pod/buildtoc
15502            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
15503 ____________________________________________________________________________
15504 [  6318] By: gsar                                  on 2000/07/05  22:10:54
15505         Log: fix UNC path handling on Windows under ithreads, and chdir()
15506              return value when given a non-existent directory
15507      Branch: perl
15508            ! win32/vdir.h
15509 ____________________________________________________________________________
15510 [  6317] By: gsar                                  on 2000/07/05  22:08:19
15511         Log: winsock cleanup never done on Windows (leads to handle leaks)
15512      Branch: perl
15513            ! win32/perllib.c win32/win32sck.c
15514 ____________________________________________________________________________
15515 [  6316] By: gsar                                  on 2000/07/05  22:06:19
15516         Log: some debugger output does not go to the socket when RemotePort is set
15517      Branch: perl
15518            ! lib/perl5db.pl
15519 ____________________________________________________________________________
15520 [  6315] By: jhi                                   on 2000/07/05  00:25:21
15521         Log: Integrate with Sarathy, preliminary fix for unicos
15522              alignment problems in [ID 20000612.002] Perl problem on Cray system.
15523      Branch: cfgperl
15524            ! sv.h
15525           !> pp_hot.c
15526 ____________________________________________________________________________
15527 [  6314] By: gsar                                  on 2000/07/04  23:34:02
15528         Log: tyop in change#6306
15529      Branch: perl
15530            ! pp_hot.c
15531 ____________________________________________________________________________
15532 [  6313] By: jhi                                   on 2000/07/04  22:14:38
15533         Log: Multiline string literals ENONPORTABLE.
15534      Branch: cfgperl
15535            ! pp_hot.c
15536 ____________________________________________________________________________
15537 [  6312] By: jhi                                   on 2000/07/04  20:34:44
15538         Log: Integrate with Sarathy.
15539      Branch: cfgperl
15540           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
15541           !> t/op/method.t
15542 ____________________________________________________________________________
15543 [  6311] By: jhi                                   on 2000/07/04  20:30:56
15544         Log: More POSIX.pod embellishment.
15545      Branch: cfgperl
15546            ! ext/POSIX/POSIX.pod
15547 ____________________________________________________________________________
15548 [  6310] By: gsar                                  on 2000/07/04  17:28:48
15549         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
15550      Branch: perl
15551            ! t/lib/b.t
15552 ____________________________________________________________________________
15553 [  6309] By: jhi                                   on 2000/07/04  17:22:18
15554         Log: The #6308 required a little bit more.
15555      Branch: cfgperl
15556            ! Makefile.SH win32/Makefile
15557 ____________________________________________________________________________
15558 [  6308] By: jhi                                   on 2000/07/04  16:35:24
15559         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
15560      Branch: cfgperl
15561            + lib/lib_pm.PL
15562            - lib/lib.pm.PL
15563            ! MANIFEST Makefile.SH
15564 ____________________________________________________________________________
15565 [  6307] By: jhi                                   on 2000/07/04  16:28:58
15566         Log: Win32 patches for cfgperl from Sarathy.
15567      Branch: cfgperl
15568            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
15569            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
15570            ! thread.h toke.c util.c win32/Makefile win32/win32.c
15571 ____________________________________________________________________________
15572 [  6306] By: gsar                                  on 2000/07/04  16:28:40
15573         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
15574              (from Richard Soderberg <rs@oregonnet.com>)
15575      Branch: perl
15576            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
15577 ____________________________________________________________________________
15578 [  6305] By: jhi                                   on 2000/07/04  16:24:24
15579         Log: Integrate with Sarathy.
15580      Branch: cfgperl
15581           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
15582           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15583           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
15584           !> proto.h win32/win32.c
15585 ____________________________________________________________________________
15586 [  6304] By: gsar                                  on 2000/07/04  16:17:24
15587         Log: missing perldiag entry for unpack("w",...) diagnostic (from
15588              Andreas Koenig)
15589      Branch: perl
15590            ! pod/perldiag.pod
15591 ____________________________________________________________________________
15592 [  6303] By: gsar                                  on 2000/07/04  16:14:44
15593         Log: remove rel2abs prototypes (from Barrie Slaymaker)
15594      Branch: perl
15595            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15596            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15597 ____________________________________________________________________________
15598 [  6302] By: gsar                                  on 2000/07/04  04:59:35
15599         Log: adjust change#6299
15600      Branch: perl
15601            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
15602            ! win32/win32.c
15603 ____________________________________________________________________________
15604 [  6301] By: jhi                                   on 2000/07/04  04:50:07
15605         Log: Integrate with Sarathy.
15606      Branch: cfgperl
15607           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
15608           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
15609           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
15610 ____________________________________________________________________________
15611 [  6300] By: gsar                                  on 2000/07/04  04:42:09
15612         Log: PERL_OBJECT build tweak
15613      Branch: perl
15614            ! perl.h
15615 ____________________________________________________________________________
15616 [  6299] By: gsar                                  on 2000/07/04  04:37:00
15617         Log: fix memory leak on Windows (PL_sys_intern contents were never
15618              freed)
15619      Branch: perl
15620            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15621            ! perlapi.c proto.h win32/win32.c
15622 ____________________________________________________________________________
15623 [  6298] By: gsar                                  on 2000/07/04  04:15:59
15624         Log: fix large memory leak that has been around for ever, masked by
15625              -DPURIFY (most of the arenas were never freed!)
15626      Branch: perl
15627            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
15628 ____________________________________________________________________________
15629 [  6297] By: gsar                                  on 2000/07/04  04:07:46
15630         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
15631      Branch: perl
15632            ! perl.c
15633 ____________________________________________________________________________
15634 [  6296] By: jhi                                   on 2000/06/30  18:28:37
15635         Log: Elaborate POSIX.pod.  Still needs work.
15636      Branch: cfgperl
15637            ! ext/POSIX/POSIX.pod
15638 ____________________________________________________________________________
15639 [  6295] By: jhi                                   on 2000/06/30  14:58:18
15640         Log: Point to perlipc for more SysV IPC examples.
15641      Branch: cfgperl
15642            ! pod/perlfunc.pod
15643 ____________________________________________________________________________
15644 [  6294] By: gsar                                  on 2000/06/30  14:47:45
15645         Log: slurp mode fix in change#4736 still not quite right
15646      Branch: perl
15647            ! pp_hot.c t/io/argv.t
15648 ____________________________________________________________________________
15649 [  6293] By: jhi                                   on 2000/06/30  12:02:55
15650         Log: Integrate with Sarathy.
15651      Branch: cfgperl
15652           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
15653 ____________________________________________________________________________
15654 [  6292] By: jhi                                   on 2000/06/30  12:01:11
15655         Log: From: simon@brecon.co.uk (Simon Cozens)
15656              Subject: UTF8 concat
15657              Date: 30 Jun 2000 06:13:25 GMT
15658              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
15659      Branch: cfgperl
15660            ! pp_hot.c
15661 ____________________________________________________________________________
15662 [  6291] By: gsar                                  on 2000/06/30  04:37:33
15663         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
15664              when @_ is modified, causing coredumps
15665      Branch: perl
15666            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
15667 ____________________________________________________________________________
15668 [  6290] By: jhi                                   on 2000/06/30  02:21:44
15669         Log: Integrate with Sarathy.
15670      Branch: cfgperl
15671           !> vms/vms.c vms/vmsish.h
15672 ____________________________________________________________________________
15673 [  6289] By: jhi                                   on 2000/06/30  02:21:02
15674         Log: Check VERSIONs.
15675      Branch: cfgperl
15676            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15677            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15678            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15679 ____________________________________________________________________________
15680 [  6288] By: jhi                                   on 2000/06/30  02:18:52
15681         Log: Integrate with Sarathy.
15682      Branch: cfgperl
15683           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
15684           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15685           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15686           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
15687 ____________________________________________________________________________
15688 [  6287] By: gsar                                  on 2000/06/30  02:17:08
15689         Log: integrate vmsperl changes into mainline
15690      Branch: perl
15691           !> vms/vms.c vms/vmsish.h
15692 ____________________________________________________________________________
15693 [  6285] By: gsar                                  on 2000/06/30  02:05:28
15694         Log: localize %INC in a Safe compartment so that use/require work
15695              (many other magic globals probably need similar treatment)
15696      Branch: perl
15697            ! ext/Opcode/Opcode.xs
15698 ____________________________________________________________________________
15699 [  6284] By: gsar                                  on 2000/06/30  01:54:54
15700         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
15701              about Windows
15702      Branch: perl
15703            ! pod/perlembed.pod
15704 ____________________________________________________________________________
15705 [  6283] By: jhi                                   on 2000/06/30  01:50:10
15706         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
15707              From: Barrie Slaymaker <barries@jester.slaysys.com>
15708              Date: Wed, 28 Jun 2000 11:35:29 -0400
15709              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
15710      Branch: perl
15711            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15712            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15713            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15714            ! lib/File/Spec/Win32.pm
15715 ____________________________________________________________________________
15716 [  6282] By: jhi                                   on 2000/06/29  22:57:22
15717         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
15718              From: Dan Sugalski <dan@sidhe.org>
15719              Date: Tue, 06 Jun 2000 11:59:50 -0400
15720              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
15721      Branch: cfgperl
15722            ! vms/vms.c
15723 ____________________________________________________________________________
15724 [  6281] By: jhi                                   on 2000/06/29  22:52:50
15725         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
15726              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15727              Date: Wed, 7 Jun 2000 04:02:04 -0500
15728              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
15729      Branch: cfgperl
15730            ! utils/h2xs.PL
15731 ____________________________________________________________________________
15732 [  6280] By: jhi                                   on 2000/06/29  22:45:47
15733         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
15734              From: rspier@pobox.com (Robert Spier)
15735              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
15736              Message-ID: <14654.31913.845602.610277@rls.cx>
15737      Branch: cfgperl
15738            ! utils/h2xs.PL
15739 ____________________________________________________________________________
15740 [  6279] By: jhi                                   on 2000/06/29  22:38:16
15741         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
15742              From: Tim Ayers <tayers@bridge.com>
15743              Date: Thu, 08 Jun 2000 08:11:06 +0200
15744              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
15745              [resent by Richard Foley, Message-Id probably wrong]
15746      Branch: cfgperl
15747            ! pod/perlsub.pod
15748 ____________________________________________________________________________
15749 [  6278] By: jhi                                   on 2000/06/29  22:21:45
15750         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
15751              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
15752              Date: Fri, 09 Jun 2000 12:39:27 -0400
15753              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
15754              (plus update the version "number" of Text::Wrap)
15755      Branch: cfgperl
15756            ! lib/Text/Wrap.pm
15757 ____________________________________________________________________________
15758 [  6277] By: jhi                                   on 2000/06/29  22:13:10
15759         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
15760              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15761              Date: Mon, 12 Jun 2000 14:55:59 +0100
15762              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
15763      Branch: cfgperl
15764            ! pod/perlfunc.pod
15765 ____________________________________________________________________________
15766 [  6276] By: jhi                                   on 2000/06/29  22:11:06
15767         Log: Subject: [PATCH] Re: eval documentation: context
15768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15769              Date: Mon, 12 Jun 2000 15:07:29 +0100
15770              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
15771      Branch: cfgperl
15772            ! pod/perlfunc.pod
15773 ____________________________________________________________________________
15774 [  6275] By: jhi                                   on 2000/06/29  21:59:46
15775         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
15776              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15777              Date: Tue, 13 Jun 2000 02:43:48 -0500
15778              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
15779      Branch: cfgperl
15780            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
15781 ____________________________________________________________________________
15782 [  6274] By: jhi                                   on 2000/06/29  21:56:14
15783         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
15784              From: Andy Dougherty <doughera@lafayette.edu>
15785              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
15786              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
15787      Branch: cfgperl
15788            ! ext/File/Glob/Glob.pm
15789 ____________________________________________________________________________
15790 [  6273] By: jhi                                   on 2000/06/29  21:49:09
15791         Log: Subject: [PATCH] xsub attributes
15792              From: Doug MacEachern <dougm@covalent.net>
15793              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
15794              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
15795      Branch: cfgperl
15796            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
15797            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
15798 ____________________________________________________________________________
15799 [  6272] By: jhi                                   on 2000/06/29  21:41:28
15800         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
15801              From: Tom Phoenix <rootbeer@redcat.com>
15802              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
15803              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
15804      Branch: cfgperl
15805            ! lib/Net/Ping.pm
15806 ____________________________________________________________________________
15807 [  6271] By: jhi                                   on 2000/06/29  21:36:55
15808         Log: Subject: PATCH pod/perltie.pod
15809              From: Ian Phillipps <Ian.Phillipps@iname.com>
15810              Date: Fri, 16 Jun 2000 00:17:19 +0100
15811              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
15812              (only the first hunk, the second hunk had already been done
15813              by some other patch)
15814      Branch: cfgperl
15815            ! pod/perltie.pod
15816 ____________________________________________________________________________
15817 [  6270] By: jhi                                   on 2000/06/29  21:24:51
15818         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
15819              From: Nicholas Clark <nick@talking.bollo.cx>
15820              Date: Fri, 23 Jun 2000 16:21:15 +0100
15821              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
15822      Branch: cfgperl
15823            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
15824            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
15825 ____________________________________________________________________________
15826 [  6269] By: jhi                                   on 2000/06/29  19:38:15
15827         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
15828              silence few compiler warnings.
15829      Branch: cfgperl
15830            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
15831 ____________________________________________________________________________
15832 [  6268] By: jhi                                   on 2000/06/29  18:21:50
15833         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
15834              From: Dominic Dunlop <domo@computer.org> 
15835              Date: Thu, 29 Jun 2000 12:32:39 +0200 
15836              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
15837      Branch: cfgperl
15838            ! t/op/sprintf.t
15839 ____________________________________________________________________________
15840 [  6267] By: jhi                                   on 2000/06/29  18:16:07
15841         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
15842              From: Doug MacEachern <dougm@covalent.net>
15843              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
15844              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
15845      Branch: cfgperl
15846            + t/op/method2entersub.t
15847            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
15848            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15849            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
15850            ! xsutils.c
15851 ____________________________________________________________________________
15852 [  6266] By: jhi                                   on 2000/06/29  15:11:15
15853         Log: Subject: [PATCH 5.6.0] cygwin port
15854              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
15855              From: "Fifer, Eric" <EFifer@sanwaint.com>
15856              Date: Thu, 29 Jun 2000 12:58:29 +0100
15857      Branch: cfgperl
15858            ! cygwin/Makefile.SHs
15859 ____________________________________________________________________________
15860 [  6265] By: jhi                                   on 2000/06/29  15:04:05
15861         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
15862              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15863              Date: Wed, 28 Jun 2000 17:50:12 -0700
15864              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
15865      Branch: cfgperl
15866            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15867 ____________________________________________________________________________
15868 [  6264] By: jhi                                   on 2000/06/29  15:00:57
15869         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
15870              From: Marty Lucich <marty@netcom.com>
15871              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
15872              Message-Id: <200006282116.OAA11148@netcom.com>
15873              ccdlflags update (the BSD/OS 4.1 part had already been taken
15874              care of by #6141).
15875      Branch: cfgperl
15876            ! hints/bsdos.sh
15877 ____________________________________________________________________________
15878 [  6263] By: jhi                                   on 2000/06/29  13:47:44
15879         Log: tr fixes from Simon Cozens
15880      Branch: cfgperl
15881            ! doop.c
15882 ____________________________________________________________________________
15883 [  6262] By: jhi                                   on 2000/06/28  18:46:01
15884         Log: Subject: 5.6.0 Patch for EPOC
15885              From: Olaf Flebbe <o.flebbe@gmx.de>
15886              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
15887              Message-ID: <23449.960929969@www11.gmx.net>
15888      Branch: cfgperl
15889            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
15890            ! epoc/epocish.h
15891 ____________________________________________________________________________
15892 [  6261] By: jhi                                   on 2000/06/28  18:29:07
15893         Log: Subject: Re: [PATCH cfgperl] BOMs away!
15894              From: simon@brecon.co.uk (Simon Cozens)
15895              Date: 17 Jun 2000 11:49:57 GMT
15896              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
15897      Branch: cfgperl
15898            ! pod/perldiag.pod t/comp/require.t toke.c
15899 ____________________________________________________________________________
15900 [  6260] By: jhi                                   on 2000/06/28  17:47:16
15901         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
15902              From: simon@brecon.co.uk (Simon Cozens) 
15903              Date: 17 Jun 2000 11:56:44 GMT 
15904              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
15905              pack U0, pack C0
15906      Branch: cfgperl
15907            ! pod/perlfunc.pod pp.c t/op/pack.t
15908 ____________________________________________________________________________
15909 [  6259] By: jhi                                   on 2000/06/28  16:43:17
15910         Log: perlnewmod was missing from MANIFEST.
15911      Branch: cfgperl
15912            ! MANIFEST
15913 ____________________________________________________________________________
15914 [  6258] By: jhi                                   on 2000/06/28  15:54:30
15915         Log: linenumber tweak
15916      Branch: cfgperl
15917            ! t/pragma/warn/regcomp
15918 ____________________________________________________________________________
15919 [  6257] By: jhi                                   on 2000/06/28  15:50:44
15920         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
15921              From: Doug MacEachern <dougm@covalent.net>
15922              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
15923              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
15924              (one part of the patch had been applied earlier)
15925      Branch: cfgperl
15926            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
15927 ____________________________________________________________________________
15928 [  6256] By: jhi                                   on 2000/06/28  15:40:22
15929         Log: tweaks from Simon Cozens to further fix tr/// under utf8
15930      Branch: cfgperl
15931            ! doop.c
15932 ____________________________________________________________________________
15933 [  6255] By: jhi                                   on 2000/06/28  15:33:45
15934         Log: small thinko tweaks
15935      Branch: cfgperl
15936            ! lib/IPC/Open3.pm t/op/my_stash.t
15937 ____________________________________________________________________________
15938 [  6254] By: jhi                                   on 2000/06/28  15:33:25
15939         Log: Subject: tr///, help wanted.
15940              From: simon@brecon.co.uk (Simon Cozens)
15941              Date: 28 Jun 2000 11:29:04 GMT
15942              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
15943      Branch: cfgperl
15944            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
15945            ! pp_proto.h proto.h t/op/tr.t
15946 ____________________________________________________________________________
15947 [  6253] By: jhi                                   on 2000/06/28  15:09:17
15948         Log: Paranoia tweak on #6249.
15949              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15950              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15951              Date: Sun, 25 Jun 2000 23:43:12 -0400
15952              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
15953      Branch: cfgperl
15954            ! lib/IPC/Open3.pm
15955 ____________________________________________________________________________
15956 [  6252] By: jhi                                   on 2000/06/28  15:01:38
15957         Log: Document #6249 and #6251.
15958      Branch: cfgperl
15959            ! lib/Exporter.pm lib/IPC/Open3.pm
15960 ____________________________________________________________________________
15961 [  6251] By: jhi                                   on 2000/06/28  14:50:43
15962         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
15963              From: Doug MacEachern <dougm@covalent.net>
15964              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
15965              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
15966      Branch: cfgperl
15967            ! lib/Exporter.pm
15968 ____________________________________________________________________________
15969 [  6250] By: jhi                                   on 2000/06/28  14:45:23
15970         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
15971              From: Doug MacEachern <dougm@covalent.net>
15972              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
15973              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
15974      Branch: cfgperl
15975            + t/op/my_stash.t
15976            ! MANIFEST embed.pl global.sym proto.h toke.c
15977 ____________________________________________________________________________
15978 [  6249] By: jhi                                   on 2000/06/28  14:36:34
15979         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
15980              From: Frank Tobin <ftobin@uiuc.edu>
15981              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
15982              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
15983      Branch: cfgperl
15984            ! lib/IPC/Open3.pm
15985 ____________________________________________________________________________
15986 [  6248] By: jhi                                   on 2000/06/28  14:11:25
15987         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
15988              From: Mark-Jason Dominus <mjd@plover.com>
15989              Date: Tue, 27 Jun 2000 22:36:42 -0400
15990              Message-ID: <20000628023642.12166.qmail@plover.com>
15991      Branch: cfgperl
15992            ! pod/perlfunc.pod
15993 ____________________________________________________________________________
15994 [  6247] By: jhi                                   on 2000/06/27  12:46:37
15995         Log: Tweak $VERSION, patch from Doug MacEachern.
15996      Branch: cfgperl
15997            ! lib/File/Spec.pm
15998 ____________________________________________________________________________
15999 [  6246] By: jhi                                   on 2000/06/27  03:34:46
16000         Log: Allow for standalone testing.
16001      Branch: cfgperl
16002            ! t/lib/filefunc.t t/lib/filespec.t
16003 ____________________________________________________________________________
16004 [  6245] By: jhi                                   on 2000/06/27  02:50:02
16005         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
16006              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16007              Date: Sat, 24 Jun 2000 13:06:20 +0100
16008              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
16009      Branch: cfgperl
16010            ! ext/DynaLoader/DynaLoader_pm.PL
16011 ____________________________________________________________________________
16012 [  6244] By: jhi                                   on 2000/06/27  02:46:10
16013         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
16014              From: Doug MacEachern <dougm@covalent.net>
16015              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
16016              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
16017      Branch: cfgperl
16018            ! gv.c sv.c t/lib/peek.t
16019 ____________________________________________________________________________
16020 [  6243] By: jhi                                   on 2000/06/27  02:38:07
16021         Log: Subject: [PATCH] is_utf8_string
16022              From: simon@brecon.co.uk (Simon Cozens)
16023              Date: 26 Jun 2000 02:25:59 GMT
16024              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
16025      Branch: cfgperl
16026            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
16027            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
16028            ! proto.h utf8.c
16029 ____________________________________________________________________________
16030 [  6242] By: jhi                                   on 2000/06/27  02:24:00
16031         Log: Subject: [PATCH] bytes<->utf8 fixes
16032              From: simon@brecon.co.uk (Simon Cozens)
16033              Date: 26 Jun 2000 04:55:45 GMT
16034              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
16035      Branch: cfgperl
16036            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
16037 ____________________________________________________________________________
16038 [  6241] By: jhi                                   on 2000/06/27  02:12:42
16039         Log: Do no -warn on \_, only on \alpha.
16040              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
16041              From: David Dyck <dcd@tc.fluke.com>
16042              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
16043              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
16044      Branch: cfgperl
16045            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
16046 ____________________________________________________________________________
16047 [  6240] By: jhi                                   on 2000/06/27  02:00:01
16048         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
16049              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16050              Date: Mon, 26 Jun 2000 18:40:14 +0100
16051              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
16052      Branch: cfgperl
16053            ! utils/h2xs.PL
16054 ____________________________________________________________________________
16055 [  6239] By: jhi                                   on 2000/06/27  01:53:40
16056         Log: Configure maintenance.  Sever some dependency cycles,
16057              separate gccversion from the cc unit,
16058              address [ID 20000623.006] Configure script patch for using gcc on AIX
16059              (but solve it a little bit differently),
16060              unduplex some accidentally duplicated units,
16061              suggest using gcc if no cc available
16062              (p5p thread: "Solaris configure: counterproposal", 1999-09)
16063      Branch: cfgperl
16064            ! Configure Todo-5.6 config_h.SH
16065      Branch: metaconfig
16066            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
16067            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
16068      Branch: metaconfig/U/perl
16069            + gccvers.U
16070            ! d_getespwnam.U d_getprpwnam.U i_prot.U
16071 ____________________________________________________________________________
16072 [  6238] By: jhi                                   on 2000/06/25  18:04:56
16073         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
16074              From: Dan Sugalski <dan@sidhe.org>
16075              Date: Fri, 23 Jun 2000 17:00:00 -0400
16076              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
16077      Branch: cfgperl
16078            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
16079 ____________________________________________________________________________
16080 [  6237] By: jhi                                   on 2000/06/25  16:36:45
16081         Log: Tweak embed.pl, regen headers.
16082      Branch: cfgperl
16083            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
16084            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
16085            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
16086            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
16087            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
16088 ____________________________________________________________________________
16089 [  6236] By: jhi                                   on 2000/06/25  15:26:42
16090         Log: Regen headers.
16091      Branch: cfgperl
16092            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
16093            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
16094            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
16095            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
16096            ! regnodes.h warnings.h
16097 ____________________________________________________________________________
16098 [  6235] By: jhi                                   on 2000/06/23  19:39:35
16099         Log: The thread begun by
16100              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
16101              From: Kevin.Ruscoe@ubsw.com
16102              Date: Fri, 16 Jun 2000 16:38:51 +0100
16103              Message-Id: <H000019b03c300d6@MHS>
16104      Branch: cfgperl
16105            ! hints/solaris_2.sh
16106 ____________________________________________________________________________
16107 [  6234] By: jhi                                   on 2000/06/23  19:23:36
16108         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
16109              because when run as services (Win32ese for daemons)
16110              no environment variables are set and tmpdir ends up as /tmp,
16111              which is ambiguous.
16112              
16113              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
16114              From: matt@sergeant.org
16115              Date: 16 Jun 2000 16:30:43 -0000
16116              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
16117      Branch: cfgperl
16118            ! lib/File/Spec/Win32.pm
16119 ____________________________________________________________________________
16120 [  6233] By: jhi                                   on 2000/06/23  19:18:58
16121         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
16122              From: Mark-Jason Dominus <mjd@plover.com>
16123              Date: Fri, 16 Jun 2000 20:53:04 -0400
16124              Message-ID: <20000617005304.8008.qmail@plover.com>
16125      Branch: cfgperl
16126            ! op.h
16127 ____________________________________________________________________________
16128 [  6232] By: jhi                                   on 2000/06/23  16:10:02
16129         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
16130              From: simon@brecon.co.uk (Simon Cozens)
16131              Date: 19 Jun 2000 15:18:27 GMT
16132              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
16133              
16134              plus update pod/Makefile and regenerate perltoc
16135      Branch: cfgperl
16136            + pod/perlutil.pod
16137            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
16138 ____________________________________________________________________________
16139 [  6231] By: jhi                                   on 2000/06/23  15:19:18
16140         Log: Subject: [PATCH 5.6.0] cygwin port
16141              From: "Fifer, Eric" <EFifer@sanwaint.com>
16142              Date: Tue, 20 Jun 2000 14:30:58 +0100
16143              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
16144      Branch: cfgperl
16145            ! README.cygwin lib/File/Find.pm
16146 ____________________________________________________________________________
16147 [  6230] By: jhi                                   on 2000/06/23  14:25:21
16148         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
16149      Branch: cfgperl
16150            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
16151            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
16152            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16153            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
16154 ____________________________________________________________________________
16155 [  6229] By: jhi                                   on 2000/06/23  14:13:34
16156         Log: Subject: README.hpux version 0.6.1
16157              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
16158              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16159              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
16160      Branch: cfgperl
16161            ! README.hpux
16162 ____________________________________________________________________________
16163 [  6228] By: jhi                                   on 2000/06/23  14:07:20
16164         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
16165              From: Doug MacEachern <dougm@covalent.net>
16166              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
16167              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
16168      Branch: cfgperl
16169            ! op.c
16170 ____________________________________________________________________________
16171 [  6227] By: jhi                                   on 2000/06/23  14:01:06
16172         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
16173              From: Doug MacEachern <dougm@covalent.net>
16174              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
16175              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
16176      Branch: cfgperl
16177            + lib/lib.pm.PL
16178            - lib/lib.pm
16179            ! MANIFEST Makefile.SH
16180 ____________________________________________________________________________
16181 [  6226] By: jhi                                   on 2000/06/23  13:53:07
16182         Log: Subject: [PATCH] remove forward declarations in Socket.pm
16183              From: Doug MacEachern <dougm@covalent.net>
16184              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
16185              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
16186              
16187              From: Doug MacEachern <dougm@covalent.net>
16188              Subject: Re: [PATCH] remove forward declarations in Socket.pm
16189              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
16190              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
16191      Branch: cfgperl
16192            ! ext/Socket/Socket.pm op.c
16193 ____________________________________________________________________________
16194 [  6225] By: jhi                                   on 2000/06/23  13:41:52
16195         Log: Add source code filenames to apidoc.
16196              From: simon@brecon.co.uk (Simon Cozens)
16197              Subject: [PATCH embed.pl] Source X-ref
16198              Date: 22 Jun 2000 02:18:49 GMT
16199              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
16200      Branch: cfgperl
16201            ! embed.pl
16202 ____________________________________________________________________________
16203 [  6224] By: jhi                                   on 2000/06/23  13:32:33
16204         Log: A way to avoid English.pm performance hit.
16205              From: root <root@jester.slaysys.com>
16206              Subject: [YAPATCH English.pm] My turn to putt again
16207              Date: Thu, 22 Jun 2000 20:33:58 -0400
16208              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
16209      Branch: cfgperl
16210            ! lib/English.pm t/lib/english.t
16211 ____________________________________________________________________________
16212 [  6223] By: jhi                                   on 2000/06/23  13:27:06
16213         Log: Avoid double close().
16214              Subject: [PATCH] avoid double close()
16215              From: Doug MacEachern <dougm@covalent.net>
16216              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
16217              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
16218      Branch: cfgperl
16219            ! doio.c
16220 ____________________________________________________________________________
16221 [  6222] By: jhi                                   on 2000/06/23  13:25:54
16222         Log: doc typo fix
16223              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
16224              From: Ian Phillipps <Ian.Phillipps@iname.com>
16225              Date: Fri, 23 Jun 2000 10:40:58 +0100
16226              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
16227      Branch: cfgperl
16228            ! lib/Pod/Usage.pm
16229 ____________________________________________________________________________
16230 [  6221] By: jhi                                   on 2000/06/23  13:24:15
16231         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
16232              From: simon@brecon.co.uk (Simon Cozens)
16233              Subject: [PATCH] Eliminate tr///[CU][CU]
16234              Date: 23 Jun 2000 11:05:40 GMT
16235              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
16236      Branch: cfgperl
16237            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
16238 ____________________________________________________________________________
16239 [  6220] By: jhi                                   on 2000/06/22  16:07:51
16240         Log: Win32 patches from Benjamin Stuhl.
16241      Branch: cfgperl
16242            ! makedef.pl win32/win32.h
16243 ____________________________________________________________________________
16244 [  6219] By: jhi                                   on 2000/06/22  16:06:34
16245         Log: Bytecode patches from Benjamin Stuhl.
16246      Branch: cfgperl
16247            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16248            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
16249            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16250 ____________________________________________________________________________
16251 [  6218] By: jhi                                   on 2000/06/15  23:54:16
16252         Log: Bytecode patches from Benjamin Stuhl.
16253      Branch: cfgperl
16254            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16255 ____________________________________________________________________________
16256 [  6217] By: jhi                                   on 2000/06/09  13:38:29
16257         Log: Rename the fdpid locking and integrate with Sarathy.
16258      Branch: cfgperl
16259            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
16260            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
16261            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
16262            ! win32/win32.c
16263           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
16264 ____________________________________________________________________________
16265 [  6216] By: gsar                                  on 2000/06/08  14:54:21
16266         Log: be more optimal about clearing @_
16267      Branch: perl
16268            ! cop.h
16269 ____________________________________________________________________________
16270 [  6215] By: gsar                                  on 2000/06/08  14:33:04
16271         Log: tweak comment about @DB::args
16272      Branch: perl
16273            ! av.h pp_ctl.c
16274 ____________________________________________________________________________
16275 [  6214] By: gsar                                  on 2000/06/08  13:57:54
16276         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
16277              caller() wants to populate @DB::args with it (causes a coredump
16278              in Carp::confess())
16279      Branch: perl
16280            ! cop.h t/op/runlevel.t
16281 ____________________________________________________________________________
16282 [  6213] By: gsar                                  on 2000/06/08  07:06:35
16283         Log: back out change#6106 (seems problematic)
16284      Branch: perl
16285            ! hints/solaris_2.sh
16286 ____________________________________________________________________________
16287 [  6212] By: jhi                                   on 2000/06/07  03:10:36
16288         Log: Continuing mopup for #6204.
16289      Branch: cfgperl
16290            ! ext/B/defsubs_h.PL
16291 ____________________________________________________________________________
16292 [  6211] By: jhi                                   on 2000/06/07  02:41:50
16293         Log: Mopup for #6204.
16294              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
16295              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
16296              This is comes from const() where POK isn't on when expected.
16297      Branch: cfgperl
16298            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
16299            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16300            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
16301            ! perlapi.h pod/perlapi.pod
16302 ____________________________________________________________________________
16303 [  6210] By: jhi                                   on 2000/06/07  01:56:29
16304         Log: Mopup for #6207 and #6209.
16305      Branch: cfgperl
16306            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
16307 ____________________________________________________________________________
16308 [  6209] By: jhi                                   on 2000/06/07  01:33:12
16309         Log: Lock PL_fdpid against race conditions, based on:
16310              Subject: [PATCH 5.6.0]subprocess fixup for threads
16311              From: Dan Sugalski <dan@sidhe.org>
16312              To: perl5-porters@perl.org
16313              Date: Tue, 11 Apr 2000 17:02:32 -0400
16314              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
16315      Branch: cfgperl
16316            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
16317            ! win32/win32.c
16318 ____________________________________________________________________________
16319 [  6208] By: jhi                                   on 2000/06/07  01:05:23
16320         Log: Regen headers for #6207.
16321      Branch: cfgperl
16322            ! embed.h global.sym objXSUB.h proto.h
16323 ____________________________________________________________________________
16324 [  6207] By: jhi                                   on 2000/06/06  23:43:13
16325         Log: Subject: [PATCH 5.6.0] Threadsafe patches
16326              From: Dan Sugalski <dan@sidhe.org>
16327              To: perl5-porters@perl.org
16328              Date: Mon, 08 May 2000 18:08:13 -0400
16329              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
16330      Branch: cfgperl
16331            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
16332            ! proto.h sv.h util.c
16333 ____________________________________________________________________________
16334 [  6206] By: jhi                                   on 2000/06/06  23:21:23
16335         Log: Subject: [PATCH] Eliminate $a/$b in pod
16336              From: David Glasser <me@davidglasser.net>
16337              To: perl5-porters@perl.org
16338              Date: Mon, 29 May 2000 21:15:59 -0400
16339              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
16340      Branch: cfgperl
16341            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
16342            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
16343            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
16344            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
16345            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
16346            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
16347            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
16348            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
16349            ! pod/perlvar.pod pod/perlxs.pod
16350 ____________________________________________________________________________
16351 [  6205] By: jhi                                   on 2000/06/06  23:12:14
16352         Log: Subject: [PATCH] Win32 improvements
16353              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
16354              To: gsar@activestate.com, perl5-porters@perl.org
16355              Date: Mon, 29 May 2000 17:22:24 PDT
16356              Message-ID: <20000530002224.91142.qmail@hotmail.com>
16357              (MUA had mangled many lines by wordwrapping)
16358      Branch: cfgperl
16359            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
16360 ____________________________________________________________________________
16361 [  6204] By: jhi                                   on 2000/06/06  23:01:50
16362         Log: Subject: [PATCH] B::Bytecode patches
16363              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
16364              To: gsar@activestate.com, jhi@iki.fi
16365              Cc: perl5-porters@perl.org
16366              Message-ID: <20000602202526.48694.qmail@hotmail.com>
16367              (MUA had mangled many lines by wordwrapping)
16368      Branch: cfgperl
16369            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
16370            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
16371            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16372            ! intrpvar.h perl.c
16373 ____________________________________________________________________________
16374 [  6203] By: jhi                                   on 2000/06/06  22:32:43
16375         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
16376              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16377              Date: Tue, 06 Jun 2000 13:07:45 -0700
16378              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
16379      Branch: cfgperl
16380            ! pod/perldiag.pod
16381 ____________________________________________________________________________
16382 [  6202] By: jhi                                   on 2000/06/06  19:38:35
16383         Log: Integrate with Sarathy.
16384      Branch: cfgperl
16385           !> perl.c
16386 ____________________________________________________________________________
16387 [  6201] By: gsar                                  on 2000/06/06  00:42:59
16388         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
16389              does a PUSHMARK that's never ever POPMARKed; in general, only
16390              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
16391              Perl_eval_[sp]v() don't because they don't take any incoming
16392              arguments (this leak has been around since the original version
16393              of perl_eval_pv() in 5.003_97e)
16394      Branch: perl
16395            ! perl.c
16396 ____________________________________________________________________________
16397 [  6200] By: jhi                                   on 2000/06/04  03:44:52
16398         Log: Update to cperl-mode.el 4.31 from
16399              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
16400              Subject: A couple of notes
16401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16402              To: Mailing list Perl5 <perl5-porters@perl.org>
16403              Date: Sat, 3 Jun 2000 23:33:32 -0400
16404              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
16405      Branch: cfgperl
16406            ! emacs/cperl-mode.el
16407 ____________________________________________________________________________
16408 [  6199] By: jhi                                   on 2000/06/03  15:11:05
16409         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
16410              From: Dan Sugalski <dan@sidhe.org>
16411              To: perl5-porters@perl.org, vmsperl@perl.org
16412              Date: Fri, 02 Jun 2000 17:30:51 -0400
16413              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
16414      Branch: cfgperl
16415            ! vms/descrip_mms.template vms/gen_shrfls.pl
16416 ____________________________________________________________________________
16417 [  6198] By: jhi                                   on 2000/06/03  14:59:15
16418         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
16419              From: Dan Sugalski <dan@sidhe.org>
16420              To: vmsperl@perl.org, perl5-porters@perl.org
16421              Date: Fri, 02 Jun 2000 16:00:41 -0400
16422              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
16423              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
16424      Branch: cfgperl
16425            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
16426            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
16427            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
16428 ____________________________________________________________________________
16429 [  6197] By: jhi                                   on 2000/06/03  14:41:30
16430         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
16431              From: John Borwick <jhborwic@unity.ncsu.edu>
16432              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
16433              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
16434      Branch: cfgperl
16435            ! pod/perlsyn.pod
16436 ____________________________________________________________________________
16437 [  6196] By: jhi                                   on 2000/06/03  14:38:09
16438         Log: Integrate with Sarathy.
16439      Branch: cfgperl
16440           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16441           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16442           !> vms/perly_c.vms
16443 ____________________________________________________________________________
16444 [  6195] By: gsar                                  on 2000/06/02  22:43:13
16445         Log: fix yet another eval"" leak under USE_ITHREADS
16446      Branch: perl
16447            ! op.c
16448 ____________________________________________________________________________
16449 [  6194] By: gsar                                  on 2000/06/02  18:22:06
16450         Log: fix small eval"" memory leaks under USE_ITHREADS
16451      Branch: perl
16452            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16453            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16454            ! vms/perly_c.vms
16455 ____________________________________________________________________________
16456 [  6193] By: jhi                                   on 2000/06/01  13:03:56
16457         Log: Signals-be-gone for microperl.
16458      Branch: cfgperl
16459            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
16460 ____________________________________________________________________________
16461 [  6192] By: jhi                                   on 2000/06/01  12:52:02
16462         Log: Integrate with Sarathy.
16463      Branch: cfgperl
16464           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
16465           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
16466           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
16467           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
16468           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
16469           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
16470           !> t/op/vec.t utils/h2xs.PL
16471 ____________________________________________________________________________
16472 [  6191] By: gsar                                  on 2000/06/01  09:38:21
16473         Log: vec() loses numericalness (modified version of patch suggested
16474              by Robin Barker)
16475      Branch: perl
16476            ! doop.c t/op/vec.t
16477 ____________________________________________________________________________
16478 [  6190] By: gsar                                  on 2000/06/01  09:26:15
16479         Log: submit missing embed.pl change
16480      Branch: perl
16481            ! embed.pl
16482 ____________________________________________________________________________
16483 [  6189] By: gsar                                  on 2000/06/01  09:05:34
16484         Log: counting tr/// corrupts later operation (from M.J.T Guy)
16485      Branch: perl
16486            ! doop.c t/op/tr.t
16487 ____________________________________________________________________________
16488 [  6188] By: gsar                                  on 2000/06/01  08:58:39
16489         Log: h2xs tweaks
16490      Branch: perl
16491            ! utils/h2xs.PL
16492 ____________________________________________________________________________
16493 [  6187] By: gsar                                  on 2000/06/01  08:50:07
16494         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
16495              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16496      Branch: perl
16497            + lib/Pod/LaTeX.pm
16498            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
16499            ! pod/pod2latex.PL
16500 ____________________________________________________________________________
16501 [  6186] By: gsar                                  on 2000/06/01  08:24:40
16502         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
16503              <wolfgang.laun@alcatel.at>)
16504      Branch: perl
16505            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
16506            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
16507 ____________________________________________________________________________
16508 [  6185] By: gsar                                  on 2000/06/01  08:12:00
16509         Log: remove incorrect documentation about implicit split to @_ in
16510              list context, which never really worked in perl 5 (from
16511              M.J.T. Guy)
16512      Branch: perl
16513            ! pod/perlfunc.pod pod/perltrap.pod
16514 ____________________________________________________________________________
16515 [  6184] By: gsar                                  on 2000/06/01  07:52:27
16516         Log: tweak for change#6127
16517      Branch: perl
16518            ! perl.c
16519 ____________________________________________________________________________
16520 [  6183] By: gsar                                  on 2000/06/01  07:41:02
16521         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
16522              <nick@ccl4.org>)
16523      Branch: perl
16524            + t/lib/selfloader.t
16525            ! MANIFEST lib/SelfLoader.pm
16526 ____________________________________________________________________________
16527 [  6182] By: jhi                                   on 2000/06/01  00:34:42
16528         Log: Be Cleaner Part Deux.
16529      Branch: cfgperl
16530            ! Makefile.SH
16531 ____________________________________________________________________________
16532 [  6181] By: jhi                                   on 2000/06/01  00:32:09
16533         Log: Integrate with Sarathy.
16534      Branch: cfgperl
16535           !> pp.c t/op/arith.t
16536 ____________________________________________________________________________
16537 [  6180] By: jhi                                   on 2000/06/01  00:31:13
16538         Log: microperl nits from Simon Cozens.
16539      Branch: cfgperl
16540            + uconfig.h
16541            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
16542            ! unixish.h
16543 ____________________________________________________________________________
16544 [  6179] By: gsar                                  on 2000/05/31  22:37:51
16545         Log: buggy modulus on UVs introduced by change#3378 (resulted in
16546              4063328477 % 65535 amounting to 27406, instead of 27407)
16547      Branch: perl
16548            ! pp.c t/op/arith.t
16549 ____________________________________________________________________________
16550 [  6178] By: jhi                                   on 2000/05/31  21:52:41
16551         Log: Be cleaner.
16552      Branch: cfgperl
16553            ! Makefile.SH
16554 ____________________________________________________________________________
16555 [  6177] By: jhi                                   on 2000/05/31  21:47:33
16556         Log: Substitution utf8 patch from Simon Cozens.
16557      Branch: cfgperl
16558            ! pp_hot.c
16559 ____________________________________________________________________________
16560 [  6176] By: jhi                                   on 2000/05/31  21:45:34
16561         Log: Single-quoted utf8 patch from Simon Cozens.
16562      Branch: cfgperl
16563            ! toke.c
16564 ____________________________________________________________________________
16565 [  6175] By: jhi                                   on 2000/05/31  21:40:18
16566         Log: Integrate with Sarathy.
16567      Branch: cfgperl
16568           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
16569 ____________________________________________________________________________
16570 [  6174] By: jhi                                   on 2000/05/31  21:37:31
16571         Log: microperl changes from Simon Cozens; Makefile for microperl
16572              written from scratch; few casts added as microperl compilation
16573              doesn't have all prototypes available.
16574      Branch: cfgperl
16575            + Makefile.micro README.micro Todo.micro uconfig.sh
16576            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
16577            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
16578      Branch: metaconfig
16579            + U/modified/Config_h.U
16580 ____________________________________________________________________________
16581 [  6173] By: jhi                                   on 2000/05/31  20:00:24
16582         Log: metaconfig maintenance.
16583      Branch: metaconfig
16584            + U/modified/Inhdr.U U/typedefs/inotype.U
16585      Branch: metaconfig/U/perl
16586            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
16587            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
16588 ____________________________________________________________________________
16589 [  6172] By: gsar                                  on 2000/05/31  05:05:42
16590         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
16591              (from Ilya Zakharevich)
16592      Branch: perl
16593            ! regexec.c t/op/re_tests
16594 ____________________________________________________________________________
16595 [  6171] By: gsar                                  on 2000/05/31  05:01:47
16596         Log: scalar() doesn't force scalar context when used in void context
16597              (from Simon Cozens)
16598      Branch: perl
16599            ! op.c t/op/wantarray.t
16600 ____________________________________________________________________________
16601 [  6170] By: gsar                                  on 2000/05/31  04:41:33
16602         Log: change#6142 needs tweaks to tests to work where there's no symlink()
16603              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16604      Branch: perl
16605            ! t/lib/filefind.t
16606 ____________________________________________________________________________
16607 [  6169] By: gsar                                  on 2000/05/31  04:29:49
16608         Log: integrate cfgperl contents into mainline
16609      Branch: perl
16610           +> pod/perlmodlib.PL pod/perlnewmod.pod
16611           !> (integrate 42 files)
16612 ____________________________________________________________________________
16613 [  6168] By: jhi                                   on 2000/05/30  22:53:37
16614         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
16615      Branch: cfgperl
16616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16617            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
16618            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
16619            ! win32/config.bc win32/config.gc win32/config.vc
16620            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16621            ! win32/config_h.PL win32/config_sh.PL
16622      Branch: metaconfig/U/perl
16623            ! perlxv.U
16624 ____________________________________________________________________________
16625 [  6167] By: jhi                                   on 2000/05/30  22:20:21
16626         Log: tweak todo 
16627      Branch: cfgperl
16628            ! Todo-5.6
16629 ____________________________________________________________________________
16630 [  6166] By: jhi                                   on 2000/05/30  22:11:51
16631         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
16632              in case somebody wants to write an extension for more
16633              shadow database interfaces.
16634      Branch: cfgperl
16635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16636            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
16637            ! vos/config.def vos/config.h vos/config_h.SH_orig
16638            ! win32/config.bc win32/config.gc win32/config.vc
16639            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16640      Branch: metaconfig
16641            ! U/modified/Myinit.U
16642      Branch: metaconfig/U/perl
16643            + d_getespwnam.U d_getprpwnam.U i_prot.U
16644 ____________________________________________________________________________
16645 [  6165] By: jhi                                   on 2000/05/30  18:35:34
16646         Log: Integrate with Sarathy.
16647      Branch: cfgperl
16648           !> op.c
16649 ____________________________________________________________________________
16650 [  6164] By: jhi                                   on 2000/05/30  18:30:16
16651         Log: detypo
16652      Branch: cfgperl
16653            ! Configure config_h.SH
16654      Branch: metaconfig/U/perl
16655            ! perlxv.U
16656 ____________________________________________________________________________
16657 [  6163] By: gsar                                  on 2000/05/30  03:24:03
16658         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
16659      Branch: perl
16660            ! op.c
16661 ____________________________________________________________________________
16662 [  6162] By: gsar                                  on 2000/05/30  03:09:38
16663         Log: fix memory leak in method call optimization (change#3768);
16664              made C<eval "$x->foo()"> leak
16665      Branch: perl
16666            ! op.c
16667 ____________________________________________________________________________
16668 [  6161] By: jhi                                   on 2000/05/29  17:56:26
16669         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
16670              both from Simon Cozens.
16671      Branch: cfgperl
16672            + pod/perlmodlib.PL pod/perlnewmod.pod
16673            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
16674            ! pod/perlmodlib.pod pod/perltoc.pod
16675 ____________________________________________________________________________
16676 [  6160] By: jhi                                   on 2000/05/29  17:23:55
16677         Log: Changes for the File::Temp 0.08 (change #6159) test suite
16678              to fit better into the Perl distribution test framework.
16679      Branch: cfgperl
16680            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
16681            ! t/lib/ftmp-tempfile.t
16682 ____________________________________________________________________________
16683 [  6159] By: jhi                                   on 2000/05/29  16:55:36
16684         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
16685      Branch: cfgperl
16686            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16687            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16688 ____________________________________________________________________________
16689 [  6158] By: bailey                                on 2000/05/29  16:22:08
16690         Log: Add fallback to tmpfile for use in cases where user's relying on
16691              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
16692              Lane's patch)
16693      Branch: vmsperl
16694            ! vms/vms.c vms/vmsish.h
16695 ____________________________________________________________________________
16696 [  6157] By: jhi                                   on 2000/05/29  03:10:36
16697         Log: Regen Configure to jive with #6149.
16698      Branch: cfgperl
16699            ! Configure
16700      Branch: metaconfig
16701            ! U/modified/Getfile.U
16702 ____________________________________________________________________________
16703 [  6156] By: jhi                                   on 2000/05/29  03:01:38
16704         Log: Integrate with Sarathy.
16705      Branch: cfgperl
16706           +> ext/DynaLoader/dl_mac.xs
16707           !> (integrate 38 files)
16708 ____________________________________________________________________________
16709 [  6155] By: gsar                                  on 2000/05/28  21:15:58
16710         Log: small bug in change#6144; remove random \xA0 character that snuck
16711              in via change#6145
16712      Branch: perl
16713            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
16714 ____________________________________________________________________________
16715 [  6154] By: gsar                                  on 2000/05/28  21:04:19
16716         Log: avoid type mismatch warning
16717      Branch: perl
16718            ! perl.c
16719 ____________________________________________________________________________
16720 [  6153] By: gsar                                  on 2000/05/28  20:58:31
16721         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
16722              <nick@Bagpuss.uk.boo.com>)
16723      Branch: perl
16724            ! lib/Test/Harness.pm
16725 ____________________________________________________________________________
16726 [  6152] By: gsar                                  on 2000/05/28  20:53:42
16727         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
16728      Branch: perl
16729            ! regexec.c
16730 ____________________________________________________________________________
16731 [  6151] By: gsar                                  on 2000/05/28  20:50:28
16732         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
16733      Branch: perl
16734            ! regexec.c
16735 ____________________________________________________________________________
16736 [  6150] By: gsar                                  on 2000/05/28  20:39:58
16737         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
16738      Branch: perl
16739            ! pod/perlrequick.pod
16740 ____________________________________________________________________________
16741 [  6149] By: gsar                                  on 2000/05/28  20:35:16
16742         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
16743              <troc@netrus.net>)
16744      Branch: perl
16745            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
16746            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
16747            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
16748            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
16749 ____________________________________________________________________________
16750 [  6148] By: gsar                                  on 2000/05/28  20:21:07
16751         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
16752      Branch: perl
16753            ! lib/ExtUtils/MM_Unix.pm
16754 ____________________________________________________________________________
16755 [  6147] By: gsar                                  on 2000/05/28  20:12:41
16756         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
16757              (from Peter Prymmer)
16758      Branch: perl
16759            ! vms/subconfigure.com
16760 ____________________________________________________________________________
16761 [  6146] By: gsar                                  on 2000/05/28  20:06:15
16762         Log: doc typo
16763      Branch: perl
16764            ! lib/warnings.pm warnings.h warnings.pl
16765 ____________________________________________________________________________
16766 [  6145] By: gsar                                  on 2000/05/28  18:44:33
16767         Log: make xsubpp skip embedded pod (from Matthias Neeracher
16768              <neeri@iis.ee.ethz.ch>)
16769      Branch: perl
16770            ! lib/ExtUtils/xsubpp
16771 ____________________________________________________________________________
16772 [  6144] By: gsar                                  on 2000/05/28  18:42:49
16773         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
16774              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
16775              <neeri@iis.ee.ethz.ch>)
16776      Branch: perl
16777            ! lib/AutoSplit.pm
16778 ____________________________________________________________________________
16779 [  6143] By: gsar                                  on 2000/05/28  18:41:12
16780         Log: MacOS support, part 1 (from Matthias Neeracher
16781              <neeri@iis.ee.ethz.ch>)
16782      Branch: perl
16783            + ext/DynaLoader/dl_mac.xs
16784            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
16785            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
16786            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
16787            ! util.h
16788 ____________________________________________________________________________
16789 [  6142] By: gsar                                  on 2000/05/28  18:21:51
16790         Log: File::Find fails to chdir when chasing symlinks (from
16791              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16792      Branch: perl
16793            ! lib/File/Find.pm t/lib/filefind.t
16794 ____________________________________________________________________________
16795 [  6141] By: jhi                                   on 2000/05/28  14:25:15
16796         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
16797              forwarded by Peter Seebach from the bsdi-users mailing list.
16798              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
16799      Branch: perl
16800            ! hints/bsdos.sh
16801 ____________________________________________________________________________
16802 [  6140] By: jhi                                   on 2000/05/28  14:11:57
16803         Log: Integrate with Sarathy.
16804      Branch: cfgperl
16805           +> (branch 30 files)
16806           !> (integrate 93 files)
16807 ____________________________________________________________________________
16808 [  6139] By: gsar                                  on 2000/05/28  10:01:48
16809         Log: revise mktables.PL for bugs and newness in Unicode 3.0
16810              (from James Bence <jbence@amgen.com>)
16811      Branch: perl
16812            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
16813            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
16814            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
16815            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
16816            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
16817            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
16818            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
16819            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
16820            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
16821            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
16822            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
16823            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
16824            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
16825            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
16826            + lib/unicode/Is/SylWU.pl
16827            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
16828            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16829            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
16830            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
16831            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
16832            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
16833            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
16834            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
16835            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
16836            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
16837            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
16838            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
16839            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
16840            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
16841            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
16842            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
16843            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
16844            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
16845            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
16846            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
16847            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
16848            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
16849            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
16850            ! lib/unicode/Makefile lib/unicode/mktables.PL
16851 ____________________________________________________________________________
16852 [  6138] By: gsar                                  on 2000/05/28  08:50:32
16853         Log: add note about the handling of negative indices to tied arrays
16854              (from Michael G Schwern <schwern@pobox.com>)
16855      Branch: perl
16856            ! pod/perltie.pod
16857 ____________________________________________________________________________
16858 [  6137] By: gsar                                  on 2000/05/28  08:46:10
16859         Log: fix bogus redeclaration warning for "our" variables in different
16860              scopes
16861      Branch: perl
16862            ! op.c t/pragma/strict-vars
16863 ____________________________________________________________________________
16864 [  6136] By: gsar                                  on 2000/05/28  08:31:20
16865         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
16866      Branch: perl
16867            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
16868 ____________________________________________________________________________
16869 [  6135] By: gsar                                  on 2000/05/28  08:17:50
16870         Log: enable Test::Harness to dynamically determine column width etc.
16871              (from Rob Napier <rnapier@employees.org>)
16872      Branch: perl
16873            ! lib/Test/Harness.pm
16874 ____________________________________________________________________________
16875 [  6134] By: gsar                                  on 2000/05/28  08:13:39
16876         Log: make Test::Harness use wait.h/WCOREDUMP if available
16877              (from Ben Tilly <ben_tilly@hotmail.com>)
16878      Branch: perl
16879            ! lib/Test/Harness.pm
16880 ____________________________________________________________________________
16881 [  6133] By: gsar                                  on 2000/05/28  08:08:05
16882         Log: elide bogus test in change#6132
16883      Branch: perl
16884            ! t/pragma/warn/9enabled
16885 ____________________________________________________________________________
16886 [  6132] By: gsar                                  on 2000/05/28  08:03:14
16887         Log: warnings::enabled() doesn't fall back to looking at $^W if
16888              caller isn't using lexical warnings (from Paul Marquess)
16889      Branch: perl
16890            ! pp_ctl.c t/pragma/warn/9enabled
16891 ____________________________________________________________________________
16892 [  6131] By: gsar                                  on 2000/05/28  07:57:47
16893         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
16894      Branch: perl
16895            ! ext/POSIX/POSIX.pm
16896 ____________________________________________________________________________
16897 [  6130] By: gsar                                  on 2000/05/28  07:29:12
16898         Log: fix places that mean C<"word" character> but say C<alphanumeric
16899              character>
16900      Branch: perl
16901            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
16902 ____________________________________________________________________________
16903 [  6129] By: gsar                                  on 2000/05/28  07:18:41
16904         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
16905      Branch: perl
16906            ! vms/test.com
16907 ____________________________________________________________________________
16908 [  6128] By: gsar                                  on 2000/05/28  07:12:55
16909         Log: new perlxstut example for passing/returning refs to arrays
16910              (from David Lowe <dlowe@pootpoot.com>)
16911      Branch: perl
16912            ! pod/perlxstut.pod
16913 ____________________________________________________________________________
16914 [  6127] By: gsar                                  on 2000/05/28  07:02:50
16915         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
16916              failed (from Gisle Aas)
16917      Branch: perl
16918            ! cop.h perl.c
16919 ____________________________________________________________________________
16920 [  6126] By: gsar                                  on 2000/05/28  06:39:53
16921         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
16922              (reworked variant of patch suggested by Simon Cozens)
16923      Branch: perl
16924            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
16925            ! pp_hot.c proto.h t/op/gv.t
16926 ____________________________________________________________________________
16927 [  6125] By: gsar                                  on 2000/05/28  05:14:55
16928         Log: enable propagating exception objects via Perl_croak() in XS code
16929              (from Gisle Aas)
16930      Branch: perl
16931            ! util.c
16932 ____________________________________________________________________________
16933 [  6124] By: gsar                                  on 2000/05/28  05:07:28
16934         Log: integrate vmsperl contents into mainline
16935      Branch: perl
16936           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
16937           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
16938           !> vms/vmsish.h
16939 ____________________________________________________________________________
16940 [  6123] By: gsar                                  on 2000/05/28  05:03:53
16941         Log: clarify gotcha with #line directives (from Rocco Caputo
16942              <troc@netrus.net>)
16943      Branch: perl
16944            ! pod/perldebug.pod pod/perlsyn.pod
16945 ____________________________________________________________________________
16946 [  6122] By: gsar                                  on 2000/05/28  04:58:29
16947         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
16948              (from Mark-Jason Dominus)
16949      Branch: perl
16950            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
16951            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
16952            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
16953            ! toke.c
16954 ____________________________________________________________________________
16955 [  6121] By: bailey                                on 2000/05/25  04:46:54
16956         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
16957              lists (based on fixes by Craig Berry)
16958      Branch: vmsperl
16959            ! lib/File/Spec/VMS.pm
16960 ____________________________________________________________________________
16961 [  6120] By: bailey                                on 2000/05/25  04:25:38
16962         Log: Add missing escape (Charles Lane)
16963      Branch: vmsperl
16964            ! t/op/lex_assign.t
16965 ____________________________________________________________________________
16966 [  6119] By: bailey                                on 2000/05/25  04:21:25
16967         Log: Quiet error messages in vmsish.t (Charles Lane)
16968      Branch: vmsperl
16969            ! vms/ext/vmsish.t
16970 ____________________________________________________________________________
16971 [  6118] By: bailey                                on 2000/05/25  04:17:57
16972         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
16973              Flatten case labels in switch statements uniformly (Charles Bailey)
16974      Branch: vmsperl
16975            ! vms/vms.c
16976 ____________________________________________________________________________
16977 [  6117] By: bailey                                on 2000/05/25  03:58:09
16978         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
16979      Branch: vmsperl
16980            ! vms/vmsish.h
16981 ____________________________________________________________________________
16982 [  6116] By: bailey                                on 2000/05/25  03:11:15
16983         Log: Miscellaneous cosmetic fixes (Charles Lane)
16984      Branch: vmsperl
16985            ! lib/ExtUtils/MM_VMS.pm
16986 ____________________________________________________________________________
16987 [  6115] By: bailey                                on 2000/05/25  03:10:36
16988         Log: Add bounds checking for several strings (Charles Lane)
16989      Branch: vmsperl
16990            ! vms/vms.c
16991 ____________________________________________________________________________
16992 [  6114] By: bailey                                on 2000/05/25  02:25:34
16993         Log: Urk -- undo previous removal of vmsish 'exit' change
16994      Branch: vmsperl
16995            ! vms/ext/vmsish.pm vms/vmsish.h
16996 ____________________________________________________________________________
16997 [  6113] By: bailey                                on 2000/05/24  02:24:40
16998         Log: Ugly workaround for version-specific RTL error
16999      Branch: vmsperl
17000            ! vms/vms.c
17001 ____________________________________________________________________________
17002 [  6112] By: bailey                                on 2000/05/24  02:19:55
17003         Log: Check for existence of file before trying to delete
17004      Branch: vmsperl
17005            ! vms/test.com
17006 ____________________________________________________________________________
17007 [  6111] By: bailey                                on 2000/05/23  23:35:13
17008         Log: Resync with mainline prior to post-5.6.0 updates
17009      Branch: vmsperl
17010           +> (branch 49 files)
17011            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
17012            ! vms/ext/vmsish.pm
17013           !> (integrate 334 files)
17014 ____________________________________________________________________________
17015 [  6110] By: jhi                                   on 2000/05/23  19:28:32
17016         Log: todo tweak
17017      Branch: cfgperl
17018            ! Todo-5.6
17019 ____________________________________________________________________________
17020 [  6109] By: jhi                                   on 2000/05/18  17:38:54
17021         Log: Integrate with Sarathy.
17022      Branch: cfgperl
17023           !> mg.c perl.h win32/perlhost.h
17024 ____________________________________________________________________________
17025 [  6108] By: gsar                                  on 2000/05/17  02:24:56
17026         Log: reenable fake signal handling on Windows, bugs and all
17027      Branch: perl
17028            ! mg.c perl.h win32/perlhost.h
17029 ____________________________________________________________________________
17030 [  6107] By: jhi                                   on 2000/05/15  18:01:41
17031         Log: Tweak the todo list.
17032      Branch: cfgperl
17033            ! Todo-5.6
17034 ____________________________________________________________________________
17035 [  6106] By: jhi                                   on 2000/05/15  13:41:48
17036         Log: The (Configure) script refuses to go on, after asking for
17037              'You may also choose to try maximal 64-bitness....'.
17038              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
17039              -- Patrick Zima
17040              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
17041      Branch: cfgperl
17042            ! hints/solaris_2.sh
17043 ____________________________________________________________________________
17044 [  6105] By: jhi                                   on 2000/05/11  14:37:43
17045         Log: Integrate with Sarathy.
17046      Branch: cfgperl
17047           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
17048           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
17049 ____________________________________________________________________________
17050 [  6104] By: gsar                                  on 2000/05/11  03:39:07
17051         Log: PL_sys_intern was being initialized too late on windows
17052      Branch: perl
17053            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
17054            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
17055 ____________________________________________________________________________
17056 [  6103] By: jhi                                   on 2000/05/09  19:42:20
17057         Log: Test tweaking for Unicos continues.
17058      Branch: cfgperl
17059            ! t/op/64bitint.t
17060 ____________________________________________________________________________
17061 [  6102] By: jhi                                   on 2000/05/09  16:47:27
17062         Log: The test suite tweak in #6101 wasn't quite right.
17063      Branch: cfgperl
17064            ! t/lib/complex.t
17065 ____________________________________________________________________________
17066 [  6101] By: jhi                                   on 2000/05/09  15:35:34
17067         Log: Hints and test tweaks for Unicos.
17068      Branch: cfgperl
17069            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
17070 ____________________________________________________________________________
17071 [  6100] By: jhi                                   on 2000/05/08  21:15:06
17072         Log: More compilation tweakery from Allen Smith.
17073      Branch: cfgperl
17074            ! hints/irix_6.sh
17075 ____________________________________________________________________________
17076 [  6099] By: jhi                                   on 2000/05/08  19:21:18
17077         Log: Tweaks for the cc bugs from Allen Smith.
17078      Branch: cfgperl
17079            ! hints/irix_6.sh
17080 ____________________________________________________________________________
17081 [  6098] By: jhi                                   on 2000/05/08  19:13:37
17082         Log: Add a note about other, yet unsupported, shadow password APIs.
17083      Branch: cfgperl
17084            ! pp_sys.c
17085 ____________________________________________________________________________
17086 [  6097] By: jhi                                   on 2000/05/08  18:46:34
17087         Log: Add a note about possible compilation problems from Allen Smith.
17088      Branch: cfgperl
17089            ! hints/irix_6.sh
17090 ____________________________________________________________________________
17091 [  6096] By: jhi                                   on 2000/05/08  17:33:10
17092         Log: Integrate with Sarathy.
17093      Branch: cfgperl
17094           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
17095           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
17096 ____________________________________________________________________________
17097 [  6095] By: jhi                                   on 2000/05/08  16:21:33
17098         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
17099              might be useful in future.
17100      Branch: cfgperl
17101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17102            ! config_h.SH
17103      Branch: metaconfig
17104            ! U/installdirs/inc_version_list.U
17105      Branch: metaconfig/U/perl
17106            ! perlxv.U
17107 ____________________________________________________________________________
17108 [  6094] By: gsar                                  on 2000/05/08  14:22:22
17109         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
17110      Branch: perl
17111            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
17112            ! hints/cygwin.sh pp_sys.c
17113 ____________________________________________________________________________
17114 [  6093] By: gsar                                  on 2000/05/08  12:52:28
17115         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
17116              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
17117      Branch: perl
17118            ! pp_sys.c sv.c win32/perlhost.h
17119 ____________________________________________________________________________
17120 [  6092] By: jhi                                   on 2000/05/07  22:40:34
17121         Log: Regen perltoc with the fixed buildtoc.
17122      Branch: cfgperl
17123            ! pod/perltoc.pod
17124 ____________________________________________________________________________
17125 [  6091] By: jhi                                   on 2000/05/07  22:24:16
17126         Log: Integrate with Sarathy.
17127      Branch: cfgperl
17128           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
17129           !> t/op/substr.t toke.c
17130 ____________________________________________________________________________
17131 [  6090] By: gsar                                  on 2000/05/07  19:47:07
17132         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
17133              [NI]OK; added tests for both
17134      Branch: perl
17135            ! perl.c pp_hot.c sv.c t/op/substr.t
17136 ____________________________________________________________________________
17137 [  6089] By: gsar                                  on 2000/05/07  18:18:38
17138         Log: buildtoc tweak to fix newline lossage
17139      Branch: perl
17140            ! pod/buildtoc
17141 ____________________________________________________________________________
17142 [  6088] By: jhi                                   on 2000/05/07  16:35:36
17143         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
17144              because we do not use those.  The HAS_GETSPNAM remains,
17145              though, because we still do use that.
17146      Branch: cfgperl
17147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17148            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
17149            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
17150            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
17151            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17152            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
17153 ____________________________________________________________________________
17154 [  6087] By: gsar                                  on 2000/05/07  16:05:16
17155         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
17156      Branch: perl
17157            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
17158 ____________________________________________________________________________
17159 [  6086] By: jhi                                   on 2000/05/07  15:27:07
17160         Log: Integrate with Sarathy.
17161      Branch: cfgperl
17162           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17163           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17164           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
17165           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
17166           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
17167           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
17168 ____________________________________________________________________________
17169 [  6085] By: gsar                                  on 2000/05/07  05:52:02
17170         Log: repeat operator (x) doesn't preserve utf8-ness
17171      Branch: perl
17172            ! pp.c t/op/substr.t
17173 ____________________________________________________________________________
17174 [  6084] By: gsar                                  on 2000/05/07  05:39:55
17175         Log: substr() does not preserve utf8-ness (from Stefan Eissing
17176              <Eissing@medicaldataservice.de>); added tests
17177      Branch: perl
17178            ! pp.c t/op/substr.t
17179 ____________________________________________________________________________
17180 [  6083] By: gsar                                  on 2000/05/07  05:24:46
17181         Log: note about undocumented caller() return value (from M.J.T. Guy);
17182              yet another peek.t tweak
17183      Branch: perl
17184            ! pod/perlfunc.pod t/lib/peek.t
17185 ____________________________________________________________________________
17186 [  6082] By: gsar                                  on 2000/05/07  05:08:40
17187         Log: peek.t non-portable to ithreads
17188      Branch: perl
17189            ! t/lib/peek.t
17190 ____________________________________________________________________________
17191 [  6081] By: gsar                                  on 2000/05/07  04:17:04
17192         Log: better default perlbug categories for ok reports (from Richard Foley)
17193      Branch: perl
17194            ! utils/perlbug.PL
17195 ____________________________________________________________________________
17196 [  6080] By: gsar                                  on 2000/05/07  04:08:07
17197         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
17198              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
17199      Branch: perl
17200            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17201            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17202            ! AUTHORS MAINTAIN MANIFEST
17203 ____________________________________________________________________________
17204 [  6079] By: gsar                                  on 2000/05/07  04:01:38
17205         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
17206      Branch: perl
17207            ! lib/Carp/Heavy.pm
17208 ____________________________________________________________________________
17209 [  6078] By: gsar                                  on 2000/05/07  01:24:19
17210         Log: workaround for CRT bug in chdir() (from Charles Lane, via
17211              Peter Prymmer)
17212      Branch: perl
17213            ! iperlsys.h vms/vms.c vms/vmsish.h
17214 ____________________________________________________________________________
17215 [  6077] By: gsar                                  on 2000/05/07  01:22:23
17216         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
17217              and Tom Phoenix)
17218      Branch: perl
17219            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
17220 ____________________________________________________________________________
17221 [  6076] By: gsar                                  on 2000/05/06  17:36:29
17222         Log: integrate cfgperl contents into mainline
17223      Branch: perl
17224           +> t/lib/peek.t
17225           !> Configure MANIFEST Porting/Glossary Porting/config.sh
17226           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
17227           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
17228           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
17229 ____________________________________________________________________________
17230 [  6075] By: jhi                                   on 2000/05/05  18:56:10
17231         Log: Make the test more portable.
17232      Branch: cfgperl
17233            ! t/lib/peek.t
17234 ____________________________________________________________________________
17235 [  6074] By: jhi                                   on 2000/05/05  18:49:20
17236         Log: Introduce t/lib/peek.t.
17237      Branch: cfgperl
17238            + t/lib/peek.t
17239            ! MANIFEST
17240 ____________________________________________________________________________
17241 [  6073] By: jhi                                   on 2000/05/05  14:30:45
17242         Log: Complex tweaks.
17243      Branch: cfgperl
17244            ! lib/Math/Complex.pm t/lib/complex.t
17245 ____________________________________________________________________________
17246 [  6072] By: jhi                                   on 2000/05/05  12:27:13
17247         Log: Integrate with Sarathy.
17248      Branch: cfgperl
17249           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17250           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17251           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
17252           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
17253 ____________________________________________________________________________
17254 [  6071] By: gsar                                  on 2000/05/05  02:24:46
17255         Log: misformatted perllocal.pod (from Tim Jenness
17256              <t.jenness@jach.hawaii.edu>)
17257      Branch: perl
17258            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17259 ____________________________________________________________________________
17260 [  6070] By: gsar                                  on 2000/05/05  02:16:52
17261         Log: remove misleading comment (from M.J.T. Guy)
17262      Branch: perl
17263            ! t/lib/anydbm.t
17264 ____________________________________________________________________________
17265 [  6069] By: gsar                                  on 2000/05/05  02:15:13
17266         Log: File::Spec compatibility update (from Barrie Slaymaker
17267              <barries@slaysys.com>)
17268      Branch: perl
17269            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17270            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17271 ____________________________________________________________________________
17272 [  6068] By: gsar                                  on 2000/05/05  02:01:50
17273         Log: note about values()
17274      Branch: perl
17275            ! pod/perlfunc.pod
17276 ____________________________________________________________________________
17277 [  6067] By: gsar                                  on 2000/05/05  01:33:09
17278         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
17279      Branch: perl
17280            ! win32/win32.c
17281 ____________________________________________________________________________
17282 [  6066] By: gsar                                  on 2000/05/05  01:23:43
17283         Log: s/END/CHECK/
17284      Branch: perl
17285            ! perl.c
17286 ____________________________________________________________________________
17287 [  6065] By: jhi                                   on 2000/05/04  17:30:22
17288         Log: Integrate with Sarathy.
17289      Branch: cfgperl
17290           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
17291 ____________________________________________________________________________
17292 [  6064] By: gsar                                  on 2000/05/04  17:26:14
17293         Log: change#5905 wasn't quite right--it's intent only applies when arguments
17294              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
17295      Branch: perl
17296            ! pp_sys.c sv.c
17297 ____________________________________________________________________________
17298 [  6063] By: gsar                                  on 2000/05/04  16:52:29
17299         Log: tokeq() could read unallocated field in argument
17300      Branch: perl
17301            ! toke.c
17302 ____________________________________________________________________________
17303 [  6062] By: gsar                                  on 2000/05/04  16:34:51
17304         Log: additional tests for utf8.t
17305      Branch: perl
17306            ! t/pragma/utf8.t
17307 ____________________________________________________________________________
17308 [  6061] By: gsar                                  on 2000/05/04  16:09:28
17309         Log: change#5921 neglected to make eq honor "use bytes"
17310      Branch: perl
17311            ! sv.c
17312 ____________________________________________________________________________
17313 [  6060] By: jhi                                   on 2000/05/04  15:30:16
17314         Log: Integrate with Sarathy.
17315      Branch: cfgperl
17316           !> perl.c regcomp.c t/pragma/utf8.t
17317 ____________________________________________________________________________
17318 [  6059] By: jhi                                   on 2000/05/04  15:26:37
17319         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
17320              in natively 64-bit platforms where a long is a quad (no need
17321              for long longs).  Also added bias for IVs.
17322      Branch: cfgperl
17323            ! toke.c
17324 ____________________________________________________________________________
17325 [  6058] By: gsar                                  on 2000/05/04  00:19:14
17326         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
17327              (spotted by Donald Kinzer <dkinzer@premia.com>)
17328      Branch: perl
17329            ! perl.c
17330 ____________________________________________________________________________
17331 [  6057] By: gsar                                  on 2000/05/03  18:34:01
17332         Log: fix broken parsing of /\x{ab}/
17333      Branch: perl
17334            ! regcomp.c t/pragma/utf8.t
17335 ____________________________________________________________________________
17336 [  6056] By: jhi                                   on 2000/05/03  17:57:16
17337         Log: The search of infinity continues, this time simplified.
17338      Branch: cfgperl
17339            ! lib/Math/Complex.pm
17340 ____________________________________________________________________________
17341 [  6055] By: jhi                                   on 2000/05/03  17:45:30
17342         Log: Detypo.
17343      Branch: cfgperl
17344            ! hints/unicos.sh
17345 ____________________________________________________________________________
17346 [  6054] By: jhi                                   on 2000/05/02  22:28:27
17347         Log: Be more forgiving in POSIX about HUGE_VALL.
17348      Branch: cfgperl
17349            ! ext/POSIX/POSIX.xs
17350 ____________________________________________________________________________
17351 [  6053] By: jhi                                   on 2000/05/02  22:25:05
17352         Log: Integrate with Sarathy.
17353      Branch: cfgperl
17354           !> hints/irix_6.sh pod/perlop.pod
17355 ____________________________________________________________________________
17356 [  6052] By: jhi                                   on 2000/05/02  22:24:31
17357         Log: Unicos hint tweak.
17358      Branch: cfgperl
17359            ! hints/unicos.sh
17360 ____________________________________________________________________________
17361 [  6051] By: jhi                                   on 2000/05/02  22:21:26
17362         Log: Complex tweakery.
17363      Branch: cfgperl
17364            ! lib/Math/Complex.pm t/lib/complex.t
17365 ____________________________________________________________________________
17366 [  6050] By: jhi                                   on 2000/05/02  19:26:22
17367         Log: Use setxxent()/endxxent().
17368      Branch: cfgperl
17369            ! t/op/grent.t t/op/pwent.t
17370 ____________________________________________________________________________
17371 [  6049] By: jhi                                   on 2000/05/02  19:06:02
17372         Log: Test both the scalar and list contexts.
17373      Branch: cfgperl
17374            ! t/op/grent.t t/op/pwent.t
17375 ____________________________________________________________________________
17376 [  6048] By: gsar                                  on 2000/05/02  18:29:10
17377         Log: add note about how $( doesn't interpolate in REs (from
17378              Philip Newton <newton@ficus.frogspace.net>)
17379      Branch: perl
17380            ! pod/perlop.pod
17381 ____________________________________________________________________________
17382 [  6047] By: jhi                                   on 2000/05/02  17:41:24
17383         Log: Call getspnam() only iff needd.
17384      Branch: cfgperl
17385            ! pp_sys.c
17386 ____________________________________________________________________________
17387 [  6046] By: gsar                                  on 2000/05/02  17:07:25
17388         Log: libscheck has insufficient checks for n32 libs (from
17389              Albert Chin-A-Young <china@thewrittenword.com>)
17390      Branch: perl
17391            ! hints/irix_6.sh
17392 ____________________________________________________________________________
17393 [  6045] By: jhi                                   on 2000/05/02  13:57:17
17394         Log: Integrate with Sarathy.
17395      Branch: cfgperl
17396           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
17397           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
17398 ____________________________________________________________________________
17399 [  6044] By: gsar                                  on 2000/05/02  06:48:19
17400         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
17401              such that underscores are only ignored in literal numbers,
17402              "\x{...}", and hex/oct argument
17403      Branch: perl
17404            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
17405 ____________________________________________________________________________
17406 [  6043] By: gsar                                  on 2000/05/02  02:22:29
17407         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
17408      Branch: perl
17409            ! pod/perlretut.pod
17410 ____________________________________________________________________________
17411 [  6042] By: gsar                                  on 2000/05/02  02:17:51
17412         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
17413      Branch: perl
17414            ! pod/perltrap.pod
17415 ____________________________________________________________________________
17416 [  6041] By: gsar                                  on 2000/05/02  01:53:51
17417         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
17418              to compensate
17419      Branch: perl
17420            ! Porting/makerel
17421 ____________________________________________________________________________
17422 [  6040] By: gsar                                  on 2000/05/02  01:51:57
17423         Log: missing files in MANIFEST
17424      Branch: perl
17425            ! MANIFEST
17426 ____________________________________________________________________________
17427 [  6039] By: jhi                                   on 2000/05/02  00:36:46
17428         Log: Infinite problems.
17429      Branch: cfgperl
17430            ! lib/Math/Complex.pm
17431 ____________________________________________________________________________
17432 [  6038] By: jhi                                   on 2000/05/02  00:06:38
17433         Log: pwent/spent #ifdef imbalance.
17434      Branch: cfgperl
17435            ! pp_sys.c
17436 ____________________________________________________________________________
17437 [  6037] By: jhi                                   on 2000/05/01  22:50:11
17438         Log: Use HUGE_VALL if applicable.
17439      Branch: cfgperl
17440            ! ext/POSIX/POSIX.xs util.c
17441 ____________________________________________________________________________
17442 [  6036] By: jhi                                   on 2000/05/01  22:20:53
17443         Log: Correct Freudian slip.
17444      Branch: cfgperl
17445            ! pp_sys.c
17446 ____________________________________________________________________________
17447 [  6035] By: jhi                                   on 2000/05/01  21:07:38
17448         Log: Continue on the pwent/spent case.
17449      Branch: cfgperl
17450            ! pp_sys.c
17451 ____________________________________________________________________________
17452 [  6034] By: jhi                                   on 2000/05/01  17:45:14
17453         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
17454              adjustments in 6032 conflicted badly with this, will have
17455              to revisit them later.
17456      Branch: cfgperl
17457           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
17458           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17459           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
17460           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
17461           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
17462           !> t/lib/cgi-html.t t/lib/cgi-request.t
17463 ____________________________________________________________________________
17464 [  6033] By: jhi                                   on 2000/05/01  17:40:49
17465         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
17466      Branch: cfgperl
17467            ! pp_sys.c
17468 ____________________________________________________________________________
17469 [  6032] By: gsar                                  on 2000/05/01  15:56:32
17470         Log: whitespace adjustments
17471      Branch: perl
17472            ! pp_sys.c
17473 ____________________________________________________________________________
17474 [  6031] By: gsar                                  on 2000/05/01  15:19:41
17475         Log: small nits in diagnostics.pm (from Robin Barker)
17476      Branch: perl
17477            ! lib/diagnostics.pm pod/perldiag.pod
17478 ____________________________________________________________________________
17479 [  6030] By: gsar                                  on 2000/05/01  08:39:18
17480         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
17481              for @- and @+ (from Johan Vromans)
17482      Branch: perl
17483            ! lib/English.pm pod/perlvar.pod
17484 ____________________________________________________________________________
17485 [  6029] By: gsar                                  on 2000/05/01  08:16:10
17486         Log: add CGI.pm v2.66 (from Lincoln Stein)
17487      Branch: perl
17488            + lib/CGI/Util.pm t/lib/cgi-pretty.t
17489            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17490            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
17491            ! t/lib/cgi-html.t t/lib/cgi-request.t
17492 ____________________________________________________________________________
17493 [  6028] By: gsar                                  on 2000/05/01  06:34:41
17494         Log: Pod::Man generates groff-incompatible macro definition (from
17495              Tom Christiansen)
17496      Branch: perl
17497            ! lib/Pod/Man.pm
17498 ____________________________________________________________________________
17499 [  6027] By: gsar                                  on 2000/05/01  06:31:36
17500         Log: podlators-1.02 update (from Russ Allbery)
17501      Branch: perl
17502            ! lib/Pod/Man.pm lib/Pod/Text.pm
17503 ____________________________________________________________________________
17504 [  6026] By: jhi                                   on 2000/04/30  23:24:23
17505         Log: Integrate with Sarathy.
17506      Branch: cfgperl
17507           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17508           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
17509           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17510           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17511           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
17512           !> t/lib/syslog.t toke.c win32/win32.h
17513 ____________________________________________________________________________
17514 [  6025] By: gsar                                  on 2000/04/30  18:17:47
17515         Log: Is{Alnum,Alpha,Word} don't match titlecase
17516              
17517              TODO: IsSpace is defined recursively!
17518              
17519              (both spotted by Larry)
17520      Branch: perl
17521            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17522            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17523 ____________________________________________________________________________
17524 [  6024] By: gsar                                  on 2000/04/30  17:50:19
17525         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
17526              (from Hugo van der Sanden)
17527      Branch: perl
17528            ! toke.c
17529 ____________________________________________________________________________
17530 [  6023] By: gsar                                  on 2000/04/30  17:14:43
17531         Log: debugger stomps on $. (from M.J.T. Guy)
17532      Branch: perl
17533            ! lib/perl5db.pl
17534 ____________________________________________________________________________
17535 [  6022] By: gsar                                  on 2000/04/30  16:59:22
17536         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
17537      Branch: perl
17538            ! sv.c
17539 ____________________________________________________________________________
17540 [  6021] By: gsar                                  on 2000/04/29  21:00:08
17541         Log: remove Win2K issue in pod (fixed by change#6020)
17542      Branch: perl
17543            ! README.win32 pod/perl56delta.pod
17544 ____________________________________________________________________________
17545 [  6020] By: gsar                                  on 2000/04/29  20:51:49
17546         Log: test tweak
17547      Branch: perl
17548            ! t/lib/open3.t
17549 ____________________________________________________________________________
17550 [  6019] By: gsar                                  on 2000/04/29  20:34:27
17551         Log: windows portability tweaks
17552      Branch: perl
17553            ! t/lib/b.t win32/win32.h
17554 ____________________________________________________________________________
17555 [  6018] By: gsar                                  on 2000/04/29  19:55:24
17556         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
17557              make _PATH_LOG() return "" if unavailable
17558      Branch: perl
17559            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17560            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
17561 ____________________________________________________________________________
17562 [  6017] By: jhi                                   on 2000/04/28  22:49:46
17563         Log: Integrate with Sarathy.
17564      Branch: cfgperl
17565           !> op.c perl.c pod/perldiag.pod t/lib/b.t
17566 ____________________________________________________________________________
17567 [  6016] By: jhi                                   on 2000/04/28  22:46:14
17568         Log: Do not warn that an infinity does not look like a number.
17569      Branch: cfgperl
17570            ! sv.c
17571 ____________________________________________________________________________
17572 [  6015] By: gsar                                  on 2000/04/28  22:35:49
17573         Log: tweak test for portability
17574      Branch: perl
17575            ! t/lib/b.t
17576 ____________________________________________________________________________
17577 [  6014] By: gsar                                  on 2000/04/28  22:05:31
17578         Log: glob() loading File::Glob behind the scenes may cause syntax errors
17579      Branch: perl
17580            ! op.c
17581 ____________________________________________________________________________
17582 [  6013] By: gsar                                  on 2000/04/28  21:25:22
17583         Log: tweak change#5945 to display correct switch name in diagnostic
17584      Branch: perl
17585            ! perl.c pod/perldiag.pod
17586 ____________________________________________________________________________
17587 [  6012] By: jhi                                   on 2000/04/28  21:08:12
17588         Log: Integrate with Sarathy.
17589      Branch: cfgperl
17590           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
17591           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
17592           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
17593 ____________________________________________________________________________
17594 [  6011] By: jhi                                   on 2000/04/28  21:04:46
17595         Log: &HUGE_VAL is not defined, it exists.
17596      Branch: cfgperl
17597            ! lib/Math/Complex.pm
17598 ____________________________________________________________________________
17599 [  6010] By: gsar                                  on 2000/04/28  21:02:58
17600         Log: clarify note about shadow password support (from
17601              gellyfish@gellyfish.com)
17602      Branch: perl
17603            ! pod/perlfunc.pod
17604 ____________________________________________________________________________
17605 [  6009] By: gsar                                  on 2000/04/28  21:00:00
17606         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
17607      Branch: perl
17608            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
17609 ____________________________________________________________________________
17610 [  6008] By: gsar                                  on 2000/04/28  20:56:33
17611         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
17612      Branch: perl
17613            ! installperl vms/subconfigure.com
17614 ____________________________________________________________________________
17615 [  6007] By: gsar                                  on 2000/04/28  20:51:21
17616         Log: note about compile failures and END blocks (from M.J.T. Guy)
17617      Branch: perl
17618            ! pod/perl56delta.pod pod/perlmod.pod
17619 ____________________________________________________________________________
17620 [  6006] By: jhi                                   on 2000/04/28  20:42:14
17621         Log: Regen Configure.
17622      Branch: cfgperl
17623            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17624            ! config_h.SH
17625 ____________________________________________________________________________
17626 [  6005] By: gsar                                  on 2000/04/28  20:41:16
17627         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
17628      Branch: perl
17629            ! utils/perldoc.PL
17630 ____________________________________________________________________________
17631 [  6004] By: jhi                                   on 2000/04/28  20:28:21
17632         Log: Integrate with Sarathy.
17633      Branch: cfgperl
17634           !> Configure INSTALL Porting/Glossary Porting/config.sh
17635           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
17636           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
17637           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
17638           !> win32/config.vc win32/win32.c
17639 ____________________________________________________________________________
17640 [  6003] By: gsar                                  on 2000/04/28  20:11:20
17641         Log: allow REG_EXPAND_SZ keys in Windows registry (from
17642              John Clayton <John.Clayton@barclayscapital.com>)
17643      Branch: perl
17644            ! win32/win32.c
17645 ____________________________________________________________________________
17646 [  6002] By: gsar                                  on 2000/04/28  19:34:16
17647         Log: destructive sv_setsv() can lose UV-ness from source, causing
17648              numeric promotions/comparisons to fail to do the right thing
17649      Branch: perl
17650            ! sv.c
17651 ____________________________________________________________________________
17652 [  6001] By: gsar                                  on 2000/04/28  18:44:15
17653         Log: support additional library locations via $Config{otherlibdirs}
17654              (from Andy Dougherty)
17655      Branch: perl
17656            ! Configure INSTALL Porting/Glossary Porting/config.sh
17657            ! Porting/config_H config_h.SH epoc/config.sh perl.c
17658            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
17659            ! win32/config.bc win32/config.gc win32/config.vc
17660 ____________________________________________________________________________
17661 [  6000] By: gsar                                  on 2000/04/28  18:26:58
17662         Log: reworked otherlibdirs.U (from Andy Dougherty)
17663      Branch: metaconfig
17664            ! U/installdirs/otherlibdirs.U
17665 ____________________________________________________________________________
17666 [  5999] By: gsar                                  on 2000/04/28  18:17:07
17667         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
17668      Branch: perl
17669            ! t/pragma/warn/toke toke.c
17670 ____________________________________________________________________________
17671 [  5998] By: jhi                                   on 2000/04/28  13:32:17
17672         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
17673      Branch: cfgperl
17674            ! lib/Math/Complex.pm
17675 ____________________________________________________________________________
17676 [  5997] By: jhi                                   on 2000/04/28  13:14:04
17677         Log: Preserve $!.
17678      Branch: cfgperl
17679            ! lib/Math/Complex.pm
17680 ____________________________________________________________________________
17681 [  5996] By: jhi                                   on 2000/04/28  12:59:23
17682         Log: Integrate with Sarathy.
17683      Branch: cfgperl
17684           +> pod/perlrequick.pod pod/perlretut.pod
17685           !> (integrate 51 files)
17686 ____________________________________________________________________________
17687 [  5995] By: gsar                                  on 2000/04/28  09:37:36
17688         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
17689      Branch: perl
17690            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
17691 ____________________________________________________________________________
17692 [  5994] By: gsar                                  on 2000/04/28  09:33:26
17693         Log: fix for missed accounting for null byte in pack("Z",...) (from
17694              M.J.T. Guy)
17695      Branch: perl
17696            ! pp.c t/op/pack.t
17697 ____________________________________________________________________________
17698 [  5993] By: gsar                                  on 2000/04/28  09:30:05
17699         Log: various minor tweaks seen on p5p
17700      Branch: perl
17701            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
17702 ____________________________________________________________________________
17703 [  5992] By: gsar                                  on 2000/04/28  09:08:19
17704         Log: pod nit (from Simon Cozens)
17705      Branch: perl
17706            ! pod/perlop.pod
17707 ____________________________________________________________________________
17708 [  5991] By: gsar                                  on 2000/04/28  09:06:36
17709         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
17710      Branch: perl
17711            ! README.posix-bc hints/posix-bc.sh
17712 ____________________________________________________________________________
17713 [  5990] By: gsar                                  on 2000/04/28  08:54:52
17714         Log: use $ENV{LIB} to search for libs under Visual C compiler
17715              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
17716      Branch: perl
17717            ! lib/ExtUtils/Liblist.pm
17718 ____________________________________________________________________________
17719 [  5989] By: gsar                                  on 2000/04/28  08:27:12
17720         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
17721              itself and no other (from Tom Hughes)
17722      Branch: perl
17723            ! t/op/array.t toke.c
17724 ____________________________________________________________________________
17725 [  5988] By: gsar                                  on 2000/04/28  08:01:38
17726         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
17727              <paul@miraclefish.com>)
17728      Branch: perl
17729            ! lib/ExtUtils/MakeMaker.pm
17730 ____________________________________________________________________________
17731 [  5987] By: gsar                                  on 2000/04/28  07:53:09
17732         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
17733      Branch: perl
17734            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
17735 ____________________________________________________________________________
17736 [  5986] By: gsar                                  on 2000/04/28  07:44:17
17737         Log: add regular expressions tutorial and quick-start guide (from
17738              Mark Kvale <kvale@phy.ucsf.edu>)
17739      Branch: perl
17740            + pod/perlrequick.pod pod/perlretut.pod
17741            ! AUTHORS MAINTAIN MANIFEST
17742 ____________________________________________________________________________
17743 [  5985] By: gsar                                  on 2000/04/28  07:30:28
17744         Log: forked child may not exit correctly if it failed to open
17745              /dev/console (from Graham Barr)
17746      Branch: perl
17747            ! ext/Sys/Syslog/Syslog.pm
17748 ____________________________________________________________________________
17749 [  5984] By: gsar                                  on 2000/04/28  07:27:20
17750         Log: attributes::reftype() doesn't work on tied argument
17751      Branch: perl
17752            ! xsutils.c
17753 ____________________________________________________________________________
17754 [  5983] By: gsar                                  on 2000/04/28  07:15:04
17755         Log: numeric conversion of non-number in change#3378 tramples on
17756              OOK offset, causing segfaults
17757      Branch: perl
17758            ! sv.c
17759 ____________________________________________________________________________
17760 [  5982] By: gsar                                  on 2000/04/28  04:48:25
17761         Log: avoid error in IO::Socket::INET when given an unknown service name
17762              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
17763      Branch: perl
17764            ! ext/IO/lib/IO/Socket/INET.pm
17765 ____________________________________________________________________________
17766 [  5981] By: gsar                                  on 2000/04/28  04:31:31
17767         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
17768              prototype mismatch with CORE::glob(); update pod and tests to
17769              suit (File::Glob::glob() is still available for backward
17770              compatibility, but should be considered deprecated)
17771      Branch: perl
17772            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
17773            ! t/lib/glob-taint.t
17774 ____________________________________________________________________________
17775 [  5980] By: gsar                                  on 2000/04/28  03:47:29
17776         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
17777              <ghudson@mit.edu>)
17778      Branch: metaconfig
17779            ! U/modified/Options.U
17780      Branch: perl
17781            ! Configure
17782 ____________________________________________________________________________
17783 [  5979] By: gsar                                  on 2000/04/28  03:07:54
17784         Log: under useithreads, constant pad entries could inadvertantly be
17785              shared across threads (from Eric Blood <eblood@xmission.com>);
17786              added Eric's test case to testsuite
17787      Branch: perl
17788            ! op.c t/op/misc.t
17789 ____________________________________________________________________________
17790 [  5978] By: gsar                                  on 2000/04/27  21:13:00
17791         Log: sync version numbers in File::Spec with the ones on CPAN
17792              (from Barrie Slaymaker)
17793      Branch: perl
17794            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17795            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17796            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17797 ____________________________________________________________________________
17798 [  5977] By: gsar                                  on 2000/04/27  21:07:29
17799         Log: autoquote barewords followed by newline and arrow properly
17800              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
17801      Branch: perl
17802            ! t/pragma/warn/toke toke.c
17803 ____________________________________________________________________________
17804 [  5976] By: gsar                                  on 2000/04/27  20:41:20
17805         Log: DB_File v1.73 update (from Paul Marquess)
17806      Branch: perl
17807            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17808            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17809 ____________________________________________________________________________
17810 [  5975] By: gsar                                  on 2000/04/27  20:34:24
17811         Log: allow sort() reentrancy (variant of patch suggested by
17812              Hugo van der Sanden)
17813      Branch: perl
17814            ! pp_ctl.c t/op/sort.t
17815 ____________________________________________________________________________
17816 [  5974] By: gsar                                  on 2000/04/27  19:46:57
17817         Log: change#4197 somehow missed initializing PL_errors, meaning
17818              sytax error queueing wasn't working outside eval"" at all;
17819              also fixed eval"" to localize PL_error_count, so that compile-time
17820              eval's don't clobber the error state of the outer context
17821      Branch: perl
17822            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
17823            ! t/pragma/warn/toke
17824 ____________________________________________________________________________
17825 [  5973] By: gsar                                  on 2000/04/27  18:29:05
17826         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
17827      Branch: perl
17828            ! regcomp.c regexec.c t/op/re_tests
17829 ____________________________________________________________________________
17830 [  5972] By: jhi                                   on 2000/04/27  18:22:41
17831         Log: Integrate with Sarathy.
17832      Branch: cfgperl
17833           +> t/lib/b.t t/lib/syslog.t
17834           !> (integrate 31 files)
17835 ____________________________________________________________________________
17836 [  5971] By: jhi                                   on 2000/04/27  18:18:46
17837         Log: Unicos tweaks from Mark P. Lutz.
17838      Branch: cfgperl
17839            ! hints/unicos.sh lib/Math/Complex.pm
17840 ____________________________________________________________________________
17841 [  5970] By: gsar                                  on 2000/04/27  18:05:11
17842         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
17843              IV is >32bits
17844      Branch: perl
17845            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
17846 ____________________________________________________________________________
17847 [  5969] By: gsar                                  on 2000/04/27  17:50:56
17848         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
17849      Branch: perl
17850            + t/lib/syslog.t
17851            ! MANIFEST ext/Sys/Syslog/Syslog.pm
17852 ____________________________________________________________________________
17853 [  5968] By: gsar                                  on 2000/04/27  17:44:49
17854         Log: tolerate spaces in group names in test on solaris (from David Boyce
17855              <dsb@boyski.com>)
17856      Branch: perl
17857            ! t/op/groups.t
17858 ____________________________________________________________________________
17859 [  5967] By: gsar                                  on 2000/04/27  17:41:22
17860         Log: improved docs on the warn_uninit diagnostic (from David Glasser
17861              and Simon Cozens)
17862      Branch: perl
17863            ! pod/perldiag.pod
17864 ____________________________________________________________________________
17865 [  5966] By: gsar                                  on 2000/04/27  16:54:58
17866         Log: add testsuite for B backends, fix bug in B::Deparse (from
17867              Simon Cozens <simon@brecon.co.uk>)
17868      Branch: perl
17869            + t/lib/b.t
17870            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
17871 ____________________________________________________________________________
17872 [  5965] By: gsar                                  on 2000/04/27  16:10:37
17873         Log: avoid "will not stay shared" warnings for our variables (from
17874              Robin Barker)
17875      Branch: perl
17876            ! op.c t/pragma/warn/op
17877 ____________________________________________________________________________
17878 [  5964] By: gsar                                  on 2000/04/27  07:05:05
17879         Log: reformat to 72 columns (again)
17880      Branch: perl
17881            ! pod/perldiag.pod
17882 ____________________________________________________________________________
17883 [  5963] By: gsar                                  on 2000/04/27  06:28:31
17884         Log: patch from Larry to make (\&) prototype work; added tests for
17885              the same
17886      Branch: perl
17887            ! op.c t/comp/proto.t
17888 ____________________________________________________________________________
17889 [  5962] By: gsar                                  on 2000/04/27  06:15:47
17890         Log: updated README.hpux (from Jeff Okamoto)
17891      Branch: perl
17892            ! README.hpux
17893 ____________________________________________________________________________
17894 [  5961] By: gsar                                  on 2000/04/27  05:55:03
17895         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
17896      Branch: perl
17897            ! emacs/cperl-mode.el
17898 ____________________________________________________________________________
17899 [  5960] By: gsar                                  on 2000/04/27  05:49:26
17900         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
17901      Branch: perl
17902            ! INSTALL
17903 ____________________________________________________________________________
17904 [  5959] By: gsar                                  on 2000/04/27  05:33:41
17905         Log: doubled words in pods (from Simon Cozens
17906              <simon.p.cozens@jp.pwcglobal.com>)
17907      Branch: perl
17908            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
17909            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
17910            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
17911            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
17912            ! pod/perltootc.pod
17913 ____________________________________________________________________________
17914 [  5958] By: gsar                                  on 2000/04/27  05:11:39
17915         Log: change#3569 deleted some essential code, revert; avoid use of
17916              atexit() to make DynaLoader work properly on AIX under mod_perl
17917              (from Jens-Uwe Mager <jum@helios.de>)
17918      Branch: perl
17919            ! ext/DynaLoader/dl_aix.xs
17920 ____________________________________________________________________________
17921 [  5957] By: gsar                                  on 2000/04/27  04:54:51
17922         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
17923      Branch: perl
17924            ! pod/perlmod.pod
17925 ____________________________________________________________________________
17926 [  5956] By: gsar                                  on 2000/04/27  04:51:47
17927         Log: better diagnostics on failed tests (from Ilya Zakharevich)
17928      Branch: perl
17929            ! t/op/lex_assign.t
17930 ____________________________________________________________________________
17931 [  5955] By: gsar                                  on 2000/04/27  04:26:44
17932         Log: longstanding bug exposed by change#3307: sort arguments weren't
17933              compiled with the right wantarray context (ensuing runtime lookup
17934              via block_gimme() was getting the incidental context of the
17935              sort() itself)
17936      Branch: perl
17937            ! op.c t/op/sort.t
17938 ____________________________________________________________________________
17939 [  5954] By: gsar                                  on 2000/04/26  23:42:12
17940         Log: integrate cfgperl contents into mainline
17941      Branch: perl
17942           !> (integrate 30 files)
17943 ____________________________________________________________________________
17944 [  5953] By: jhi                                   on 2000/04/26  23:06:42
17945         Log: Integrate with Sarathy.
17946      Branch: cfgperl
17947           !> README.win32 ext/B/B/Deparse.pm
17948           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17949           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
17950           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
17951           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
17952           !> utils/perldoc.PL vms/perlvms.pod
17953 ____________________________________________________________________________
17954 [  5952] By: jhi                                   on 2000/04/26  23:03:46
17955         Log: Undo "use integer" addition from 64bitint as it seems
17956              to break most of the subtests in Digital UNIX;
17957              Unicos needs to find another way.
17958      Branch: cfgperl
17959            ! t/op/64bitint.t
17960 ____________________________________________________________________________
17961 [  5951] By: jhi                                   on 2000/04/26  22:57:53
17962         Log: Be more robust on "extreme" (large absolute value)
17963              arguments.  Originally reported by Daniel Connelly
17964              as a problem with asinh() on large negative arguments,
17965              asinh() used to bail out because an argument to log()
17966              ended up being zero.  Ilya Zakharevich proposed using
17967              Taylor's series in such cases, which for such large
17968              arguments is a very good approximation.
17969      Branch: cfgperl
17970            ! lib/Math/Complex.pm t/lib/complex.t
17971 ____________________________________________________________________________
17972 [  5950] By: gsar                                  on 2000/04/25  19:13:12
17973         Log: reformat perldiag to avoid long lines
17974      Branch: perl
17975            ! pod/perldiag.pod
17976 ____________________________________________________________________________
17977 [  5949] By: gsar                                  on 2000/04/25  18:41:11
17978         Log: make perldoc use the pod2man from the same version (from
17979              M.J.T. Guy)
17980      Branch: perl
17981            ! utils/perldoc.PL
17982 ____________________________________________________________________________
17983 [  5948] By: gsar                                  on 2000/04/25  18:21:57
17984         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
17985              <kompas@kompas.usr.onet.pl>)
17986      Branch: perl
17987            ! lib/vars.pm
17988 ____________________________________________________________________________
17989 [  5947] By: gsar                                  on 2000/04/25  18:11:53
17990         Log: use &dl_error rather than &dl_load_file as the guard for calling
17991              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
17992              statically built perl)
17993      Branch: perl
17994            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17995 ____________________________________________________________________________
17996 [  5946] By: jhi                                   on 2000/04/25  17:37:54
17997         Log: Document that tr() is not tr(1).
17998      Branch: cfgperl
17999            ! pod/perlop.pod
18000 ____________________________________________________________________________
18001 [  5945] By: gsar                                  on 2000/04/25  16:34:33
18002         Log: make module name mandatory after -M switch; reorder perldiag
18003              alphabetically (from Mark-Jason Dominus)
18004      Branch: perl
18005            ! perl.c pod/perldiag.pod
18006 ____________________________________________________________________________
18007 [  5944] By: jhi                                   on 2000/04/25  01:15:18
18008         Log: On second thoughts frexp() does have two arguments.
18009      Branch: cfgperl
18010            ! perl.h
18011 ____________________________________________________________________________
18012 [  5943] By: jhi                                   on 2000/04/24  22:56:32
18013         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
18014              Now pp_ncmp() returns undef is either operand is a NaN.
18015      Branch: cfgperl
18016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18017            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
18018            ! vms/subconfigure.com vos/config.def vos/config.h
18019            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
18020            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18021            ! win32/config_H.vc
18022      Branch: metaconfig/U/perl
18023            + d_modfl.U
18024 ____________________________________________________________________________
18025 [  5942] By: jhi                                   on 2000/04/24  19:45:17
18026         Log: Regen Configure to match #5937.
18027      Branch: cfgperl
18028            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18029            ! config_h.SH
18030      Branch: metaconfig
18031            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
18032 ____________________________________________________________________________
18033 [  5941] By: jhi                                   on 2000/04/24  19:24:11
18034         Log: Further Unicos fixes for Mark Lutz.
18035      Branch: cfgperl
18036            ! hints/unicos.sh pp_ctl.c
18037 ____________________________________________________________________________
18038 [  5940] By: jhi                                   on 2000/04/24  19:09:06
18039         Log: Various Unicos 10.0.0.6 fixes.
18040              
18041              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
18042              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
18043              Reply-To: tecmpl1@triton.ca.boeing.com 
18044              To: perl5-porters@perl.org 
18045              Date: Fri, 14 Apr 2000 20:21:00 GMT 
18046              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
18047      Branch: cfgperl
18048            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
18049 ____________________________________________________________________________
18050 [  5939] By: gsar                                  on 2000/04/24  19:01:24
18051         Log: more pod nits (from Larry Virden)
18052      Branch: perl
18053            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
18054            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
18055            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
18056 ____________________________________________________________________________
18057 [  5938] By: gsar                                  on 2000/04/24  18:54:01
18058         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
18059      Branch: perl
18060            ! ext/B/B/Deparse.pm
18061 ____________________________________________________________________________
18062 [  5937] By: jhi                                   on 2000/04/24  17:39:00
18063         Log: Integrate with Sarathy.
18064      Branch: cfgperl
18065           +> (branch 31 files)
18066           !> (integrate 73 files)
18067 ____________________________________________________________________________
18068 [  5936] By: gsar                                  on 2000/04/24  17:30:06
18069         Log: additional tests for change#5934 (from Paul Marquess, who also
18070              sent in the same fix)
18071      Branch: perl
18072            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
18073            ! t/pragma/warn/5nolint t/pragma/warn/6default
18074 ____________________________________________________________________________
18075 [  5935] By: jhi                                   on 2000/04/24  17:26:05
18076         Log: Do not assume sign propagation.
18077              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
18078              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
18079              To: payner@ncifcrf.gov, perl5-porters@perl.org 
18080              Date: Tue, 18 Apr 2000 18:24:49 +0100 
18081              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
18082      Branch: cfgperl
18083            ! t/op/bop.t t/op/misc.t
18084 ____________________________________________________________________________
18085 [  5934] By: gsar                                  on 2000/04/24  17:16:54
18086         Log: propagate lexical warnings from surrounding scope correctly
18087              within string eval()
18088      Branch: perl
18089            ! pp_ctl.c t/pragma/warn/pp_ctl
18090 ____________________________________________________________________________
18091 [  5933] By: jhi                                   on 2000/04/24  17:01:07
18092         Log: Flatten the cpp jungle doing the nosuid checking.
18093      Branch: cfgperl
18094            ! perl.c
18095 ____________________________________________________________________________
18096 [  5932] By: gsar                                  on 2000/04/24  09:08:14
18097         Log: add rsignal(), whichsig() and do_join() to public API list
18098              (mod_perl uses them to good advantage)
18099      Branch: perl
18100            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
18101 ____________________________________________________________________________
18102 [  5931] By: gsar                                  on 2000/04/24  09:01:40
18103         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
18104      Branch: perl
18105            ! pp_hot.c regexec.c t/op/pat.t
18106 ____________________________________________________________________________
18107 [  5930] By: gsar                                  on 2000/04/24  08:58:33
18108         Log: small os390 tweaks (from Peter Prymmer)
18109      Branch: perl
18110            ! config_h.SH makedepend.SH
18111 ____________________________________________________________________________
18112 [  5929] By: gsar                                  on 2000/04/24  08:55:25
18113         Log: pod nits
18114      Branch: perl
18115            ! pod/perlguts.pod
18116 ____________________________________________________________________________
18117 [  5928] By: gsar                                  on 2000/04/24  08:50:13
18118         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
18119      Branch: perl
18120            ! ext/IO/lib/IO/Poll.pm
18121 ____________________________________________________________________________
18122 [  5927] By: gsar                                  on 2000/04/24  08:43:24
18123         Log: arrange for next() to resume at the unstack op rather than the
18124              loop conditional, so that scope cleanup happens correctly
18125              (from Stephen McCamant)
18126      Branch: perl
18127            ! op.c pp_ctl.c t/op/misc.t
18128 ____________________________________________________________________________
18129 [  5926] By: gsar                                  on 2000/04/24  08:18:40
18130         Log: on windows, reserve 16M of stack rather than 128M (allows more
18131              threads to run concurrently)
18132      Branch: perl
18133            ! win32/Makefile win32/makefile.mk
18134 ____________________________________________________________________________
18135 [  5925] By: gsar                                  on 2000/04/24  08:13:52
18136         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
18137      Branch: perl
18138            ! toke.c
18139 ____________________________________________________________________________
18140 [  5924] By: gsar                                  on 2000/04/24  08:08:59
18141         Log: avoid using uninitialized memory in require version check
18142      Branch: perl
18143            ! pp_ctl.c universal.c
18144 ____________________________________________________________________________
18145 [  5923] By: gsar                                  on 2000/04/24  07:20:14
18146         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
18147      Branch: perl
18148            ! ext/IO/lib/IO/Poll.pm
18149 ____________________________________________________________________________
18150 [  5922] By: gsar                                  on 2000/04/24  07:08:42
18151         Log: commentary about IoTYPE() (from Nathan Torkington)
18152      Branch: perl
18153            ! sv.h
18154 ____________________________________________________________________________
18155 [  5921] By: gsar                                  on 2000/04/24  06:58:26
18156         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
18157              by fix
18158      Branch: perl
18159            ! sv.c t/lib/charnames.t t/pragma/utf8.t
18160 ____________________________________________________________________________
18161 [  5920] By: gsar                                  on 2000/04/24  06:37:59
18162         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
18163      Branch: perl
18164            ! doop.c t/op/ver.t
18165 ____________________________________________________________________________
18166 [  5919] By: gsar                                  on 2000/04/24  06:21:58
18167         Log: Configure might miss old directories when prefix must be
18168              expanded (from Robin Barker)
18169      Branch: metaconfig
18170            ! U/installdirs/inc_version_list.U
18171      Branch: perl
18172            ! Configure
18173 ____________________________________________________________________________
18174 [  5918] By: gsar                                  on 2000/04/24  06:16:11
18175         Log: VMS nits in glob() test (from Charles Lane)
18176      Branch: perl
18177            ! t/lib/glob-basic.t
18178 ____________________________________________________________________________
18179 [  5917] By: gsar                                  on 2000/04/24  06:11:56
18180         Log: various pod nits (from Larry Virden and others)
18181      Branch: perl
18182            ! README.amiga README.hpux README.machten README.os2
18183            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
18184            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
18185            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
18186            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
18187            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
18188            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
18189            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
18190            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
18191 ____________________________________________________________________________
18192 [  5916] By: gsar                                  on 2000/04/24  05:52:43
18193         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
18194              <wjones@tc.fluke.com>)
18195      Branch: perl
18196            ! t/lib/glob-basic.t
18197 ____________________________________________________________________________
18198 [  5915] By: gsar                                  on 2000/04/24  05:07:01
18199         Log: supported platforms mixed up
18200      Branch: perl
18201            ! pod/perl56delta.pod pod/perlport.pod
18202 ____________________________________________________________________________
18203 [  5914] By: gsar                                  on 2000/04/24  04:56:08
18204         Log: caller() wasn't returning the right number of elements for
18205              eval {...}
18206      Branch: perl
18207            ! pp_ctl.c t/pragma/warn/9enabled
18208 ____________________________________________________________________________
18209 [  5913] By: gsar                                  on 2000/04/24  04:35:41
18210         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
18211              Mark-Jason Dominus)
18212      Branch: perl
18213            ! pod/perlfunc.pod
18214 ____________________________________________________________________________
18215 [  5912] By: gsar                                  on 2000/04/24  04:17:15
18216         Log: fix totally broken caching in UNIVERSAL::isa() (from
18217              Nick Ing-Simmons)
18218      Branch: perl
18219            ! t/op/universal.t universal.c
18220 ____________________________________________________________________________
18221 [  5911] By: gsar                                  on 2000/04/24  03:39:47
18222         Log: add linebreak properties from unicode/LineBrk.txt (from
18223              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
18224      Branch: perl
18225            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18226            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
18227            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
18228            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
18229            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
18230            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
18231            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
18232            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
18233            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
18234            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
18235            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
18236            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
18237            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
18238            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
18239            + lib/unicode/Is/LbrkZW.pl
18240            ! lib/unicode/mktables.PL
18241 ____________________________________________________________________________
18242 [  5910] By: gsar                                  on 2000/04/24  03:23:10
18243         Log: typo in pod
18244      Branch: perl
18245            ! ext/Thread/Thread.pm
18246 ____________________________________________________________________________
18247 [  5909] By: gsar                                  on 2000/04/24  03:22:03
18248         Log: mode argument to do_binmode() should be file mode, not boolean
18249      Branch: perl
18250            ! pp_sys.c
18251 ____________________________________________________________________________
18252 [  5908] By: gsar                                  on 2000/04/16  16:51:08
18253         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
18254              always returns a valid GV even when the symbol is trapped by strictures
18255              (avoids coredumps)
18256              
18257              TODO: the C<package;> hack needs similar treatment
18258      Branch: perl
18259            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
18260            ! t/pragma/strict-vars
18261 ____________________________________________________________________________
18262 [  5907] By: jhi                                   on 2000/03/31  23:42:56
18263         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
18264              an assumption which #5905 demolished.
18265      Branch: cfgperl
18266            ! pp_sys.c
18267 ____________________________________________________________________________
18268 [  5906] By: jhi                                   on 2000/03/31  18:54:37
18269         Log: Typo in #5905.
18270      Branch: cfgperl
18271            ! t/op/64bitint.t
18272 ____________________________________________________________________________
18273 [  5905] By: jhi                                   on 2000/03/31  18:50:54
18274         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
18275              reported by Joseph N. Hall.  The bug was that even with use64bitint
18276              one had to use the prefixes q, L, or ll with printf/sprintf,
18277              contrary to the documentation and common sense.
18278      Branch: cfgperl
18279            ! sv.c t/op/64bitint.t
18280 ____________________________________________________________________________
18281 [  5904] By: gsar                                  on 2000/03/28  02:31:32
18282         Log: add Changes, perldelta.pod
18283      Branch: perl
18284            + Changes pod/perldelta.pod
18285 ____________________________________________________________________________
18286 [  5903] By: gsar                                  on 2000/03/28  02:03:55
18287         Log: rename Changes and perldelta.pod
18288      Branch: perl
18289           +> Changes5.6 pod/perl56delta.pod
18290            - Changes pod/perldelta.pod
18291            ! MANIFEST
18292 ____________________________________________________________________________
18293 [  5902] By: gsar                                  on 2000/03/28  01:59:14
18294         Log: create maint-5.6 branch
18295      Branch: maint-5.6/perl
18296           +> (branch 1611 files)
18297 ____________________________________________________________________________
18298 [  5901] By: jhi                                   on 2000/03/23  05:48:43
18299         Log: Integrate with Sarathy.
18300      Branch: cfgperl
18301           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
18302 ____________________________________________________________________________
18303 [  5900] By: gsar                                  on 2000/03/23  05:42:43
18304         Log: three guesses on what this is :-)
18305      Branch: perl
18306            ! Changes